01J5CRPYDB0QHTHZY9K58VZ8HF: build-and-test (helios)

BasicConfig {
    output_rules: [
        "%/work/*",
        "%/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: [],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01J5CRQCXNYP0HP30M06D194GJ

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-08-16T04:57:18.373Zjob assigned to worker 01J5CRQDF50N6F5NBJQTQ3GAFF (queued for 24 s)
 
22024-08-16T04:57:19.019Zstarting task 0: "setup"
32024-08-16T04:57:19.043Z++ uname -s
42024-08-16T04:57:19.043Z+ kern=SunOS
52024-08-16T04:57:19.043Z+ case "$kern" in
62024-08-16T04:57:19.043Z+ groupadd -g 12345 build
72024-08-16T04:57:19.043Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-08-16T04:57:21.050Z+ zfs create -o mountpoint=/work rpool/work
92024-08-16T04:57:21.088Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-08-16T04:57:21.111Z+ home_fs=zfs
112024-08-16T04:57:21.111Z+ [[ zfs == autofs ]]
122024-08-16T04:57:21.111Z+ mkdir -p /home/build
132024-08-16T04:57:21.111Z+ chown build:build /home/build /work
142024-08-16T04:57:23.099Z+ chmod 0700 /home/build /work
152024-08-16T04:57:23.123Zprocess exited: duration 4084 ms, exit code 0
 
162024-08-16T04:57:23.170Zstarting task 1: "rust-toolchain"
172024-08-16T04:57:23.194Z+ printf ' * toolchain channel = "%s"
182024-08-16T04:57:23.194Z' 1.80.1
192024-08-16T04:57:23.194Z+ printf ' * toolchain profile = "%s"
202024-08-16T04:57:23.194Z' default
212024-08-16T04:57:23.194Z * toolchain channel = "1.80.1"
222024-08-16T04:57:23.194Z * toolchain profile = "default"
232024-08-16T04:57:23.194Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-08-16T04:57:23.194Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default
252024-08-16T04:57:23.326Zinfo: downloading installer
262024-08-16T04:57:23.838Zinfo: profile set to 'default'
272024-08-16T04:57:23.838Zinfo: default host triple is x86_64-unknown-illumos
282024-08-16T04:57:23.862Zinfo: syncing channel updates for '1.80.1-x86_64-unknown-illumos'
292024-08-16T04:57:23.932Zinfo: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06)
302024-08-16T04:57:23.932Zinfo: downloading component 'cargo'
312024-08-16T04:57:24.070Zinfo: downloading component 'clippy'
322024-08-16T04:57:24.117Zinfo: downloading component 'rust-docs'
332024-08-16T04:57:24.290Zinfo: downloading component 'rust-std'
342024-08-16T04:57:24.687Zinfo: downloading component 'rustc'
352024-08-16T04:57:25.391Zinfo: downloading component 'rustfmt'
362024-08-16T04:57:25.438Zinfo: installing component 'cargo'
372024-08-16T04:57:26.544Zinfo: installing component 'clippy'
382024-08-16T04:57:26.988Zinfo: installing component 'rust-docs'
392024-08-16T04:57:29.874Zinfo: installing component 'rust-std'
402024-08-16T04:57:31.803Zinfo: installing component 'rustc'
412024-08-16T04:57:36.969Zinfo: installing component 'rustfmt'
422024-08-16T04:57:37.359Zinfo: default toolchain set to '1.80.1-x86_64-unknown-illumos'
432024-08-16T04:57:37.359Z
442024-08-16T04:57:37.473Z 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06)
452024-08-16T04:57:37.473Z
462024-08-16T04:57:37.473Z
472024-08-16T04:57:37.473ZRust is installed now. Great!
482024-08-16T04:57:37.473Z
492024-08-16T04:57:37.473ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-08-16T04:57:37.473Zenvironment variable. This has not been done automatically.
512024-08-16T04:57:37.473Z
522024-08-16T04:57:37.473ZTo configure your current shell, you need to source
532024-08-16T04:57:37.473Zthe corresponding env file under $HOME/.cargo.
542024-08-16T04:57:37.473Z
552024-08-16T04:57:37.473ZThis is usually done by running one of the following (note the leading DOT):
562024-08-16T04:57:37.473Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-08-16T04:57:37.473Zsource "$HOME/.cargo/env.fish" # For fish
582024-08-16T04:57:37.543Z+ rustc --version
592024-08-16T04:57:37.654Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
602024-08-16T04:57:37.677Zprocess exited: duration 14488 ms, exit code 0
 
612024-08-16T04:57:37.728Zstarting task 2: "authentication"
622024-08-16T04:57:37.777ZWARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value...
632024-08-16T04:57:45.883Zprocess exited: duration 8157 ms, exit code 0
 
642024-08-16T04:57:45.931Zstarting task 3: "clone repository"
652024-08-16T04:57:45.956Z+ mkdir -p /work/oxidecomputer/omicron
662024-08-16T04:57:45.956Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
672024-08-16T04:57:45.980ZCloning into '/work/oxidecomputer/omicron'...
682024-08-16T04:57:51.540Z+ cd /work/oxidecomputer/omicron
692024-08-16T04:57:51.540Z+ git fetch origin b927580f518ded71630e936d7c2ef13a91cd0ded
702024-08-16T04:57:51.927ZFrom https://github.com/oxidecomputer/omicron
712024-08-16T04:57:51.927Z * branch b927580f518ded71630e936d7c2ef13a91cd0ded -> FETCH_HEAD
722024-08-16T04:57:51.951Z+ [[ -n sunshowers/spr/rfc-back-out-update-rust-crate-tokio-to-1392-6249 ]]
732024-08-16T04:57:51.951Z++ git branch --show-current
742024-08-16T04:57:51.951Z+ current=main
752024-08-16T04:57:51.951Z+ [[ main != sunshowers/spr/rfc-back-out-update-rust-crate-tokio-to-1392-6249 ]]
762024-08-16T04:57:51.951Z+ git branch -f sunshowers/spr/rfc-back-out-update-rust-crate-tokio-to-1392-6249 b927580f518ded71630e936d7c2ef13a91cd0ded
772024-08-16T04:57:51.974Z+ git checkout -f sunshowers/spr/rfc-back-out-update-rust-crate-tokio-to-1392-6249
782024-08-16T04:57:52.147ZSwitched to branch 'sunshowers/spr/rfc-back-out-update-rust-crate-tokio-to-1392-6249'
792024-08-16T04:57:52.171Z+ git reset --hard b927580f518ded71630e936d7c2ef13a91cd0ded
802024-08-16T04:57:52.325ZHEAD is now at b927580f5 [spr] initial version
812024-08-16T04:57:52.348Zprocess exited: duration 6396 ms, exit code 0
 
822024-08-16T04:57:52.396Zstarting task 4: "build"
832024-08-16T04:57:52.420Z+ target_os=illumos
842024-08-16T04:57:52.420Z+ NEXTEST_VERSION=0.9.70
852024-08-16T04:57:52.420Z+ cargo --version
862024-08-16T04:57:52.509Zcargo 1.80.1 (376290515 2024-07-16)
872024-08-16T04:57:52.533Z+ rustc --version
882024-08-16T04:57:52.614Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
892024-08-16T04:57:52.638Z+ curl -sSfL --retry 10 https://get.nexte.st/0.9.70/illumos
902024-08-16T04:57:52.638Z+ gunzip
912024-08-16T04:57:52.638Z+ tar -xvf - -C /home/build/.cargo/bin
922024-08-16T04:57:53.644Zx cargo-nextest, 16766824 bytes, 32748 tape blocks
932024-08-16T04:57:53.690Z+ TEST_TMPDIR=/var/tmp/omicron_tmp
942024-08-16T04:57:53.690Z+ echo 'tests will store ephemeral output in /var/tmp/omicron_tmp'
952024-08-16T04:57:53.690Ztests will store ephemeral output in /var/tmp/omicron_tmp
962024-08-16T04:57:53.690Z+ mkdir /var/tmp/omicron_tmp
972024-08-16T04:57:53.690Z+ OUTPUT_DIR=/work
982024-08-16T04:57:53.690Z+ echo 'tests will store non-ephemeral output in /work'
992024-08-16T04:57:53.690Ztests will store non-ephemeral output in /work
1002024-08-16T04:57:53.690Z+ mkdir -p /work
1012024-08-16T04:57:53.690Z+ source ./env.sh
1022024-08-16T04:57:53.690Z++ OLD_SHELL_OPTS=ehxB
1032024-08-16T04:57:53.690Z++ set -o xtrace
1042024-08-16T04:57:53.690Z++++ dirname ./env.sh
1052024-08-16T04:57:53.690Z+++ readlink -f .
1062024-08-16T04:57:53.690Z++ OMICRON_WS=/work/oxidecomputer/omicron
1072024-08-16T04:57:53.690Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1082024-08-16T04:57:53.690Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1092024-08-16T04:57:53.690Z++ 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
1102024-08-16T04:57:53.690Z++ 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
1112024-08-16T04:57:53.690Z++ 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
1122024-08-16T04:57:53.690Z++ 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
1132024-08-16T04:57:53.690Z++ 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
1142024-08-16T04:57:53.690Z++ 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
1152024-08-16T04:57:53.690Z++ case $OLD_SHELL_OPTS in
1162024-08-16T04:57:53.690Z++ unset OLD_SHELL_OPTS OMICRON_WS
1172024-08-16T04:57:53.690Z+ banner prerequisites
1182024-08-16T04:57:53.690Z
1192024-08-16T04:57:53.690Z ##### ##### ###### ##### ###### #### # # # #### #
1202024-08-16T04:57:53.690Z # # # # # # # # # # # # # # #
1212024-08-16T04:57:53.690Z # # # # ##### # # ##### # # # # # #### #
1222024-08-16T04:57:53.690Z ##### ##### # ##### # # # # # # # # #
1232024-08-16T04:57:53.690Z # # # # # # # # # # # # # # #
1242024-08-16T04:57:53.690Z # # # ###### # # ###### ### # #### # #### #
1252024-08-16T04:57:53.690Z
1262024-08-16T04:57:53.690Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1272024-08-16T04:57:59.272Z Startup: Refreshing catalog 'helios-dev' ... Done
1282024-08-16T04:58:01.856Z Startup: Caching catalogs ... Done
1292024-08-16T04:58:04.255ZPlanning: Solver setup ... Done (1.598s)
1302024-08-16T04:58:04.281ZPlanning: Running solver ... Done (0.026s)
1312024-08-16T04:58:04.321ZPlanning: Finding local manifests ... Done (0.002s)
1322024-08-16T04:58:04.399ZPlanning: Fetching manifests: 0/4 0% complete
1332024-08-16T04:58:04.774ZPlanning: Fetching manifests: 4/4 100% complete
1342024-08-16T04:58:04.967ZPlanning: Package planning ... Done (0.193s)
1352024-08-16T04:58:05.029ZPlanning: Merging actions ... Done (0.061s)
1362024-08-16T04:58:05.396ZPlanning: Checking for conflicting actions ... Done (0.367s)
1372024-08-16T04:58:05.419ZPlanning: Consolidating action changes ... Done (0.014s)
1382024-08-16T04:58:06.099ZPlanning: Evaluating mediators ... Done (0.689s)
1392024-08-16T04:58:06.122ZPlanning: Planning completed in 4.19 seconds
1402024-08-16T04:58:06.146Z Packages to install: 4
1412024-08-16T04:58:06.146Z Mediators to change: 2
1422024-08-16T04:58:06.146Z Services to change: 1
1432024-08-16T04:58:06.146Z Estimated space available: 148.82 GB
1442024-08-16T04:58:06.146ZEstimated space to be consumed: 1.48 GB
1452024-08-16T04:58:06.146Z Create boot environment: No
1462024-08-16T04:58:06.146ZCreate backup boot environment: No
1472024-08-16T04:58:06.146Z Rebuild boot archive: No
1482024-08-16T04:58:06.146Z
1492024-08-16T04:58:06.146ZChanged mediators:
1502024-08-16T04:58:06.146Z mediator clang:
1512024-08-16T04:58:06.146Z version: None -> 15 (system default)
1522024-08-16T04:58:06.146Z
1532024-08-16T04:58:06.146Z mediator llvm:
1542024-08-16T04:58:06.146Z version: 14 (system default) -> 15 (system default)
1552024-08-16T04:58:06.146Z
1562024-08-16T04:58:06.146ZChanged packages:
1572024-08-16T04:58:06.146Zhelios-dev
1582024-08-16T04:58:06.146Z developer/build-essential
1592024-08-16T04:58:06.146Z None -> 11-2.0
1602024-08-16T04:58:06.146Z library/libxmlsec1
1612024-08-16T04:58:06.146Z None -> 1.2.35-2.0
1622024-08-16T04:58:06.146Z ooce/developer/clang-15
1632024-08-16T04:58:06.146Z None -> 15.0.7-2.0
1642024-08-16T04:58:06.146Z ooce/developer/llvm-15
1652024-08-16T04:58:06.146Z None -> 15.0.7-2.0
1662024-08-16T04:58:06.146Z
1672024-08-16T04:58:06.146ZServices:
1682024-08-16T04:58:06.146Z restart_fmri:
1692024-08-16T04:58:06.146Z svc:/system/update-man-index:default
1702024-08-16T04:58:06.181Z
1712024-08-16T04:58:06.204ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1722024-08-16T04:58:11.188ZDownload: 1083/3290 items 19.7/212.6MB 9% complete (4.0M/s)
1732024-08-16T04:58:16.189ZDownload: 1885/3290 items 115.9/212.6MB 54% complete (11.7M/s)
1742024-08-16T04:58:21.203ZDownload: 2736/3290 items 120.8/212.6MB 56% complete (10.1M/s)
1752024-08-16T04:58:26.217ZDownload: 3245/3290 items 177.9/212.6MB 83% complete (6.1M/s)
1762024-08-16T04:58:30.407ZDownload: Completed 212.60 MB in 24.23 seconds (8.8M/s)
1772024-08-16T04:58:30.618Z Actions: 1/3689 actions (Installing new actions)
1782024-08-16T04:58:36.195Z Actions: 3199/3689 actions (Installing new actions)
1792024-08-16T04:58:36.586Z Actions: Completed 3689 actions in 5.97 seconds.
1802024-08-16T04:58:36.985Z Done (0.388s)
1812024-08-16T04:58:36.985Z Done (0.000s)
1822024-08-16T04:58:37.419Z Done (0.437s)
1832024-08-16T04:58:42.436Z Done (4.868s)
1842024-08-16T04:58:42.553Z Done (0.019s)
1852024-08-16T04:58:42.582Z Done (0.000s)
1862024-08-16T04:58:42.703Z Done (0.000s)
1872024-08-16T04:58:43.376ZPlanning: Evaluating mediator changes ... Done
1882024-08-16T04:58:43.583ZPlanning: Checking for conflicting actions ... Done
1892024-08-16T04:58:43.608ZPlanning: Consolidating action changes ... Done
1902024-08-16T04:58:43.942ZPlanning: Evaluating mediators ... Done
1912024-08-16T04:58:43.968ZPlanning: Planning completed in 0.57 seconds
1922024-08-16T04:58:43.992Z Mediators to change: 2
1932024-08-16T04:58:43.992Z Create boot environment: No
1942024-08-16T04:58:43.992ZCreate backup boot environment: No
1952024-08-16T04:58:44.046Z Done
1962024-08-16T04:58:44.046Z Done
1972024-08-16T04:58:44.348Z Done
1982024-08-16T04:58:49.173Z Done
1992024-08-16T04:58:49.273Z Done
2002024-08-16T04:58:49.273Z Done
2012024-08-16T04:58:49.324Z Done
2022024-08-16T04:58:50.089ZPlanning: Evaluating mediator changes ... Done
2032024-08-16T04:58:50.123ZPlanning: Merging actions ... Done
2042024-08-16T04:58:50.324ZPlanning: Checking for conflicting actions ... Done
2052024-08-16T04:58:50.355ZPlanning: Consolidating action changes ... Done
2062024-08-16T04:58:50.670ZPlanning: Evaluating mediators ... Done
2072024-08-16T04:58:50.744ZPlanning: Planning completed in 0.95 seconds
2082024-08-16T04:58:50.801Z Packages to change: 1
2092024-08-16T04:58:50.801Z Mediators to change: 1
2102024-08-16T04:58:50.801Z Services to change: 1
2112024-08-16T04:58:50.801Z Create boot environment: No
2122024-08-16T04:58:50.802ZCreate backup boot environment: Yes
2132024-08-16T04:58:52.392Z Actions: 1/6 actions (Updating modified actions)
2142024-08-16T04:58:52.426Z Actions: Completed 6 actions in 0.00 seconds.
2152024-08-16T04:58:52.426Z Done
2162024-08-16T04:58:52.426Z Done
2172024-08-16T04:58:52.503Z Done
2182024-08-16T04:58:57.254Z Done
2192024-08-16T04:58:57.362Z Done
2202024-08-16T04:58:57.389Z Done
2212024-08-16T04:58:57.417Z Done
2222024-08-16T04:58:57.942ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2232024-08-16T04:58:57.942Zclang system 15 system
2242024-08-16T04:58:57.942Zcsh system system illumos
2252024-08-16T04:58:57.942Zctags system system illumos
2262024-08-16T04:58:57.942Zgcc vendor 12 vendor
2272024-08-16T04:58:57.942Zgcc system 10 system
2282024-08-16T04:58:57.943Zgcc system 7 system
2292024-08-16T04:58:57.943Zgo system 1.20 system
2302024-08-16T04:58:57.943Zgo system 1.19 system
2312024-08-16T04:58:57.943Zllvm system 15 system
2322024-08-16T04:58:57.943Zllvm system 14 system
2332024-08-16T04:58:57.943Zmariadb system 10.6 system
2342024-08-16T04:58:57.943Zmta vendor vendor dma
2352024-08-16T04:58:57.943Zopenjdk system 17 system
2362024-08-16T04:58:57.943Zopenjdk system 11 system
2372024-08-16T04:58:57.943Zopenjdk system 1.8 system
2382024-08-16T04:58:57.943Zopenssl vendor 3 vendor
2392024-08-16T04:58:57.943Zperl system 5.36 system
2402024-08-16T04:58:57.943Zpostgresql system 15 system
2412024-08-16T04:58:57.944Zpostgresql system 13 system
2422024-08-16T04:58:57.944Zpython vendor 3 vendor
2432024-08-16T04:58:57.944Zpython system 2 system
2442024-08-16T04:58:57.944Zpython3 system 3.11 system
2452024-08-16T04:58:57.944Zruby system 3.0 system
2462024-08-16T04:58:57.944Zwords vendor vendor american-english
2472024-08-16T04:58:57.944Zwords system system australian-english
2482024-08-16T04:58:57.944Zwords system system british-english
2492024-08-16T04:58:57.944Zwords system system canadian-english
2502024-08-16T04:58:57.944Zwords system system french
2512024-08-16T04:58:57.944Zwords system system italian
2522024-08-16T04:58:57.944Zwords system system ngerman
2532024-08-16T04:58:57.944Zwords system system ogerman
2542024-08-16T04:58:57.944Zwords system system spanish
2552024-08-16T04:58:58.358ZPUBLISHER TYPE STATUS P LOCATION
2562024-08-16T04:58:58.358Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2572024-08-16T04:59:00.444ZFMRI IFO
2582024-08-16T04:59:00.444Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2592024-08-16T04:59:00.445Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2602024-08-16T04:59:00.445Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2612024-08-16T04:59:00.445Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2622024-08-16T04:59:00.445Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2632024-08-16T04:59:00.445Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2642024-08-16T04:59:00.445Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i--
2652024-08-16T04:59:00.445Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2662024-08-16T04:59:00.445Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2672024-08-16T04:59:00.445Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2682024-08-16T04:59:00.445Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2692024-08-16T04:59:00.445Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2702024-08-16T04:59:01.214Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2712024-08-16T04:59:01.538Z Updating git repository `https://github.com/oxidecomputer/zone`
2722024-08-16T04:59:01.875Z Updating crates.io index
2732024-08-16T04:59:01.942Z Updating git repository `https://github.com/oxidecomputer/dropshot`
2742024-08-16T04:59:02.733Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2752024-08-16T04:59:03.558Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2762024-08-16T04:59:03.883Z Updating git repository `https://github.com/oxidecomputer/progenitor`
2772024-08-16T04:59:05.582Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2782024-08-16T04:59:05.872Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2792024-08-16T04:59:06.196Z Updating git repository `https://github.com/oxidecomputer/propolis`
2802024-08-16T04:59:07.330Z Updating git repository `https://github.com/oxidecomputer/crucible`
2812024-08-16T04:59:09.263Z Updating git repository `https://github.com/oxidecomputer/opte`
2822024-08-16T04:59:10.271Z Updating git repository `https://github.com/oxidecomputer/falcon`
2832024-08-16T04:59:10.943Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2842024-08-16T04:59:11.276Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2852024-08-16T04:59:11.900Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
2862024-08-16T04:59:12.229Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
2872024-08-16T04:59:12.606Z Updating git repository `https://github.com/oxidecomputer/tofino`
2882024-08-16T04:59:12.948Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2892024-08-16T04:59:13.272Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2902024-08-16T04:59:13.567Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2912024-08-16T04:59:13.904Z Updating git repository `https://github.com/oxidecomputer/clickward`
2922024-08-16T04:59:14.300Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2932024-08-16T04:59:14.655Z Updating git repository `https://github.com/oxidecomputer/ispf`
2942024-08-16T04:59:15.160Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2952024-08-16T04:59:15.479Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2962024-08-16T04:59:16.043Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2972024-08-16T04:59:16.434Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2982024-08-16T04:59:16.912Z Updating git repository `https://github.com/oxidecomputer/typify`
2992024-08-16T04:59:19.089Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3002024-08-16T04:59:19.387Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3012024-08-16T04:59:19.725Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3022024-08-16T04:59:20.182Z Updating git repository `https://github.com/oxidecomputer/rfb`
3032024-08-16T04:59:21.506Z Downloading crates ...
3042024-08-16T04:59:21.571Z Downloaded dtrace-parser v0.2.0
3052024-08-16T04:59:21.596Z Downloaded equivalent v1.0.1
3062024-08-16T04:59:21.597Z Downloaded is_terminal_polyfill v1.70.0
3072024-08-16T04:59:21.597Z Downloaded scroll_derive v0.12.0
3082024-08-16T04:59:21.597Z Downloaded usdt-attr-macro v0.5.0
3092024-08-16T04:59:21.597Z Downloaded version_check v0.9.5
3102024-08-16T04:59:21.623Z Downloaded ucd-trie v0.1.6
3112024-08-16T04:59:21.623Z Downloaded usdt-macro v0.5.0
3122024-08-16T04:59:21.624Z Downloaded proc-macro-error-attr v1.0.4
3132024-08-16T04:59:21.624Z Downloaded toml_datetime v0.6.8
3142024-08-16T04:59:21.624Z Downloaded thread-id v4.2.1
3152024-08-16T04:59:21.624Z Downloaded utf8parse v0.2.1
3162024-08-16T04:59:21.624Z Downloaded zerocopy-derive v0.7.34
3172024-08-16T04:59:21.667Z Downloaded winnow v0.6.18
3182024-08-16T04:59:21.667Z Downloaded syn v2.0.74
3192024-08-16T04:59:21.693Z Downloaded unicode-width v0.1.13
3202024-08-16T04:59:21.693Z Downloaded rustix v0.38.34
3212024-08-16T04:59:21.723Z Downloaded libc v0.2.155
3222024-08-16T04:59:21.751Z Downloaded serde_json v1.0.125
3232024-08-16T04:59:21.751Z Downloaded tabled v0.15.0
3242024-08-16T04:59:21.778Z Downloaded syn v1.0.109
3252024-08-16T04:59:21.802Z Downloaded papergrid v0.11.0
3262024-08-16T04:59:21.802Z Downloaded hashbrown v0.14.5
3272024-08-16T04:59:21.802Z Downloaded goblin v0.8.2
3282024-08-16T04:59:21.802Z Downloaded zerocopy v0.7.34
3292024-08-16T04:59:21.825Z Downloaded unicode-ident v1.0.12
3302024-08-16T04:59:21.826Z Downloaded serde_derive v1.0.207
3312024-08-16T04:59:21.850Z Downloaded serde v1.0.207
3322024-08-16T04:59:21.850Z Downloaded semver v1.0.23
3332024-08-16T04:59:21.850Z Downloaded scroll v0.12.0
3342024-08-16T04:59:21.850Z Downloaded pest v2.7.10
3352024-08-16T04:59:21.850Z Downloaded clap_builder v4.5.15
3362024-08-16T04:59:21.881Z Downloaded usdt-impl v0.5.0
3372024-08-16T04:59:21.882Z Downloaded usdt v0.5.0
3382024-08-16T04:59:21.882Z Downloaded typenum v1.17.0
3392024-08-16T04:59:21.882Z Downloaded toml_edit v0.22.20
3402024-08-16T04:59:21.910Z Downloaded thiserror v1.0.63
3412024-08-16T04:59:21.911Z Downloaded tabled_derive v0.7.0
3422024-08-16T04:59:21.911Z Downloaded sha2 v0.10.8
3432024-08-16T04:59:21.911Z Downloaded proc-macro2 v1.0.86
3442024-08-16T04:59:21.911Z Downloaded pest_meta v2.7.10
3452024-08-16T04:59:21.912Z Downloaded pest_derive v2.7.10
3462024-08-16T04:59:21.912Z Downloaded memchr v2.7.2
3472024-08-16T04:59:21.944Z Downloaded serde_spanned v0.6.7
3482024-08-16T04:59:21.945Z Downloaded pretty-hex v0.4.1
3492024-08-16T04:59:21.945Z Downloaded clap v4.5.15
3502024-08-16T04:59:21.945Z Downloaded anyhow v1.0.86
3512024-08-16T04:59:21.945Z Downloaded toml v0.8.19
3522024-08-16T04:59:21.945Z Downloaded swrite v0.1.0
3532024-08-16T04:59:21.945Z Downloaded proc-macro-error v1.0.4
3542024-08-16T04:59:21.982Z Downloaded plain v0.2.3
3552024-08-16T04:59:21.982Z Downloaded once_cell v1.19.0
3562024-08-16T04:59:21.983Z Downloaded log v0.4.21
3572024-08-16T04:59:21.983Z Downloaded indexmap v2.4.0
3582024-08-16T04:59:21.983Z Downloaded fnv v1.0.7
3592024-08-16T04:59:21.983Z Downloaded dof v0.3.0
3602024-08-16T04:59:21.983Z Downloaded clap_derive v4.5.13
3612024-08-16T04:59:21.983Z Downloaded cargo_toml v0.20.4
3622024-08-16T04:59:21.983Z Downloaded byteorder v1.5.0
3632024-08-16T04:59:21.983Z Downloaded bitflags v2.6.0
3642024-08-16T04:59:21.983Z Downloaded anstyle-query v1.0.3
3652024-08-16T04:59:21.983Z Downloaded anstream v0.6.14
3662024-08-16T04:59:21.983Z Downloaded ryu v1.0.18
3672024-08-16T04:59:21.983Z Downloaded quote v1.0.36
3682024-08-16T04:59:22.009Z Downloaded generic-array v0.14.7
3692024-08-16T04:59:22.009Z Downloaded cargo-platform v0.1.8
3702024-08-16T04:59:22.009Z Downloaded thiserror-impl v1.0.63
3712024-08-16T04:59:22.009Z Downloaded terminal_size v0.3.0
3722024-08-16T04:59:22.009Z Downloaded strsim v0.11.1
3732024-08-16T04:59:22.009Z Downloaded serde_tokenstream v0.2.2
3742024-08-16T04:59:22.009Z Downloaded pest_generator v2.7.10
3752024-08-16T04:59:22.009Z Downloaded itoa v1.0.11
3762024-08-16T04:59:22.009Z Downloaded heck v0.5.0
3772024-08-16T04:59:22.009Z Downloaded heck v0.4.1
3782024-08-16T04:59:22.009Z Downloaded crypto-common v0.1.6
3792024-08-16T04:59:22.010Z Downloaded cpufeatures v0.2.12
3802024-08-16T04:59:22.010Z Downloaded colorchoice v1.0.1
3812024-08-16T04:59:22.010Z Downloaded cargo_metadata v0.18.1
3822024-08-16T04:59:22.010Z Downloaded camino v1.1.7
3832024-08-16T04:59:22.010Z Downloaded macaddr v1.0.1
3842024-08-16T04:59:22.010Z Downloaded errno v0.3.9
3852024-08-16T04:59:22.010Z Downloaded digest v0.10.7
3862024-08-16T04:59:22.039Z Downloaded cfg-if v1.0.0
3872024-08-16T04:59:22.040Z Downloaded autocfg v1.3.0
3882024-08-16T04:59:22.040Z Downloaded anstyle-parse v0.2.4
3892024-08-16T04:59:22.040Z Downloaded anstyle v1.0.8
3902024-08-16T04:59:22.040Z Downloaded memmap v0.7.0
3912024-08-16T04:59:22.040Z Downloaded fs-err v2.11.0
3922024-08-16T04:59:22.040Z Downloaded clap_lex v0.7.0
3932024-08-16T04:59:22.040Z Downloaded bytecount v0.6.8
3942024-08-16T04:59:22.040Z Downloaded block-buffer v0.10.4
3952024-08-16T04:59:22.176Z Compiling proc-macro2 v1.0.86
3962024-08-16T04:59:22.200Z Compiling unicode-ident v1.0.12
3972024-08-16T04:59:22.200Z Compiling version_check v0.9.5
3982024-08-16T04:59:22.200Z Compiling serde v1.0.207
3992024-08-16T04:59:22.200Z Compiling memchr v2.7.2
4002024-08-16T04:59:22.200Z Compiling thiserror v1.0.63
4012024-08-16T04:59:22.200Z Compiling libc v0.2.155
4022024-08-16T04:59:22.224Z Compiling ryu v1.0.18
4032024-08-16T04:59:22.572Z Compiling ucd-trie v0.1.6
4042024-08-16T04:59:22.776Z Compiling itoa v1.0.11
4052024-08-16T04:59:23.087Z Compiling once_cell v1.19.0
4062024-08-16T04:59:23.156Z Compiling byteorder v1.5.0
4072024-08-16T04:59:23.189Z Compiling serde_json v1.0.125
4082024-08-16T04:59:23.562Z Compiling proc-macro-error-attr v1.0.4
4092024-08-16T04:59:23.600Z Compiling usdt-impl v0.5.0
4102024-08-16T04:59:23.697Z Compiling rustix v0.38.34
4112024-08-16T04:59:23.803Z Compiling syn v1.0.109
4122024-08-16T04:59:23.926Z Compiling quote v1.0.36
4132024-08-16T04:59:23.949Z Compiling proc-macro-error v1.0.4
4142024-08-16T04:59:24.057Z Compiling hashbrown v0.14.5
4152024-08-16T04:59:24.221Z Compiling plain v0.2.3
4162024-08-16T04:59:24.351Z Compiling syn v2.0.74
4172024-08-16T04:59:24.485Z Compiling errno v0.3.9
4182024-08-16T04:59:24.511Z Compiling log v0.4.21
4192024-08-16T04:59:24.543Z Compiling thread-id v4.2.1
4202024-08-16T04:59:24.572Z Compiling utf8parse v0.2.1
4212024-08-16T04:59:24.630Z Compiling equivalent v1.0.1
4222024-08-16T04:59:24.666Z Compiling bitflags v2.6.0
4232024-08-16T04:59:24.743Z Compiling anstyle-parse v0.2.4
4242024-08-16T04:59:24.929Z Compiling pretty-hex v0.4.1
4252024-08-16T04:59:25.090Z Compiling anstyle-query v1.0.3
4262024-08-16T04:59:25.129Z Compiling indexmap v2.4.0
4272024-08-16T04:59:25.172Z Compiling anstyle v1.0.8
4282024-08-16T04:59:25.199Z Compiling autocfg v1.3.0
4292024-08-16T04:59:25.228Z Compiling colorchoice v1.0.1
4302024-08-16T04:59:25.382Z Compiling camino v1.1.7
4312024-08-16T04:59:25.551Z Compiling is_terminal_polyfill v1.70.0
4322024-08-16T04:59:25.600Z Compiling semver v1.0.23
4332024-08-16T04:59:25.706Z Compiling winnow v0.6.18
4342024-08-16T04:59:26.103Z Compiling terminal_size v0.3.0
4352024-08-16T04:59:26.163Z Compiling fs-err v2.11.0
4362024-08-16T04:59:26.236Z Compiling anstream v0.6.14
4372024-08-16T04:59:26.441Z Compiling heck v0.5.0
4382024-08-16T04:59:26.469Z Compiling bytecount v0.6.8
4392024-08-16T04:59:26.469Z Compiling unicode-width v0.1.13
4402024-08-16T04:59:26.469Z Compiling clap_lex v0.7.0
4412024-08-16T04:59:26.672Z Compiling anyhow v1.0.86
4422024-08-16T04:59:26.718Z Compiling strsim v0.11.1
4432024-08-16T04:59:26.891Z Compiling fnv v1.0.7
4442024-08-16T04:59:26.924Z Compiling heck v0.4.1
4452024-08-16T04:59:27.025Z Compiling papergrid v0.11.0
4462024-08-16T04:59:27.136Z Compiling clap_builder v4.5.15
4472024-08-16T04:59:27.594Z Compiling memmap v0.7.0
4482024-08-16T04:59:27.971Z Compiling swrite v0.1.0
4492024-08-16T04:59:29.597Z Compiling tabled_derive v0.7.0
4502024-08-16T04:59:31.341Z Compiling tabled v0.15.0
4512024-08-16T04:59:32.792Z Compiling serde_derive v1.0.207
4522024-08-16T04:59:32.792Z Compiling thiserror-impl v1.0.63
4532024-08-16T04:59:32.792Z Compiling zerocopy-derive v0.7.34
4542024-08-16T04:59:32.820Z Compiling scroll_derive v0.12.0
4552024-08-16T04:59:32.820Z Compiling clap_derive v4.5.13
4562024-08-16T04:59:33.978Z Compiling scroll v0.12.0
4572024-08-16T04:59:34.476Z Compiling goblin v0.8.2
4582024-08-16T04:59:34.689Z Compiling zerocopy v0.7.34
4592024-08-16T04:59:35.029Z Compiling pest v2.7.10
4602024-08-16T04:59:35.956Z Compiling clap v4.5.15
4612024-08-16T04:59:37.143Z Compiling pest_meta v2.7.10
4622024-08-16T04:59:38.132Z Compiling pest_generator v2.7.10
4632024-08-16T04:59:39.805Z Compiling pest_derive v2.7.10
4642024-08-16T04:59:40.441Z Compiling dtrace-parser v0.2.0
4652024-08-16T04:59:42.598Z Compiling serde_spanned v0.6.7
4662024-08-16T04:59:42.599Z Compiling toml_datetime v0.6.8
4672024-08-16T04:59:42.638Z Compiling cargo-platform v0.1.8
4682024-08-16T04:59:43.021Z Compiling serde_tokenstream v0.2.2
4692024-08-16T04:59:43.169Z Compiling toml_edit v0.22.20
4702024-08-16T04:59:43.229Z Compiling macaddr v1.0.1
4712024-08-16T04:59:44.065Z Compiling dof v0.3.0
4722024-08-16T04:59:44.065Z Compiling cargo_metadata v0.18.1
4732024-08-16T04:59:45.799Z Compiling toml v0.8.19
4742024-08-16T04:59:46.016Z Compiling usdt-macro v0.5.0
4752024-08-16T04:59:46.016Z Compiling usdt-attr-macro v0.5.0
4762024-08-16T04:59:46.654Z Compiling cargo_toml v0.20.4
4772024-08-16T04:59:47.244Z Compiling usdt v0.5.0
4782024-08-16T04:59:50.873Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4792024-08-16T04:59:55.815Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 54.92s
4802024-08-16T04:59:56.071Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4812024-08-16T04:59:56.883Z Downloading crates ...
4822024-08-16T04:59:57.029Z Downloaded async-stream-impl v0.3.5
4832024-08-16T04:59:57.062Z Downloaded atty v0.2.14
4842024-08-16T04:59:57.062Z Downloaded is-terminal v0.4.12
4852024-08-16T04:59:57.062Z Downloaded match_cfg v0.1.0
4862024-08-16T04:59:57.062Z Downloaded openssl-macros v0.1.1
4872024-08-16T04:59:57.062Z Downloaded hyper-tls v0.5.0
4882024-08-16T04:59:57.062Z Downloaded hyper-rustls v0.24.2
4892024-08-16T04:59:57.062Z Downloaded ipnet v2.9.0
4902024-08-16T04:59:57.063Z Downloaded crunchy v0.2.2
4912024-08-16T04:59:57.063Z Downloaded bit-set v0.5.3
4922024-08-16T04:59:57.063Z Downloaded memoffset v0.9.1
4932024-08-16T04:59:57.094Z Downloaded number_prefix v0.4.0
4942024-08-16T04:59:57.094Z Downloaded num-rational v0.4.2
4952024-08-16T04:59:57.094Z Downloaded serde_arrays v0.1.0
4962024-08-16T04:59:57.094Z Downloaded omicron-zone-package v0.11.0
4972024-08-16T04:59:57.119Z Downloaded slog-async v2.8.0
4982024-08-16T04:59:57.119Z Downloaded wait-timeout v0.2.0
4992024-08-16T04:59:57.119Z Downloaded http-range v0.1.5
5002024-08-16T04:59:57.158Z Downloaded deranged v0.3.11
5012024-08-16T04:59:57.158Z Downloaded futures-executor v0.3.30
5022024-08-16T04:59:57.158Z Downloaded zeroize_derive v1.4.2
5032024-08-16T04:59:57.158Z Downloaded crossbeam-utils v0.8.19
5042024-08-16T04:59:57.158Z Downloaded openssl-probe v0.1.5
5052024-08-16T04:59:57.159Z Downloaded futures-macro v0.3.30
5062024-08-16T04:59:57.159Z Downloaded httpdate v1.0.3
5072024-08-16T04:59:57.159Z Downloaded futures-channel v0.3.30
5082024-08-16T04:59:57.185Z Downloaded signal-hook-tokio v0.3.1
5092024-08-16T04:59:57.185Z Downloaded rtoolbox v0.0.2
5102024-08-16T04:59:57.185Z Downloaded r2d2 v0.8.10
5112024-08-16T04:59:57.185Z Downloaded fragile v2.0.0
5122024-08-16T04:59:57.214Z Downloaded float-ord v0.3.2
5132024-08-16T04:59:57.214Z Downloaded tinyvec_macros v0.1.1
5142024-08-16T04:59:57.214Z Downloaded endian-type v0.1.2
5152024-08-16T04:59:57.214Z Downloaded utf-8 v0.7.6
5162024-08-16T04:59:57.214Z Downloaded enum-as-inner v0.6.0
5172024-08-16T04:59:57.214Z Downloaded salsa20 v0.10.2
5182024-08-16T04:59:57.243Z Downloaded heck v0.3.3
5192024-08-16T04:59:57.243Z Downloaded env_logger v0.10.2
5202024-08-16T04:59:57.243Z Downloaded oso-derive v0.27.3
5212024-08-16T04:59:57.243Z Downloaded rustls-pemfile v1.0.4
5222024-08-16T04:59:57.243Z Downloaded sqlparser_derive v0.2.2
5232024-08-16T04:59:57.243Z Downloaded derive_builder_macro v0.20.0
5242024-08-16T04:59:57.273Z Downloaded url v2.5.2
5252024-08-16T04:59:57.273Z Downloaded static_assertions v1.1.0
5262024-08-16T04:59:57.273Z Downloaded waitgroup v0.1.2
5272024-08-16T04:59:57.273Z Downloaded structmeta v0.3.0
5282024-08-16T04:59:57.273Z Downloaded percent-encoding v2.3.1
5292024-08-16T04:59:57.273Z Downloaded peg-runtime v0.8.3
5302024-08-16T04:59:57.274Z Downloaded structmeta v0.2.0
5312024-08-16T04:59:57.274Z Downloaded similar v2.5.0
5322024-08-16T04:59:57.299Z Downloaded tokio-native-tls v0.3.1
5332024-08-16T04:59:57.299Z Downloaded phf_shared v0.10.0
5342024-08-16T04:59:57.299Z Downloaded tokio-macros v2.3.0
5352024-08-16T04:59:57.299Z Downloaded parse-size v1.0.0
5362024-08-16T04:59:57.299Z Downloaded packed_struct_codegen v0.10.1
5372024-08-16T04:59:57.300Z Downloaded phf v0.11.2
5382024-08-16T04:59:57.300Z Downloaded parse-display-derive v0.10.0
5392024-08-16T04:59:57.300Z Downloaded packed_struct v0.10.1
5402024-08-16T04:59:57.300Z Downloaded want v0.3.1
5412024-08-16T04:59:57.300Z Downloaded owo-colors v4.0.0
5422024-08-16T04:59:57.327Z Downloaded parse-display v0.10.0
5432024-08-16T04:59:57.327Z Downloaded crossterm v0.28.1
5442024-08-16T04:59:57.327Z Downloaded pem v3.0.4
5452024-08-16T04:59:57.328Z Downloaded parking_lot v0.11.2
5462024-08-16T04:59:57.328Z Downloaded structmeta-derive v0.3.0
5472024-08-16T04:59:57.328Z Downloaded strum_macros v0.24.3
5482024-08-16T04:59:57.328Z Downloaded path-slash v0.1.5
5492024-08-16T04:59:57.328Z Downloaded tokio-rustls v0.25.0
5502024-08-16T04:59:57.355Z Downloaded whoami v1.5.1
5512024-08-16T04:59:57.355Z Downloaded crossterm v0.27.0
5522024-08-16T04:59:57.355Z Downloaded tokio-stream v0.1.15
5532024-08-16T04:59:57.355Z Downloaded strum_macros v0.25.3
5542024-08-16T04:59:57.355Z Downloaded paste v1.0.15
5552024-08-16T04:59:57.391Z Downloaded tokio-postgres v0.7.11
5562024-08-16T04:59:57.391Z Downloaded structmeta-derive v0.2.0
5572024-08-16T04:59:57.391Z Downloaded parking_lot_core v0.8.6
5582024-08-16T04:59:57.391Z Downloaded subprocess v0.2.9
5592024-08-16T04:59:57.391Z Downloaded derive_builder v0.20.0
5602024-08-16T04:59:57.419Z Downloaded pkcs8 v0.10.2
5612024-08-16T04:59:57.419Z Downloaded parking_lot v0.12.2
5622024-08-16T04:59:57.419Z Downloaded pkcs5 v0.7.1
5632024-08-16T04:59:57.449Z Downloaded webpki-roots v0.25.4
5642024-08-16T04:59:57.450Z Downloaded h2 v0.3.26
5652024-08-16T04:59:57.481Z Downloaded unicode-normalization v0.1.23
5662024-08-16T04:59:57.481Z Downloaded polar-core v0.27.3
5672024-08-16T04:59:57.507Z Downloaded petgraph v0.6.5
5682024-08-16T04:59:57.532Z Downloaded tokio v1.38.1
5692024-08-16T04:59:57.566Z Downloaded ratatui v0.28.0
5702024-08-16T04:59:57.593Z Downloaded finl_unicode v1.2.0
5712024-08-16T04:59:57.618Z Downloaded encoding_rs v0.8.34
5722024-08-16T04:59:57.642Z Downloaded csv v1.3.0
5732024-08-16T04:59:57.668Z Downloaded libgit2-sys v0.17.0+1.8.1
5742024-08-16T04:59:57.741Z Downloaded bzip2-sys v0.1.11+1.0.8
5752024-08-16T04:59:57.765Z Downloaded smoltcp v0.11.0
5762024-08-16T04:59:57.789Z Downloaded sha3 v0.10.8
5772024-08-16T04:59:57.790Z Downloaded diesel v2.2.2
5782024-08-16T04:59:57.814Z Downloaded regex-automata v0.4.6
5792024-08-16T04:59:57.838Z Downloaded hickory-proto v0.24.1
5802024-08-16T04:59:57.863Z Downloaded bstr v1.9.1
5812024-08-16T04:59:57.863Z Downloaded gimli v0.28.1
5822024-08-16T04:59:57.887Z Downloaded rustls v0.21.12
5832024-08-16T04:59:57.887Z Downloaded rayon v1.10.0
5842024-08-16T04:59:57.911Z Downloaded radix_trie v0.2.1
5852024-08-16T04:59:57.911Z Downloaded smoltcp v0.9.1
5862024-08-16T04:59:57.942Z Downloaded libz-sys v1.1.16
5872024-08-16T04:59:57.993Z Downloaded ring v0.17.8
5882024-08-16T04:59:58.071Z Downloaded curve25519-dalek v4.1.3
5892024-08-16T04:59:58.096Z Downloaded bstr v0.2.17
5902024-08-16T04:59:58.096Z Downloaded tokio-util v0.7.11
5912024-08-16T04:59:58.126Z Downloaded libsqlite3-sys v0.28.0
5922024-08-16T04:59:58.186Z Downloaded ring v0.16.20
5932024-08-16T04:59:58.343Z Downloaded portable-atomic v1.6.0
5942024-08-16T04:59:58.440Z Downloaded git2 v0.19.0
5952024-08-16T04:59:58.440Z Downloaded rustls-webpki v0.102.4
5962024-08-16T04:59:58.441Z Downloaded rustls-webpki v0.101.7
5972024-08-16T04:59:58.441Z Downloaded serde_with v3.8.3
5982024-08-16T04:59:58.441Z Downloaded chrono v0.4.38
5992024-08-16T04:59:58.441Z Downloaded blake3 v1.5.1
6002024-08-16T04:59:58.441Z Downloaded bitvec v1.0.1
6012024-08-16T04:59:58.441Z Downloaded zerocopy-derive v0.6.6
6022024-08-16T04:59:58.520Z Downloaded elliptic-curve v0.13.8
6032024-08-16T04:59:58.520Z Downloaded expectorate v1.1.0
6042024-08-16T04:59:58.520Z Downloaded rustls v0.22.4
6052024-08-16T04:59:58.520Z Downloaded regress v0.9.1
6062024-08-16T04:59:58.521Z Downloaded regex-syntax v0.8.4
6072024-08-16T04:59:58.521Z Downloaded reedline v0.33.0
6082024-08-16T04:59:58.521Z Downloaded hkdf v0.12.4
6092024-08-16T04:59:58.521Z Downloaded sled v0.34.7
6102024-08-16T04:59:58.521Z Downloaded winnow v0.5.40
6112024-08-16T04:59:58.521Z Downloaded regex-syntax v0.6.29
6122024-08-16T04:59:58.521Z Downloaded unicode_categories v0.1.1
6132024-08-16T04:59:58.521Z Downloaded unicode-segmentation v1.11.0
6142024-08-16T04:59:58.521Z Downloaded tough v0.17.1
6152024-08-16T04:59:58.550Z Downloaded bindgen v0.69.4
6162024-08-16T04:59:58.550Z Downloaded vcpkg v0.2.15
6172024-08-16T04:59:58.580Z Downloaded postcard v1.0.8
6182024-08-16T04:59:58.580Z Downloaded regex v1.10.6
6192024-08-16T04:59:58.605Z Downloaded rand v0.8.5
6202024-08-16T04:59:58.605Z Downloaded hashbrown v0.12.3
6212024-08-16T04:59:58.605Z Downloaded rustyline v14.0.0
6222024-08-16T04:59:58.637Z Downloaded sqlparser v0.45.0
6232024-08-16T04:59:58.637Z Downloaded diesel_derives v2.2.2
6242024-08-16T04:59:58.637Z Downloaded hashbrown v0.13.2
6252024-08-16T04:59:58.637Z Downloaded flate2 v1.0.31
6262024-08-16T04:59:58.663Z Downloaded aho-corasick v1.1.3
6272024-08-16T04:59:58.663Z Downloaded toml_edit v0.19.15
6282024-08-16T04:59:58.664Z Downloaded erased-serde v0.3.31
6292024-08-16T04:59:58.664Z Downloaded smallvec v1.13.2
6302024-08-16T04:59:58.691Z Downloaded rayon-core v1.12.1
6312024-08-16T04:59:58.691Z Downloaded nix v0.28.0
6322024-08-16T04:59:58.691Z Downloaded pkg-config v0.3.30
6332024-08-16T04:59:58.691Z Downloaded strum_macros v0.26.4
6342024-08-16T04:59:58.692Z Downloaded poly1305 v0.8.0
6352024-08-16T04:59:58.721Z Downloaded diff v0.1.13
6362024-08-16T04:59:58.721Z Downloaded rcgen v0.12.1
6372024-08-16T04:59:58.721Z Downloaded time v0.3.36
6382024-08-16T04:59:58.722Z Downloaded reqwest v0.11.27
6392024-08-16T04:59:58.722Z Downloaded hickory-server v0.24.1
6402024-08-16T04:59:58.748Z Downloaded derive-where v1.2.7
6412024-08-16T04:59:58.749Z Downloaded parking_lot_core v0.9.10
6422024-08-16T04:59:58.749Z Downloaded gethostname v0.5.0
6432024-08-16T04:59:58.749Z Downloaded tokio-tungstenite v0.21.0
6442024-08-16T04:59:58.749Z Downloaded derive_more v0.99.18
6452024-08-16T04:59:58.749Z Downloaded derive_builder_core v0.20.0
6462024-08-16T04:59:58.749Z Downloaded openssl v0.10.66
6472024-08-16T04:59:58.778Z Downloaded object v0.30.4
6482024-08-16T04:59:58.778Z Downloaded tokio-rustls v0.24.1
6492024-08-16T04:59:58.779Z Downloaded either v1.13.0
6502024-08-16T04:59:58.779Z Downloaded embedded-io v0.4.0
6512024-08-16T04:59:58.779Z Downloaded getrandom v0.2.14
6522024-08-16T04:59:58.779Z Downloaded tokio-tungstenite v0.20.1
6532024-08-16T04:59:58.811Z Downloaded unsafe-libyaml v0.2.11
6542024-08-16T04:59:58.811Z Downloaded pbkdf2 v0.12.2
6552024-08-16T04:59:58.811Z Downloaded tabwriter v1.4.0
6562024-08-16T04:59:58.811Z Downloaded slog-term v2.9.1
6572024-08-16T04:59:58.811Z Downloaded supports-color v3.0.0
6582024-08-16T04:59:58.812Z Downloaded regex-automata v0.1.10
6592024-08-16T04:59:58.812Z Downloaded openapiv3 v2.0.0
6602024-08-16T04:59:58.843Z Downloaded which v4.4.2
6612024-08-16T04:59:58.843Z Downloaded password-hash v0.5.0
6622024-08-16T04:59:58.843Z Downloaded steno v0.4.1
6632024-08-16T04:59:58.843Z Downloaded futures-util v0.3.30
6642024-08-16T04:59:58.843Z Downloaded http v0.2.12
6652024-08-16T04:59:58.843Z Downloaded half v2.4.1
6662024-08-16T04:59:58.871Z Downloaded snafu v0.8.2
6672024-08-16T04:59:58.871Z Downloaded serde_yaml v0.9.34+deprecated
6682024-08-16T04:59:58.871Z Downloaded postgres-types v0.2.7
6692024-08-16T04:59:58.871Z Downloaded postgres-protocol v0.6.7
6702024-08-16T04:59:58.871Z Downloaded hickory-resolver v0.24.1
6712024-08-16T04:59:58.871Z Downloaded peg-macros v0.8.4
6722024-08-16T04:59:58.871Z Downloaded tls_codec v0.4.1
6732024-08-16T04:59:58.871Z Downloaded vte v0.11.1
6742024-08-16T04:59:58.872Z Downloaded vergen v8.3.2
6752024-08-16T04:59:58.898Z Downloaded getopts v0.2.21
6762024-08-16T04:59:58.898Z Downloaded uuid v1.10.0
6772024-08-16T04:59:58.898Z Downloaded fatfs v0.3.6
6782024-08-16T04:59:58.899Z Downloaded vsss-rs v3.3.4
6792024-08-16T04:59:58.899Z Downloaded fallible-iterator v0.2.0
6802024-08-16T04:59:58.899Z Downloaded smawk v0.3.2
6812024-08-16T04:59:58.899Z Downloaded slog-stdlog v4.1.1
6822024-08-16T04:59:58.899Z Downloaded tls_codec_derive v0.4.1
6832024-08-16T04:59:58.899Z Downloaded pem-rfc7468 v0.7.0
6842024-08-16T04:59:58.899Z Downloaded walkdir v2.5.0
6852024-08-16T04:59:58.899Z Downloaded smallvec v0.6.14
6862024-08-16T04:59:58.899Z Downloaded diesel_table_macro_syntax v0.2.0
6872024-08-16T04:59:58.899Z Downloaded predicates v3.1.2
6882024-08-16T04:59:58.936Z Downloaded rusqlite v0.31.0
6892024-08-16T04:59:58.936Z Downloaded proptest v1.5.0
6902024-08-16T04:59:58.936Z Downloaded peg v0.8.4
6912024-08-16T04:59:58.937Z Downloaded pin-project v1.1.5
6922024-08-16T04:59:58.966Z Downloaded ron v0.8.1
6932024-08-16T04:59:58.966Z Downloaded idna v0.3.0
6942024-08-16T04:59:58.966Z Downloaded fd-lock v4.0.2
6952024-08-16T04:59:58.966Z Downloaded stringprep v0.1.4
6962024-08-16T04:59:58.966Z Downloaded sync_wrapper v0.1.2
6972024-08-16T04:59:58.967Z Downloaded ff v0.13.0
6982024-08-16T04:59:58.967Z Downloaded fastrand v2.1.0
6992024-08-16T04:59:58.967Z Downloaded fallible-streaming-iterator v0.1.9
7002024-08-16T04:59:58.967Z Downloaded stable_deref_trait v1.2.0
7012024-08-16T04:59:58.967Z Downloaded ppv-lite86 v0.2.17
7022024-08-16T04:59:58.967Z Downloaded quick-xml v0.31.0
7032024-08-16T04:59:59.037Z Downloaded idna v0.5.0
7042024-08-16T04:59:59.037Z Downloaded same-file v1.0.6
7052024-08-16T04:59:59.037Z Downloaded powerfmt v0.2.0
7062024-08-16T04:59:59.038Z Downloaded glob v0.3.1
7072024-08-16T04:59:59.038Z Downloaded heapless v0.8.0
7082024-08-16T04:59:59.038Z Downloaded strip-ansi-escapes v0.2.0
7092024-08-16T04:59:59.038Z Downloaded string_cache v0.8.7
7102024-08-16T04:59:59.038Z Downloaded filetime v0.2.24
7112024-08-16T04:59:59.039Z Downloaded fallible-iterator v0.3.0
7122024-08-16T04:59:59.039Z Downloaded difflib v0.4.0
7132024-08-16T04:59:59.039Z Downloaded oso v0.27.3
7142024-08-16T04:59:59.095Z Downloaded openssl-sys v0.9.103
7152024-08-16T04:59:59.095Z Downloaded samael v0.0.15
7162024-08-16T04:59:59.095Z Downloaded ref-cast v1.0.23
7172024-08-16T04:59:59.095Z Downloaded headers-core v0.2.0
7182024-08-16T04:59:59.095Z Downloaded object v0.32.2
7192024-08-16T04:59:59.132Z Downloaded crossbeam-channel v0.5.12
7202024-08-16T04:59:59.132Z Downloaded backtrace v0.3.71
7212024-08-16T04:59:59.132Z Downloaded fxhash v0.2.1
7222024-08-16T04:59:59.132Z Downloaded portpicker v0.1.1
7232024-08-16T04:59:59.132Z Downloaded dyn-clone v1.0.17
7242024-08-16T04:59:59.132Z Downloaded dirs-sys-next v0.1.2
7252024-08-16T04:59:59.132Z Downloaded slog-envlogger v2.2.0
7262024-08-16T04:59:59.132Z Downloaded slog-dtrace v0.3.0
7272024-08-16T04:59:59.132Z Downloaded globset v0.4.14
7282024-08-16T04:59:59.132Z Downloaded radium v0.7.0
7292024-08-16T04:59:59.133Z Downloaded predicates-tree v1.0.9
7302024-08-16T04:59:59.133Z Downloaded predicates-core v1.0.6
7312024-08-16T04:59:59.133Z Downloaded heapless v0.7.17
7322024-08-16T04:59:59.133Z Downloaded prettyplease v0.2.20
7332024-08-16T04:59:59.133Z Downloaded nix v0.27.1
7342024-08-16T04:59:59.133Z Downloaded smf v0.2.3
7352024-08-16T04:59:59.133Z Downloaded dsl_auto_type v0.1.2
7362024-08-16T04:59:59.133Z Downloaded downcast v0.11.0
7372024-08-16T04:59:59.133Z Downloaded dirs-next v2.0.0
7382024-08-16T04:59:59.133Z Downloaded slog-scope v4.4.0
7392024-08-16T04:59:59.133Z Downloaded slog-json v2.6.1
7402024-08-16T04:59:59.133Z Downloaded signature v2.2.0
7412024-08-16T04:59:59.133Z Downloaded schemars_derive v0.8.21
7422024-08-16T04:59:59.133Z Downloaded hickory-client v0.24.1
7432024-08-16T04:59:59.133Z Downloaded headers v0.3.9
7442024-08-16T04:59:59.133Z Downloaded toml v0.7.8
7452024-08-16T04:59:59.134Z Downloaded slog-bunyan v2.5.0
7462024-08-16T04:59:59.134Z Downloaded scheduled-thread-pool v0.2.7
7472024-08-16T04:59:59.134Z Downloaded precomputed-hash v0.1.1
7482024-08-16T04:59:59.134Z Downloaded rustls-pemfile v2.1.3
7492024-08-16T04:59:59.134Z Downloaded ref-cast-impl v1.0.23
7502024-08-16T04:59:59.134Z Downloaded hash32 v0.3.1
7512024-08-16T04:59:59.134Z Downloaded hash32 v0.2.1
7522024-08-16T04:59:59.134Z Downloaded aes v0.8.4
7532024-08-16T04:59:59.134Z Downloaded display-error-chain v0.2.0
7542024-08-16T04:59:59.134Z Downloaded sigpipe v0.1.3
7552024-08-16T04:59:59.134Z Downloaded scopeguard v1.2.0
7562024-08-16T04:59:59.134Z Downloaded group v0.13.0
7572024-08-16T04:59:59.134Z Downloaded rustls-pki-types v1.7.0
7582024-08-16T04:59:59.134Z Downloaded crypto-bigint v0.5.5
7592024-08-16T04:59:59.161Z Downloaded const_format v0.2.32
7602024-08-16T04:59:59.161Z Downloaded cc v1.0.97
7612024-08-16T04:59:59.161Z Downloaded rustfmt-wrapper v0.2.1
7622024-08-16T04:59:59.161Z Downloaded rustc_version v0.1.7
7632024-08-16T04:59:59.161Z Downloaded pretty-hex v0.2.1
7642024-08-16T04:59:59.161Z Downloaded socket2 v0.4.10
7652024-08-16T04:59:59.161Z Downloaded rand_seeder v0.3.0
7662024-08-16T04:59:59.161Z Downloaded typed-path v0.7.1
7672024-08-16T04:59:59.161Z Downloaded rustc_version v0.4.0
7682024-08-16T04:59:59.161Z Downloaded resolv-conf v0.7.0
7692024-08-16T04:59:59.161Z Downloaded hex v0.4.3
7702024-08-16T04:59:59.161Z Downloaded hashlink v0.9.1
7712024-08-16T04:59:59.161Z Downloaded ena v0.14.3
7722024-08-16T04:59:59.161Z Downloaded unicode-xid v0.2.4
7732024-08-16T04:59:59.161Z Downloaded unicode-truncate v1.0.0
7742024-08-16T04:59:59.162Z Downloaded hmac v0.12.1
7752024-08-16T04:59:59.192Z Downloaded schemars v0.8.21
7762024-08-16T04:59:59.192Z Downloaded universal-hash v0.5.1
7772024-08-16T04:59:59.192Z Downloaded itertools v0.12.1
7782024-08-16T04:59:59.192Z Downloaded env_logger v0.9.3
7792024-08-16T04:59:59.221Z Downloaded tinyvec v1.6.0
7802024-08-16T04:59:59.221Z Downloaded ron v0.7.1
7812024-08-16T04:59:59.221Z Downloaded tracing-core v0.1.32
7822024-08-16T04:59:59.221Z Downloaded tracing v0.1.40
7832024-08-16T04:59:59.221Z Downloaded serde_with_macros v3.8.3
7842024-08-16T04:59:59.221Z Downloaded rsa v0.9.6
7852024-08-16T04:59:59.221Z Downloaded socket2 v0.5.7
7862024-08-16T04:59:59.221Z Downloaded chacha20poly1305 v0.10.1
7872024-08-16T04:59:59.248Z Downloaded tungstenite v0.21.0
7882024-08-16T04:59:59.248Z Downloaded sct v0.7.1
7892024-08-16T04:59:59.248Z Downloaded http v1.1.0
7902024-08-16T04:59:59.248Z Downloaded lalrpop v0.19.12
7912024-08-16T04:59:59.248Z Downloaded idna v0.4.0
7922024-08-16T04:59:59.274Z Downloaded snafu-derive v0.8.2
7932024-08-16T04:59:59.274Z Downloaded flume v0.11.0
7942024-08-16T04:59:59.274Z Downloaded unicode-bidi v0.3.15
7952024-08-16T04:59:59.274Z Downloaded tungstenite v0.20.1
7962024-08-16T04:59:59.274Z Downloaded num-bigint-dig v0.8.4
7972024-08-16T04:59:59.274Z Downloaded libm v0.2.8
7982024-08-16T04:59:59.299Z Downloaded hyper v0.14.30
7992024-08-16T04:59:59.299Z Downloaded darling_core v0.20.9
8002024-08-16T04:59:59.299Z Downloaded untrusted v0.9.0
8012024-08-16T04:59:59.299Z Downloaded untrusted v0.7.1
8022024-08-16T04:59:59.299Z Downloaded tiny-keccak v2.0.2
8032024-08-16T04:59:59.325Z Downloaded rand_xorshift v0.3.0
8042024-08-16T04:59:59.325Z Downloaded rand_core v0.6.4
8052024-08-16T04:59:59.325Z Downloaded rand_chacha v0.3.1
8062024-08-16T04:59:59.325Z Downloaded pin-project-internal v1.1.5
8072024-08-16T04:59:59.325Z Downloaded phf_shared v0.11.2
8082024-08-16T04:59:59.325Z Downloaded float-cmp v0.9.0
8092024-08-16T04:59:59.325Z Downloaded flagset v0.4.5
8102024-08-16T04:59:59.325Z Downloaded fixedbitset v0.4.2
8112024-08-16T04:59:59.326Z Downloaded publicsuffix v2.2.3
8122024-08-16T04:59:59.326Z Downloaded textwrap v0.16.1
8132024-08-16T04:59:59.326Z Downloaded tar v0.4.41
8142024-08-16T04:59:59.326Z Downloaded rusty-fork v0.3.0
8152024-08-16T04:59:59.349Z Downloaded rustversion v1.0.17
8162024-08-16T04:59:59.349Z Downloaded pkcs1 v0.7.5
8172024-08-16T04:59:59.350Z Downloaded pin-utils v0.1.0
8182024-08-16T04:59:59.350Z Downloaded pin-project-lite v0.2.14
8192024-08-16T04:59:59.350Z Downloaded foreign-types-macros v0.2.3
8202024-08-16T04:59:59.350Z Downloaded topological-sort v0.2.2
8212024-08-16T04:59:59.350Z Downloaded semver v0.1.20
8222024-08-16T04:59:59.350Z Downloaded secrecy v0.8.0
8232024-08-16T04:59:59.350Z Downloaded highway v1.2.0
8242024-08-16T04:59:59.350Z Downloaded zip v0.6.6
8252024-08-16T04:59:59.377Z Downloaded test-strategy v0.3.1
8262024-08-16T04:59:59.377Z Downloaded term v0.7.0
8272024-08-16T04:59:59.377Z Downloaded take_mut v0.2.2
8282024-08-16T04:59:59.378Z Downloaded sqlformat v0.2.4
8292024-08-16T04:59:59.378Z Downloaded rustc-hash v1.1.0
8302024-08-16T04:59:59.378Z Downloaded futures-task v0.3.30
8312024-08-16T04:59:59.378Z Downloaded foreign-types v0.5.0
8322024-08-16T04:59:59.378Z Downloaded tui-tree-widget v0.22.0
8332024-08-16T04:59:59.378Z Downloaded tracing-attributes v0.1.27
8342024-08-16T04:59:59.378Z Downloaded signal-hook v0.3.17
8352024-08-16T04:59:59.378Z Downloaded serde_repr v0.1.19
8362024-08-16T04:59:59.378Z Downloaded scrypt v0.11.0
8372024-08-16T04:59:59.407Z Downloaded futures v0.3.30
8382024-08-16T04:59:59.407Z Downloaded mio v0.8.11
8392024-08-16T04:59:59.408Z Downloaded minimal-lexical v0.2.1
8402024-08-16T04:59:59.408Z Downloaded crossbeam-epoch v0.9.18
8412024-08-16T04:59:59.408Z Downloaded crc-any v2.5.0
8422024-08-16T04:59:59.408Z Downloaded base64 v0.21.7
8432024-08-16T04:59:59.408Z Downloaded unicase v2.7.0
8442024-08-16T04:59:59.408Z Downloaded serde_urlencoded v0.7.1
8452024-08-16T04:59:59.408Z Downloaded zerocopy v0.6.6
8462024-08-16T04:59:59.438Z Downloaded x509-cert v0.2.5
8472024-08-16T04:59:59.438Z Downloaded tempfile v3.10.1
8482024-08-16T04:59:59.438Z Downloaded nom v7.1.3
8492024-08-16T04:59:59.438Z Downloaded itertools v0.13.0
8502024-08-16T04:59:59.438Z Downloaded bytes v1.7.1
8512024-08-16T04:59:59.470Z Downloaded base64 v0.22.1
8522024-08-16T04:59:59.470Z Downloaded form_urlencoded v1.2.1
8532024-08-16T04:59:59.471Z Downloaded foreign-types-shared v0.3.1
8542024-08-16T04:59:59.471Z Downloaded foreign-types-shared v0.1.1
8552024-08-16T04:59:59.471Z Downloaded foreign-types v0.3.2
8562024-08-16T04:59:59.471Z Downloaded unicode-linebreak v0.1.5
8572024-08-16T04:59:59.471Z Downloaded unarray v0.1.4
8582024-08-16T04:59:59.471Z Downloaded twox-hash v1.6.3
8592024-08-16T04:59:59.471Z Downloaded try-lock v0.2.5
8602024-08-16T04:59:59.471Z Downloaded tower-service v0.3.2
8612024-08-16T04:59:59.472Z Downloaded toolchain_find v0.4.0
8622024-08-16T04:59:59.472Z Downloaded signal-hook-registry v1.4.2
8632024-08-16T04:59:59.472Z Downloaded signal-hook-mio v0.2.4
8642024-08-16T04:59:59.472Z Downloaded shlex v1.3.0
8652024-08-16T04:59:59.472Z Downloaded shell-words v1.1.0
8662024-08-16T04:59:59.472Z Downloaded sha1 v0.10.6
8672024-08-16T04:59:59.472Z Downloaded serde-big-array v0.5.1
8682024-08-16T04:59:59.472Z Downloaded rustc-demangle v0.1.24
8692024-08-16T04:59:59.473Z Downloaded rpassword v7.3.1
8702024-08-16T04:59:59.519Z Downloaded proc-macro-crate v1.3.1
8712024-08-16T04:59:59.519Z Downloaded httparse v1.8.0
8722024-08-16T04:59:59.519Z Downloaded hostname v0.4.0
8732024-08-16T04:59:59.519Z Downloaded hostname v0.3.1
8742024-08-16T04:59:59.520Z Downloaded home v0.5.9
8752024-08-16T04:59:59.520Z Downloaded futures-core v0.3.30
8762024-08-16T04:59:59.520Z Downloaded xattr v1.3.1
8772024-08-16T04:59:59.520Z Downloaded termios v0.3.3
8782024-08-16T04:59:59.520Z Downloaded tap v1.0.1
8792024-08-16T04:59:59.520Z Downloaded spin v0.9.8
8802024-08-16T04:59:59.520Z Downloaded cookie v0.17.0
8812024-08-16T04:59:59.521Z Downloaded arc-swap v1.7.1
8822024-08-16T04:59:59.521Z Downloaded quick-error v1.2.3
8832024-08-16T04:59:59.521Z Downloaded psl-types v2.0.11
8842024-08-16T04:59:59.521Z Downloaded der_derive v0.7.2
8852024-08-16T04:59:59.521Z Downloaded der v0.7.9
8862024-08-16T04:59:59.521Z Downloaded time-macros v0.2.18
8872024-08-16T04:59:59.521Z Downloaded slog v2.7.0
8882024-08-16T04:59:59.521Z Downloaded multer v3.1.0
8892024-08-16T04:59:59.581Z Downloaded console v0.15.8
8902024-08-16T04:59:59.581Z Downloaded clang-sys v1.7.0
8912024-08-16T04:59:59.581Z Downloaded ciborium v0.2.2
8922024-08-16T04:59:59.581Z Downloaded cancel-safe-futures v0.1.5
8932024-08-16T04:59:59.582Z Downloaded bzip2 v0.4.4
8942024-08-16T04:59:59.582Z Downloaded http-body v0.4.6
8952024-08-16T04:59:59.582Z Downloaded funty v2.0.0
8962024-08-16T04:59:59.582Z Downloaded defmt-parser v0.3.4
8972024-08-16T04:59:59.582Z Downloaded serde_derive_internals v0.29.1
8982024-08-16T04:59:59.582Z Downloaded compact_str v0.8.0
8992024-08-16T04:59:59.582Z Downloaded futures-sink v0.3.30
9002024-08-16T04:59:59.582Z Downloaded futures-io v0.3.30
9012024-08-16T04:59:59.583Z Downloaded zeroize v1.7.0
9022024-08-16T04:59:59.583Z Downloaded wyz v0.5.1
9032024-08-16T04:59:59.583Z Downloaded uzers v0.11.3
9042024-08-16T04:59:59.583Z Downloaded thiserror-no-std v2.0.2
9052024-08-16T04:59:59.583Z Downloaded termcolor v1.4.1
9062024-08-16T04:59:59.583Z Downloaded cookie_store v0.20.0
9072024-08-16T04:59:59.583Z Downloaded allocator-api2 v0.2.18
9082024-08-16T04:59:59.583Z Downloaded zone_cfg_derive v0.1.2
9092024-08-16T04:59:59.583Z Downloaded thread_local v1.1.8
9102024-08-16T04:59:59.583Z Downloaded num-traits v0.2.19
9112024-08-16T04:59:59.583Z Downloaded thiserror-impl-no-std v2.0.2
9122024-08-16T04:59:59.584Z Downloaded siphasher v0.3.11
9132024-08-16T04:59:59.584Z Downloaded serde_plain v1.0.2
9142024-08-16T04:59:59.584Z Downloaded serde-hex v0.1.0
9152024-08-16T04:59:59.584Z Downloaded sec1 v0.7.3
9162024-08-16T04:59:59.650Z Downloaded spki v0.7.3
9172024-08-16T04:59:59.650Z Downloaded spin v0.5.2
9182024-08-16T04:59:59.650Z Downloaded slab v0.4.9
9192024-08-16T04:59:59.650Z Downloaded castaway v0.2.3
9202024-08-16T04:59:59.650Z Downloaded argon2 v0.5.3
9212024-08-16T04:59:59.650Z Downloaded vte_generate_state_changes v0.1.1
9222024-08-16T04:59:59.650Z Downloaded constant_time_eq v0.3.0
9232024-08-16T04:59:59.651Z Downloaded const-oid v0.9.6
9242024-08-16T04:59:59.651Z Downloaded base64 v0.13.1
9252024-08-16T04:59:59.651Z Downloaded ahash v0.8.11
9262024-08-16T04:59:59.651Z Downloaded nu-ansi-term v0.50.0
9272024-08-16T04:59:59.651Z Downloaded memmap2 v0.9.4
9282024-08-16T04:59:59.651Z Downloaded cookie v0.18.1
9292024-08-16T04:59:59.651Z Downloaded blake2 v0.10.6
9302024-08-16T04:59:59.651Z Downloaded defmt-macros v0.3.9
9312024-08-16T04:59:59.652Z Downloaded zone v0.1.8
9322024-08-16T04:59:59.652Z Downloaded yasna v0.5.2
9332024-08-16T04:59:59.652Z Downloaded strum v0.26.3
9342024-08-16T04:59:59.652Z Downloaded olpc-cjson v0.1.3
9352024-08-16T04:59:59.652Z Downloaded num_enum v0.5.11
9362024-08-16T04:59:59.652Z Downloaded num-iter v0.1.45
9372024-08-16T04:59:59.652Z Downloaded newtype-uuid v1.1.0
9382024-08-16T04:59:59.652Z Downloaded mime v0.3.17
9392024-08-16T04:59:59.652Z Downloaded managed v0.8.0
9402024-08-16T04:59:59.653Z Downloaded data-encoding v2.6.0
9412024-08-16T04:59:59.653Z Downloaded colored v2.1.0
9422024-08-16T04:59:59.653Z Downloaded ciborium-ll v0.2.2
9432024-08-16T04:59:59.653Z Downloaded buf-list v1.0.3
9442024-08-16T04:59:59.718Z Downloaded ascii v1.1.0
9452024-08-16T04:59:59.718Z Downloaded termtree v0.4.1
9462024-08-16T04:59:59.719Z Downloaded opaque-debug v0.3.1
9472024-08-16T04:59:59.719Z Downloaded num_threads v0.1.7
9482024-08-16T04:59:59.719Z Downloaded num-conv v0.1.0
9492024-08-16T04:59:59.720Z Downloaded maybe-uninit v2.0.0
9502024-08-16T04:59:59.720Z Downloaded lru v0.12.3
9512024-08-16T04:59:59.721Z Downloaded linked-hash-map v0.5.6
9522024-08-16T04:59:59.721Z Downloaded libxml v0.3.3
9532024-08-16T04:59:59.721Z Downloaded libsw v3.3.1
9542024-08-16T04:59:59.721Z Downloaded lazycell v1.3.0
9552024-08-16T04:59:59.722Z Downloaded lalrpop-util v0.19.12
9562024-08-16T04:59:59.722Z Downloaded kstat-rs v0.2.4
9572024-08-16T04:59:59.722Z Downloaded jobserver v0.1.32
9582024-08-16T04:59:59.722Z Downloaded indicatif v0.17.8
9592024-08-16T04:59:59.722Z Downloaded camino-tempfile v1.1.1
9602024-08-16T04:59:59.722Z Downloaded bitstruct v0.1.1
9612024-08-16T04:59:59.722Z Downloaded bcs v0.1.6
9622024-08-16T04:59:59.722Z Downloaded addr2line v0.21.0
9632024-08-16T04:59:59.723Z Downloaded time-core v0.1.2
9642024-08-16T04:59:59.723Z Downloaded subtle v2.5.0
9652024-08-16T04:59:59.723Z Downloaded nibble_vec v0.1.0
9662024-08-16T04:59:59.723Z Downloaded nanorand v0.7.0
9672024-08-16T04:59:59.723Z Downloaded mockall v0.13.0
9682024-08-16T04:59:59.723Z Downloaded mio v1.0.2
9692024-08-16T04:59:59.723Z Downloaded indent_write v2.2.0
9702024-08-16T04:59:59.723Z Downloaded iana-time-zone v0.1.60
9712024-08-16T04:59:59.779Z Downloaded darling v0.20.9
9722024-08-16T04:59:59.779Z Downloaded curve25519-dalek-derive v0.1.1
9732024-08-16T04:59:59.779Z Downloaded csv-core v0.1.11
9742024-08-16T04:59:59.779Z Downloaded crc32fast v1.4.0
9752024-08-16T04:59:59.779Z Downloaded convert_case v0.4.0
9762024-08-16T04:59:59.780Z Downloaded chacha20 v0.9.1
9772024-08-16T04:59:59.780Z Downloaded backoff v0.4.0
9782024-08-16T04:59:59.780Z Downloaded async-trait v0.1.81
9792024-08-16T04:59:59.780Z Downloaded arrayvec v0.7.4
9802024-08-16T04:59:59.780Z Downloaded serde_path_to_error v0.1.16
9812024-08-16T04:59:59.780Z Downloaded new_debug_unreachable v1.0.6
9822024-08-16T04:59:59.780Z Downloaded mockall_derive v0.13.0
9832024-08-16T04:59:59.780Z Downloaded crucible-workspace-hack v0.1.0
9842024-08-16T04:59:59.780Z Downloaded cfg_aliases v0.1.1
9852024-08-16T04:59:59.780Z Downloaded num-complex v0.4.6
9862024-08-16T04:59:59.781Z Downloaded itertools v0.10.5
9872024-08-16T04:59:59.781Z Downloaded instant v0.1.12
9882024-08-16T04:59:59.781Z Downloaded inout v0.1.3
9892024-08-16T04:59:59.781Z Downloaded hyper-staticfile v0.9.5
9902024-08-16T04:59:59.781Z Downloaded bitflags v1.3.2
9912024-08-16T04:59:59.781Z Downloaded base64ct v1.6.0
9922024-08-16T04:59:59.781Z Downloaded miniz_oxide v0.7.2
9932024-08-16T04:59:59.781Z Downloaded is_ci v1.2.0
9942024-08-16T04:59:59.781Z Downloaded ipnetwork v0.20.0
9952024-08-16T04:59:59.781Z Downloaded hubpack_derive v0.1.1
9962024-08-16T04:59:59.781Z Downloaded defmt v0.3.8
9972024-08-16T04:59:59.781Z Downloaded debug-ignore v1.0.5
9982024-08-16T04:59:59.781Z Downloaded crossbeam-deque v0.8.5
9992024-08-16T04:59:59.781Z Downloaded crc-catalog v2.4.0
10002024-08-16T04:59:59.782Z Downloaded const_format_proc_macros v0.2.32
10012024-08-16T04:59:59.782Z Downloaded cobs v0.2.3
10022024-08-16T04:59:59.782Z Downloaded cipher v0.4.4
10032024-08-16T04:59:59.782Z Downloaded cexpr v0.6.0
10042024-08-16T04:59:59.812Z Downloaded cbc v0.1.2
10052024-08-16T04:59:59.812Z Downloaded cassowary v0.3.0
10062024-08-16T04:59:59.812Z Downloaded block-padding v0.3.3
10072024-08-16T04:59:59.813Z Downloaded mime_guess v2.0.4
10082024-08-16T04:59:59.813Z Downloaded maplit v1.0.2
10092024-08-16T04:59:59.813Z Downloaded lru-cache v0.1.2
10102024-08-16T04:59:59.813Z Downloaded lock_api v0.4.12
10112024-08-16T04:59:59.813Z Downloaded libloading v0.8.3
10122024-08-16T04:59:59.813Z Downloaded keccak v0.1.5
10132024-08-16T04:59:59.813Z Downloaded indexmap v1.9.3
10142024-08-16T04:59:59.813Z Downloaded num_enum_derive v0.5.11
10152024-08-16T04:59:59.814Z Downloaded num_cpus v1.16.0
10162024-08-16T04:59:59.814Z Downloaded num-integer v0.1.46
10172024-08-16T04:59:59.814Z Downloaded num-derive v0.4.2
10182024-08-16T04:59:59.814Z Downloaded num v0.4.3
10192024-08-16T04:59:59.814Z Downloaded normalize-line-endings v0.3.0
10202024-08-16T04:59:59.815Z Downloaded nodrop v0.1.14
10212024-08-16T04:59:59.815Z Downloaded newtype_derive v0.1.6
10222024-08-16T04:59:59.815Z Downloaded newline-converter v0.3.0
10232024-08-16T04:59:59.815Z Downloaded native-tls v0.2.11
10242024-08-16T04:59:59.815Z Downloaded multimap v0.10.0
10252024-08-16T04:59:59.815Z Downloaded md-5 v0.10.6
10262024-08-16T04:59:59.815Z Downloaded linear-map v1.2.0
10272024-08-16T04:59:59.815Z Downloaded lazy_static v1.5.0
10282024-08-16T04:59:59.815Z Downloaded crc v3.2.1
10292024-08-16T04:59:59.815Z Downloaded libefi-sys v0.1.0
10302024-08-16T04:59:59.815Z Downloaded bitfield-struct v0.6.1
10312024-08-16T04:59:59.816Z Downloaded bitfield v0.14.0
10322024-08-16T04:59:59.816Z Downloaded bit-vec v0.6.3
10332024-08-16T04:59:59.816Z Downloaded bb8 v0.8.5
10342024-08-16T04:59:59.816Z Downloaded base16ct v0.2.0
10352024-08-16T04:59:59.844Z Downloaded atomic-waker v1.1.2
10362024-08-16T04:59:59.844Z Downloaded async-stream v0.3.5
10372024-08-16T04:59:59.844Z Downloaded async-recursion v1.1.1
10382024-08-16T04:59:59.844Z Downloaded assert_matches v1.5.0
10392024-08-16T04:59:59.844Z Downloaded ascii-canvas v3.0.0
10402024-08-16T04:59:59.844Z Downloaded arrayref v0.3.7
10412024-08-16T04:59:59.844Z Downloaded array-init v0.0.4
10422024-08-16T04:59:59.844Z Downloaded aead v0.5.2
10432024-08-16T04:59:59.845Z Downloaded adler v1.0.2
10442024-08-16T04:59:59.845Z Downloaded darling_macro v0.20.9
10452024-08-16T04:59:59.845Z Downloaded cstr-argument v0.1.2
10462024-08-16T04:59:59.845Z Downloaded ciborium-io v0.2.2
10472024-08-16T04:59:59.845Z Downloaded instability v0.3.2
10482024-08-16T04:59:59.845Z Downloaded impl-trait-for-tuples v0.2.2
10492024-08-16T04:59:59.845Z Downloaded hubpack v0.1.2
10502024-08-16T04:59:59.845Z Downloaded bitstruct_derive v0.1.0
10512024-08-16T04:59:59.845Z Downloaded indoc v1.0.9
10522024-08-16T04:59:59.845Z Downloaded ident_case v1.0.1
10532024-08-16T04:59:59.845Z Downloaded humantime v2.1.0
10542024-08-16T04:59:59.845Z Downloaded atomicwrites v0.4.3
10552024-08-16T04:59:59.957Z Compiling cfg-if v1.0.0
10562024-08-16T04:59:59.957Z Compiling serde v1.0.207
10572024-08-16T04:59:59.983Z Compiling lock_api v0.4.12
10582024-08-16T04:59:59.984Z Compiling typenum v1.17.0
10592024-08-16T04:59:59.984Z Compiling scopeguard v1.2.0
10602024-08-16T04:59:59.984Z Compiling generic-array v0.14.7
10612024-08-16T04:59:59.984Z Compiling syn v2.0.74
10622024-08-16T04:59:59.984Z Compiling log v0.4.21
10632024-08-16T05:00:00.131Z Compiling getrandom v0.2.14
10642024-08-16T05:00:00.245Z Compiling jobserver v0.1.32
10652024-08-16T05:00:00.374Z Compiling rand_core v0.6.4
10662024-08-16T05:00:00.551Z Compiling cc v1.0.97
10672024-08-16T05:00:00.576Z Compiling subtle v2.5.0
10682024-08-16T05:00:00.607Z Compiling const-oid v0.9.6
10692024-08-16T05:00:00.908Z Compiling smallvec v1.13.2
10702024-08-16T05:00:00.941Z Compiling pin-project-lite v0.2.14
10712024-08-16T05:00:01.022Z Compiling parking_lot_core v0.9.10
10722024-08-16T05:00:01.109Z Compiling spin v0.9.8
10732024-08-16T05:00:01.219Z Compiling signal-hook-registry v1.4.2
10742024-08-16T05:00:01.297Z Compiling mio v0.8.11
10752024-08-16T05:00:01.420Z Compiling ahash v0.8.11
10762024-08-16T05:00:01.701Z Compiling tinyvec_macros v0.1.1
10772024-08-16T05:00:01.796Z Compiling parking_lot v0.12.2
10782024-08-16T05:00:01.821Z Compiling tinyvec v1.6.0
10792024-08-16T05:00:02.034Z Compiling num_cpus v1.16.0
10802024-08-16T05:00:02.113Z Compiling socket2 v0.5.7
10812024-08-16T05:00:02.166Z Compiling futures-core v0.3.30
10822024-08-16T05:00:02.203Z Compiling cpufeatures v0.2.12
10832024-08-16T05:00:02.307Z Compiling libm v0.2.8
10842024-08-16T05:00:02.393Z Compiling serde_json v1.0.125
10852024-08-16T05:00:02.536Z Compiling num-traits v0.2.19
10862024-08-16T05:00:02.975Z Compiling slab v0.4.9
10872024-08-16T05:00:03.020Z Compiling futures-sink v0.3.30
10882024-08-16T05:00:03.045Z Compiling unicode-bidi v0.3.15
10892024-08-16T05:00:03.097Z Compiling allocator-api2 v0.2.18
10902024-08-16T05:00:03.373Z Compiling unicode-normalization v0.1.23
10912024-08-16T05:00:03.435Z Compiling futures-channel v0.3.30
10922024-08-16T05:00:03.680Z Compiling futures-io v0.3.30
10932024-08-16T05:00:03.908Z Compiling pkg-config v0.3.30
10942024-08-16T05:00:03.941Z Compiling vcpkg v0.2.15
10952024-08-16T05:00:04.049Z Compiling pin-utils v0.1.0
10962024-08-16T05:00:04.130Z Compiling futures-task v0.3.30
10972024-08-16T05:00:04.601Z Compiling base64ct v1.6.0
10982024-08-16T05:00:04.641Z Compiling ring v0.17.8
10992024-08-16T05:00:04.673Z Compiling flagset v0.4.5
11002024-08-16T05:00:04.851Z Compiling percent-encoding v2.3.1
11012024-08-16T05:00:04.958Z Compiling ppv-lite86 v0.2.17
11022024-08-16T05:00:05.305Z Compiling pem-rfc7468 v0.7.0
11032024-08-16T05:00:05.336Z Compiling tracing-core v0.1.32
11042024-08-16T05:00:05.604Z Compiling rand_chacha v0.3.1
11052024-08-16T05:00:05.643Z Compiling rustix v0.38.34
11062024-08-16T05:00:05.972Z Compiling untrusted v0.9.0
11072024-08-16T05:00:06.093Z Compiling openssl-sys v0.9.103
11082024-08-16T05:00:06.125Z Compiling rand v0.8.5
11092024-08-16T05:00:06.407Z Compiling rustversion v1.0.17
11102024-08-16T05:00:06.436Z Compiling num-conv v0.1.0
11112024-08-16T05:00:06.594Z Compiling httparse v1.8.0
11122024-08-16T05:00:06.698Z Compiling foreign-types-shared v0.1.1
11132024-08-16T05:00:06.809Z Compiling time-core v0.1.2
11142024-08-16T05:00:06.982Z Compiling powerfmt v0.2.0
11152024-08-16T05:00:07.006Z Compiling openssl v0.10.66
11162024-08-16T05:00:07.142Z Compiling time-macros v0.2.18
11172024-08-16T05:00:07.366Z Compiling deranged v0.3.11
11182024-08-16T05:00:07.482Z Compiling foreign-types v0.3.2
11192024-08-16T05:00:07.561Z Compiling form_urlencoded v1.2.1
11202024-08-16T05:00:07.585Z Compiling lazy_static v1.5.0
11212024-08-16T05:00:07.702Z Compiling rustls v0.21.12
11222024-08-16T05:00:07.850Z Compiling siphasher v0.3.11
11232024-08-16T05:00:07.934Z Compiling crossbeam-utils v0.8.19
11242024-08-16T05:00:07.959Z Compiling num_threads v0.1.7
11252024-08-16T05:00:08.087Z Compiling try-lock v0.2.5
11262024-08-16T05:00:08.201Z Compiling syn v1.0.109
11272024-08-16T05:00:08.239Z Compiling native-tls v0.2.11
11282024-08-16T05:00:08.410Z Compiling want v0.3.1
11292024-08-16T05:00:08.707Z Compiling idna v0.5.0
11302024-08-16T05:00:08.935Z Compiling aho-corasick v1.1.3
11312024-08-16T05:00:09.126Z Compiling cookie v0.17.0
11322024-08-16T05:00:09.236Z Compiling httpdate v1.0.3
11332024-08-16T05:00:09.369Z Compiling iana-time-zone v0.1.60
11342024-08-16T05:00:09.653Z Compiling tower-service v0.3.2
11352024-08-16T05:00:09.773Z Compiling regex-syntax v0.8.4
11362024-08-16T05:00:09.797Z Compiling slog v2.7.0
11372024-08-16T05:00:09.894Z Compiling adler v1.0.2
11382024-08-16T05:00:09.997Z Compiling time v0.3.36
11392024-08-16T05:00:10.088Z Compiling openssl-probe v0.1.5
11402024-08-16T05:00:10.128Z Compiling finl_unicode v1.2.0
11412024-08-16T05:00:10.364Z Compiling miniz_oxide v0.7.2
11422024-08-16T05:00:10.398Z Compiling url v2.5.2
11432024-08-16T05:00:10.695Z Compiling stringprep v0.1.4
11442024-08-16T05:00:12.055Z Compiling num-integer v0.1.46
11452024-08-16T05:00:12.855Z Compiling rustls-webpki v0.101.7
11462024-08-16T05:00:13.135Z Compiling sct v0.7.1
11472024-08-16T05:00:13.159Z Compiling serde_derive v1.0.207
11482024-08-16T05:00:13.455Z Compiling zeroize_derive v1.4.2
11492024-08-16T05:00:13.901Z Compiling zerocopy-derive v0.7.34
11502024-08-16T05:00:14.284Z Compiling tokio-macros v2.3.0
11512024-08-16T05:00:14.670Z Compiling thiserror-impl v1.0.63
11522024-08-16T05:00:14.735Z Compiling futures-macro v0.3.30
11532024-08-16T05:00:14.893Z Compiling zeroize v1.7.0
11542024-08-16T05:00:15.634Z Compiling der_derive v0.7.2
11552024-08-16T05:00:15.674Z Compiling tracing-attributes v0.1.27
11562024-08-16T05:00:15.827Z Compiling zerocopy v0.7.34
11572024-08-16T05:00:16.434Z Compiling crypto-common v0.1.6
11582024-08-16T05:00:16.487Z Compiling block-buffer v0.10.4
11592024-08-16T05:00:16.630Z Compiling digest v0.10.7
11602024-08-16T05:00:16.668Z Compiling block-padding v0.3.3
11612024-08-16T05:00:16.891Z Compiling inout v0.1.3
11622024-08-16T05:00:17.063Z Compiling hmac v0.12.1
11632024-08-16T05:00:17.200Z Compiling cipher v0.4.4
11642024-08-16T05:00:17.290Z Compiling sha2 v0.10.8
11652024-08-16T05:00:17.430Z Compiling thiserror v1.0.63
11662024-08-16T05:00:17.600Z Compiling futures-util v0.3.30
11672024-08-16T05:00:17.712Z Compiling hashbrown v0.14.5
11682024-08-16T05:00:17.736Z Compiling pest v2.7.10
11692024-08-16T05:00:17.858Z Compiling der v0.7.9
11702024-08-16T05:00:18.953Z Compiling salsa20 v0.10.2
11712024-08-16T05:00:18.993Z Compiling pbkdf2 v0.12.2
11722024-08-16T05:00:19.186Z Compiling scroll_derive v0.12.0
11732024-08-16T05:00:19.211Z Compiling scrypt v0.11.0
11742024-08-16T05:00:19.689Z Compiling spki v0.7.3
11752024-08-16T05:00:20.030Z Compiling pest_meta v2.7.10
11762024-08-16T05:00:20.199Z Compiling tracing v0.1.40
11772024-08-16T05:00:20.477Z Compiling scroll v0.12.0
11782024-08-16T05:00:20.501Z Compiling aes v0.8.4
11792024-08-16T05:00:20.659Z Compiling cbc v0.1.2
11802024-08-16T05:00:20.866Z Compiling goblin v0.8.2
11812024-08-16T05:00:20.898Z Compiling openssl-macros v0.1.1
11822024-08-16T05:00:20.942Z Compiling md-5 v0.10.6
11832024-08-16T05:00:21.172Z Compiling pest_generator v2.7.10
11842024-08-16T05:00:21.542Z Compiling pkcs5 v0.7.1
11852024-08-16T05:00:22.589Z Compiling pkcs8 v0.10.2
11862024-08-16T05:00:22.849Z Compiling regex-automata v0.4.6
11872024-08-16T05:00:23.094Z Compiling backtrace v0.3.71
11882024-08-16T05:00:23.217Z Compiling idna v0.3.0
11892024-08-16T05:00:23.521Z Compiling hash32 v0.2.1
11902024-08-16T05:00:23.910Z Compiling base64 v0.22.1
11912024-08-16T05:00:24.503Z Compiling pest_derive v2.7.10
11922024-08-16T05:00:24.573Z Compiling stable_deref_trait v1.2.0
11932024-08-16T05:00:24.598Z Compiling fallible-iterator v0.2.0
11942024-08-16T05:00:24.621Z Compiling num-bigint-dig v0.8.4
11952024-08-16T05:00:24.684Z Compiling smoltcp v0.9.1
11962024-08-16T05:00:24.914Z Compiling psl-types v2.0.11
11972024-08-16T05:00:25.085Z Compiling signal-hook v0.3.17
11982024-08-16T05:00:25.187Z Compiling dtrace-parser v0.2.0
11992024-08-16T05:00:25.216Z Compiling cfg_aliases v0.1.1
12002024-08-16T05:00:25.315Z Compiling crc32fast v1.4.0
12012024-08-16T05:00:25.338Z Compiling bytes v1.7.1
12022024-08-16T05:00:25.338Z Compiling bitflags v2.6.0
12032024-08-16T05:00:25.792Z Compiling indexmap v2.4.0
12042024-08-16T05:00:26.435Z Compiling tokio v1.38.1
12052024-08-16T05:00:26.466Z Compiling http v0.2.12
12062024-08-16T05:00:27.006Z Compiling semver v1.0.23
12072024-08-16T05:00:27.691Z Compiling rustc_version v0.4.0
12082024-08-16T05:00:28.364Z Compiling heapless v0.7.17
12092024-08-16T05:00:28.441Z Compiling http-body v0.4.6
12102024-08-16T05:00:28.737Z Compiling dof v0.3.0
12112024-08-16T05:00:28.891Z Compiling uuid v1.10.0
12122024-08-16T05:00:29.666Z Compiling usdt-impl v0.5.0
12132024-08-16T05:00:30.079Z Compiling serde_tokenstream v0.2.2
12142024-08-16T05:00:30.131Z Compiling toml_datetime v0.6.8
12152024-08-16T05:00:30.583Z Compiling chrono v0.4.38
12162024-08-16T05:00:30.625Z Compiling serde_spanned v0.6.7
12172024-08-16T05:00:30.649Z Compiling gimli v0.28.1
12182024-08-16T05:00:30.833Z Compiling terminal_size v0.3.0
12192024-08-16T05:00:31.030Z Compiling postgres-protocol v0.6.7
12202024-08-16T05:00:31.194Z Compiling nix v0.28.0
12212024-08-16T05:00:31.655Z Compiling publicsuffix v2.2.3
12222024-08-16T05:00:31.879Z Compiling hubpack_derive v0.1.1
12232024-08-16T05:00:31.927Z Compiling zerocopy-derive v0.6.6
12242024-08-16T05:00:32.132Z Compiling async-trait v0.1.81
12252024-08-16T05:00:32.645Z Compiling num-iter v0.1.45
12262024-08-16T05:00:33.893Z Compiling tokio-util v0.7.11
12272024-08-16T05:00:33.917Z Compiling tokio-rustls v0.24.1
12282024-08-16T05:00:34.307Z Compiling phf_shared v0.11.2
12292024-08-16T05:00:34.577Z Compiling addr2line v0.21.0
12302024-08-16T05:00:34.659Z Compiling tokio-native-tls v0.3.1
12312024-08-16T05:00:34.712Z Compiling serde_derive_internals v0.29.1
12322024-08-16T05:00:34.797Z Compiling h2 v0.3.26
12332024-08-16T05:00:34.917Z Compiling ff v0.13.0
12342024-08-16T05:00:35.019Z Compiling object v0.32.2
12352024-08-16T05:00:35.125Z Compiling fs-err v2.11.0
12362024-08-16T05:00:35.209Z Compiling schemars v0.8.21
12372024-08-16T05:00:35.233Z Compiling either v1.13.0
12382024-08-16T05:00:35.435Z Compiling anyhow v1.0.86
12392024-08-16T05:00:35.545Z Compiling base16ct v0.2.0
12402024-08-16T05:00:35.610Z Compiling managed v0.8.0
12412024-08-16T05:00:35.850Z Compiling base64 v0.21.7
12422024-08-16T05:00:35.985Z Compiling rustc-demangle v0.1.24
12432024-08-16T05:00:36.009Z Compiling winnow v0.5.40
12442024-08-16T05:00:36.420Z Compiling regex-automata v0.1.10
12452024-08-16T05:00:36.506Z Compiling ipnet v2.9.0
12462024-08-16T05:00:36.815Z Compiling bitflags v1.3.2
12472024-08-16T05:00:36.849Z Compiling clap_builder v4.5.15
12482024-08-16T05:00:37.068Z Compiling schemars_derive v0.8.21
12492024-08-16T05:00:37.536Z Compiling bstr v0.2.17
12502024-08-16T05:00:38.760Z Compiling rustls-pemfile v1.0.4
12512024-08-16T05:00:39.067Z Compiling toml_edit v0.19.15
12522024-08-16T05:00:39.214Z Compiling sec1 v0.7.3
12532024-08-16T05:00:39.522Z Compiling group v0.13.0
12542024-08-16T05:00:39.691Z Compiling phf v0.11.2
12552024-08-16T05:00:39.830Z Compiling zerocopy v0.6.6
12562024-08-16T05:00:39.892Z Compiling cookie_store v0.20.0
12572024-08-16T05:00:40.033Z Compiling hubpack v0.1.2
12582024-08-16T05:00:40.408Z Compiling postgres-types v0.2.7
12592024-08-16T05:00:40.546Z Compiling hyper v0.14.30
12602024-08-16T05:00:41.916Z Compiling usdt-attr-macro v0.5.0
12612024-08-16T05:00:42.153Z Compiling usdt-macro v0.5.0
12622024-08-16T05:00:43.330Z Compiling regex v1.10.6
12632024-08-16T05:00:43.469Z Compiling serde_urlencoded v0.7.1
12642024-08-16T05:00:43.583Z Compiling pkcs1 v0.7.5
12652024-08-16T05:00:43.998Z Compiling futures-executor v0.3.30
12662024-08-16T05:00:44.272Z Compiling hkdf v0.12.4
12672024-08-16T05:00:44.370Z Compiling signature v2.2.0
12682024-08-16T05:00:44.497Z Compiling crypto-bigint v0.5.5
12692024-08-16T05:00:44.497Z Compiling enum-as-inner v0.6.0
12702024-08-16T05:00:44.532Z Compiling strum_macros v0.25.3
12712024-08-16T05:00:44.634Z Compiling serde_repr v0.1.19
12722024-08-16T05:00:44.832Z Compiling clap_derive v4.5.13
12732024-08-16T05:00:45.377Z Compiling phf_shared v0.10.0
12742024-08-16T05:00:45.638Z Compiling float-cmp v0.9.0
12752024-08-16T05:00:45.730Z Compiling idna v0.4.0
12762024-08-16T05:00:45.837Z Compiling mio v1.0.2
12772024-08-16T05:00:45.866Z Compiling encoding_rs v0.8.34
12782024-08-16T05:00:46.905Z Compiling hyper-tls v0.5.0
12792024-08-16T05:00:47.068Z Compiling hyper-rustls v0.24.2
12802024-08-16T05:00:47.221Z Compiling static_assertions v1.1.0
12812024-08-16T05:00:47.325Z Compiling minimal-lexical v0.2.1
12822024-08-16T05:00:47.373Z Compiling normalize-line-endings v0.3.0
12832024-08-16T05:00:47.545Z Compiling bit-vec v0.6.3
12842024-08-16T05:00:47.809Z Compiling data-encoding v2.6.0
12852024-08-16T05:00:47.949Z Compiling mime v0.3.17
12862024-08-16T05:00:47.983Z Compiling predicates-core v1.0.6
12872024-08-16T05:00:48.311Z Compiling fixedbitset v0.4.2
12882024-08-16T05:00:48.525Z Compiling whoami v1.5.1
12892024-08-16T05:00:48.791Z Compiling unicode-segmentation v1.11.0
12902024-08-16T05:00:49.047Z Compiling new_debug_unreachable v1.0.6
12912024-08-16T05:00:49.128Z Compiling difflib v0.4.0
12922024-08-16T05:00:49.164Z Compiling sync_wrapper v0.1.2
12932024-08-16T05:00:49.250Z Compiling webpki-roots v0.25.4
12942024-08-16T05:00:49.291Z Compiling precomputed-hash v0.1.1
12952024-08-16T05:00:49.397Z Compiling dyn-clone v1.0.17
12962024-08-16T05:00:49.421Z Compiling console v0.15.8
12972024-08-16T05:00:49.577Z Compiling predicates v3.1.2
12982024-08-16T05:00:49.600Z Compiling reqwest v0.11.27
12992024-08-16T05:00:49.625Z Compiling string_cache v0.8.7
13002024-08-16T05:00:49.944Z Compiling similar v2.5.0
13012024-08-16T05:00:50.060Z Compiling clap v4.5.15
13022024-08-16T05:00:50.168Z Compiling tokio-postgres v0.7.11
13032024-08-16T05:00:50.492Z Compiling petgraph v0.6.5
13042024-08-16T05:00:50.730Z Compiling hickory-proto v0.24.1
13052024-08-16T05:00:51.048Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
13062024-08-16T05:00:52.025Z Compiling bit-set v0.5.3
13072024-08-16T05:00:52.108Z Compiling nom v7.1.3
13082024-08-16T05:00:52.261Z Compiling toml_edit v0.22.20
13092024-08-16T05:00:52.684Z Compiling usdt v0.5.0
13102024-08-16T05:00:53.119Z Compiling elliptic-curve v0.13.8
13112024-08-16T05:00:53.811Z Compiling signal-hook-mio v0.2.4
13122024-08-16T05:00:53.873Z Compiling rsa v0.9.6
13132024-08-16T05:00:53.981Z Compiling futures v0.3.30
13142024-08-16T05:00:54.097Z Compiling flate2 v1.0.31
13152024-08-16T05:00:54.894Z Compiling toml v0.7.8
13162024-08-16T05:00:56.264Z Compiling itertools v0.10.5
13172024-08-16T05:00:56.313Z Compiling itertools v0.12.1
13182024-08-16T05:00:56.343Z Compiling tokio-stream v0.1.15
13192024-08-16T05:00:57.126Z Compiling bstr v1.9.1
13202024-08-16T05:00:58.538Z Compiling openapiv3 v2.0.0
13212024-08-16T05:00:58.575Z Compiling hex v0.4.3
13222024-08-16T05:00:58.635Z Compiling sha1 v0.10.6
13232024-08-16T05:00:58.933Z Compiling crossbeam-epoch v0.9.18
13242024-08-16T05:00:59.013Z Compiling dirs-sys-next v0.1.2
13252024-08-16T05:00:59.125Z Compiling unicode-xid v0.2.4
13262024-08-16T05:00:59.270Z Compiling lalrpop-util v0.19.12
13272024-08-16T05:00:59.294Z Compiling peg-runtime v0.8.3
13282024-08-16T05:00:59.388Z Compiling dirs-next v2.0.0
13292024-08-16T05:00:59.555Z Compiling thread_local v1.1.8
13302024-08-16T05:00:59.578Z Compiling slog-async v2.8.0
13312024-08-16T05:00:59.602Z Compiling term v0.7.0
13322024-08-16T05:00:59.626Z Compiling xattr v1.3.1
13332024-08-16T05:00:59.858Z Compiling strum_macros v0.26.4
13342024-08-16T05:00:59.882Z Compiling crossbeam-channel v0.5.12
13352024-08-16T05:01:00.055Z Compiling filetime v0.2.24
13362024-08-16T05:01:00.102Z Compiling is-terminal v0.4.12
13372024-08-16T05:01:00.227Z Compiling take_mut v0.2.2
13382024-08-16T05:01:00.322Z Compiling tar v0.4.41
13392024-08-16T05:01:00.381Z Compiling slog-term v2.9.1
13402024-08-16T05:01:00.827Z Compiling camino v1.1.7
13412024-08-16T05:01:01.931Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
13422024-08-16T05:01:02.985Z Compiling strum v0.26.3
13432024-08-16T05:01:03.096Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
13442024-08-16T05:01:10.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 13s
13452024-08-16T05:01:10.152Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
13462024-08-16T05:01:10.214ZAug 16 05:01:09.958 INFO Starting download, target: Cockroach
13472024-08-16T05:01:10.214ZAug 16 05:01:09.958 INFO Starting download, target: Clickhouse
13482024-08-16T05:01:10.214ZAug 16 05:01:09.958 INFO Starting download, target: Console
13492024-08-16T05:01:10.214ZAug 16 05:01:09.958 INFO Starting download, target: DendriteStub
13502024-08-16T05:01:10.214ZAug 16 05:01:09.958 INFO Starting download, target: DendriteOpenapi
13512024-08-16T05:01:10.214ZAug 16 05:01:09.958 INFO Starting download, target: MaghemiteMgd
13522024-08-16T05:01:10.214ZAug 16 05:01:09.958 INFO Starting download, target: TransceiverControl
13532024-08-16T05:01:10.248ZAug 16 05:01:09.960 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
13542024-08-16T05:01:10.249ZAug 16 05:01:09.960 INFO Downloading out/downloads/dpd-21b16567f28e103f145cd18d53fac6958429c4ff.json (attempt 1/3), target: DendriteOpenapi
13552024-08-16T05:01:10.249ZAug 16 05:01:09.960 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
13562024-08-16T05:01:10.249ZAug 16 05:01:09.960 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
13572024-08-16T05:01:10.249ZAug 16 05:01:09.961 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
13582024-08-16T05:01:10.249ZAug 16 05:01:09.961 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
13592024-08-16T05:01:10.249ZAug 16 05:01:09.961 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
13602024-08-16T05:01:10.719ZAug 16 05:01:10.447 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
13612024-08-16T05:01:10.965ZAug 16 05:01:10.690 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
13622024-08-16T05:01:11.096ZAug 16 05:01:10.809 INFO Download complete, target: Console
13632024-08-16T05:01:11.265ZAug 16 05:01:11.006 INFO Download complete, target: DendriteOpenapi
13642024-08-16T05:01:11.640ZAug 16 05:01:11.383 INFO Download complete, target: TransceiverControl
13652024-08-16T05:01:13.959ZAug 16 05:01:13.702 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
13662024-08-16T05:01:13.986ZAug 16 05:01:13.730 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
13672024-08-16T05:01:17.455ZAug 16 05:01:17.197 INFO Download complete, target: MaghemiteMgd
13682024-08-16T05:01:17.767ZAug 16 05:01:17.510 INFO Download complete, target: DendriteStub
13692024-08-16T05:01:18.610ZAug 16 05:01:18.354 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
13702024-08-16T05:01:18.610ZAug 16 05:01:18.354 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
13712024-08-16T05:01:27.365ZAug 16 05:01:27.108 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
13722024-08-16T05:01:28.849ZAug 16 05:01:28.593 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
13732024-08-16T05:01:29.307ZAug 16 05:01:29.048 INFO Checking that binary works, target: Cockroach
13742024-08-16T05:01:29.506ZAug 16 05:01:29.250 INFO Download complete, target: Cockroach
13752024-08-16T05:01:43.913ZAug 16 05:01:43.657 INFO Checking that binary works, target: Clickhouse
13762024-08-16T05:01:44.073ZAug 16 05:01:43.818 INFO Download complete, target: Clickhouse
13772024-08-16T05:01:44.102ZAll builder prerequisites installed successfully, and PATH looks valid
13782024-08-16T05:01:44.127Z
13792024-08-16T05:01:44.127Zreal 3:50.433849754
13802024-08-16T05:01:44.127Zuser 10:27.129444183
13812024-08-16T05:01:44.127Zsys 2:27.323954799
13822024-08-16T05:01:44.127Ztrap 0.351843427
13832024-08-16T05:01:44.127Ztflt 0.438440454
13842024-08-16T05:01:44.127Zdflt 1.792881466
13852024-08-16T05:01:44.127Zkflt 0.007133033
13862024-08-16T05:01:44.127Zlock 25:26.360275734
13872024-08-16T05:01:44.127Zslp 39:19.131591196
13882024-08-16T05:01:44.127Zlat 47.643604053
13892024-08-16T05:01:44.127Zstop 1:45.282064381
13902024-08-16T05:01:44.127Z+ banner build
13912024-08-16T05:01:44.127Z
13922024-08-16T05:01:44.127Z ##### # # # # #####
13932024-08-16T05:01:44.127Z # # # # # # # #
13942024-08-16T05:01:44.128Z ##### # # # # # #
13952024-08-16T05:01:44.128Z # # # # # # # #
13962024-08-16T05:01:44.128Z # # # # # # # #
13972024-08-16T05:01:44.128Z ##### #### # ###### #####
13982024-08-16T05:01:44.128Z
13992024-08-16T05:01:44.128Z+ export 'RUSTFLAGS=-D warnings'
14002024-08-16T05:01:44.128Z+ RUSTFLAGS='-D warnings'
14012024-08-16T05:01:44.128Z+ export 'RUSTDOCFLAGS=--document-private-items -D warnings'
14022024-08-16T05:01:44.128Z+ RUSTDOCFLAGS='--document-private-items -D warnings'
14032024-08-16T05:01:44.128Z+ [[ illumos == \i\l\l\u\m\o\s ]]
14042024-08-16T05:01:44.128Z+ RUSTFLAGS='-D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64'
14052024-08-16T05:01:44.128Z+ export TMPDIR=/var/tmp/omicron_tmp
14062024-08-16T05:01:44.128Z+ TMPDIR=/var/tmp/omicron_tmp
14072024-08-16T05:01:44.128Z+ export RUST_BACKTRACE=1
14082024-08-16T05:01:44.128Z+ RUST_BACKTRACE=1
14092024-08-16T05:01:44.128Z+ export CARGO_INCREMENTAL=0
14102024-08-16T05:01:44.128Z+ CARGO_INCREMENTAL=0
14112024-08-16T05:01:44.128Z+ export RUSTC_BOOTSTRAP=1
14122024-08-16T05:01:44.128Z+ RUSTC_BOOTSTRAP=1
14132024-08-16T05:01:44.128Z+ ptime -m cargo build -Z unstable-options --timings=json --workspace --tests --locked --verbose
14142024-08-16T05:01:45.125Z Downloading crates ...
14152024-08-16T05:01:45.523Z Downloaded dhcproto-macros v0.1.0
14162024-08-16T05:01:45.555Z Downloaded rust-argon2 v2.1.0
14172024-08-16T05:01:45.578Z Downloaded yansi v0.5.1
14182024-08-16T05:01:45.578Z Downloaded trust-dns-proto v0.22.0
14192024-08-16T05:01:45.602Z Downloaded trybuild v1.0.99
14202024-08-16T05:01:45.602Z Downloaded tinytemplate v1.2.1
14212024-08-16T05:01:45.602Z Downloaded idna v0.2.3
14222024-08-16T05:01:45.602Z Downloaded target-spec v3.2.1
14232024-08-16T05:01:45.602Z Downloaded ssh-key v0.6.6
14242024-08-16T05:01:45.626Z Downloaded russh v0.44.1
14252024-08-16T05:01:45.626Z Downloaded plotters-backend v0.3.5
14262024-08-16T05:01:45.626Z Downloaded p384 v0.13.0
14272024-08-16T05:01:45.626Z Downloaded nested v0.1.1
14282024-08-16T05:01:45.626Z Downloaded guppy v0.17.7
14292024-08-16T05:01:45.649Z Downloaded approx v0.5.1
14302024-08-16T05:01:45.649Z Downloaded russh-keys v0.44.0
14312024-08-16T05:01:45.649Z Downloaded rstest v0.19.0
14322024-08-16T05:01:45.649Z Downloaded polyval v0.6.2
14332024-08-16T05:01:45.649Z Downloaded pathdiff v0.2.1
14342024-08-16T05:01:45.649Z Downloaded partial-io v0.5.4
14352024-08-16T05:01:45.649Z Downloaded p521 v0.13.3
14362024-08-16T05:01:45.673Z Downloaded option-ext v0.2.0
14372024-08-16T05:01:45.673Z Downloaded num-bigint v0.4.5
14382024-08-16T05:01:45.673Z Downloaded md5 v0.7.0
14392024-08-16T05:01:45.673Z Downloaded libtest-mimic v0.7.3
14402024-08-16T05:01:45.673Z Downloaded hyper-rustls v0.26.0
14412024-08-16T05:01:45.673Z Downloaded hyper v1.3.1
14422024-08-16T05:01:45.673Z Downloaded httptest v0.15.5
14432024-08-16T05:01:45.697Z Downloaded hex-literal v0.4.1
14442024-08-16T05:01:45.697Z Downloaded futures-timer v3.0.3
14452024-08-16T05:01:45.697Z Downloaded fancy-regex v0.13.0
14462024-08-16T05:01:45.697Z Downloaded escape8259 v0.5.2
14472024-08-16T05:01:45.697Z Downloaded ed25519-dalek v2.1.1
14482024-08-16T05:01:45.697Z Downloaded criterion v0.5.1
14492024-08-16T05:01:45.697Z Downloaded aes-gcm v0.10.3
14502024-08-16T05:01:45.724Z Downloaded tower-layer v0.3.2
14512024-08-16T05:01:45.724Z Downloaded tower v0.4.13
14522024-08-16T05:01:45.724Z Downloaded threadpool v1.8.1
14532024-08-16T05:01:45.724Z Downloaded target-lexicon v0.12.16
14542024-08-16T05:01:45.724Z Downloaded ssh-encoding v0.2.0
14552024-08-16T05:01:45.724Z Downloaded ssh-cipher v0.2.0
14562024-08-16T05:01:45.724Z Downloaded similar-asserts v1.5.0
14572024-08-16T05:01:45.724Z Downloaded rustls-native-certs v0.7.0
14582024-08-16T05:01:45.748Z Downloaded russh-cryptovec v0.7.2
14592024-08-16T05:01:45.748Z Downloaded rstest_macros v0.19.0
14602024-08-16T05:01:45.748Z Downloaded rfc6979 v0.4.0
14612024-08-16T05:01:45.748Z Downloaded relative-path v1.9.3
14622024-08-16T05:01:45.748Z Downloaded rand_distr v0.4.3
14632024-08-16T05:01:45.748Z Downloaded primeorder v0.13.6
14642024-08-16T05:01:45.748Z Downloaded pretty_assertions v1.4.0
14652024-08-16T05:01:45.748Z Downloaded plotters-svg v0.3.5
14662024-08-16T05:01:45.748Z Downloaded plotters v0.3.5
14672024-08-16T05:01:45.748Z Downloaded pbkdf2 v0.11.0
14682024-08-16T05:01:45.772Z Downloaded password-hash v0.4.2
14692024-08-16T05:01:45.772Z Downloaded p256 v0.13.2
14702024-08-16T05:01:45.772Z Downloaded oorandom v11.1.3
14712024-08-16T05:01:45.772Z Downloaded matches v0.1.10
14722024-08-16T05:01:45.772Z Downloaded internet-checksum v0.2.1
14732024-08-16T05:01:45.772Z Downloaded hyper-util v0.1.3
14742024-08-16T05:01:45.772Z Downloaded http-body v1.0.0
14752024-08-16T05:01:45.772Z Downloaded guppy-workspace-hack v0.1.0
14762024-08-16T05:01:45.772Z Downloaded ghash v0.5.1
14772024-08-16T05:01:45.772Z Downloaded enum-as-inner v0.5.1
14782024-08-16T05:01:45.772Z Downloaded ed25519 v2.2.3
14792024-08-16T05:01:45.772Z Downloaded ecdsa v0.16.9
14802024-08-16T05:01:45.772Z Downloaded doc-comment v0.3.3
14812024-08-16T05:01:45.772Z Downloaded dirs-sys v0.4.1
14822024-08-16T05:01:45.797Z Downloaded dirs v5.0.1
14832024-08-16T05:01:45.797Z Downloaded dhcproto v0.12.0
14842024-08-16T05:01:45.797Z Downloaded datatest-stable v0.2.9
14852024-08-16T05:01:45.797Z Downloaded ctr v0.9.2
14862024-08-16T05:01:45.797Z Downloaded criterion-plot v0.5.0
14872024-08-16T05:01:45.797Z Downloaded cfg-expr v0.16.0
14882024-08-16T05:01:45.797Z Downloaded cast v0.3.0
14892024-08-16T05:01:45.797Z Downloaded blowfish v0.9.1
14902024-08-16T05:01:45.797Z Downloaded blake2b_simd v1.0.2
14912024-08-16T05:01:45.797Z Downloaded bcrypt-pbkdf v0.10.0
14922024-08-16T05:01:45.797Z Downloaded assert_cmd v2.0.16
14932024-08-16T05:01:45.820Z Downloaded anes v0.1.6
14942024-08-16T05:01:46.645Z Dirty unicode-ident v1.0.12: the rustflags changed
14952024-08-16T05:01:46.645Z Compiling unicode-ident v1.0.12
14962024-08-16T05:01:46.645Z Dirty proc-macro2 v1.0.86: the rustflags changed
14972024-08-16T05:01:46.645Z Compiling proc-macro2 v1.0.86
14982024-08-16T05:01:46.690Z Dirty libc v0.2.155: the rustflags changed
14992024-08-16T05:01:46.690Z Compiling libc v0.2.155
15002024-08-16T05:01:46.691Z Dirty cfg-if v1.0.0: the rustflags changed
15012024-08-16T05:01:46.691Z Compiling cfg-if v1.0.0
15022024-08-16T05:01:46.691Z Dirty serde v1.0.207: the rustflags changed
15032024-08-16T05:01:46.691Z Compiling serde v1.0.207
15042024-08-16T05:01:46.691Z Dirty version_check v0.9.5: the rustflags changed
15052024-08-16T05:01:46.691Z Compiling version_check v0.9.5
15062024-08-16T05:01:46.691Z Dirty autocfg v1.3.0: the rustflags changed
15072024-08-16T05:01:46.691Z Compiling autocfg v1.3.0
15082024-08-16T05:01:46.691Z Dirty once_cell v1.19.0: the rustflags changed
15092024-08-16T05:01:46.691Z Compiling once_cell v1.19.0
15102024-08-16T05:01:46.691Z Running `/home/build/.rustup/toolchains/1.80.1-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.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())' -C metadata=3d72d7b152c86412 -C extra-filename=-3d72d7b152c86412 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15112024-08-16T05:01:46.691Z Running `/home/build/.rustup/toolchains/1.80.1-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.86/build.rs --error-format=json --json=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=d49ccfd8249300a7 -C extra-filename=-d49ccfd8249300a7 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro2-d49ccfd8249300a7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15122024-08-16T05:01:46.691Z Running `/home/build/.rustup/toolchains/1.80.1-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=94faf137b493206b -C extra-filename=-94faf137b493206b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15132024-08-16T05:01:46.691Z Running `/home/build/.rustup/toolchains/1.80.1-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.155/build.rs --error-format=json --json=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=97cf168771c558ea -C extra-filename=-97cf168771c558ea --out-dir /work/oxidecomputer/omicron/target/debug/build/libc-97cf168771c558ea -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15142024-08-16T05:01:46.691Z Running `/home/build/.rustup/toolchains/1.80.1-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.207/build.rs --error-format=json --json=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=6ee5a6fe05c7e117 -C extra-filename=-6ee5a6fe05c7e117 --out-dir /work/oxidecomputer/omicron/target/debug/build/serde-6ee5a6fe05c7e117 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15152024-08-16T05:01:46.715Z Running `/home/build/.rustup/toolchains/1.80.1-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=6f67b0bf22e78afd -C extra-filename=-6f67b0bf22e78afd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15162024-08-16T05:01:46.715Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name once_cell --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.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="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=d381d90b77512a0f -C extra-filename=-d381d90b77512a0f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15172024-08-16T05:01:46.715Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name autocfg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/autocfg-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=7640f4cdb39f9682 -C extra-filename=-7640f4cdb39f9682 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15182024-08-16T05:01:46.820Z Dirty memchr v2.7.2: the rustflags changed
15192024-08-16T05:01:46.820Z Compiling memchr v2.7.2
15202024-08-16T05:01:46.855Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name memchr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.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 --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=3b15747880b886c1 -C extra-filename=-3b15747880b886c1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15212024-08-16T05:01:46.880Z Dirty log v0.4.21: the rustflags changed
15222024-08-16T05:01:46.880Z Compiling log v0.4.21
15232024-08-16T05:01:46.880Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name log --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.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="std"' --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=46cf9439802ec3f9 -C extra-filename=-46cf9439802ec3f9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15242024-08-16T05:01:47.195Z Dirty scopeguard v1.2.0: the rustflags changed
15252024-08-16T05:01:47.195Z Compiling scopeguard v1.2.0
15262024-08-16T05:01:47.218Z Running `/home/build/.rustup/toolchains/1.80.1-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=5380524236143168 -C extra-filename=-5380524236143168 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15272024-08-16T05:01:47.290Z Dirty byteorder v1.5.0: the rustflags changed
15282024-08-16T05:01:47.290Z Compiling byteorder v1.5.0
15292024-08-16T05:01:47.314Z Running `/home/build/.rustup/toolchains/1.80.1-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=325983a483f82094 -C extra-filename=-325983a483f82094 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15302024-08-16T05:01:47.363Z Dirty itoa v1.0.11: the rustflags changed
15312024-08-16T05:01:47.363Z Compiling itoa v1.0.11
15322024-08-16T05:01:47.387Z Running `/home/build/.rustup/toolchains/1.80.1-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=4cb0fb6bacfafb96 -C extra-filename=-4cb0fb6bacfafb96 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15332024-08-16T05:01:47.387Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro2-d49ccfd8249300a7/build-script-build`
15342024-08-16T05:01:47.413Z Running `/work/oxidecomputer/omicron/target/debug/build/serde-6ee5a6fe05c7e117/build-script-build`
15352024-08-16T05:01:47.544Z Dirty smallvec v1.13.2: the rustflags changed
15362024-08-16T05:01:47.544Z Compiling smallvec v1.13.2
15372024-08-16T05:01:47.569Z Running `/home/build/.rustup/toolchains/1.80.1-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=90c42fabfdf6af03 -C extra-filename=-90c42fabfdf6af03 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15382024-08-16T05:01:47.619Z Running `/work/oxidecomputer/omicron/target/debug/build/libc-97cf168771c558ea/build-script-build`
15392024-08-16T05:01:47.643Z Dirty parking_lot_core v0.9.10: the rustflags changed
15402024-08-16T05:01:47.643Z Compiling parking_lot_core v0.9.10
15412024-08-16T05:01:47.643Z Running `/home/build/.rustup/toolchains/1.80.1-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=aeb53c5354bb50d5 -C extra-filename=-aeb53c5354bb50d5 --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-aeb53c5354bb50d5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15422024-08-16T05:01:47.667Z Dirty thiserror v1.0.63: the rustflags changed
15432024-08-16T05:01:47.667Z Compiling thiserror v1.0.63
15442024-08-16T05:01:47.667Z Running `/home/build/.rustup/toolchains/1.80.1-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.63/build.rs --error-format=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=a6af16f059664a63 -C extra-filename=-a6af16f059664a63 --out-dir /work/oxidecomputer/omicron/target/debug/build/thiserror-a6af16f059664a63 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15452024-08-16T05:01:47.690Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name libc --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.155/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=2977f4e89cc8b9da -C extra-filename=-2977f4e89cc8b9da --out-dir /work/oxidecomputer/omicron/target/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_time64)' --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(target_os,values("switch","aix","ohos","hurd","visionos"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'`
15462024-08-16T05:01:47.724Z Running `/home/build/.rustup/toolchains/1.80.1-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.86/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=39d204f28cc7075a -C extra-filename=-39d204f28cc7075a --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-3d72d7b152c86412.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)'`
15472024-08-16T05:01:47.806Z Dirty lock_api v0.4.12: the rustflags changed
15482024-08-16T05:01:47.806Z Compiling lock_api v0.4.12
15492024-08-16T05:01:47.829Z Running `/home/build/.rustup/toolchains/1.80.1-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=653785a230c85179 -C extra-filename=-653785a230c85179 --out-dir /work/oxidecomputer/omicron/target/debug/build/lock_api-653785a230c85179 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-7640f4cdb39f9682.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15502024-08-16T05:01:47.853Z Dirty pin-project-lite v0.2.14: the rustflags changed
15512024-08-16T05:01:47.853Z Compiling pin-project-lite v0.2.14
15522024-08-16T05:01:47.853Z Running `/home/build/.rustup/toolchains/1.80.1-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=5196b1d39b63f0cb -C extra-filename=-5196b1d39b63f0cb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15532024-08-16T05:01:47.944Z Dirty typenum v1.17.0: the rustflags changed
15542024-08-16T05:01:47.944Z Compiling typenum v1.17.0
15552024-08-16T05:01:47.967Z Running `/home/build/.rustup/toolchains/1.80.1-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=f78d3e5b0e6ba211 -C extra-filename=-f78d3e5b0e6ba211 --out-dir /work/oxidecomputer/omicron/target/debug/build/typenum-f78d3e5b0e6ba211 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15562024-08-16T05:01:47.991Z Dirty ryu v1.0.18: the rustflags changed
15572024-08-16T05:01:47.991Z Compiling ryu v1.0.18
15582024-08-16T05:01:47.991Z Running `/home/build/.rustup/toolchains/1.80.1-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=c8748712d383e42f -C extra-filename=-c8748712d383e42f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15592024-08-16T05:01:48.141Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-aeb53c5354bb50d5/build-script-build`
15602024-08-16T05:01:48.165Z Running `/work/oxidecomputer/omicron/target/debug/build/lock_api-653785a230c85179/build-script-build`
15612024-08-16T05:01:48.190Z Dirty libm v0.2.8: the rustflags changed
15622024-08-16T05:01:48.190Z Compiling libm v0.2.8
15632024-08-16T05:01:48.190Z Running `/home/build/.rustup/toolchains/1.80.1-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=167dbd547a9f8507 -C extra-filename=-167dbd547a9f8507 --out-dir /work/oxidecomputer/omicron/target/debug/build/libm-167dbd547a9f8507 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15642024-08-16T05:01:48.278Z Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-a6af16f059664a63/build-script-build`
15652024-08-16T05:01:48.307Z Dirty num-traits v0.2.19: the rustflags changed
15662024-08-16T05:01:48.307Z Compiling num-traits v0.2.19
15672024-08-16T05:01:48.330Z Running `/home/build/.rustup/toolchains/1.80.1-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=df973dab6b6b4461 -C extra-filename=-df973dab6b6b4461 --out-dir /work/oxidecomputer/omicron/target/debug/build/num-traits-df973dab6b6b4461 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-7640f4cdb39f9682.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15682024-08-16T05:01:48.330Z Running `/home/build/.rustup/toolchains/1.80.1-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=09a20e99f076665f -C extra-filename=-09a20e99f076665f --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-5380524236143168.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_const_fn_trait_bound`
15692024-08-16T05:01:48.471Z Dirty quote v1.0.36: the rustflags changed
15702024-08-16T05:01:48.471Z Compiling quote v1.0.36
15712024-08-16T05:01:48.495Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name quote --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.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 --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=46c64c1f55b4d3af -C extra-filename=-46c64c1f55b4d3af --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15722024-08-16T05:01:48.518Z Dirty generic-array v0.14.7: the rustflags changed
15732024-08-16T05:01:48.518Z Compiling generic-array v0.14.7
15742024-08-16T05:01:48.518Z Running `/home/build/.rustup/toolchains/1.80.1-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=6331d367a75138c7 -C extra-filename=-6331d367a75138c7 --out-dir /work/oxidecomputer/omicron/target/debug/build/generic-array-6331d367a75138c7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-6f67b0bf22e78afd.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15752024-08-16T05:01:48.575Z Running `/work/oxidecomputer/omicron/target/debug/build/libm-167dbd547a9f8507/build-script-build`
15762024-08-16T05:01:48.604Z Running `/home/build/.rustup/toolchains/1.80.1-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=ba00d9da7e296366 -C extra-filename=-ba00d9da7e296366 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15772024-08-16T05:01:48.696Z Running `/work/oxidecomputer/omicron/target/debug/build/num-traits-df973dab6b6b4461/build-script-build`
15782024-08-16T05:01:48.782Z Dirty getrandom v0.2.14: the rustflags changed
15792024-08-16T05:01:48.782Z Compiling getrandom v0.2.14
15802024-08-16T05:01:48.806Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/getrandom-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 --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=f17162317cb3b488 -C extra-filename=-f17162317cb3b488 --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-94faf137b493206b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-2977f4e89cc8b9da.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15812024-08-16T05:01:48.888Z Dirty syn v2.0.74: the rustflags changed
15822024-08-16T05:01:48.888Z Compiling syn v2.0.74
15832024-08-16T05:01:48.912Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.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 --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=8a46d8fdbab68150 -C extra-filename=-8a46d8fdbab68150 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-3d72d7b152c86412.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15842024-08-16T05:01:48.940Z Dirty jobserver v0.1.32: the rustflags changed
15852024-08-16T05:01:48.940Z Compiling jobserver v0.1.32
15862024-08-16T05:01:48.940Z Running `/home/build/.rustup/toolchains/1.80.1-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=cdc9145c1ff153ec -C extra-filename=-cdc9145c1ff153ec --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-2977f4e89cc8b9da.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15872024-08-16T05:01:48.973Z Running `/home/build/.rustup/toolchains/1.80.1-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=036dd9f6b762820e -C extra-filename=-036dd9f6b762820e --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-94faf137b493206b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-2977f4e89cc8b9da.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-90c42fabfdf6af03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15882024-08-16T05:01:49.042Z Dirty rand_core v0.6.4: the rustflags changed
15892024-08-16T05:01:49.042Z Compiling rand_core v0.6.4
15902024-08-16T05:01:49.042Z Running `/home/build/.rustup/toolchains/1.80.1-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=712f34846d8898c6 -C extra-filename=-712f34846d8898c6 --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-f17162317cb3b488.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15912024-08-16T05:01:49.137Z Running `/work/oxidecomputer/omicron/target/debug/build/typenum-f78d3e5b0e6ba211/build-script-main`
15922024-08-16T05:01:49.224Z Running `/work/oxidecomputer/omicron/target/debug/build/generic-array-6331d367a75138c7/build-script-build`
15932024-08-16T05:01:49.292Z Dirty cc v1.0.97: the rustflags changed
15942024-08-16T05:01:49.292Z Compiling cc v1.0.97
15952024-08-16T05:01:49.316Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name cc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cc-1.0.97/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="jobserver"' --cfg 'feature="libc"' --cfg 'feature="once_cell"' --cfg 'feature="parallel"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("jobserver", "libc", "once_cell", "parallel"))' -C metadata=887dc1e75bcfe948 -C extra-filename=-887dc1e75bcfe948 --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-cdc9145c1ff153ec.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-2977f4e89cc8b9da.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15962024-08-16T05:01:49.316Z Dirty parking_lot v0.12.2: the rustflags changed
15972024-08-16T05:01:49.316Z Compiling parking_lot v0.12.2
15982024-08-16T05:01:49.340Z Running `/home/build/.rustup/toolchains/1.80.1-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.2/src/lib.rs --error-format=json --json=diagnostic-rendered-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=d2c6d5e451dfd0ff -C extra-filename=-d2c6d5e451dfd0ff --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-09a20e99f076665f.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-036dd9f6b762820e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15992024-08-16T05:01:49.340Z Running `/home/build/.rustup/toolchains/1.80.1-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=60752444239cd916 -C extra-filename=-60752444239cd916 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16002024-08-16T05:01:49.522Z Dirty signal-hook-registry v1.4.2: the rustflags changed
16012024-08-16T05:01:49.522Z Compiling signal-hook-registry v1.4.2
16022024-08-16T05:01:49.546Z Running `/home/build/.rustup/toolchains/1.80.1-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=90f25099cdb1b5e6 -C extra-filename=-90f25099cdb1b5e6 --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-2977f4e89cc8b9da.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16032024-08-16T05:01:49.546Z Dirty ahash v0.8.11: the rustflags changed
16042024-08-16T05:01:49.546Z Compiling ahash v0.8.11
16052024-08-16T05:01:49.546Z Running `/home/build/.rustup/toolchains/1.80.1-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=6093e0e56b120ab2 -C extra-filename=-6093e0e56b120ab2 --out-dir /work/oxidecomputer/omicron/target/debug/build/ahash-6093e0e56b120ab2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-6f67b0bf22e78afd.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16062024-08-16T05:01:49.739Z Running `/home/build/.rustup/toolchains/1.80.1-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=2914d78ac96fc53c -C extra-filename=-2914d78ac96fc53c --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-ba00d9da7e296366.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_total_cmp`
16072024-08-16T05:01:49.764Z Dirty mio v0.8.11: the rustflags changed
16082024-08-16T05:01:49.764Z Compiling mio v0.8.11
16092024-08-16T05:01:49.764Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name mio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-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="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"))' -C metadata=f5538ab28795be32 -C extra-filename=-f5538ab28795be32 --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-2977f4e89cc8b9da.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-46cf9439802ec3f9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16102024-08-16T05:01:49.901Z Running `/work/oxidecomputer/omicron/target/debug/build/ahash-6093e0e56b120ab2/build-script-build`
16112024-08-16T05:01:49.962Z Dirty spin v0.9.8: the rustflags changed
16122024-08-16T05:01:49.962Z Compiling spin v0.9.8
16132024-08-16T05:01:49.986Z Running `/home/build/.rustup/toolchains/1.80.1-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=d52e3d8c16e8a214 -C extra-filename=-d52e3d8c16e8a214 --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-09a20e99f076665f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16142024-08-16T05:01:50.093Z Dirty serde_json v1.0.125: the rustflags changed
16152024-08-16T05:01:50.093Z Compiling serde_json v1.0.125
16162024-08-16T05:01:50.120Z Running `/home/build/.rustup/toolchains/1.80.1-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.125/build.rs --error-format=json --json=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=15a1be94685c3c56 -C extra-filename=-15a1be94685c3c56 --out-dir /work/oxidecomputer/omicron/target/debug/build/serde_json-15a1be94685c3c56 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16172024-08-16T05:01:50.235Z Dirty num_cpus v1.16.0: the rustflags changed
16182024-08-16T05:01:50.235Z Compiling num_cpus v1.16.0
16192024-08-16T05:01:50.265Z Running `/home/build/.rustup/toolchains/1.80.1-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=efde18f6370b8182 -C extra-filename=-efde18f6370b8182 --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-2977f4e89cc8b9da.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16202024-08-16T05:01:50.328Z Dirty allocator-api2 v0.2.18: the rustflags changed
16212024-08-16T05:01:50.328Z Compiling allocator-api2 v0.2.18
16222024-08-16T05:01:50.362Z Running `/home/build/.rustup/toolchains/1.80.1-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=b6220780d1ff212d -C extra-filename=-b6220780d1ff212d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16232024-08-16T05:01:50.386Z Dirty subtle v2.5.0: the rustflags changed
16242024-08-16T05:01:50.386Z Compiling subtle v2.5.0
16252024-08-16T05:01:50.386Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name subtle --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/subtle-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 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=69c441407b09e74b -C extra-filename=-69c441407b09e74b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16262024-08-16T05:01:50.386Z Dirty socket2 v0.5.7: the rustflags changed
16272024-08-16T05:01:50.386Z Compiling socket2 v0.5.7
16282024-08-16T05:01:50.386Z Running `/home/build/.rustup/toolchains/1.80.1-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=06830b5a71d23f82 -C extra-filename=-06830b5a71d23f82 --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-2977f4e89cc8b9da.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16292024-08-16T05:01:50.421Z Running `/work/oxidecomputer/omicron/target/debug/build/serde_json-15a1be94685c3c56/build-script-build`
16302024-08-16T05:01:50.445Z Dirty futures-core v0.3.30: the rustflags changed
16312024-08-16T05:01:50.445Z Compiling futures-core v0.3.30
16322024-08-16T05:01:50.469Z Running `/home/build/.rustup/toolchains/1.80.1-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.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="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"))' -C metadata=965f1abbaef84084 -C extra-filename=-965f1abbaef84084 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16332024-08-16T05:01:50.655Z Dirty fnv v1.0.7: the rustflags changed
16342024-08-16T05:01:50.655Z Compiling fnv v1.0.7
16352024-08-16T05:01:50.679Z Running `/home/build/.rustup/toolchains/1.80.1-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=384dbe410948d0e9 -C extra-filename=-384dbe410948d0e9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16362024-08-16T05:01:50.702Z Dirty equivalent v1.0.1: the rustflags changed
16372024-08-16T05:01:50.702Z Compiling equivalent v1.0.1
16382024-08-16T05:01:50.702Z Running `/home/build/.rustup/toolchains/1.80.1-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=8d0ebed4a536b088 -C extra-filename=-8d0ebed4a536b088 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16392024-08-16T05:01:50.789Z Dirty futures-sink v0.3.30: the rustflags changed
16402024-08-16T05:01:50.789Z Compiling futures-sink v0.3.30
16412024-08-16T05:01:50.813Z Running `/home/build/.rustup/toolchains/1.80.1-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.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="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=d5a6af5eceae766d -C extra-filename=-d5a6af5eceae766d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16422024-08-16T05:01:50.813Z Dirty slab v0.4.9: the rustflags changed
16432024-08-16T05:01:50.813Z Compiling slab v0.4.9
16442024-08-16T05:01:50.813Z Running `/home/build/.rustup/toolchains/1.80.1-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=26e342cf5190e347 -C extra-filename=-26e342cf5190e347 --out-dir /work/oxidecomputer/omicron/target/debug/build/slab-26e342cf5190e347 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-7640f4cdb39f9682.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16452024-08-16T05:01:50.848Z Dirty const-oid v0.9.6: the rustflags changed
16462024-08-16T05:01:50.848Z Compiling const-oid v0.9.6
16472024-08-16T05:01:50.872Z Running `/home/build/.rustup/toolchains/1.80.1-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=0fbd4ee0c026a43b -C extra-filename=-0fbd4ee0c026a43b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16482024-08-16T05:01:50.942Z Dirty futures-channel v0.3.30: the rustflags changed
16492024-08-16T05:01:50.942Z Compiling futures-channel v0.3.30
16502024-08-16T05:01:50.966Z Running `/home/build/.rustup/toolchains/1.80.1-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.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="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"))' -C metadata=315266bf3c88a0ab -C extra-filename=-315266bf3c88a0ab --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-965f1abbaef84084.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-d5a6af5eceae766d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16512024-08-16T05:01:51.006Z Dirty pin-utils v0.1.0: the rustflags changed
16522024-08-16T05:01:51.006Z Compiling pin-utils v0.1.0
16532024-08-16T05:01:51.029Z Running `/home/build/.rustup/toolchains/1.80.1-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=ab4c9310920e6cf2 -C extra-filename=-ab4c9310920e6cf2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16542024-08-16T05:01:51.095Z Dirty futures-io v0.3.30: the rustflags changed
16552024-08-16T05:01:51.095Z Compiling futures-io v0.3.30
16562024-08-16T05:01:51.118Z Running `/home/build/.rustup/toolchains/1.80.1-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.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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std", "unstable"))' -C metadata=1044befc4d8b6f32 -C extra-filename=-1044befc4d8b6f32 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16572024-08-16T05:01:51.143Z Running `/work/oxidecomputer/omicron/target/debug/build/slab-26e342cf5190e347/build-script-build`
16582024-08-16T05:01:51.205Z Dirty futures-task v0.3.30: the rustflags changed
16592024-08-16T05:01:51.205Z Compiling futures-task v0.3.30
16602024-08-16T05:01:51.228Z Running `/home/build/.rustup/toolchains/1.80.1-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.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="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "std", "unstable"))' -C metadata=b2e13e142afbdd87 -C extra-filename=-b2e13e142afbdd87 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16612024-08-16T05:01:51.275Z Running `/home/build/.rustup/toolchains/1.80.1-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=f96e20c34b56be83 -C extra-filename=-f96e20c34b56be83 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16622024-08-16T05:01:51.307Z Dirty regex-syntax v0.8.4: the rustflags changed
16632024-08-16T05:01:51.307Z Compiling regex-syntax v0.8.4
16642024-08-16T05:01:51.330Z Running `/home/build/.rustup/toolchains/1.80.1-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.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"' --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=7d938304ceffab4a -C extra-filename=-7d938304ceffab4a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16652024-08-16T05:01:51.398Z Dirty pkg-config v0.3.30: the rustflags changed
16662024-08-16T05:01:51.398Z Compiling pkg-config v0.3.30
16672024-08-16T05:01:51.423Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name pkg_config --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pkg-config-0.3.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=eb481e38678e4e0a -C extra-filename=-eb481e38678e4e0a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16682024-08-16T05:01:51.423Z Dirty aho-corasick v1.1.3: the rustflags changed
16692024-08-16T05:01:51.423Z Compiling aho-corasick v1.1.3
16702024-08-16T05:01:51.423Z Running `/home/build/.rustup/toolchains/1.80.1-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=ccd418511fd0e494 -C extra-filename=-ccd418511fd0e494 --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-3b15747880b886c1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16712024-08-16T05:01:51.476Z Dirty cpufeatures v0.2.12: the rustflags changed
16722024-08-16T05:01:51.476Z Compiling cpufeatures v0.2.12
16732024-08-16T05:01:51.500Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name cpufeatures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cpufeatures-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 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=250510e548f1bd64 -C extra-filename=-250510e548f1bd64 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16742024-08-16T05:01:51.537Z Dirty heck v0.5.0: the rustflags changed
16752024-08-16T05:01:51.537Z Compiling heck v0.5.0
16762024-08-16T05:01:51.564Z Running `/home/build/.rustup/toolchains/1.80.1-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=830498e334c402a9 -C extra-filename=-830498e334c402a9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16772024-08-16T05:01:51.589Z Dirty semver v1.0.23: the rustflags changed
16782024-08-16T05:01:51.590Z Compiling semver v1.0.23
16792024-08-16T05:01:51.590Z Running `/home/build/.rustup/toolchains/1.80.1-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=746a93df62810af4 -C extra-filename=-746a93df62810af4 --out-dir /work/oxidecomputer/omicron/target/debug/build/semver-746a93df62810af4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16802024-08-16T05:01:51.996Z Dirty iana-time-zone v0.1.60: the rustflags changed
16812024-08-16T05:01:51.996Z Compiling iana-time-zone v0.1.60
16822024-08-16T05:01:52.019Z Running `/home/build/.rustup/toolchains/1.80.1-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.60/src/lib.rs --error-format=json --json=diagnostic-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=e4234c30fefa5b8b -C extra-filename=-e4234c30fefa5b8b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16832024-08-16T05:01:52.073Z Running `/work/oxidecomputer/omicron/target/debug/build/semver-746a93df62810af4/build-script-build`
16842024-08-16T05:01:52.135Z Dirty syn v1.0.109: the rustflags changed
16852024-08-16T05:01:52.135Z Compiling syn v1.0.109
16862024-08-16T05:01:52.158Z Running `/home/build/.rustup/toolchains/1.80.1-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=7bd69fb34c9940b1 -C extra-filename=-7bd69fb34c9940b1 --out-dir /work/oxidecomputer/omicron/target/debug/build/syn-7bd69fb34c9940b1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16872024-08-16T05:01:52.375Z Dirty tinyvec_macros v0.1.1: the rustflags changed
16882024-08-16T05:01:52.375Z Compiling tinyvec_macros v0.1.1
16892024-08-16T05:01:52.399Z Running `/home/build/.rustup/toolchains/1.80.1-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=e3f75058ddf213ea -C extra-filename=-e3f75058ddf213ea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16902024-08-16T05:01:52.431Z Dirty unicode-bidi v0.3.15: the rustflags changed
16912024-08-16T05:01:52.431Z Compiling unicode-bidi v0.3.15
16922024-08-16T05:01:52.431Z Running `/home/build/.rustup/toolchains/1.80.1-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.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="hardcoded-data"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench_it", "default", "flame", "flame_it", "flamer", "hardcoded-data", "serde", "std", "unstable", "with_serde"))' -C metadata=773c324f50696e3f -C extra-filename=-773c324f50696e3f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16932024-08-16T05:01:52.514Z Dirty tinyvec v1.6.0: the rustflags changed
16942024-08-16T05:01:52.514Z Compiling tinyvec v1.6.0
16952024-08-16T05:01:52.537Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tinyvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinyvec-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="default"' --cfg 'feature="tinyvec_macros"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "default", "experimental_write_impl", "grab_spare_slice", "nightly_slice_partition_dedup", "real_blackbox", "rustc_1_40", "rustc_1_55", "rustc_1_57", "serde", "std", "tinyvec_macros"))' -C metadata=bfd9b440086bc207 -C extra-filename=-bfd9b440086bc207 --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-e3f75058ddf213ea.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16962024-08-16T05:01:52.693Z Dirty rustix v0.38.34: the rustflags changed
16972024-08-16T05:01:52.693Z Compiling rustix v0.38.34
16982024-08-16T05:01:52.716Z Running `/home/build/.rustup/toolchains/1.80.1-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.34/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="std"' --cfg 'feature="stdio"' --cfg 'feature="system"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "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", "shm", "std", "stdio", "system", "termios", "thread", "time", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=acd65f42c1541416 -C extra-filename=-acd65f42c1541416 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustix-acd65f42c1541416 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16992024-08-16T05:01:52.752Z Dirty errno v0.3.9: the rustflags changed
17002024-08-16T05:01:52.752Z Compiling errno v0.3.9
17012024-08-16T05:01:52.776Z Running `/home/build/.rustup/toolchains/1.80.1-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=20b45d248da772ee -C extra-filename=-20b45d248da772ee --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-2977f4e89cc8b9da.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17022024-08-16T05:01:52.799Z Running `/work/oxidecomputer/omicron/target/debug/build/syn-7bd69fb34c9940b1/build-script-build`
17032024-08-16T05:01:52.854Z Running `/home/build/.rustup/toolchains/1.80.1-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=0c3b85329fe55c62 -C extra-filename=-0c3b85329fe55c62 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-3d72d7b152c86412.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg syn_disable_nightly_tests`
17042024-08-16T05:01:52.974Z Dirty vcpkg v0.2.15: the rustflags changed
17052024-08-16T05:01:52.974Z Compiling vcpkg v0.2.15
17062024-08-16T05:01:52.999Z Running `/home/build/.rustup/toolchains/1.80.1-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=1de0e5370f5fe5c3 -C extra-filename=-1de0e5370f5fe5c3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17072024-08-16T05:01:53.415Z Running `/work/oxidecomputer/omicron/target/debug/build/rustix-acd65f42c1541416/build-script-build`
17082024-08-16T05:01:53.528Z Dirty percent-encoding v2.3.1: the rustflags changed
17092024-08-16T05:01:53.528Z Compiling percent-encoding v2.3.1
17102024-08-16T05:01:53.553Z Running `/home/build/.rustup/toolchains/1.80.1-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=8bf889c42ff0e1d1 -C extra-filename=-8bf889c42ff0e1d1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17112024-08-16T05:01:53.744Z Dirty unicode-normalization v0.1.23: the rustflags changed
17122024-08-16T05:01:53.744Z Compiling unicode-normalization v0.1.23
17132024-08-16T05:01:53.768Z Running `/home/build/.rustup/toolchains/1.80.1-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.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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=4163aa611c9fa9ab -C extra-filename=-4163aa611c9fa9ab --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-bfd9b440086bc207.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17142024-08-16T05:01:53.792Z Dirty schemars v0.8.21: the rustflags changed
17152024-08-16T05:01:53.792Z Compiling schemars v0.8.21
17162024-08-16T05:01:53.792Z Running `/home/build/.rustup/toolchains/1.80.1-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=55f55719d25eeb1e -C extra-filename=-55f55719d25eeb1e --out-dir /work/oxidecomputer/omicron/target/debug/build/schemars-55f55719d25eeb1e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17172024-08-16T05:01:53.887Z Dirty ppv-lite86 v0.2.17: the rustflags changed
17182024-08-16T05:01:53.887Z Compiling ppv-lite86 v0.2.17
17192024-08-16T05:01:53.917Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name ppv_lite86 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ppv-lite86-0.2.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="simd"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "no_simd", "simd", "std"))' -C metadata=de1c01fb16cf43da -C extra-filename=-de1c01fb16cf43da --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17202024-08-16T05:01:54.149Z Dirty dyn-clone v1.0.17: the rustflags changed
17212024-08-16T05:01:54.149Z Compiling dyn-clone v1.0.17
17222024-08-16T05:01:54.173Z Running `/home/build/.rustup/toolchains/1.80.1-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=5859d1b7689bc278 -C extra-filename=-5859d1b7689bc278 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17232024-08-16T05:01:54.359Z Dirty regex-automata v0.4.6: the rustflags changed
17242024-08-16T05:01:54.360Z Compiling regex-automata v0.4.6
17252024-08-16T05:01:54.383Z Running `/home/build/.rustup/toolchains/1.80.1-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.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="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=fcd8ea28b6b8ac77 -C extra-filename=-fcd8ea28b6b8ac77 --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-ccd418511fd0e494.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-3b15747880b886c1.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-7d938304ceffab4a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17262024-08-16T05:01:54.582Z Dirty rand_chacha v0.3.1: the rustflags changed
17272024-08-16T05:01:54.582Z Compiling rand_chacha v0.3.1
17282024-08-16T05:01:54.608Z Running `/home/build/.rustup/toolchains/1.80.1-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=06ff9ddc7c7c443e -C extra-filename=-06ff9ddc7c7c443e --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-de1c01fb16cf43da.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-712f34846d8898c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17292024-08-16T05:01:54.703Z Running `/work/oxidecomputer/omicron/target/debug/build/schemars-55f55719d25eeb1e/build-script-build`
17302024-08-16T05:01:54.781Z Dirty form_urlencoded v1.2.1: the rustflags changed
17312024-08-16T05:01:54.781Z Compiling form_urlencoded v1.2.1
17322024-08-16T05:01:54.781Z Running `/home/build/.rustup/toolchains/1.80.1-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=5569ff5eb631ad8f -C extra-filename=-5569ff5eb631ad8f --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-8bf889c42ff0e1d1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17332024-08-16T05:01:54.907Z Dirty lazy_static v1.5.0: the rustflags changed
17342024-08-16T05:01:54.907Z Compiling lazy_static v1.5.0
17352024-08-16T05:01:54.930Z Running `/home/build/.rustup/toolchains/1.80.1-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=4058c7340bf7b5f3 -C extra-filename=-4058c7340bf7b5f3 --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-d52e3d8c16e8a214.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17362024-08-16T05:01:55.041Z Dirty serde_derive_internals v0.29.1: the rustflags changed
17372024-08-16T05:01:55.041Z Compiling serde_derive_internals v0.29.1
17382024-08-16T05:01:55.065Z Dirty tracing-core v0.1.32: the rustflags changed
17392024-08-16T05:01:55.065Z Compiling tracing-core v0.1.32
17402024-08-16T05:01:55.065Z Running `/home/build/.rustup/toolchains/1.80.1-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=8bdd97e67bf53503 -C extra-filename=-8bdd97e67bf53503 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17412024-08-16T05:01:55.065Z Running `/home/build/.rustup/toolchains/1.80.1-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=adeb21224cd93e5d -C extra-filename=-adeb21224cd93e5d --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-d381d90b77512a0f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17422024-08-16T05:01:56.032Z Dirty rand v0.8.5: the rustflags changed
17432024-08-16T05:01:56.032Z Compiling rand v0.8.5
17442024-08-16T05:01:56.067Z Running `/home/build/.rustup/toolchains/1.80.1-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="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=2bc27de9dad720ce -C extra-filename=-2bc27de9dad720ce --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-2977f4e89cc8b9da.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-06ff9ddc7c7c443e.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-712f34846d8898c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17452024-08-16T05:01:56.334Z Dirty idna v0.5.0: the rustflags changed
17462024-08-16T05:01:56.334Z Compiling idna v0.5.0
17472024-08-16T05:01:56.357Z Running `/home/build/.rustup/toolchains/1.80.1-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=28c67756af01de96 -C extra-filename=-28c67756af01de96 --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-773c324f50696e3f.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-4163aa611c9fa9ab.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17482024-08-16T05:01:56.560Z Dirty either v1.13.0: the rustflags changed
17492024-08-16T05:01:56.560Z Compiling either v1.13.0
17502024-08-16T05:01:56.597Z Running `/home/build/.rustup/toolchains/1.80.1-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=5d39f2eb1424d60a -C extra-filename=-5d39f2eb1424d60a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17512024-08-16T05:01:56.870Z Dirty rustversion v1.0.17: the rustflags changed
17522024-08-16T05:01:56.870Z Compiling rustversion v1.0.17
17532024-08-16T05:01:56.894Z Running `/home/build/.rustup/toolchains/1.80.1-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=12b051871c96bdc0 -C extra-filename=-12b051871c96bdc0 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustversion-12b051871c96bdc0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17542024-08-16T05:01:56.942Z Dirty httparse v1.8.0: the rustflags changed
17552024-08-16T05:01:56.942Z Compiling httparse v1.8.0
17562024-08-16T05:01:56.966Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httparse-1.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"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=080b0553c9222f9d -C extra-filename=-080b0553c9222f9d --out-dir /work/oxidecomputer/omicron/target/debug/build/httparse-080b0553c9222f9d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17572024-08-16T05:01:57.426Z Dirty url v2.5.2: the rustflags changed
17582024-08-16T05:01:57.426Z Compiling url v2.5.2
17592024-08-16T05:01:57.450Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name url --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/url-2.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("debugger_visualizer", "default", "expose_internals", "serde"))' -C metadata=c883dcfe2d3789aa -C extra-filename=-c883dcfe2d3789aa --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-5569ff5eb631ad8f.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-28c67756af01de96.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-8bf889c42ff0e1d1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17602024-08-16T05:01:57.563Z Dirty num-conv v0.1.0: the rustflags changed
17612024-08-16T05:01:57.563Z Compiling num-conv v0.1.0
17622024-08-16T05:01:57.590Z Running `/home/build/.rustup/toolchains/1.80.1-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=2dbaadbd2a98f6d3 -C extra-filename=-2dbaadbd2a98f6d3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17632024-08-16T05:01:57.649Z Running `/work/oxidecomputer/omicron/target/debug/build/rustversion-12b051871c96bdc0/build-script-build`
17642024-08-16T05:01:57.685Z Dirty time-core v0.1.2: the rustflags changed
17652024-08-16T05:01:57.685Z Compiling time-core v0.1.2
17662024-08-16T05:01:57.709Z Running `/home/build/.rustup/toolchains/1.80.1-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=e8438a68f7699e06 -C extra-filename=-e8438a68f7699e06 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17672024-08-16T05:01:57.733Z Dirty adler v1.0.2: the rustflags changed
17682024-08-16T05:01:57.733Z Compiling adler v1.0.2
17692024-08-16T05:01:57.733Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name adler --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/adler-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("compiler_builtins", "core", "default", "rustc-dep-of-std", "std"))' -C metadata=74707462cb48944c -C extra-filename=-74707462cb48944c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17702024-08-16T05:01:57.828Z Dirty powerfmt v0.2.0: the rustflags changed
17712024-08-16T05:01:57.828Z Compiling powerfmt v0.2.0
17722024-08-16T05:01:57.852Z Running `/home/build/.rustup/toolchains/1.80.1-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=3fa201fe28271c4f -C extra-filename=-3fa201fe28271c4f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17732024-08-16T05:01:57.852Z Dirty miniz_oxide v0.7.2: the rustflags changed
17742024-08-16T05:01:57.852Z Compiling miniz_oxide v0.7.2
17752024-08-16T05:01:57.852Z Dirty time-macros v0.2.18: the rustflags changed
17762024-08-16T05:01:57.852Z Compiling time-macros v0.2.18
17772024-08-16T05:01:57.852Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name miniz_oxide --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/miniz_oxide-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 --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"))' -C metadata=0754261838d72f08 -C extra-filename=-0754261838d72f08 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern adler=/work/oxidecomputer/omicron/target/debug/deps/libadler-74707462cb48944c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17782024-08-16T05:01:57.852Z Running `/home/build/.rustup/toolchains/1.80.1-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=fe135c41e946333f -C extra-filename=-fe135c41e946333f --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-2dbaadbd2a98f6d3.rlib --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-e8438a68f7699e06.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17792024-08-16T05:01:57.923Z Running `/home/build/.rustup/toolchains/1.80.1-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=cd12841eafeed674 -C extra-filename=-cd12841eafeed674 --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"))'`
17802024-08-16T05:01:58.187Z Dirty deranged v0.3.11: the rustflags changed
17812024-08-16T05:01:58.187Z Compiling deranged v0.3.11
17822024-08-16T05:01:58.213Z Running `/home/build/.rustup/toolchains/1.80.1-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=aad5a879e3302801 -C extra-filename=-aad5a879e3302801 --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-3fa201fe28271c4f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17832024-08-16T05:01:59.067Z Dirty regex v1.10.6: the rustflags changed
17842024-08-16T05:01:59.067Z Compiling regex v1.10.6
17852024-08-16T05:01:59.096Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name regex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-1.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="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=f062f553787acf4a -C extra-filename=-f062f553787acf4a --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-ccd418511fd0e494.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-3b15747880b886c1.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-fcd8ea28b6b8ac77.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-7d938304ceffab4a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17862024-08-16T05:01:59.177Z Running `/work/oxidecomputer/omicron/target/debug/build/httparse-080b0553c9222f9d/build-script-build`
17872024-08-16T05:01:59.210Z Dirty ring v0.17.8: the rustflags changed
17882024-08-16T05:01:59.210Z Compiling ring v0.17.8
17892024-08-16T05:01:59.243Z Running `/home/build/.rustup/toolchains/1.80.1-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"' --cfg 'feature="std"' --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=390761ac34235239 -C extra-filename=-390761ac34235239 --out-dir /work/oxidecomputer/omicron/target/debug/build/ring-390761ac34235239 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-887dc1e75bcfe948.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17902024-08-16T05:01:59.267Z Dirty unicode-width v0.1.13: the rustflags changed
17912024-08-16T05:01:59.267Z Compiling unicode-width v0.1.13
17922024-08-16T05:01:59.267Z Running `/home/build/.rustup/toolchains/1.80.1-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.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "default", "no_std", "rustc-dep-of-std", "std"))' -C metadata=3919ec52e6b0b262 -C extra-filename=-3919ec52e6b0b262 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17932024-08-16T05:01:59.467Z Dirty num_threads v0.1.7: the rustflags changed
17942024-08-16T05:01:59.467Z Compiling num_threads v0.1.7
17952024-08-16T05:01:59.495Z Running `/home/build/.rustup/toolchains/1.80.1-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=4cdb0e798929dbb9 -C extra-filename=-4cdb0e798929dbb9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17962024-08-16T05:01:59.586Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name httparse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httparse-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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=4ceb8996510f7f6e -C extra-filename=-4ceb8996510f7f6e --out-dir /work/oxidecomputer/omicron/target/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`
17972024-08-16T05:01:59.833Z Dirty base64ct v1.6.0: the rustflags changed
17982024-08-16T05:01:59.833Z Compiling base64ct v1.6.0
17992024-08-16T05:01:59.857Z Running `/home/build/.rustup/toolchains/1.80.1-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=43a44750c8116f3c -C extra-filename=-43a44750c8116f3c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18002024-08-16T05:01:59.972Z Dirty untrusted v0.9.0: the rustflags changed
18012024-08-16T05:01:59.972Z Compiling untrusted v0.9.0
18022024-08-16T05:01:59.996Z Running `/home/build/.rustup/toolchains/1.80.1-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=5ba18449f0014995 -C extra-filename=-5ba18449f0014995 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18032024-08-16T05:02:00.133Z Dirty slog v2.7.0: the rustflags changed
18042024-08-16T05:02:00.133Z Compiling slog v2.7.0
18052024-08-16T05:02:00.156Z Running `/home/build/.rustup/toolchains/1.80.1-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=993125d68d51fc81 -C extra-filename=-993125d68d51fc81 --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-993125d68d51fc81 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18062024-08-16T05:02:00.180Z Dirty strsim v0.11.1: the rustflags changed
18072024-08-16T05:02:00.180Z Compiling strsim v0.11.1
18082024-08-16T05:02:00.180Z Running `/home/build/.rustup/toolchains/1.80.1-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=a1f7ddb01f1b033d -C extra-filename=-a1f7ddb01f1b033d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18092024-08-16T05:02:00.266Z Running `/work/oxidecomputer/omicron/target/debug/build/ring-390761ac34235239/build-script-build`
18102024-08-16T05:02:00.348Z Dirty backtrace v0.3.71: the rustflags changed
18112024-08-16T05:02:00.348Z Compiling backtrace v0.3.71
18122024-08-16T05:02:00.371Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/backtrace-0.3.71/build.rs --error-format=json --json=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("coresymbolication", "cpp_demangle", "dbghelp", "default", "dladdr", "gimli-symbolize", "kernel32", "libbacktrace", "libunwind", "rustc-serialize", "serde", "serialize-rustc", "serialize-serde", "std", "unix-backtrace", "verify-winapi", "winapi"))' -C metadata=c6b9bb0917794629 -C extra-filename=-c6b9bb0917794629 --out-dir /work/oxidecomputer/omicron/target/debug/build/backtrace-c6b9bb0917794629 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-887dc1e75bcfe948.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18132024-08-16T05:02:00.602Z Dirty time v0.3.36: the rustflags changed
18142024-08-16T05:02:00.602Z Compiling time v0.3.36
18152024-08-16T05:02:00.626Z Running `/home/build/.rustup/toolchains/1.80.1-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=fb18128a1fc11699 -C extra-filename=-fb18128a1fc11699 --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-aad5a879e3302801.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-4cb0fb6bacfafb96.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-2977f4e89cc8b9da.rmeta --extern num_conv=/work/oxidecomputer/omicron/target/debug/deps/libnum_conv-2dbaadbd2a98f6d3.rmeta --extern num_threads=/work/oxidecomputer/omicron/target/debug/deps/libnum_threads-4cdb0e798929dbb9.rmeta --extern powerfmt=/work/oxidecomputer/omicron/target/debug/deps/libpowerfmt-3fa201fe28271c4f.rmeta --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-e8438a68f7699e06.rmeta --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-fe135c41e946333f.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18162024-08-16T05:02:00.649Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-993125d68d51fc81/build-script-build`
18172024-08-16T05:02:00.714Z Dirty gimli v0.28.1: the rustflags changed
18182024-08-16T05:02:00.714Z Compiling gimli v0.28.1
18192024-08-16T05:02:00.737Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name gimli --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gimli-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="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=1eda159745dc50fc -C extra-filename=-1eda159745dc50fc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18202024-08-16T05:02:00.832Z Dirty serde_derive v1.0.207: the rustflags changed
18212024-08-16T05:02:00.832Z Compiling serde_derive v1.0.207
18222024-08-16T05:02:00.855Z Running `/home/build/.rustup/toolchains/1.80.1-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.207/src/lib.rs --error-format=json --json=diagnostic-rendered-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=ab385fa9ff365316 -C extra-filename=-ab385fa9ff365316 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18232024-08-16T05:02:00.856Z Dirty zerocopy-derive v0.7.34: the rustflags changed
18242024-08-16T05:02:00.856Z Compiling zerocopy-derive v0.7.34
18252024-08-16T05:02:00.856Z Running `/home/build/.rustup/toolchains/1.80.1-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.34/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=93f3f46e1071aff3 -C extra-filename=-93f3f46e1071aff3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18262024-08-16T05:02:00.981Z Dirty zeroize_derive v1.4.2: the rustflags changed
18272024-08-16T05:02:00.981Z Compiling zeroize_derive v1.4.2
18282024-08-16T05:02:01.006Z Running `/home/build/.rustup/toolchains/1.80.1-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=c41601d782ff3b61 -C extra-filename=-c41601d782ff3b61 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18292024-08-16T05:02:02.424Z Dirty zeroize v1.7.0: the rustflags changed
18302024-08-16T05:02:02.424Z Compiling zeroize v1.7.0
18312024-08-16T05:02:02.449Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name zeroize --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zeroize-1.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="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", "std", "zeroize_derive"))' -C metadata=d47f5ede55f99f5b -C extra-filename=-d47f5ede55f99f5b --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-c41601d782ff3b61.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18322024-08-16T05:02:02.807Z Dirty thiserror-impl v1.0.63: the rustflags changed
18332024-08-16T05:02:02.807Z Compiling thiserror-impl v1.0.63
18342024-08-16T05:02:02.830Z Running `/home/build/.rustup/toolchains/1.80.1-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.63/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --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=799532d0aec7b49d -C extra-filename=-799532d0aec7b49d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18352024-08-16T05:02:02.872Z Dirty zerocopy v0.7.34: the rustflags changed
18362024-08-16T05:02:02.872Z Compiling zerocopy v0.7.34
18372024-08-16T05:02:02.895Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-0.7.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="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=6a6c96d3d3dbf088 -C extra-filename=-6a6c96d3d3dbf088 --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-325983a483f82094.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-93f3f46e1071aff3.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18382024-08-16T05:02:04.282Z Running `/home/build/.rustup/toolchains/1.80.1-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=65767634d4000cd6 -C extra-filename=-65767634d4000cd6 --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-60752444239cd916.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d47f5ede55f99f5b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg relaxed_coherence`
18392024-08-16T05:02:04.614Z Running `/home/build/.rustup/toolchains/1.80.1-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=4cfcaff91b1aaac2 -C extra-filename=-4cfcaff91b1aaac2 --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-94faf137b493206b.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-f17162317cb3b488.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-6a6c96d3d3dbf088.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg 'feature="folded_multiply"'`
18402024-08-16T05:02:04.743Z Dirty tokio-macros v2.3.0: the rustflags changed
18412024-08-16T05:02:04.743Z Compiling tokio-macros v2.3.0
18422024-08-16T05:02:04.774Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-macros-2.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=f5f59b17f4c30267 -C extra-filename=-f5f59b17f4c30267 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18432024-08-16T05:02:04.953Z Dirty futures-macro v0.3.30: the rustflags changed
18442024-08-16T05:02:04.953Z Compiling futures-macro v0.3.30
18452024-08-16T05:02:04.976Z Running `/home/build/.rustup/toolchains/1.80.1-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.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --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=5d59140073378632 -C extra-filename=-5d59140073378632 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18462024-08-16T05:02:05.047Z Dirty tracing-attributes v0.1.27: the rustflags changed
18472024-08-16T05:02:05.047Z Compiling tracing-attributes v0.1.27
18482024-08-16T05:02:05.070Z Running `/home/build/.rustup/toolchains/1.80.1-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=f3dcb8757f01168e -C extra-filename=-f3dcb8757f01168e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18492024-08-16T05:02:05.142Z Dirty hashbrown v0.14.5: the rustflags changed
18502024-08-16T05:02:05.142Z Compiling hashbrown v0.14.5
18512024-08-16T05:02:05.166Z Running `/home/build/.rustup/toolchains/1.80.1-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"' --cfg 'feature="raw"' --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=9afe1f7747b99dd5 -C extra-filename=-9afe1f7747b99dd5 --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-4cfcaff91b1aaac2.rmeta --extern allocator_api2=/work/oxidecomputer/omicron/target/debug/deps/liballocator_api2-b6220780d1ff212d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18522024-08-16T05:02:05.224Z Dirty schemars_derive v0.8.21: the rustflags changed
18532024-08-16T05:02:05.224Z Compiling schemars_derive v0.8.21
18542024-08-16T05:02:05.248Z Running `/home/build/.rustup/toolchains/1.80.1-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=e9b9ae5b4f5c74d2 -C extra-filename=-e9b9ae5b4f5c74d2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern serde_derive_internals=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive_internals-8bdd97e67bf53503.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18552024-08-16T05:02:05.478Z Dirty crypto-common v0.1.6: the rustflags changed
18562024-08-16T05:02:05.478Z Compiling crypto-common v0.1.6
18572024-08-16T05:02:05.502Z Running `/home/build/.rustup/toolchains/1.80.1-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=23aa52f79da63f7c -C extra-filename=-23aa52f79da63f7c --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-65767634d4000cd6.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-712f34846d8898c6.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-60752444239cd916.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18582024-08-16T05:02:05.692Z Dirty block-buffer v0.10.4: the rustflags changed
18592024-08-16T05:02:05.692Z Compiling block-buffer v0.10.4
18602024-08-16T05:02:05.716Z Running `/home/build/.rustup/toolchains/1.80.1-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=2c5bdd47e7b744f8 -C extra-filename=-2c5bdd47e7b744f8 --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-65767634d4000cd6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18612024-08-16T05:02:05.753Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-1.0.63/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=da9815be099cf41c -C extra-filename=-da9815be099cf41c --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-799532d0aec7b49d.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)'`
18622024-08-16T05:02:05.889Z Dirty block-padding v0.3.3: the rustflags changed
18632024-08-16T05:02:05.889Z Compiling block-padding v0.3.3
18642024-08-16T05:02:05.913Z Running `/home/build/.rustup/toolchains/1.80.1-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=4771113fac6eedf8 -C extra-filename=-4771113fac6eedf8 --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-65767634d4000cd6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18652024-08-16T05:02:05.944Z Dirty digest v0.10.7: the rustflags changed
18662024-08-16T05:02:05.944Z Compiling digest v0.10.7
18672024-08-16T05:02:05.968Z Running `/home/build/.rustup/toolchains/1.80.1-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=57df871143d3c7b1 -C extra-filename=-57df871143d3c7b1 --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-2c5bdd47e7b744f8.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-0fbd4ee0c026a43b.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-23aa52f79da63f7c.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-69c441407b09e74b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18682024-08-16T05:02:06.119Z Dirty inout v0.1.3: the rustflags changed
18692024-08-16T05:02:06.119Z Compiling inout v0.1.3
18702024-08-16T05:02:06.143Z Running `/home/build/.rustup/toolchains/1.80.1-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=6cd38624c256774c -C extra-filename=-6cd38624c256774c --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-4771113fac6eedf8.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-65767634d4000cd6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18712024-08-16T05:02:06.230Z Running `/home/build/.rustup/toolchains/1.80.1-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"' --cfg 'feature="std"' --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=ffc41cccb7984683 -C extra-filename=-ffc41cccb7984683 --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-94faf137b493206b.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-f17162317cb3b488.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-d52e3d8c16e8a214.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-5ba18449f0014995.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -l static=ring_core_0_17_8_ -l static=ring_core_0_17_8_test`
18722024-08-16T05:02:06.286Z Dirty async-trait v0.1.81: the rustflags changed
18732024-08-16T05:02:06.286Z Compiling async-trait v0.1.81
18742024-08-16T05:02:06.309Z Running `/home/build/.rustup/toolchains/1.80.1-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.81/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --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=eaec0f1802c5ca04 -C extra-filename=-eaec0f1802c5ca04 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18752024-08-16T05:02:06.370Z Dirty cipher v0.4.4: the rustflags changed
18762024-08-16T05:02:06.370Z Compiling cipher v0.4.4
18772024-08-16T05:02:06.397Z Running `/home/build/.rustup/toolchains/1.80.1-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=c9f83f04d6ed19b9 -C extra-filename=-c9f83f04d6ed19b9 --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-23aa52f79da63f7c.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-6cd38624c256774c.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d47f5ede55f99f5b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18782024-08-16T05:02:06.397Z Dirty hmac v0.12.1: the rustflags changed
18792024-08-16T05:02:06.397Z Compiling hmac v0.12.1
18802024-08-16T05:02:06.397Z Running `/home/build/.rustup/toolchains/1.80.1-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=1502ad1d893e1f6e -C extra-filename=-1502ad1d893e1f6e --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-57df871143d3c7b1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18812024-08-16T05:02:06.602Z Dirty sha2 v0.10.8: the rustflags changed
18822024-08-16T05:02:06.602Z Compiling sha2 v0.10.8
18832024-08-16T05:02:06.626Z Running `/home/build/.rustup/toolchains/1.80.1-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=fb339d0b1775d489 -C extra-filename=-fb339d0b1775d489 --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-94faf137b493206b.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-250510e548f1bd64.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-57df871143d3c7b1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18842024-08-16T05:02:06.719Z Dirty futures-util v0.3.30: the rustflags changed
18852024-08-16T05:02:06.719Z Compiling futures-util v0.3.30
18862024-08-16T05:02:06.742Z Running `/home/build/.rustup/toolchains/1.80.1-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.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="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"))' -C metadata=a0ceeed7299917eb -C extra-filename=-a0ceeed7299917eb --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-315266bf3c88a0ab.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-965f1abbaef84084.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-1044befc4d8b6f32.rmeta --extern futures_macro=/work/oxidecomputer/omicron/target/debug/deps/libfutures_macro-5d59140073378632.so --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-d5a6af5eceae766d.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-b2e13e142afbdd87.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-3b15747880b886c1.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-5196b1d39b63f0cb.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-ab4c9310920e6cf2.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-f96e20c34b56be83.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18872024-08-16T05:02:06.831Z Dirty try-lock v0.2.5: the rustflags changed
18882024-08-16T05:02:06.831Z Compiling try-lock v0.2.5
18892024-08-16T05:02:06.855Z Running `/home/build/.rustup/toolchains/1.80.1-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=313404437aa63526 -C extra-filename=-313404437aa63526 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18902024-08-16T05:02:06.970Z Dirty want v0.3.1: the rustflags changed
18912024-08-16T05:02:06.970Z Compiling want v0.3.1
18922024-08-16T05:02:06.994Z Running `/home/build/.rustup/toolchains/1.80.1-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=834a74e98d60d91b -C extra-filename=-834a74e98d60d91b --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-313404437aa63526.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18932024-08-16T05:02:07.219Z Dirty addr2line v0.21.0: the rustflags changed
18942024-08-16T05:02:07.219Z Compiling addr2line v0.21.0
18952024-08-16T05:02:07.243Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name addr2line --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/addr2line-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "cpp_demangle", "default", "fallible-iterator", "memmap2", "object", "rustc-demangle", "rustc-dep-of-std", "smallvec", "std", "std-object"))' -C metadata=c07277663cfdc1d0 -C extra-filename=-c07277663cfdc1d0 --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-1eda159745dc50fc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18962024-08-16T05:02:07.655Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.207/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=e6d1b1e69c921f3e -C extra-filename=-e6d1b1e69c921f3e --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-ab385fa9ff365316.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_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)'`
18972024-08-16T05:02:07.841Z Running `/work/oxidecomputer/omicron/target/debug/build/backtrace-c6b9bb0917794629/build-script-build`
18982024-08-16T05:02:07.865Z Running `/home/build/.rustup/toolchains/1.80.1-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=e9a5d2b6dcbc0177 -C extra-filename=-e9a5d2b6dcbc0177 --out-dir /work/oxidecomputer/omicron/target/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`
18992024-08-16T05:02:08.098Z Dirty pem-rfc7468 v0.7.0: the rustflags changed
19002024-08-16T05:02:08.098Z Compiling pem-rfc7468 v0.7.0
19012024-08-16T05:02:08.122Z Running `/home/build/.rustup/toolchains/1.80.1-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=e6975d27c0797841 -C extra-filename=-e6975d27c0797841 --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-43a44750c8116f3c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19022024-08-16T05:02:08.414Z Dirty tracing v0.1.40: the rustflags changed
19032024-08-16T05:02:08.414Z Compiling tracing v0.1.40
19042024-08-16T05:02:08.439Z Running `/home/build/.rustup/toolchains/1.80.1-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=119892d76510e357 -C extra-filename=-119892d76510e357 --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-46cf9439802ec3f9.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-5196b1d39b63f0cb.rmeta --extern tracing_attributes=/work/oxidecomputer/omicron/target/debug/deps/libtracing_attributes-f3dcb8757f01168e.so --extern tracing_core=/work/oxidecomputer/omicron/target/debug/deps/libtracing_core-adeb21224cd93e5d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19052024-08-16T05:02:08.610Z Dirty openssl-sys v0.9.103: the rustflags changed
19062024-08-16T05:02:08.610Z Compiling openssl-sys v0.9.103
19072024-08-16T05:02:08.634Z Running `/home/build/.rustup/toolchains/1.80.1-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=954da2c72e4c4a07 -C extra-filename=-954da2c72e4c4a07 --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-sys-954da2c72e4c4a07 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-887dc1e75bcfe948.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-eb481e38678e4e0a.rlib --extern vcpkg=/work/oxidecomputer/omicron/target/debug/deps/libvcpkg-1de0e5370f5fe5c3.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19082024-08-16T05:02:08.785Z Dirty object v0.32.2: the rustflags changed
19092024-08-16T05:02:08.785Z Compiling object v0.32.2
19102024-08-16T05:02:08.809Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name object --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/object-0.32.2/src/lib.rs --error-format=json --json=diagnostic-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", "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=28740f4d46b8b6dd -C extra-filename=-28740f4d46b8b6dd --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-3b15747880b886c1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19112024-08-16T05:02:08.809Z Dirty rustc-demangle v0.1.24: the rustflags changed
19122024-08-16T05:02:08.809Z Compiling rustc-demangle v0.1.24
19132024-08-16T05:02:08.809Z Running `/home/build/.rustup/toolchains/1.80.1-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=7e6a6a1eb2bce4c3 -C extra-filename=-7e6a6a1eb2bce4c3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19142024-08-16T05:02:08.894Z Dirty tower-service v0.3.2: the rustflags changed
19152024-08-16T05:02:08.895Z Compiling tower-service v0.3.2
19162024-08-16T05:02:08.918Z Running `/home/build/.rustup/toolchains/1.80.1-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.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c20ddb2efdeabe78 -C extra-filename=-c20ddb2efdeabe78 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19172024-08-16T05:02:09.014Z Dirty anyhow v1.0.86: the rustflags changed
19182024-08-16T05:02:09.014Z Compiling anyhow v1.0.86
19192024-08-16T05:02:09.039Z Running `/home/build/.rustup/toolchains/1.80.1-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.86/build.rs --error-format=json --json=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=15411073692bfeba -C extra-filename=-15411073692bfeba --out-dir /work/oxidecomputer/omicron/target/debug/build/anyhow-15411073692bfeba -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19202024-08-16T05:02:09.317Z Dirty der_derive v0.7.2: the rustflags changed
19212024-08-16T05:02:09.317Z Compiling der_derive v0.7.2
19222024-08-16T05:02:09.341Z Running `/home/build/.rustup/toolchains/1.80.1-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.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=5a1f17b7266557e3 -C extra-filename=-5a1f17b7266557e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19232024-08-16T05:02:09.497Z Dirty heck v0.4.1: the rustflags changed
19242024-08-16T05:02:09.498Z Compiling heck v0.4.1
19252024-08-16T05:02:09.521Z Running `/home/build/.rustup/toolchains/1.80.1-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=64fe453a3f9fcd4a -C extra-filename=-64fe453a3f9fcd4a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19262024-08-16T05:02:09.599Z Running `/work/oxidecomputer/omicron/target/debug/build/anyhow-15411073692bfeba/build-script-build`
19272024-08-16T05:02:09.631Z Dirty httpdate v1.0.3: the rustflags changed
19282024-08-16T05:02:09.631Z Compiling httpdate v1.0.3
19292024-08-16T05:02:09.631Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-sys-954da2c72e4c4a07/build-script-main`
19302024-08-16T05:02:09.655Z Running `/home/build/.rustup/toolchains/1.80.1-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=6fbea464aaabb1e8 -C extra-filename=-6fbea464aaabb1e8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19312024-08-16T05:02:09.710Z Dirty base64 v0.21.7: the rustflags changed
19322024-08-16T05:02:09.710Z Compiling base64 v0.21.7
19332024-08-16T05:02:09.733Z Running `/home/build/.rustup/toolchains/1.80.1-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=a2ffa63167802121 -C extra-filename=-a2ffa63167802121 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19342024-08-16T05:02:09.845Z Dirty flagset v0.4.5: the rustflags changed
19352024-08-16T05:02:09.845Z Compiling flagset v0.4.5
19362024-08-16T05:02:09.869Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name flagset --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flagset-0.4.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", "std"))' -C metadata=881d334f1a3d1211 -C extra-filename=-881d334f1a3d1211 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19372024-08-16T05:02:09.928Z Dirty aes v0.8.4: the rustflags changed
19382024-08-16T05:02:09.928Z Compiling aes v0.8.4
19392024-08-16T05:02:09.952Z Running `/home/build/.rustup/toolchains/1.80.1-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=c3bbc5f40cc9afe1 -C extra-filename=-c3bbc5f40cc9afe1 --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-94faf137b493206b.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-c9f83f04d6ed19b9.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-250510e548f1bd64.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19402024-08-16T05:02:10.035Z Dirty pbkdf2 v0.12.2: the rustflags changed
19412024-08-16T05:02:10.035Z Compiling pbkdf2 v0.12.2
19422024-08-16T05:02:10.058Z Running `/home/build/.rustup/toolchains/1.80.1-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=7211af2737a9d7da -C extra-filename=-7211af2737a9d7da --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-57df871143d3c7b1.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-1502ad1d893e1f6e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19432024-08-16T05:02:10.058Z Dirty salsa20 v0.10.2: the rustflags changed
19442024-08-16T05:02:10.058Z Compiling salsa20 v0.10.2
19452024-08-16T05:02:10.083Z Running `/home/build/.rustup/toolchains/1.80.1-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=74647728b4459733 -C extra-filename=-74647728b4459733 --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-c9f83f04d6ed19b9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19462024-08-16T05:02:10.193Z Dirty cbc v0.1.2: the rustflags changed
19472024-08-16T05:02:10.193Z Compiling cbc v0.1.2
19482024-08-16T05:02:10.217Z Running `/home/build/.rustup/toolchains/1.80.1-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=f461e3d8bb9559d7 -C extra-filename=-f461e3d8bb9559d7 --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-c9f83f04d6ed19b9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19492024-08-16T05:02:10.260Z Dirty foreign-types-shared v0.1.1: the rustflags changed
19502024-08-16T05:02:10.260Z Compiling foreign-types-shared v0.1.1
19512024-08-16T05:02:10.284Z Running `/home/build/.rustup/toolchains/1.80.1-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=a7304dc04625fbbf -C extra-filename=-a7304dc04625fbbf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19522024-08-16T05:02:10.347Z Dirty mime v0.3.17: the rustflags changed
19532024-08-16T05:02:10.347Z Compiling mime v0.3.17
19542024-08-16T05:02:10.371Z Running `/home/build/.rustup/toolchains/1.80.1-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=74bdd973ffb0df66 -C extra-filename=-74bdd973ffb0df66 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19552024-08-16T05:02:10.371Z Dirty ipnet v2.9.0: the rustflags changed
19562024-08-16T05:02:10.371Z Compiling ipnet v2.9.0
19572024-08-16T05:02:10.397Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name ipnet --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ipnet-2.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "heapless", "json", "schemars", "ser_as_str", "serde", "std"))' -C metadata=7e28ccd96dc058f1 -C extra-filename=-7e28ccd96dc058f1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19582024-08-16T05:02:10.421Z Dirty crossbeam-utils v0.8.19: the rustflags changed
19592024-08-16T05:02:10.421Z Compiling crossbeam-utils v0.8.19
19602024-08-16T05:02:10.421Z Running `/home/build/.rustup/toolchains/1.80.1-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.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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=c614866a1ad12207 -C extra-filename=-c614866a1ad12207 --out-dir /work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-c614866a1ad12207 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19612024-08-16T05:02:10.853Z Dirty openssl-probe v0.1.5: the rustflags changed
19622024-08-16T05:02:10.853Z Compiling openssl-probe v0.1.5
19632024-08-16T05:02:10.876Z Running `/home/build/.rustup/toolchains/1.80.1-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=aba34158fbf029ed -C extra-filename=-aba34158fbf029ed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19642024-08-16T05:02:10.993Z Dirty openssl v0.10.66: the rustflags changed
19652024-08-16T05:02:10.993Z Compiling openssl v0.10.66
19662024-08-16T05:02:11.017Z Running `/home/build/.rustup/toolchains/1.80.1-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=a8b0d1321d6e4d0d -C extra-filename=-a8b0d1321d6e4d0d --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-a8b0d1321d6e4d0d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19672024-08-16T05:02:11.175Z Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-c614866a1ad12207/build-script-build`
19682024-08-16T05:02:11.201Z Dirty foreign-types v0.3.2: the rustflags changed
19692024-08-16T05:02:11.201Z Compiling foreign-types v0.3.2
19702024-08-16T05:02:11.225Z Running `/home/build/.rustup/toolchains/1.80.1-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=bb01e7ef2f5b8a88 -C extra-filename=-bb01e7ef2f5b8a88 --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-a7304dc04625fbbf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19712024-08-16T05:02:11.288Z Dirty scrypt v0.11.0: the rustflags changed
19722024-08-16T05:02:11.288Z Compiling scrypt v0.11.0
19732024-08-16T05:02:11.311Z Running `/home/build/.rustup/toolchains/1.80.1-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=0f207601e950b161 -C extra-filename=-0f207601e950b161 --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-7211af2737a9d7da.rmeta --extern salsa20=/work/oxidecomputer/omicron/target/debug/deps/libsalsa20-74647728b4459733.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-fb339d0b1775d489.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19742024-08-16T05:02:11.385Z Dirty futures-executor v0.3.30: the rustflags changed
19752024-08-16T05:02:11.385Z Compiling futures-executor v0.3.30
19762024-08-16T05:02:11.408Z Running `/home/build/.rustup/toolchains/1.80.1-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.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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "num_cpus", "std", "thread-pool"))' -C metadata=e73e1abcbc6bc381 -C extra-filename=-e73e1abcbc6bc381 --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-965f1abbaef84084.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-b2e13e142afbdd87.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-a0ceeed7299917eb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19772024-08-16T05:02:11.408Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-a8b0d1321d6e4d0d/build-script-build`
19782024-08-16T05:02:11.434Z Running `/home/build/.rustup/toolchains/1.80.1-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=9f72585c934d604c -C extra-filename=-9f72585c934d604c --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-2977f4e89cc8b9da.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)'`
19792024-08-16T05:02:11.508Z Dirty der v0.7.9: the rustflags changed
19802024-08-16T05:02:11.508Z Compiling der v0.7.9
19812024-08-16T05:02:11.531Z Running `/home/build/.rustup/toolchains/1.80.1-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=e6f841b1e5437932 -C extra-filename=-e6f841b1e5437932 --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-0fbd4ee0c026a43b.rmeta --extern der_derive=/work/oxidecomputer/omicron/target/debug/deps/libder_derive-5a1f17b7266557e3.so --extern flagset=/work/oxidecomputer/omicron/target/debug/deps/libflagset-881d334f1a3d1211.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-e6975d27c0797841.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d47f5ede55f99f5b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19822024-08-16T05:02:11.767Z Dirty futures v0.3.30: the rustflags changed
19832024-08-16T05:02:11.767Z Compiling futures v0.3.30
19842024-08-16T05:02:11.792Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name futures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.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="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"))' -C metadata=5835243fede18e51 -C extra-filename=-5835243fede18e51 --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-315266bf3c88a0ab.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-965f1abbaef84084.rmeta --extern futures_executor=/work/oxidecomputer/omicron/target/debug/deps/libfutures_executor-e73e1abcbc6bc381.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-1044befc4d8b6f32.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-d5a6af5eceae766d.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-b2e13e142afbdd87.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-a0ceeed7299917eb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19852024-08-16T05:02:11.865Z Dirty openssl-macros v0.1.1: the rustflags changed
19862024-08-16T05:02:11.865Z Compiling openssl-macros v0.1.1
19872024-08-16T05:02:11.889Z Running `/home/build/.rustup/toolchains/1.80.1-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=18fa0f8ee4f51cd3 -C extra-filename=-18fa0f8ee4f51cd3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19882024-08-16T05:02:11.889Z Dirty ucd-trie v0.1.6: the rustflags changed
19892024-08-16T05:02:11.889Z Compiling ucd-trie v0.1.6
19902024-08-16T05:02:11.889Z Dirty rustls v0.21.12: the rustflags changed
19912024-08-16T05:02:11.889Z Compiling rustls v0.21.12
19922024-08-16T05:02:11.890Z Running `/home/build/.rustup/toolchains/1.80.1-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.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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=aadd2b25afa3c353 -C extra-filename=-aadd2b25afa3c353 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19932024-08-16T05:02:11.890Z Running `/home/build/.rustup/toolchains/1.80.1-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="dangerous_configuration"' --cfg 'feature="default"' --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=cc7004d78b197d5b -C extra-filename=-cc7004d78b197d5b --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-cc7004d78b197d5b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19942024-08-16T05:02:11.979Z Running `/home/build/.rustup/toolchains/1.80.1-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.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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=6f3b480f63e334a5 -C extra-filename=-6f3b480f63e334a5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19952024-08-16T05:02:12.185Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-cc7004d78b197d5b/build-script-build`
19962024-08-16T05:02:12.211Z Dirty pest v2.7.10: the rustflags changed
19972024-08-16T05:02:12.211Z Compiling pest v2.7.10
19982024-08-16T05:02:12.235Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name pest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest-2.7.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="memchr"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("const_prec_climber", "default", "memchr", "pretty-print", "std"))' -C metadata=3c769f66c9a2e791 -C extra-filename=-3c769f66c9a2e791 --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-3b15747880b886c1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern ucd_trie=/work/oxidecomputer/omicron/target/debug/deps/libucd_trie-aadd2b25afa3c353.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19992024-08-16T05:02:12.463Z Dirty bytes v1.7.1: the rustflags changed
20002024-08-16T05:02:12.463Z Compiling bytes v1.7.1
20012024-08-16T05:02:12.463Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name bytes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-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 --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=3393a48ce8c6687e -C extra-filename=-3393a48ce8c6687e --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-e6d1b1e69c921f3e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20022024-08-16T05:02:12.577Z Dirty bitflags v2.6.0: the rustflags changed
20032024-08-16T05:02:12.577Z Compiling bitflags v2.6.0
20042024-08-16T05:02:12.600Z Running `/home/build/.rustup/toolchains/1.80.1-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=2cdb80079c610eca -C extra-filename=-2cdb80079c610eca --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-e6d1b1e69c921f3e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20052024-08-16T05:02:12.706Z Running `/home/build/.rustup/toolchains/1.80.1-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.125/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=efe088325bfc0198 -C extra-filename=-efe088325bfc0198 --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-4cb0fb6bacfafb96.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-3b15747880b886c1.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-c8748712d383e42f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg limb_width_64 --check-cfg 'cfg(limb_width_32)' --check-cfg 'cfg(limb_width_64)'`
20062024-08-16T05:02:12.798Z Dirty indexmap v2.4.0: the rustflags changed
20072024-08-16T05:02:12.798Z Compiling indexmap v2.4.0
20082024-08-16T05:02:12.822Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-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 '--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=1d5c0c31f7d309a1 -C extra-filename=-1d5c0c31f7d309a1 --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-8d0ebed4a536b088.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-9afe1f7747b99dd5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20092024-08-16T05:02:12.980Z Running `/home/build/.rustup/toolchains/1.80.1-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=b79acf795c5ad975 -C extra-filename=-b79acf795c5ad975 --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-e6d1b1e69c921f3e.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)'`
20102024-08-16T05:02:13.059Z Dirty chrono v0.4.38: the rustflags changed
20112024-08-16T05:02:13.059Z Compiling chrono v0.4.38
20122024-08-16T05:02:13.083Z Running `/home/build/.rustup/toolchains/1.80.1-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=ec49e88f444663ef -C extra-filename=-ec49e88f444663ef --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-e4234c30fefa5b8b.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-2914d78ac96fc53c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20132024-08-16T05:02:13.566Z Dirty tokio v1.38.1: the rustflags changed
20142024-08-16T05:02:13.566Z Compiling tokio v1.38.1
20152024-08-16T05:02:13.590Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.38.1/src/lib.rs --error-format=json --json=diagnostic-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="num_cpus"' --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", "num_cpus", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=b23ecb928f1c2dac -C extra-filename=-b23ecb928f1c2dac --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-3393a48ce8c6687e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-2977f4e89cc8b9da.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-f5538ab28795be32.rmeta --extern num_cpus=/work/oxidecomputer/omicron/target/debug/deps/libnum_cpus-efde18f6370b8182.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-d2c6d5e451dfd0ff.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-5196b1d39b63f0cb.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-90f25099cdb1b5e6.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-06830b5a71d23f82.rmeta --extern tokio_macros=/work/oxidecomputer/omicron/target/debug/deps/libtokio_macros-f5f59b17f4c30267.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20162024-08-16T05:02:13.700Z Dirty uuid v1.10.0: the rustflags changed
20172024-08-16T05:02:13.700Z Compiling uuid v1.10.0
20182024-08-16T05:02:13.724Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uuid-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 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"))' -C metadata=c6d56b3c9a4ff60f -C extra-filename=-c6d56b3c9a4ff60f --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-f17162317cb3b488.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20192024-08-16T05:02:14.041Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.38.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"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="std"' --cfg 'feature="stdio"' --cfg 'feature="system"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "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", "shm", "std", "stdio", "system", "termios", "thread", "time", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=ae3405e4bf64d784 -C extra-filename=-ae3405e4bf64d784 --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-2cdb80079c610eca.rmeta --extern libc_errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-20b45d248da772ee.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-2977f4e89cc8b9da.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg libc --cfg solarish`
20202024-08-16T05:02:14.358Z Dirty http v0.2.12: the rustflags changed
20212024-08-16T05:02:14.358Z Compiling http v0.2.12
20222024-08-16T05:02:14.382Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name http --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-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())' -C metadata=737c5057d02b1662 -C extra-filename=-737c5057d02b1662 --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-3393a48ce8c6687e.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-384dbe410948d0e9.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-4cb0fb6bacfafb96.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20232024-08-16T05:02:14.779Z Dirty serde_tokenstream v0.2.2: the rustflags changed
20242024-08-16T05:02:14.779Z Compiling serde_tokenstream v0.2.2
20252024-08-16T05:02:14.803Z Running `/home/build/.rustup/toolchains/1.80.1-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=028d17ed3d350904 -C extra-filename=-028d17ed3d350904 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20262024-08-16T05:02:14.851Z Dirty serde_spanned v0.6.7: the rustflags changed
20272024-08-16T05:02:14.851Z Compiling serde_spanned v0.6.7
20282024-08-16T05:02:14.875Z Running `/home/build/.rustup/toolchains/1.80.1-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.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=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="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=bca0ad3869580144 -C extra-filename=-bca0ad3869580144 --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-e6d1b1e69c921f3e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20292024-08-16T05:02:14.904Z Dirty toml_datetime v0.6.8: the rustflags changed
20302024-08-16T05:02:14.904Z Compiling toml_datetime v0.6.8
20312024-08-16T05:02:14.904Z Running `/home/build/.rustup/toolchains/1.80.1-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=50030cd7ef90b84f -C extra-filename=-50030cd7ef90b84f --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-e6d1b1e69c921f3e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20322024-08-16T05:02:15.053Z Running `/home/build/.rustup/toolchains/1.80.1-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=4e48251cad14b4f3 -C extra-filename=-4e48251cad14b4f3 --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-3393a48ce8c6687e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ec49e88f444663ef.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-5859d1b7689bc278.rmeta --extern schemars_derive=/work/oxidecomputer/omicron/target/debug/deps/libschemars_derive-e9b9ae5b4f5c74d2.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rmeta --extern uuid1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg std_atomic64 --cfg std_atomic`
20332024-08-16T05:02:15.291Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name backtrace --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/backtrace-0.3.71/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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("coresymbolication", "cpp_demangle", "dbghelp", "default", "dladdr", "gimli-symbolize", "kernel32", "libbacktrace", "libunwind", "rustc-serialize", "serde", "serialize-rustc", "serialize-serde", "std", "unix-backtrace", "verify-winapi", "winapi"))' -C metadata=814f020831960a76 -C extra-filename=-814f020831960a76 --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-c07277663cfdc1d0.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-2977f4e89cc8b9da.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-0754261838d72f08.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-28740f4d46b8b6dd.rmeta --extern rustc_demangle=/work/oxidecomputer/omicron/target/debug/deps/librustc_demangle-7e6a6a1eb2bce4c3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20342024-08-16T05:02:15.315Z Dirty rustc_version v0.4.0: the rustflags changed
20352024-08-16T05:02:15.315Z Compiling rustc_version v0.4.0
20362024-08-16T05:02:15.315Z Running `/home/build/.rustup/toolchains/1.80.1-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.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0d59972b2d247b1c -C extra-filename=-0d59972b2d247b1c --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-b79acf795c5ad975.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20372024-08-16T05:02:15.341Z Dirty spki v0.7.3: the rustflags changed
20382024-08-16T05:02:15.341Z Compiling spki v0.7.3
20392024-08-16T05:02:15.364Z Running `/home/build/.rustup/toolchains/1.80.1-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=2f5012838d8a5b7d -C extra-filename=-2f5012838d8a5b7d --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-e6f841b1e5437932.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20402024-08-16T05:02:15.654Z Dirty http-body v0.4.6: the rustflags changed
20412024-08-16T05:02:15.654Z Compiling http-body v0.4.6
20422024-08-16T05:02:15.678Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name http_body --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-body-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())' -C metadata=dc19014450472094 -C extra-filename=-dc19014450472094 --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-3393a48ce8c6687e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-737c5057d02b1662.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-5196b1d39b63f0cb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20432024-08-16T05:02:15.962Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name anyhow --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anyhow-1.0.86/src/lib.rs --error-format=json --json=diagnostic-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=91c8742fa2604f49 -C extra-filename=-91c8742fa2604f49 --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-814f020831960a76.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_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(doc_cfg)' --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(std_backtrace)'`
20442024-08-16T05:02:16.038Z Dirty pkcs5 v0.7.1: the rustflags changed
20452024-08-16T05:02:16.039Z Compiling pkcs5 v0.7.1
20462024-08-16T05:02:16.062Z Running `/home/build/.rustup/toolchains/1.80.1-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=9aa1bbea30d9579a -C extra-filename=-9aa1bbea30d9579a --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-c3bbc5f40cc9afe1.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-f461e3d8bb9559d7.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-e6f841b1e5437932.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-7211af2737a9d7da.rmeta --extern scrypt=/work/oxidecomputer/omicron/target/debug/deps/libscrypt-0f207601e950b161.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-fb339d0b1775d489.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-2f5012838d8a5b7d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20472024-08-16T05:02:16.144Z Running `/home/build/.rustup/toolchains/1.80.1-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=f360003f1f14a369 -C extra-filename=-f360003f1f14a369 --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-2cdb80079c610eca.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-bb01e7ef2f5b8a88.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-2977f4e89cc8b9da.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern openssl_macros=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_macros-18fa0f8ee4f51cd3.so --extern ffi=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-9f72585c934d604c.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)'`
20482024-08-16T05:02:16.408Z Dirty sct v0.7.1: the rustflags changed
20492024-08-16T05:02:16.408Z Compiling sct v0.7.1
20502024-08-16T05:02:16.431Z Running `/home/build/.rustup/toolchains/1.80.1-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=61d25fecdec6c0fb -C extra-filename=-61d25fecdec6c0fb --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-ffc41cccb7984683.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-5ba18449f0014995.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out`
20512024-08-16T05:02:16.464Z Dirty rustls-webpki v0.101.7: the rustflags changed
20522024-08-16T05:02:16.465Z Compiling rustls-webpki v0.101.7
20532024-08-16T05:02:16.488Z Running `/home/build/.rustup/toolchains/1.80.1-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=3170149d9311cce6 -C extra-filename=-3170149d9311cce6 --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-ffc41cccb7984683.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-5ba18449f0014995.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out`
20542024-08-16T05:02:16.674Z Dirty utf8parse v0.2.1: the rustflags changed
20552024-08-16T05:02:16.674Z Compiling utf8parse v0.2.1
20562024-08-16T05:02:16.700Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name utf8parse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/utf8parse-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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly"))' -C metadata=da51f585a387d022 -C extra-filename=-da51f585a387d022 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20572024-08-16T05:02:16.751Z Dirty winnow v0.5.40: the rustflags changed
20582024-08-16T05:02:16.751Z Compiling winnow v0.5.40
20592024-08-16T05:02:16.775Z Running `/home/build/.rustup/toolchains/1.80.1-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=bbbcfac9a5ddaa19 -C extra-filename=-bbbcfac9a5ddaa19 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20602024-08-16T05:02:16.821Z Dirty native-tls v0.2.11: the rustflags changed
20612024-08-16T05:02:16.821Z Compiling native-tls v0.2.11
20622024-08-16T05:02:16.845Z Running `/home/build/.rustup/toolchains/1.80.1-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.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alpn", "vendored"))' -C metadata=cf90cf2c6b0283f2 -C extra-filename=-cf90cf2c6b0283f2 --out-dir /work/oxidecomputer/omicron/target/debug/build/native-tls-cf90cf2c6b0283f2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20632024-08-16T05:02:17.024Z Dirty pkcs8 v0.10.2: the rustflags changed
20642024-08-16T05:02:17.024Z Compiling pkcs8 v0.10.2
20652024-08-16T05:02:17.047Z Running `/home/build/.rustup/toolchains/1.80.1-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=8ed8af365f89cea7 -C extra-filename=-8ed8af365f89cea7 --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-e6f841b1e5437932.rmeta --extern pkcs5=/work/oxidecomputer/omicron/target/debug/deps/libpkcs5-9aa1bbea30d9579a.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-712f34846d8898c6.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-2f5012838d8a5b7d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20662024-08-16T05:02:17.165Z Running `/work/oxidecomputer/omicron/target/debug/build/native-tls-cf90cf2c6b0283f2/build-script-build`
20672024-08-16T05:02:17.203Z Running `/home/build/.rustup/toolchains/1.80.1-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="dangerous_configuration"' --cfg 'feature="default"' --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=c923742364221a70 -C extra-filename=-c923742364221a70 --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-46cf9439802ec3f9.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-ffc41cccb7984683.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-3170149d9311cce6.rmeta --extern sct=/work/oxidecomputer/omicron/target/debug/deps/libsct-61d25fecdec6c0fb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out`
20682024-08-16T05:02:17.669Z Dirty pest_meta v2.7.10: the rustflags changed
20692024-08-16T05:02:17.670Z Compiling pest_meta v2.7.10
20702024-08-16T05:02:17.694Z Running `/home/build/.rustup/toolchains/1.80.1-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.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "grammar-extras", "not-bootstrap-in-src"))' -C metadata=683f44f67d5bcea4 -C extra-filename=-683f44f67d5bcea4 --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-d381d90b77512a0f.rmeta --extern pest=/work/oxidecomputer/omicron/target/debug/deps/libpest-3c769f66c9a2e791.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20712024-08-16T05:02:18.077Z Dirty serde_urlencoded v0.7.1: the rustflags changed
20722024-08-16T05:02:18.077Z Compiling serde_urlencoded v0.7.1
20732024-08-16T05:02:18.101Z Running `/home/build/.rustup/toolchains/1.80.1-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=ecd473c12df48804 -C extra-filename=-ecd473c12df48804 --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-5569ff5eb631ad8f.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-4cb0fb6bacfafb96.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-c8748712d383e42f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20742024-08-16T05:02:18.166Z Dirty scroll_derive v0.12.0: the rustflags changed
20752024-08-16T05:02:18.166Z Compiling scroll_derive v0.12.0
20762024-08-16T05:02:18.191Z Running `/home/build/.rustup/toolchains/1.80.1-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=3d6dfe70c35098fd -C extra-filename=-3d6dfe70c35098fd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20772024-08-16T05:02:18.252Z Dirty cookie v0.17.0: the rustflags changed
20782024-08-16T05:02:18.252Z Compiling cookie v0.17.0
20792024-08-16T05:02:18.276Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cookie-0.17.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="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=f9006c4f2b124dac -C extra-filename=-f9006c4f2b124dac --out-dir /work/oxidecomputer/omicron/target/debug/build/cookie-f9006c4f2b124dac -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-6f67b0bf22e78afd.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20802024-08-16T05:02:18.557Z Dirty encoding_rs v0.8.34: the rustflags changed
20812024-08-16T05:02:18.557Z Compiling encoding_rs v0.8.34
20822024-08-16T05:02:18.591Z Running `/home/build/.rustup/toolchains/1.80.1-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=036e08876869b21a -C extra-filename=-036e08876869b21a --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-94faf137b493206b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20832024-08-16T05:02:18.615Z Running `/work/oxidecomputer/omicron/target/debug/build/cookie-f9006c4f2b124dac/build-script-build`
20842024-08-16T05:02:18.671Z Dirty idna v0.3.0: the rustflags changed
20852024-08-16T05:02:18.671Z Compiling idna v0.3.0
20862024-08-16T05:02:18.695Z Running `/home/build/.rustup/toolchains/1.80.1-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=10e850573a39292b -C extra-filename=-10e850573a39292b --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-773c324f50696e3f.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-4163aa611c9fa9ab.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20872024-08-16T05:02:19.543Z Dirty scroll v0.12.0: the rustflags changed
20882024-08-16T05:02:19.543Z Compiling scroll v0.12.0
20892024-08-16T05:02:19.587Z Running `/home/build/.rustup/toolchains/1.80.1-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=34e129306816bfab -C extra-filename=-34e129306816bfab --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-3d6dfe70c35098fd.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20902024-08-16T05:02:19.935Z Dirty toml_edit v0.19.15: the rustflags changed
20912024-08-16T05:02:19.936Z Compiling toml_edit v0.19.15
20922024-08-16T05:02:19.975Z Running `/home/build/.rustup/toolchains/1.80.1-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=a96eb0ad0abb3b00 -C extra-filename=-a96eb0ad0abb3b00 --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-1d5c0c31f7d309a1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-bca0ad3869580144.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-50030cd7ef90b84f.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-bbbcfac9a5ddaa19.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20932024-08-16T05:02:20.013Z Dirty pest_generator v2.7.10: the rustflags changed
20942024-08-16T05:02:20.013Z Compiling pest_generator v2.7.10
20952024-08-16T05:02:20.014Z Running `/home/build/.rustup/toolchains/1.80.1-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.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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "export-internal", "grammar-extras", "not-bootstrap-in-src", "std"))' -C metadata=b9dbbe36b5c2a1ac -C extra-filename=-b9dbbe36b5c2a1ac --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-3c769f66c9a2e791.rmeta --extern pest_meta=/work/oxidecomputer/omicron/target/debug/deps/libpest_meta-683f44f67d5bcea4.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20962024-08-16T05:02:20.044Z Dirty anstyle v1.0.8: the rustflags changed
20972024-08-16T05:02:20.044Z Compiling anstyle v1.0.8
20982024-08-16T05:02:20.044Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name anstyle --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-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 '--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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=43f69afcb50accdb -C extra-filename=-43f69afcb50accdb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20992024-08-16T05:02:20.415Z Dirty tokio-util v0.7.11: the rustflags changed
21002024-08-16T05:02:20.415Z Compiling tokio-util v0.7.11
21012024-08-16T05:02:20.438Z Running `/home/build/.rustup/toolchains/1.80.1-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.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="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=24c6c22cba1fe6a7 -C extra-filename=-24c6c22cba1fe6a7 --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-3393a48ce8c6687e.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-965f1abbaef84084.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-d5a6af5eceae766d.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-5196b1d39b63f0cb.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21022024-08-16T05:02:21.608Z Dirty h2 v0.3.26: the rustflags changed
21032024-08-16T05:02:21.608Z Compiling h2 v0.3.26
21042024-08-16T05:02:21.632Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name h2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/h2-0.3.26/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("stream", "unstable"))' -C metadata=1a996795d80a3e35 -C extra-filename=-1a996795d80a3e35 --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-3393a48ce8c6687e.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-384dbe410948d0e9.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-965f1abbaef84084.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-d5a6af5eceae766d.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-a0ceeed7299917eb.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-737c5057d02b1662.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-1d5c0c31f7d309a1.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-f96e20c34b56be83.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-24c6c22cba1fe6a7.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-119892d76510e357.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21052024-08-16T05:02:21.632Z Running `/home/build/.rustup/toolchains/1.80.1-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.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("alpn", "vendored"))' -C metadata=5a6ebd94771d765c -C extra-filename=-5a6ebd94771d765c --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-46cf9439802ec3f9.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-f360003f1f14a369.rmeta --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-aba34158fbf029ed.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-9f72585c934d604c.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`
21062024-08-16T05:02:21.856Z Dirty tokio-rustls v0.24.1: the rustflags changed
21072024-08-16T05:02:21.856Z Compiling tokio-rustls v0.24.1
21082024-08-16T05:02:21.880Z Running `/home/build/.rustup/toolchains/1.80.1-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=3fed2e016846386a -C extra-filename=-3fed2e016846386a --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-c923742364221a70.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out`
21092024-08-16T05:02:22.027Z Dirty psl-types v2.0.11: the rustflags changed
21102024-08-16T05:02:22.027Z Compiling psl-types v2.0.11
21112024-08-16T05:02:22.052Z Running `/home/build/.rustup/toolchains/1.80.1-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=4f6e6f689f08928b -C extra-filename=-4f6e6f689f08928b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21122024-08-16T05:02:22.161Z Dirty plain v0.2.3: the rustflags changed
21132024-08-16T05:02:22.161Z Compiling plain v0.2.3
21142024-08-16T05:02:22.185Z Running `/home/build/.rustup/toolchains/1.80.1-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=7a3ece633e1d4183 -C extra-filename=-7a3ece633e1d4183 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21152024-08-16T05:02:22.213Z Dirty data-encoding v2.6.0: the rustflags changed
21162024-08-16T05:02:22.213Z Compiling data-encoding v2.6.0
21172024-08-16T05:02:22.238Z Running `/home/build/.rustup/toolchains/1.80.1-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=cd98acc801d35958 -C extra-filename=-cd98acc801d35958 --out-dir /work/oxidecomputer/omicron/target/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-08-16T05:02:22.238Z Dirty publicsuffix v2.2.3: the rustflags changed
21192024-08-16T05:02:22.238Z Compiling publicsuffix v2.2.3
21202024-08-16T05:02:22.238Z Running `/home/build/.rustup/toolchains/1.80.1-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=f266276591515350 -C extra-filename=-f266276591515350 --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-10e850573a39292b.rmeta --extern psl_types=/work/oxidecomputer/omicron/target/debug/deps/libpsl_types-4f6e6f689f08928b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21212024-08-16T05:02:22.310Z Dirty goblin v0.8.2: the rustflags changed
21222024-08-16T05:02:22.310Z Compiling goblin v0.8.2
21232024-08-16T05:02:22.333Z Running `/home/build/.rustup/toolchains/1.80.1-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=f7c8e039ccabc9cd -C extra-filename=-f7c8e039ccabc9cd --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-46cf9439802ec3f9.rmeta --extern plain=/work/oxidecomputer/omicron/target/debug/deps/libplain-7a3ece633e1d4183.rmeta --extern scroll=/work/oxidecomputer/omicron/target/debug/deps/libscroll-34e129306816bfab.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21242024-08-16T05:02:22.514Z Dirty tokio-native-tls v0.3.1: the rustflags changed
21252024-08-16T05:02:22.514Z Compiling tokio-native-tls v0.3.1
21262024-08-16T05:02:22.538Z Running `/home/build/.rustup/toolchains/1.80.1-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=1ad624f54c404fdc -C extra-filename=-1ad624f54c404fdc --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-5a6ebd94771d765c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
21272024-08-16T05:02:22.769Z Dirty pest_derive v2.7.10: the rustflags changed
21282024-08-16T05:02:22.769Z Compiling pest_derive v2.7.10
21292024-08-16T05:02:22.793Z Running `/home/build/.rustup/toolchains/1.80.1-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.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 --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=bbc0d5b965273980 -C extra-filename=-bbc0d5b965273980 --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-3c769f66c9a2e791.rlib --extern pest_generator=/work/oxidecomputer/omicron/target/debug/deps/libpest_generator-b9dbbe36b5c2a1ac.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21302024-08-16T05:02:23.364Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name cookie --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cookie-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="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=cf1ac0489e90402a -C extra-filename=-cf1ac0489e90402a --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-8bf889c42ff0e1d1.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-fb18128a1fc11699.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21312024-08-16T05:02:23.708Z Dirty openapiv3 v2.0.0: the rustflags changed
21322024-08-16T05:02:23.708Z Compiling openapiv3 v2.0.0
21332024-08-16T05:02:23.732Z Running `/home/build/.rustup/toolchains/1.80.1-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=704b70246acfb632 -C extra-filename=-704b70246acfb632 --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-1d5c0c31f7d309a1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21342024-08-16T05:02:24.376Z Dirty rustls-pemfile v1.0.4: the rustflags changed
21352024-08-16T05:02:24.376Z Compiling rustls-pemfile v1.0.4
21362024-08-16T05:02:24.399Z Running `/home/build/.rustup/toolchains/1.80.1-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=ef67309bf96e0f1b -C extra-filename=-ef67309bf96e0f1b --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-a2ffa63167802121.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21372024-08-16T05:02:24.399Z Dirty usdt-impl v0.5.0: the rustflags changed
21382024-08-16T05:02:24.399Z Compiling usdt-impl v0.5.0
21392024-08-16T05:02:24.399Z Running `/home/build/.rustup/toolchains/1.80.1-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=6caa4c31d5230c97 -C extra-filename=-6caa4c31d5230c97 --out-dir /work/oxidecomputer/omicron/target/debug/build/usdt-impl-6caa4c31d5230c97 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-6f67b0bf22e78afd.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21402024-08-16T05:02:24.744Z Dirty pretty-hex v0.4.1: the rustflags changed
21412024-08-16T05:02:24.744Z Compiling pretty-hex v0.4.1
21422024-08-16T05:02:24.767Z Running `/home/build/.rustup/toolchains/1.80.1-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=966337b29a6969eb -C extra-filename=-966337b29a6969eb --out-dir /work/oxidecomputer/omicron/target/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-08-16T05:02:24.791Z Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-6caa4c31d5230c97/build-script-build`
21442024-08-16T05:02:24.830Z Dirty cookie_store v0.20.0: the rustflags changed
21452024-08-16T05:02:24.830Z Compiling cookie_store v0.20.0
21462024-08-16T05:02:24.853Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name cookie_store --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cookie_store-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="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=bbbd3ccd8145f25f -C extra-filename=-bbbd3ccd8145f25f --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-cf1ac0489e90402a.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-10e850573a39292b.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-46cf9439802ec3f9.rmeta --extern publicsuffix=/work/oxidecomputer/omicron/target/debug/deps/libpublicsuffix-f266276591515350.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-ab385fa9ff365316.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-fb18128a1fc11699.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-c883dcfe2d3789aa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21472024-08-16T05:02:24.935Z Dirty dtrace-parser v0.2.0: the rustflags changed
21482024-08-16T05:02:24.935Z Compiling dtrace-parser v0.2.0
21492024-08-16T05:02:24.959Z Running `/home/build/.rustup/toolchains/1.80.1-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=81d1636c56845813 -C extra-filename=-81d1636c56845813 --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-3c769f66c9a2e791.rmeta --extern pest_derive=/work/oxidecomputer/omicron/target/debug/deps/libpest_derive-bbc0d5b965273980.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21502024-08-16T05:02:24.959Z Dirty thread-id v4.2.1: the rustflags changed
21512024-08-16T05:02:24.959Z Compiling thread-id v4.2.1
21522024-08-16T05:02:24.959Z Running `/home/build/.rustup/toolchains/1.80.1-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.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b2a72ebdad68727f -C extra-filename=-b2a72ebdad68727f --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-2977f4e89cc8b9da.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21532024-08-16T05:02:25.074Z Dirty bitflags v1.3.2: the rustflags changed
21542024-08-16T05:02:25.074Z Compiling bitflags v1.3.2
21552024-08-16T05:02:25.097Z Running `/home/build/.rustup/toolchains/1.80.1-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=e992fadcca1ed6f2 -C extra-filename=-e992fadcca1ed6f2 --out-dir /work/oxidecomputer/omicron/target/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-08-16T05:02:25.175Z Dirty webpki-roots v0.25.4: the rustflags changed
21572024-08-16T05:02:25.175Z Compiling webpki-roots v0.25.4
21582024-08-16T05:02:25.199Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name webpki_roots --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/webpki-roots-0.25.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=81f0f128de5a591f -C extra-filename=-81f0f128de5a591f --out-dir /work/oxidecomputer/omicron/target/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-08-16T05:02:25.324Z Dirty sync_wrapper v0.1.2: the rustflags changed
21602024-08-16T05:02:25.324Z Compiling sync_wrapper v0.1.2
21612024-08-16T05:02:25.347Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name sync_wrapper --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sync_wrapper-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("futures", "futures-core"))' -C metadata=12c43cd70bd8ae58 -C extra-filename=-12c43cd70bd8ae58 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21622024-08-16T05:02:25.447Z Dirty anstyle-parse v0.2.4: the rustflags changed
21632024-08-16T05:02:25.447Z Compiling anstyle-parse v0.2.4
21642024-08-16T05:02:25.472Z Running `/home/build/.rustup/toolchains/1.80.1-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.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=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=3b44f6743e0c3e26 -C extra-filename=-3b44f6743e0c3e26 --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-da51f585a387d022.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21652024-08-16T05:02:25.743Z Dirty is_terminal_polyfill v1.70.0: the rustflags changed
21662024-08-16T05:02:25.743Z Compiling is_terminal_polyfill v1.70.0
21672024-08-16T05:02:25.766Z Running `/home/build/.rustup/toolchains/1.80.1-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.0/src/lib.rs --error-format=json --json=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=5f3c92807fdf7406 -C extra-filename=-5f3c92807fdf7406 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21682024-08-16T05:02:25.855Z Dirty colorchoice v1.0.1: the rustflags changed
21692024-08-16T05:02:25.855Z Compiling colorchoice v1.0.1
21702024-08-16T05:02:25.879Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name colorchoice --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/colorchoice-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 '--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=f6a6e3d912aec48d -C extra-filename=-f6a6e3d912aec48d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21712024-08-16T05:02:25.998Z Dirty anstyle-query v1.0.3: the rustflags changed
21722024-08-16T05:02:25.999Z Compiling anstyle-query v1.0.3
21732024-08-16T05:02:26.024Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name anstyle_query --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-query-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 '--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=10a2c3e65098f959 -C extra-filename=-10a2c3e65098f959 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21742024-08-16T05:02:26.144Z Dirty anstream v0.6.14: the rustflags changed
21752024-08-16T05:02:26.144Z Compiling anstream v0.6.14
21762024-08-16T05:02:26.171Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name anstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstream-0.6.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=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=384c2475a46f47da -C extra-filename=-384c2475a46f47da --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-43f69afcb50accdb.rmeta --extern anstyle_parse=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_parse-3b44f6743e0c3e26.rmeta --extern anstyle_query=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_query-10a2c3e65098f959.rmeta --extern colorchoice=/work/oxidecomputer/omicron/target/debug/deps/libcolorchoice-f6a6e3d912aec48d.rmeta --extern is_terminal_polyfill=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal_polyfill-5f3c92807fdf7406.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-da51f585a387d022.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21772024-08-16T05:02:26.195Z Dirty terminal_size v0.3.0: the rustflags changed
21782024-08-16T05:02:26.195Z Compiling terminal_size v0.3.0
21792024-08-16T05:02:26.195Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name terminal_size --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/terminal_size-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=104beafd5ac5024c -C extra-filename=-104beafd5ac5024c --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-ae3405e4bf64d784.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21802024-08-16T05:02:26.266Z Dirty sha1 v0.10.6: the rustflags changed
21812024-08-16T05:02:26.266Z Compiling sha1 v0.10.6
21822024-08-16T05:02:26.289Z Running `/home/build/.rustup/toolchains/1.80.1-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=3eee71c48a5278a1 -C extra-filename=-3eee71c48a5278a1 --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-94faf137b493206b.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-250510e548f1bd64.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-57df871143d3c7b1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21832024-08-16T05:02:26.394Z Dirty signature v2.2.0: the rustflags changed
21842024-08-16T05:02:26.394Z Compiling signature v2.2.0
21852024-08-16T05:02:26.418Z Running `/home/build/.rustup/toolchains/1.80.1-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=148094c0f8f12387 -C extra-filename=-148094c0f8f12387 --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-57df871143d3c7b1.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-712f34846d8898c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21862024-08-16T05:02:26.531Z Dirty base64 v0.22.1: the rustflags changed
21872024-08-16T05:02:26.531Z Compiling base64 v0.22.1
21882024-08-16T05:02:26.555Z Running `/home/build/.rustup/toolchains/1.80.1-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=2da632077f49dfb6 -C extra-filename=-2da632077f49dfb6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21892024-08-16T05:02:26.644Z Dirty clap_lex v0.7.0: the rustflags changed
21902024-08-16T05:02:26.644Z Compiling clap_lex v0.7.0
21912024-08-16T05:02:26.671Z Running `/home/build/.rustup/toolchains/1.80.1-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.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4e1b078fd504755b -C extra-filename=-4e1b078fd504755b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21922024-08-16T05:02:26.694Z Dirty crc32fast v1.4.0: the rustflags changed
21932024-08-16T05:02:26.694Z Compiling crc32fast v1.4.0
21942024-08-16T05:02:26.694Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc32fast-1.4.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("default", "nightly", "std"))' -C metadata=37021511ff531a57 -C extra-filename=-37021511ff531a57 --out-dir /work/oxidecomputer/omicron/target/debug/build/crc32fast-37021511ff531a57 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21952024-08-16T05:02:26.781Z Dirty clap_derive v4.5.13: the rustflags changed
21962024-08-16T05:02:26.781Z Compiling clap_derive v4.5.13
21972024-08-16T05:02:26.805Z Running `/home/build/.rustup/toolchains/1.80.1-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.13/src/lib.rs --error-format=json --json=diagnostic-rendered-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=c8c55e1d4170e199 -C extra-filename=-c8c55e1d4170e199 --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-830498e334c402a9.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21982024-08-16T05:02:26.828Z Dirty num-integer v0.1.46: the rustflags changed
21992024-08-16T05:02:26.828Z Compiling num-integer v0.1.46
22002024-08-16T05:02:26.828Z Running `/home/build/.rustup/toolchains/1.80.1-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=8d0b37c8c3e1862e -C extra-filename=-8d0b37c8c3e1862e --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-2914d78ac96fc53c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22012024-08-16T05:02:27.109Z Dirty clap_builder v4.5.15: the rustflags changed
22022024-08-16T05:02:27.109Z Compiling clap_builder v4.5.15
22032024-08-16T05:02:27.133Z Running `/home/build/.rustup/toolchains/1.80.1-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.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=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="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=b99b4569f0c927e3 -C extra-filename=-b99b4569f0c927e3 --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-384c2475a46f47da.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-43f69afcb50accdb.rmeta --extern clap_lex=/work/oxidecomputer/omicron/target/debug/deps/libclap_lex-4e1b078fd504755b.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-a1f7ddb01f1b033d.rmeta --extern terminal_size=/work/oxidecomputer/omicron/target/debug/deps/libterminal_size-104beafd5ac5024c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22042024-08-16T05:02:27.196Z Dirty memmap v0.7.0: the rustflags changed
22052024-08-16T05:02:27.196Z Compiling memmap v0.7.0
22062024-08-16T05:02:27.219Z Running `/home/build/.rustup/toolchains/1.80.1-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=f99c80673a53f2a1 -C extra-filename=-f99c80673a53f2a1 --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-2977f4e89cc8b9da.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22072024-08-16T05:02:27.219Z Dirty dof v0.3.0: the rustflags changed
22082024-08-16T05:02:27.219Z Compiling dof v0.3.0
22092024-08-16T05:02:27.219Z Running `/home/build/.rustup/toolchains/1.80.1-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=1a085fa010d506cf -C extra-filename=-1a085fa010d506cf --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-f7c8e039ccabc9cd.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-966337b29a6969eb.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-6a6c96d3d3dbf088.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22102024-08-16T05:02:27.244Z Running `/work/oxidecomputer/omicron/target/debug/build/crc32fast-37021511ff531a57/build-script-build`
22112024-08-16T05:02:27.310Z Dirty unicode-segmentation v1.11.0: the rustflags changed
22122024-08-16T05:02:27.310Z Compiling unicode-segmentation v1.11.0
22132024-08-16T05:02:27.334Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_segmentation --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-segmentation-1.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("no_std"))' -C metadata=d809c6274b019e58 -C extra-filename=-d809c6274b019e58 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22142024-08-16T05:02:27.522Z Dirty hyper v0.14.30: the rustflags changed
22152024-08-16T05:02:27.522Z Compiling hyper v0.14.30
22162024-08-16T05:02:27.545Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name hyper --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-0.14.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="client"' --cfg 'feature="default"' --cfg 'feature="full"' --cfg 'feature="h2"' --cfg 'feature="http1"' --cfg 'feature="http2"' --cfg 'feature="runtime"' --cfg 'feature="server"' --cfg 'feature="socket2"' --cfg 'feature="stream"' --cfg 'feature="tcp"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_happy_eyeballs_tests", "backports", "client", "default", "deprecated", "ffi", "full", "h2", "http1", "http2", "libc", "nightly", "runtime", "server", "socket2", "stream", "tcp"))' -C metadata=e162d10efb2b5b84 -C extra-filename=-e162d10efb2b5b84 --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-3393a48ce8c6687e.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-315266bf3c88a0ab.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-965f1abbaef84084.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-a0ceeed7299917eb.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-1a996795d80a3e35.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-737c5057d02b1662.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-dc19014450472094.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-4ceb8996510f7f6e.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-6fbea464aaabb1e8.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-4cb0fb6bacfafb96.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-5196b1d39b63f0cb.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-06830b5a71d23f82.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-c20ddb2efdeabe78.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-119892d76510e357.rmeta --extern want=/work/oxidecomputer/omicron/target/debug/deps/libwant-834a74e98d60d91b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22172024-08-16T05:02:27.569Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name crc32fast --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc32fast-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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=9ba8c9fbacf692c5 -C extra-filename=-9ba8c9fbacf692c5 --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-94faf137b493206b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg crc32fast_stdarchx86`
22182024-08-16T05:02:27.859Z Dirty base16ct v0.2.0: the rustflags changed
22192024-08-16T05:02:27.859Z Compiling base16ct v0.2.0
22202024-08-16T05:02:27.883Z Running `/home/build/.rustup/toolchains/1.80.1-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=f1815429b9cc9059 -C extra-filename=-f1815429b9cc9059 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22212024-08-16T05:02:28.062Z Running `/home/build/.rustup/toolchains/1.80.1-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=0b7ec1b738c5429b -C extra-filename=-0b7ec1b738c5429b --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-325983a483f82094.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-1a085fa010d506cf.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-81d1636c56845813.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-2977f4e89cc8b9da.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern thread_id=/work/oxidecomputer/omicron/target/debug/deps/libthread_id-b2a72ebdad68727f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm --cfg usdt_backend_standard`
22222024-08-16T05:02:28.174Z Dirty siphasher v0.3.11: the rustflags changed
22232024-08-16T05:02:28.174Z Compiling siphasher v0.3.11
22242024-08-16T05:02:28.198Z Running `/home/build/.rustup/toolchains/1.80.1-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=4d9b4c4f3cdb6951 -C extra-filename=-4d9b4c4f3cdb6951 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22252024-08-16T05:02:28.547Z Dirty winnow v0.6.18: the rustflags changed
22262024-08-16T05:02:28.547Z Compiling winnow v0.6.18
22272024-08-16T05:02:28.570Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.6.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--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=19ea7df69bd3fb83 -C extra-filename=-19ea7df69bd3fb83 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22282024-08-16T05:02:29.187Z Dirty sec1 v0.7.3: the rustflags changed
22292024-08-16T05:02:29.187Z Compiling sec1 v0.7.3
22302024-08-16T05:02:29.210Z Running `/home/build/.rustup/toolchains/1.80.1-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=b767c9fb5a700f1c -C extra-filename=-b767c9fb5a700f1c --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-f1815429b9cc9059.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-e6f841b1e5437932.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-65767634d4000cd6.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-8ed8af365f89cea7.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-69c441407b09e74b.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d47f5ede55f99f5b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22312024-08-16T05:02:29.470Z Dirty crossbeam-epoch v0.9.18: the rustflags changed
22322024-08-16T05:02:29.470Z Compiling crossbeam-epoch v0.9.18
22332024-08-16T05:02:29.494Z Running `/home/build/.rustup/toolchains/1.80.1-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=c305da7ac85d23b9 -C extra-filename=-c305da7ac85d23b9 --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-6f3b480f63e334a5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22342024-08-16T05:02:29.664Z Dirty hex v0.4.3: the rustflags changed
22352024-08-16T05:02:29.664Z Compiling hex v0.4.3
22362024-08-16T05:02:29.689Z Running `/home/build/.rustup/toolchains/1.80.1-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=8b92b4dd1eb7bb06 -C extra-filename=-8b92b4dd1eb7bb06 --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-e6d1b1e69c921f3e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22372024-08-16T05:02:30.127Z Dirty itertools v0.10.5: the rustflags changed
22382024-08-16T05:02:30.127Z Compiling itertools v0.10.5
22392024-08-16T05:02:30.152Z Running `/home/build/.rustup/toolchains/1.80.1-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=197a32e1da667e01 -C extra-filename=-197a32e1da667e01 --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-5d39f2eb1424d60a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22402024-08-16T05:02:30.208Z Dirty ff v0.13.0: the rustflags changed
22412024-08-16T05:02:30.208Z Compiling ff v0.13.0
22422024-08-16T05:02:30.231Z Running `/home/build/.rustup/toolchains/1.80.1-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=67b43136652833d4 -C extra-filename=-67b43136652833d4 --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-712f34846d8898c6.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-69c441407b09e74b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22432024-08-16T05:02:30.406Z Dirty stable_deref_trait v1.2.0: the rustflags changed
22442024-08-16T05:02:30.406Z Compiling stable_deref_trait v1.2.0
22452024-08-16T05:02:30.430Z Running `/home/build/.rustup/toolchains/1.80.1-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=d8344a76eab0acab -C extra-filename=-d8344a76eab0acab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22462024-08-16T05:02:30.508Z Dirty bit-vec v0.6.3: the rustflags changed
22472024-08-16T05:02:30.508Z Compiling bit-vec v0.6.3
22482024-08-16T05:02:30.531Z Running `/home/build/.rustup/toolchains/1.80.1-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=a4c480c9db0b285d -C extra-filename=-a4c480c9db0b285d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22492024-08-16T05:02:30.579Z Dirty group v0.13.0: the rustflags changed
22502024-08-16T05:02:30.579Z Compiling group v0.13.0
22512024-08-16T05:02:30.603Z Running `/home/build/.rustup/toolchains/1.80.1-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=5047b6f58b65ac8a -C extra-filename=-5047b6f58b65ac8a --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-67b43136652833d4.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-712f34846d8898c6.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-69c441407b09e74b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22522024-08-16T05:02:30.870Z Dirty bit-set v0.5.3: the rustflags changed
22532024-08-16T05:02:30.870Z Compiling bit-set v0.5.3
22542024-08-16T05:02:30.894Z Running `/home/build/.rustup/toolchains/1.80.1-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=f27c634c8e28190b -C extra-filename=-f27c634c8e28190b --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-a4c480c9db0b285d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22552024-08-16T05:02:30.917Z Dirty num-iter v0.1.45: the rustflags changed
22562024-08-16T05:02:30.917Z Compiling num-iter v0.1.45
22572024-08-16T05:02:30.918Z Running `/home/build/.rustup/toolchains/1.80.1-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=1b50779845f357a9 -C extra-filename=-1b50779845f357a9 --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-8d0b37c8c3e1862e.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-2914d78ac96fc53c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22582024-08-16T05:02:31.064Z Dirty clap v4.5.15: the rustflags changed
22592024-08-16T05:02:31.064Z Compiling clap v4.5.15
22602024-08-16T05:02:31.088Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name clap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=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="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-doc", "unstable-ext", "unstable-styles", "unstable-v5", "usage", "wrap_help"))' -C metadata=2196679845e40df5 -C extra-filename=-2196679845e40df5 --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-b99b4569f0c927e3.rmeta --extern clap_derive=/work/oxidecomputer/omicron/target/debug/deps/libclap_derive-c8c55e1d4170e199.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22612024-08-16T05:02:31.088Z Dirty hkdf v0.12.4: the rustflags changed
22622024-08-16T05:02:31.088Z Compiling hkdf v0.12.4
22632024-08-16T05:02:31.088Z Running `/home/build/.rustup/toolchains/1.80.1-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=594333c58b96dd95 -C extra-filename=-594333c58b96dd95 --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-1502ad1d893e1f6e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22642024-08-16T05:02:31.126Z Dirty crypto-bigint v0.5.5: the rustflags changed
22652024-08-16T05:02:31.126Z Compiling crypto-bigint v0.5.5
22662024-08-16T05:02:31.151Z Running `/home/build/.rustup/toolchains/1.80.1-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=c4d6f3fb3a0ee24f -C extra-filename=-c4d6f3fb3a0ee24f --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-65767634d4000cd6.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-712f34846d8898c6.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-69c441407b09e74b.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d47f5ede55f99f5b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22672024-08-16T05:02:31.194Z Dirty signal-hook v0.3.17: the rustflags changed
22682024-08-16T05:02:31.194Z Compiling signal-hook v0.3.17
22692024-08-16T05:02:31.218Z Running `/home/build/.rustup/toolchains/1.80.1-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=aa21692816cd7757 -C extra-filename=-aa21692816cd7757 --out-dir /work/oxidecomputer/omicron/target/debug/build/signal-hook-aa21692816cd7757 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22702024-08-16T05:02:31.319Z Dirty num-bigint-dig v0.8.4: the rustflags changed
22712024-08-16T05:02:31.319Z Compiling num-bigint-dig v0.8.4
22722024-08-16T05:02:31.343Z Running `/home/build/.rustup/toolchains/1.80.1-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=a48bba7d8738e000 -C extra-filename=-a48bba7d8738e000 --out-dir /work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-a48bba7d8738e000 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22732024-08-16T05:02:31.343Z Dirty usdt-attr-macro v0.5.0: the rustflags changed
22742024-08-16T05:02:31.343Z Compiling usdt-attr-macro v0.5.0
22752024-08-16T05:02:31.375Z Running `/home/build/.rustup/toolchains/1.80.1-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=e3cab66a5094188b -C extra-filename=-e3cab66a5094188b --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-81d1636c56845813.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-028d17ed3d350904.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-0b7ec1b738c5429b.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22762024-08-16T05:02:31.507Z Dirty usdt-macro v0.5.0: the rustflags changed
22772024-08-16T05:02:31.507Z Compiling usdt-macro v0.5.0
22782024-08-16T05:02:31.531Z Running `/home/build/.rustup/toolchains/1.80.1-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=f33c527f7082b219 -C extra-filename=-f33c527f7082b219 --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-81d1636c56845813.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-028d17ed3d350904.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-0b7ec1b738c5429b.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22792024-08-16T05:02:31.638Z Dirty toml_edit v0.22.20: the rustflags changed
22802024-08-16T05:02:31.638Z Compiling toml_edit v0.22.20
22812024-08-16T05:02:31.661Z Running `/home/build/.rustup/toolchains/1.80.1-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.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::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=733bdfb3eb0138dc -C extra-filename=-733bdfb3eb0138dc --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-1d5c0c31f7d309a1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-bca0ad3869580144.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-50030cd7ef90b84f.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-19ea7df69bd3fb83.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22822024-08-16T05:02:31.694Z Running `/work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-a48bba7d8738e000/build-script-build`
22832024-08-16T05:02:31.728Z Running `/work/oxidecomputer/omicron/target/debug/build/signal-hook-aa21692816cd7757/build-script-build`
22842024-08-16T05:02:31.754Z Dirty flate2 v1.0.31: the rustflags changed
22852024-08-16T05:02:31.754Z Compiling flate2 v1.0.31
22862024-08-16T05:02:31.754Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name flate2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.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 --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=725dd47f885197a3 -C extra-filename=-725dd47f885197a3 --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-9ba8c9fbacf692c5.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-0754261838d72f08.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22872024-08-16T05:02:32.448Z Dirty toml v0.7.8: the rustflags changed
22882024-08-16T05:02:32.448Z Compiling toml v0.7.8
22892024-08-16T05:02:32.472Z Running `/home/build/.rustup/toolchains/1.80.1-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=b29c69c817ef28d4 -C extra-filename=-b29c69c817ef28d4 --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-e6d1b1e69c921f3e.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-bca0ad3869580144.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-50030cd7ef90b84f.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-a96eb0ad0abb3b00.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22902024-08-16T05:02:32.576Z Dirty zerocopy-derive v0.6.6: the rustflags changed
22912024-08-16T05:02:32.577Z Compiling zerocopy-derive v0.6.6
22922024-08-16T05:02:32.600Z Running `/home/build/.rustup/toolchains/1.80.1-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=18bc5e5475db7504 -C extra-filename=-18bc5e5475db7504 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22932024-08-16T05:02:33.078Z Dirty itertools v0.12.1: the rustflags changed
22942024-08-16T05:02:33.079Z Compiling itertools v0.12.1
22952024-08-16T05:02:33.102Z Running `/home/build/.rustup/toolchains/1.80.1-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=bb69c56d84ec7036 -C extra-filename=-bb69c56d84ec7036 --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-5d39f2eb1424d60a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22962024-08-16T05:02:33.102Z Dirty usdt v0.5.0: the rustflags changed
22972024-08-16T05:02:33.102Z Compiling usdt v0.5.0
22982024-08-16T05:02:33.102Z Running `/home/build/.rustup/toolchains/1.80.1-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=1abcbb01f770e22b -C extra-filename=-1abcbb01f770e22b --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-1a085fa010d506cf.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-81d1636c56845813.rmeta --extern goblin=/work/oxidecomputer/omicron/target/debug/deps/libgoblin-f7c8e039ccabc9cd.rmeta --extern memmap=/work/oxidecomputer/omicron/target/debug/deps/libmemmap-f99c80673a53f2a1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-e3cab66a5094188b.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-0b7ec1b738c5429b.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-f33c527f7082b219.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22992024-08-16T05:02:33.606Z Dirty hyper-tls v0.5.0: the rustflags changed
23002024-08-16T05:02:33.606Z Compiling hyper-tls v0.5.0
23012024-08-16T05:02:33.629Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name hyper_tls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-tls-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("vendored"))' -C metadata=b9abaea2a57aa74c -C extra-filename=-b9abaea2a57aa74c --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-3393a48ce8c6687e.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e162d10efb2b5b84.rmeta --extern native_tls=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-5a6ebd94771d765c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-1ad624f54c404fdc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
23022024-08-16T05:02:33.957Z Dirty hyper-rustls v0.24.2: the rustflags changed
23032024-08-16T05:02:33.957Z Compiling hyper-rustls v0.24.2
23042024-08-16T05:02:33.981Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name hyper_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-rustls-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("acceptor", "default", "http1", "http2", "log", "logging", "native-tokio", "rustls-native-certs", "tls12", "tokio-runtime", "webpki-roots", "webpki-tokio"))' -C metadata=0b988b3cff883b91 -C extra-filename=-0b988b3cff883b91 --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-a0ceeed7299917eb.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-737c5057d02b1662.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e162d10efb2b5b84.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-c923742364221a70.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-3fed2e016846386a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out`
23052024-08-16T05:02:33.981Z Dirty elliptic-curve v0.13.8: the rustflags changed
23062024-08-16T05:02:33.981Z Compiling elliptic-curve v0.13.8
23072024-08-16T05:02:33.981Z Running `/home/build/.rustup/toolchains/1.80.1-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=fc954fae29452eea -C extra-filename=-fc954fae29452eea --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-f1815429b9cc9059.rmeta --extern crypto_bigint=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_bigint-c4d6f3fb3a0ee24f.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-57df871143d3c7b1.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-67b43136652833d4.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-65767634d4000cd6.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-5047b6f58b65ac8a.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-594333c58b96dd95.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-e6975d27c0797841.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-8ed8af365f89cea7.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-712f34846d8898c6.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-b767c9fb5a700f1c.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-69c441407b09e74b.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d47f5ede55f99f5b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23082024-08-16T05:02:34.259Z Dirty reqwest v0.11.27: the rustflags changed
23092024-08-16T05:02:34.259Z Compiling reqwest v0.11.27
23102024-08-16T05:02:34.284Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name reqwest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.11.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="__rustls"' --cfg 'feature="__tls"' --cfg 'feature="blocking"' --cfg 'feature="cookie_crate"' --cfg 'feature="cookie_store"' --cfg 'feature="cookies"' --cfg 'feature="default"' --cfg 'feature="default-tls"' --cfg 'feature="hyper-rustls"' --cfg 'feature="hyper-tls"' --cfg 'feature="json"' --cfg 'feature="native-tls-crate"' --cfg 'feature="rustls"' --cfg 'feature="rustls-tls"' --cfg 'feature="rustls-tls-webpki-roots"' --cfg 'feature="serde_json"' --cfg 'feature="stream"' --cfg 'feature="tokio-native-tls"' --cfg 'feature="tokio-rustls"' --cfg 'feature="tokio-util"' --cfg 'feature="wasm-streams"' --cfg 'feature="webpki-roots"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_proxy_sys_no_cache", "__rustls", "__tls", "async-compression", "blocking", "brotli", "cookie_crate", "cookie_store", "cookies", "default", "default-tls", "deflate", "futures-channel", "gzip", "h3", "h3-quinn", "hickory-dns", "hickory-resolver", "http3", "hyper-rustls", "hyper-tls", "json", "mime_guess", "multipart", "native-tls", "native-tls-alpn", "native-tls-crate", "native-tls-vendored", "quinn", "rustls", "rustls-native-certs", "rustls-tls", "rustls-tls-manual-roots", "rustls-tls-native-roots", "rustls-tls-webpki-roots", "serde_json", "socks", "stream", "tokio-native-tls", "tokio-rustls", "tokio-socks", "tokio-util", "trust-dns", "wasm-streams", "webpki-roots"))' -C metadata=a073906c8901333b -C extra-filename=-a073906c8901333b --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-a2ffa63167802121.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-3393a48ce8c6687e.rmeta --extern cookie_crate=/work/oxidecomputer/omicron/target/debug/deps/libcookie-cf1ac0489e90402a.rmeta --extern cookie_store=/work/oxidecomputer/omicron/target/debug/deps/libcookie_store-bbbd3ccd8145f25f.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-036e08876869b21a.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-965f1abbaef84084.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-a0ceeed7299917eb.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-1a996795d80a3e35.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-737c5057d02b1662.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-dc19014450472094.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e162d10efb2b5b84.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-0b988b3cff883b91.rmeta --extern hyper_tls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_tls-b9abaea2a57aa74c.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-7e28ccd96dc058f1.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-46cf9439802ec3f9.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-74bdd973ffb0df66.rmeta --extern native_tls_crate=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-5a6ebd94771d765c.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-8bf889c42ff0e1d1.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-5196b1d39b63f0cb.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-c923742364221a70.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-ef67309bf96e0f1b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-ecd473c12df48804.rmeta --extern sync_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libsync_wrapper-12c43cd70bd8ae58.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-1ad624f54c404fdc.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-3fed2e016846386a.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-24c6c22cba1fe6a7.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-c20ddb2efdeabe78.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-c883dcfe2d3789aa.rmeta --extern webpki_roots=/work/oxidecomputer/omicron/target/debug/deps/libwebpki_roots-81f0f128de5a591f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
23112024-08-16T05:02:34.559Z Dirty managed v0.8.0: the rustflags changed
23122024-08-16T05:02:34.559Z Compiling managed v0.8.0
23132024-08-16T05:02:34.583Z Running `/home/build/.rustup/toolchains/1.80.1-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=7ebffa2b30e78119 -C extra-filename=-7ebffa2b30e78119 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23142024-08-16T05:02:34.694Z Dirty static_assertions v1.1.0: the rustflags changed
23152024-08-16T05:02:34.694Z Compiling static_assertions v1.1.0
23162024-08-16T05:02:34.717Z Running `/home/build/.rustup/toolchains/1.80.1-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=0a062de836263b83 -C extra-filename=-0a062de836263b83 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23172024-08-16T05:02:34.794Z Dirty fixedbitset v0.4.2: the rustflags changed
23182024-08-16T05:02:34.794Z Compiling fixedbitset v0.4.2
23192024-08-16T05:02:34.818Z Running `/home/build/.rustup/toolchains/1.80.1-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=fda43baac4e8c7a6 -C extra-filename=-fda43baac4e8c7a6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23202024-08-16T05:02:34.945Z Dirty zerocopy v0.6.6: the rustflags changed
23212024-08-16T05:02:34.945Z Compiling zerocopy v0.6.6
23222024-08-16T05:02:34.969Z Running `/home/build/.rustup/toolchains/1.80.1-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=fd86349cac891522 -C extra-filename=-fd86349cac891522 --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-325983a483f82094.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-18bc5e5475db7504.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23232024-08-16T05:02:35.212Z Dirty petgraph v0.6.5: the rustflags changed
23242024-08-16T05:02:35.212Z Compiling petgraph v0.6.5
23252024-08-16T05:02:35.236Z Running `/home/build/.rustup/toolchains/1.80.1-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=c8c0afe22102a132 -C extra-filename=-c8c0afe22102a132 --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-fda43baac4e8c7a6.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-1d5c0c31f7d309a1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-ab385fa9ff365316.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23262024-08-16T05:02:35.263Z Running `/home/build/.rustup/toolchains/1.80.1-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=473da805c9564881 -C extra-filename=-473da805c9564881 --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-2977f4e89cc8b9da.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-90f25099cdb1b5e6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23272024-08-16T05:02:35.683Z Running `/home/build/.rustup/toolchains/1.80.1-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=f74b736f194674d1 -C extra-filename=-f74b736f194674d1 --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-325983a483f82094.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-4058c7340bf7b5f3.rmeta --extern libm=/work/oxidecomputer/omicron/target/debug/deps/liblibm-ba00d9da7e296366.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-8d0b37c8c3e1862e.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-1b50779845f357a9.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-2914d78ac96fc53c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-90c42fabfdf6af03.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d47f5ede55f99f5b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_i128`
23282024-08-16T05:02:35.760Z Dirty phf_shared v0.10.0: the rustflags changed
23292024-08-16T05:02:35.760Z Compiling phf_shared v0.10.0
23302024-08-16T05:02:35.783Z Running `/home/build/.rustup/toolchains/1.80.1-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=3867a56396e61cad -C extra-filename=-3867a56396e61cad --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-4d9b4c4f3cdb6951.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23312024-08-16T05:02:35.914Z Dirty pkcs1 v0.7.5: the rustflags changed
23322024-08-16T05:02:35.914Z Compiling pkcs1 v0.7.5
23332024-08-16T05:02:35.938Z Running `/home/build/.rustup/toolchains/1.80.1-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=e40a15bfec8713a0 -C extra-filename=-e40a15bfec8713a0 --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-e6f841b1e5437932.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-8ed8af365f89cea7.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-2f5012838d8a5b7d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23342024-08-16T05:02:36.004Z Dirty unicode-xid v0.2.4: the rustflags changed
23352024-08-16T05:02:36.004Z Compiling unicode-xid v0.2.4
23362024-08-16T05:02:36.027Z Running `/home/build/.rustup/toolchains/1.80.1-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.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench", "default", "no_std"))' -C metadata=4a828090b584bc69 -C extra-filename=-4a828090b584bc69 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23372024-08-16T05:02:36.106Z Dirty precomputed-hash v0.1.1: the rustflags changed
23382024-08-16T05:02:36.107Z Compiling precomputed-hash v0.1.1
23392024-08-16T05:02:36.130Z Running `/home/build/.rustup/toolchains/1.80.1-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=fe9d34962777373e -C extra-filename=-fe9d34962777373e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23402024-08-16T05:02:36.130Z Dirty minimal-lexical v0.2.1: the rustflags changed
23412024-08-16T05:02:36.130Z Compiling minimal-lexical v0.2.1
23422024-08-16T05:02:36.130Z Running `/home/build/.rustup/toolchains/1.80.1-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=9a8e77c298b71cc5 -C extra-filename=-9a8e77c298b71cc5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23432024-08-16T05:02:36.178Z Dirty new_debug_unreachable v1.0.6: the rustflags changed
23442024-08-16T05:02:36.178Z Compiling new_debug_unreachable v1.0.6
23452024-08-16T05:02:36.202Z Running `/home/build/.rustup/toolchains/1.80.1-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=2da89dee01071d53 -C extra-filename=-2da89dee01071d53 --out-dir /work/oxidecomputer/omicron/target/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-08-16T05:02:36.229Z Dirty mio v1.0.2: the rustflags changed
23472024-08-16T05:02:36.229Z Compiling mio v1.0.2
23482024-08-16T05:02:36.253Z Running `/home/build/.rustup/toolchains/1.80.1-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=0e7dddd3c29b0061 -C extra-filename=-0e7dddd3c29b0061 --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-2977f4e89cc8b9da.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-46cf9439802ec3f9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23492024-08-16T05:02:36.281Z Dirty string_cache v0.8.7: the rustflags changed
23502024-08-16T05:02:36.281Z Compiling string_cache v0.8.7
23512024-08-16T05:02:36.306Z Running `/home/build/.rustup/toolchains/1.80.1-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=0aa8e16b48bf5c57 -C extra-filename=-0aa8e16b48bf5c57 --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-2da89dee01071d53.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-d2c6d5e451dfd0ff.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-3867a56396e61cad.rmeta --extern precomputed_hash=/work/oxidecomputer/omicron/target/debug/deps/libprecomputed_hash-fe9d34962777373e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23522024-08-16T05:02:36.605Z Dirty nom v7.1.3: the rustflags changed
23532024-08-16T05:02:36.605Z Compiling nom v7.1.3
23542024-08-16T05:02:36.629Z Running `/home/build/.rustup/toolchains/1.80.1-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=19a28b98cd1da8cc -C extra-filename=-19a28b98cd1da8cc --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-3b15747880b886c1.rmeta --extern minimal_lexical=/work/oxidecomputer/omicron/target/debug/deps/libminimal_lexical-9a8e77c298b71cc5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23552024-08-16T05:02:36.683Z Dirty heapless v0.7.17: the rustflags changed
23562024-08-16T05:02:36.683Z Compiling heapless v0.7.17
23572024-08-16T05:02:36.707Z Running `/home/build/.rustup/toolchains/1.80.1-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=82892bd7759ad679 -C extra-filename=-82892bd7759ad679 --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-82892bd7759ad679 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-0d59972b2d247b1c.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23582024-08-16T05:02:36.802Z Dirty signal-hook-mio v0.2.4: the rustflags changed
23592024-08-16T05:02:36.802Z Compiling signal-hook-mio v0.2.4
23602024-08-16T05:02:36.827Z Running `/home/build/.rustup/toolchains/1.80.1-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-0_8"' --cfg 'feature="mio-1_0"' --cfg 'feature="support-v0_8"' --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=1fc4ae7f6f26e36d -C extra-filename=-1fc4ae7f6f26e36d --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-2977f4e89cc8b9da.rmeta --extern mio_0_8=/work/oxidecomputer/omicron/target/debug/deps/libmio-f5538ab28795be32.rmeta --extern mio_1_0=/work/oxidecomputer/omicron/target/debug/deps/libmio-0e7dddd3c29b0061.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-473da805c9564881.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23612024-08-16T05:02:36.972Z Dirty cfg_aliases v0.1.1: the rustflags changed
23622024-08-16T05:02:36.972Z Compiling cfg_aliases v0.1.1
23632024-08-16T05:02:36.995Z Running `/home/build/.rustup/toolchains/1.80.1-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=c436d8aeff88cf48 -C extra-filename=-c436d8aeff88cf48 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23642024-08-16T05:02:37.084Z Dirty regex-automata v0.1.10: the rustflags changed
23652024-08-16T05:02:37.084Z Compiling regex-automata v0.1.10
23662024-08-16T05:02:37.107Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name regex_automata --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-automata-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "fst", "regex-syntax", "std", "transducer"))' -C metadata=9ec91e78f0fbd44e -C extra-filename=-9ec91e78f0fbd44e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23672024-08-16T05:02:37.133Z Dirty lalrpop-util v0.19.12: the rustflags changed
23682024-08-16T05:02:37.133Z Compiling lalrpop-util v0.19.12
23692024-08-16T05:02:37.158Z Running `/home/build/.rustup/toolchains/1.80.1-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=cabd6990d00654d2 -C extra-filename=-cabd6990d00654d2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23702024-08-16T05:02:37.283Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-82892bd7759ad679/build-script-build`
23712024-08-16T05:02:37.357Z Dirty nix v0.28.0: the rustflags changed
23722024-08-16T05:02:37.357Z Compiling nix v0.28.0
23732024-08-16T05:02:37.381Z Running `/home/build/.rustup/toolchains/1.80.1-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="default"' --cfg 'feature="feature"' --cfg 'feature="fs"' --cfg 'feature="ioctl"' --cfg 'feature="poll"' --cfg 'feature="process"' --cfg 'feature="signal"' --cfg 'feature="term"' --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=82ca83025de97a0f -C extra-filename=-82ca83025de97a0f --out-dir /work/oxidecomputer/omicron/target/debug/build/nix-82ca83025de97a0f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_aliases=/work/oxidecomputer/omicron/target/debug/deps/libcfg_aliases-c436d8aeff88cf48.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23742024-08-16T05:02:37.504Z Dirty enum-as-inner v0.6.0: the rustflags changed
23752024-08-16T05:02:37.504Z Compiling enum-as-inner v0.6.0
23762024-08-16T05:02:37.529Z Running `/home/build/.rustup/toolchains/1.80.1-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.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=72f007d99ff29298 -C extra-filename=-72f007d99ff29298 --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-64fe453a3f9fcd4a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23772024-08-16T05:02:37.613Z Dirty bstr v0.2.17: the rustflags changed
23782024-08-16T05:02:37.613Z Compiling bstr v0.2.17
23792024-08-16T05:02:37.637Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name bstr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bstr-0.2.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="lazy_static"' --cfg 'feature="regex-automata"' --cfg 'feature="std"' --cfg 'feature="unicode"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "lazy_static", "regex-automata", "serde", "serde1", "serde1-nostd", "std", "unicode"))' -C metadata=abe7cc3ca82e0c0a -C extra-filename=-abe7cc3ca82e0c0a --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-4058c7340bf7b5f3.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-3b15747880b886c1.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-9ec91e78f0fbd44e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23802024-08-16T05:02:38.169Z Dirty rsa v0.9.6: the rustflags changed
23812024-08-16T05:02:38.169Z Compiling rsa v0.9.6
23822024-08-16T05:02:38.193Z Running `/home/build/.rustup/toolchains/1.80.1-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=f924a3e3f4f22d95 -C extra-filename=-f924a3e3f4f22d95 --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-0fbd4ee0c026a43b.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-57df871143d3c7b1.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-f74b736f194674d1.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-8d0b37c8c3e1862e.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-2914d78ac96fc53c.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-e40a15bfec8713a0.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-8ed8af365f89cea7.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-712f34846d8898c6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-fb339d0b1775d489.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-148094c0f8f12387.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-2f5012838d8a5b7d.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-69c441407b09e74b.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d47f5ede55f99f5b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23832024-08-16T05:02:38.579Z Dirty idna v0.4.0: the rustflags changed
23842024-08-16T05:02:38.579Z Compiling idna v0.4.0
23852024-08-16T05:02:38.606Z Running `/home/build/.rustup/toolchains/1.80.1-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=bf46d2358bd9dd90 -C extra-filename=-bf46d2358bd9dd90 --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-773c324f50696e3f.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-4163aa611c9fa9ab.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23862024-08-16T05:02:38.688Z Dirty hash32 v0.2.1: the rustflags changed
23872024-08-16T05:02:38.688Z Compiling hash32 v0.2.1
23882024-08-16T05:02:38.713Z Running `/home/build/.rustup/toolchains/1.80.1-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=b2d4b24ee1288cc3 -C extra-filename=-b2d4b24ee1288cc3 --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-325983a483f82094.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23892024-08-16T05:02:38.738Z Dirty predicates-core v1.0.6: the rustflags changed
23902024-08-16T05:02:38.738Z Compiling predicates-core v1.0.6
23912024-08-16T05:02:38.738Z Running `/home/build/.rustup/toolchains/1.80.1-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.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=010f1331228f9ea5 -C extra-filename=-010f1331228f9ea5 --out-dir /work/oxidecomputer/omicron/target/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-08-16T05:02:38.977Z Dirty finl_unicode v1.2.0: the rustflags changed
23932024-08-16T05:02:38.977Z Compiling finl_unicode v1.2.0
23942024-08-16T05:02:39.004Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name finl_unicode --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/finl_unicode-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="categories"' --cfg 'feature="default"' --cfg 'feature="grapheme_clusters"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("categories", "default", "grapheme_clusters"))' -C metadata=3e0871fb68948e2f -C extra-filename=-3e0871fb68948e2f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23952024-08-16T05:02:39.069Z Dirty smoltcp v0.9.1: the rustflags changed
23962024-08-16T05:02:39.069Z Compiling smoltcp v0.9.1
23972024-08-16T05:02:39.069Z Running `/home/build/.rustup/toolchains/1.80.1-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=bdbe85cbcf8150ee -C extra-filename=-bdbe85cbcf8150ee --out-dir /work/oxidecomputer/omicron/target/debug/build/smoltcp-bdbe85cbcf8150ee -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23982024-08-16T05:02:39.093Z Running `/home/build/.rustup/toolchains/1.80.1-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=2a01ef4d3733748e -C extra-filename=-2a01ef4d3733748e --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-b2d4b24ee1288cc3.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-d52e3d8c16e8a214.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-d8344a76eab0acab.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_cas --cfg has_atomics`
23992024-08-16T05:02:39.495Z Dirty stringprep v0.1.4: the rustflags changed
24002024-08-16T05:02:39.495Z Compiling stringprep v0.1.4
24012024-08-16T05:02:39.519Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name stringprep --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/stringprep-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=672fb69311fd6a4a -C extra-filename=-672fb69311fd6a4a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern finl_unicode=/work/oxidecomputer/omicron/target/debug/deps/libfinl_unicode-3e0871fb68948e2f.rmeta --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-773c324f50696e3f.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-4163aa611c9fa9ab.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24022024-08-16T05:02:39.707Z Dirty hickory-proto v0.24.1: the rustflags changed
24032024-08-16T05:02:39.707Z Compiling hickory-proto v0.24.1
24042024-08-16T05:02:39.731Z Running `/home/build/.rustup/toolchains/1.80.1-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=1c3047c1308b6d1d -C extra-filename=-1c3047c1308b6d1d --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-eaec0f1802c5ca04.so --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-cd98acc801d35958.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-72f007d99ff29298.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-315266bf3c88a0ab.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-1044befc4d8b6f32.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-a0ceeed7299917eb.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-bf46d2358bd9dd90.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-7e28ccd96dc058f1.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-bfd9b440086bc207.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-119892d76510e357.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-c883dcfe2d3789aa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24052024-08-16T05:02:39.755Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-bdbe85cbcf8150ee/build-script-build`
24062024-08-16T05:02:39.779Z Running `/work/oxidecomputer/omicron/target/debug/build/nix-82ca83025de97a0f/build-script-build`
24072024-08-16T05:02:39.803Z Dirty md-5 v0.10.6: the rustflags changed
24082024-08-16T05:02:39.803Z Compiling md-5 v0.10.6
24092024-08-16T05:02:39.803Z Running `/home/build/.rustup/toolchains/1.80.1-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=4d6355f6e0ab2c35 -C extra-filename=-4d6355f6e0ab2c35 --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-94faf137b493206b.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-57df871143d3c7b1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24102024-08-16T05:02:39.899Z Dirty hubpack_derive v0.1.1: the rustflags changed
24112024-08-16T05:02:39.899Z Compiling hubpack_derive v0.1.1
24122024-08-16T05:02:39.923Z Running `/home/build/.rustup/toolchains/1.80.1-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=ef6b112d64377947 -C extra-filename=-ef6b112d64377947 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0c3b85329fe55c62.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24132024-08-16T05:02:40.044Z Dirty console v0.15.8: the rustflags changed
24142024-08-16T05:02:40.044Z Compiling console v0.15.8
24152024-08-16T05:02:40.068Z Running `/home/build/.rustup/toolchains/1.80.1-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=798580260be3f871 -C extra-filename=-798580260be3f871 --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-4058c7340bf7b5f3.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-2977f4e89cc8b9da.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3919ec52e6b0b262.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24162024-08-16T05:02:40.068Z Dirty bstr v1.9.1: the rustflags changed
24172024-08-16T05:02:40.068Z Compiling bstr v1.9.1
24182024-08-16T05:02:40.068Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name bstr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bstr-1.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="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=0b179f319982781a -C extra-filename=-0b179f319982781a --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-3b15747880b886c1.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-fcd8ea28b6b8ac77.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24192024-08-16T05:02:40.524Z Dirty float-cmp v0.9.0: the rustflags changed
24202024-08-16T05:02:40.524Z Compiling float-cmp v0.9.0
24212024-08-16T05:02:40.548Z Running `/home/build/.rustup/toolchains/1.80.1-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=ff2d3af3210f593b -C extra-filename=-ff2d3af3210f593b --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-2914d78ac96fc53c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24222024-08-16T05:02:40.729Z Dirty fs-err v2.11.0: the rustflags changed
24232024-08-16T05:02:40.729Z Compiling fs-err v2.11.0
24242024-08-16T05:02:40.753Z Running `/home/build/.rustup/toolchains/1.80.1-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=7840dcc9301ae0b4 -C extra-filename=-7840dcc9301ae0b4 --out-dir /work/oxidecomputer/omicron/target/debug/build/fs-err-7840dcc9301ae0b4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-7640f4cdb39f9682.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24252024-08-16T05:02:40.853Z Dirty normalize-line-endings v0.3.0: the rustflags changed
24262024-08-16T05:02:40.853Z Compiling normalize-line-endings v0.3.0
24272024-08-16T05:02:40.877Z Running `/home/build/.rustup/toolchains/1.80.1-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=eb19df894926175b -C extra-filename=-eb19df894926175b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24282024-08-16T05:02:40.974Z Dirty difflib v0.4.0: the rustflags changed
24292024-08-16T05:02:40.974Z Compiling difflib v0.4.0
24302024-08-16T05:02:40.998Z Running `/home/build/.rustup/toolchains/1.80.1-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=df3a4df3c1440d6e -C extra-filename=-df3a4df3c1440d6e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24312024-08-16T05:02:41.056Z Dirty fallible-iterator v0.2.0: the rustflags changed
24322024-08-16T05:02:41.056Z Compiling fallible-iterator v0.2.0
24332024-08-16T05:02:41.083Z Running `/home/build/.rustup/toolchains/1.80.1-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=99585d275a54a8fa -C extra-filename=-99585d275a54a8fa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24342024-08-16T05:02:41.352Z Dirty predicates v3.1.2: the rustflags changed
24352024-08-16T05:02:41.352Z Compiling predicates v3.1.2
24362024-08-16T05:02:41.376Z Running `/home/build/.rustup/toolchains/1.80.1-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=457abf17ed177e26 -C extra-filename=-457abf17ed177e26 --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-43f69afcb50accdb.rmeta --extern difflib=/work/oxidecomputer/omicron/target/debug/deps/libdifflib-df3a4df3c1440d6e.rmeta --extern float_cmp=/work/oxidecomputer/omicron/target/debug/deps/libfloat_cmp-ff2d3af3210f593b.rmeta --extern normalize_line_endings=/work/oxidecomputer/omicron/target/debug/deps/libnormalize_line_endings-eb19df894926175b.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-010f1331228f9ea5.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24372024-08-16T05:02:41.578Z Running `/work/oxidecomputer/omicron/target/debug/build/fs-err-7840dcc9301ae0b4/build-script-build`
24382024-08-16T05:02:41.689Z Dirty postgres-protocol v0.6.7: the rustflags changed
24392024-08-16T05:02:41.689Z Compiling postgres-protocol v0.6.7
24402024-08-16T05:02:41.713Z Running `/home/build/.rustup/toolchains/1.80.1-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=cf87674fe079ccd2 -C extra-filename=-cf87674fe079ccd2 --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-2da632077f49dfb6.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-325983a483f82094.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-3393a48ce8c6687e.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-99585d275a54a8fa.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-1502ad1d893e1f6e.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-4d6355f6e0ab2c35.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-3b15747880b886c1.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-fb339d0b1775d489.rmeta --extern stringprep=/work/oxidecomputer/omicron/target/debug/deps/libstringprep-672fb69311fd6a4a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24412024-08-16T05:02:41.738Z Dirty hubpack v0.1.2: the rustflags changed
24422024-08-16T05:02:41.738Z Compiling hubpack v0.1.2
24432024-08-16T05:02:41.738Z Running `/home/build/.rustup/toolchains/1.80.1-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=920c1da04891f82f -C extra-filename=-920c1da04891f82f --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-ef6b112d64377947.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24442024-08-16T05:02:42.153Z Running `/home/build/.rustup/toolchains/1.80.1-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=bf71b1865e4b66cc -C extra-filename=-bf71b1865e4b66cc --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-e992fadcca1ed6f2.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-325983a483f82094.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-2a01ef4d3733748e.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-7ebffa2b30e78119.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24452024-08-16T05:02:42.326Z Running `/home/build/.rustup/toolchains/1.80.1-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="default"' --cfg 'feature="feature"' --cfg 'feature="fs"' --cfg 'feature="ioctl"' --cfg 'feature="poll"' --cfg 'feature="process"' --cfg 'feature="signal"' --cfg 'feature="term"' --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=678c9d855d2e9181 -C extra-filename=-678c9d855d2e9181 --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-2cdb80079c610eca.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-2977f4e89cc8b9da.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg illumos --cfg solarish`
24462024-08-16T05:02:42.835Z Dirty similar v2.5.0: the rustflags changed
24472024-08-16T05:02:42.835Z Compiling similar v2.5.0
24482024-08-16T05:02:42.859Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name similar --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/similar-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="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=9b44837149fa8959 -C extra-filename=-9b44837149fa8959 --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-abe7cc3ca82e0c0a.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-d809c6274b019e58.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24492024-08-16T05:02:42.883Z Dirty phf_shared v0.11.2: the rustflags changed
24502024-08-16T05:02:42.883Z Compiling phf_shared v0.11.2
24512024-08-16T05:02:42.883Z Running `/home/build/.rustup/toolchains/1.80.1-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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std", "uncased", "unicase"))' -C metadata=471a15ddaebb70d0 -C extra-filename=-471a15ddaebb70d0 --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-4d9b4c4f3cdb6951.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24522024-08-16T05:02:43.202Z Dirty tokio-stream v0.1.15: the rustflags changed
24532024-08-16T05:02:43.202Z Compiling tokio-stream v0.1.15
24542024-08-16T05:02:43.227Z Running `/home/build/.rustup/toolchains/1.80.1-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.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="net"' --cfg 'feature="time"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "fs", "full", "io-util", "net", "signal", "sync", "time", "tokio-util"))' -C metadata=9d0bf0a436f6bccd -C extra-filename=-9d0bf0a436f6bccd --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-965f1abbaef84084.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-5196b1d39b63f0cb.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24552024-08-16T05:02:44.006Z Dirty strum_macros v0.25.3: the rustflags changed
24562024-08-16T05:02:44.006Z Compiling strum_macros v0.25.3
24572024-08-16T05:02:44.029Z Running `/home/build/.rustup/toolchains/1.80.1-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=3dcc3610e217a363 -C extra-filename=-3dcc3610e217a363 --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-64fe453a3f9fcd4a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-cd12841eafeed674.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24582024-08-16T05:02:44.084Z Dirty serde_repr v0.1.19: the rustflags changed
24592024-08-16T05:02:44.084Z Compiling serde_repr v0.1.19
24602024-08-16T05:02:44.109Z Running `/home/build/.rustup/toolchains/1.80.1-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=93fece06d7eea44a -C extra-filename=-93fece06d7eea44a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24612024-08-16T05:02:45.000Z Dirty peg-runtime v0.8.3: the rustflags changed
24622024-08-16T05:02:45.000Z Compiling peg-runtime v0.8.3
24632024-08-16T05:02:45.024Z Running `/home/build/.rustup/toolchains/1.80.1-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=f68472f095c24de4 -C extra-filename=-f68472f095c24de4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24642024-08-16T05:02:45.062Z Dirty phf v0.11.2: the rustflags changed
24652024-08-16T05:02:45.062Z Compiling phf v0.11.2
24662024-08-16T05:02:45.086Z Running `/home/build/.rustup/toolchains/1.80.1-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=8e35b99582fa2840 -C extra-filename=-8e35b99582fa2840 --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-471a15ddaebb70d0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24672024-08-16T05:02:45.232Z Dirty postgres-types v0.2.7: the rustflags changed
24682024-08-16T05:02:45.232Z Compiling postgres-types v0.2.7
24692024-08-16T05:02:45.256Z Running `/home/build/.rustup/toolchains/1.80.1-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.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="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", "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-serde_json-1", "with-smol_str-01", "with-time-0_2", "with-time-0_3", "with-uuid-0_8", "with-uuid-1"))' -C metadata=75632b89eb5c99a0 -C extra-filename=-75632b89eb5c99a0 --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-3393a48ce8c6687e.rmeta --extern chrono_04=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ec49e88f444663ef.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-99585d275a54a8fa.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-cf87674fe079ccd2.rmeta --extern serde_1=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rmeta --extern serde_json_1=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rmeta --extern uuid_1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24702024-08-16T05:02:45.319Z Running `/home/build/.rustup/toolchains/1.80.1-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=b7cf0b44405e9775 -C extra-filename=-b7cf0b44405e9775 --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-b23ecb928f1c2dac.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg rustc_1_63`
24712024-08-16T05:02:45.579Z Dirty whoami v1.5.1: the rustflags changed
24722024-08-16T05:02:45.579Z Compiling whoami v1.5.1
24732024-08-16T05:02:45.603Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name whoami --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/whoami-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="default"' --cfg 'feature="web"' --cfg 'feature="web-sys"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "web", "web-sys"))' -C metadata=9ffcccbeeda8d38c -C extra-filename=-9ffcccbeeda8d38c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24742024-08-16T05:02:45.704Z Dirty camino v1.1.7: the rustflags changed
24752024-08-16T05:02:45.704Z Compiling camino v1.1.7
24762024-08-16T05:02:45.728Z Running `/home/build/.rustup/toolchains/1.80.1-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.7/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="serde1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("proptest", "proptest1", "serde", "serde1"))' -C metadata=bf36cf898f7e366e -C extra-filename=-bf36cf898f7e366e --out-dir /work/oxidecomputer/omicron/target/debug/build/camino-bf36cf898f7e366e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24772024-08-16T05:02:46.047Z Dirty tokio-postgres v0.7.11: the rustflags changed
24782024-08-16T05:02:46.047Z Compiling tokio-postgres v0.7.11
24792024-08-16T05:02:46.075Z Running `/home/build/.rustup/toolchains/1.80.1-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.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="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-serde_json-1", "with-smol_str-01", "with-time-0_2", "with-time-0_3", "with-uuid-0_8", "with-uuid-1"))' -C metadata=b4c876c9fd606aee -C extra-filename=-b4c876c9fd606aee --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-eaec0f1802c5ca04.so --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-325983a483f82094.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-3393a48ce8c6687e.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-99585d275a54a8fa.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-315266bf3c88a0ab.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-a0ceeed7299917eb.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-46cf9439802ec3f9.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-d2c6d5e451dfd0ff.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-8bf889c42ff0e1d1.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-8e35b99582fa2840.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-5196b1d39b63f0cb.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-cf87674fe079ccd2.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-75632b89eb5c99a0.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-06830b5a71d23f82.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-24c6c22cba1fe6a7.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-9ffcccbeeda8d38c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24802024-08-16T05:02:46.168Z Compiling regress v0.9.1
24812024-08-16T05:02:46.201Z Running `/home/build/.rustup/toolchains/1.80.1-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=371cc57c92bdfae7 -C extra-filename=-371cc57c92bdfae7 --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-9afe1f7747b99dd5.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-3b15747880b886c1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24822024-08-16T05:02:46.334Z Running `/work/oxidecomputer/omicron/target/debug/build/camino-bf36cf898f7e366e/build-script-build`
24832024-08-16T05:02:46.406Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name camino --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/camino-1.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="serde"' --cfg 'feature="serde1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("proptest", "proptest1", "serde", "serde1"))' -C metadata=9affaf578e5b973c -C extra-filename=-9affaf578e5b973c --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-e6d1b1e69c921f3e.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 --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)'`
24842024-08-16T05:02:46.521Z Compiling getopts v0.2.21
24852024-08-16T05:02:46.545Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name getopts --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/getopts-0.2.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("core", "rustc-dep-of-std", "std"))' -C metadata=c6002415ff761945 -C extra-filename=-c6002415ff761945 --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-3919ec52e6b0b262.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24862024-08-16T05:02:46.797Z Compiling unsafe-libyaml v0.2.11
24872024-08-16T05:02:46.821Z Running `/home/build/.rustup/toolchains/1.80.1-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=5d82dd58b0184436 -C extra-filename=-5d82dd58b0184436 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24882024-08-16T05:02:47.226Z Dirty is-terminal v0.4.12: the rustflags changed
24892024-08-16T05:02:47.226Z Compiling is-terminal v0.4.12
24902024-08-16T05:02:47.250Z Running `/home/build/.rustup/toolchains/1.80.1-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.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())' -C metadata=0ee86796969381f6 -C extra-filename=-0ee86796969381f6 --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-2977f4e89cc8b9da.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24912024-08-16T05:02:47.349Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
24922024-08-16T05:02:47.373Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_client --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/c59c6d6/progenitor-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=94f54481794992df -C extra-filename=-94f54481794992df --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-3393a48ce8c6687e.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-965f1abbaef84084.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-8bf889c42ff0e1d1.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a073906c8901333b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-ecd473c12df48804.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
24932024-08-16T05:02:47.373Z Dirty dirs-sys-next v0.1.2: the rustflags changed
24942024-08-16T05:02:47.373Z Compiling dirs-sys-next v0.1.2
24952024-08-16T05:02:47.373Z Running `/home/build/.rustup/toolchains/1.80.1-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=8dcd84358360876e -C extra-filename=-8dcd84358360876e --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-2977f4e89cc8b9da.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24962024-08-16T05:02:47.397Z Dirty gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92): the rustflags changed
24972024-08-16T05:02:47.397Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
24982024-08-16T05:02:47.397Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_messages --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-749acba834b73294/319e7b9/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=a0e7b87b4381c541 -C extra-filename=-a0e7b87b4381c541 --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-2cdb80079c610eca.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-920c1da04891f82f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rmeta --extern serde_repr=/work/oxidecomputer/omicron/target/debug/deps/libserde_repr-93fece06d7eea44a.so --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-bf71b1865e4b66cc.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0a062de836263b83.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-3dcc3610e217a363.so --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-fd86349cac891522.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24992024-08-16T05:02:47.624Z Dirty dirs-next v2.0.0: the rustflags changed
25002024-08-16T05:02:47.624Z Compiling dirs-next v2.0.0
25012024-08-16T05:02:47.648Z Running `/home/build/.rustup/toolchains/1.80.1-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=cbc1b5d3c9f94af2 -C extra-filename=-cbc1b5d3c9f94af2 --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-94faf137b493206b.rmeta --extern dirs_sys_next=/work/oxidecomputer/omicron/target/debug/deps/libdirs_sys_next-8dcd84358360876e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25022024-08-16T05:02:47.756Z Dirty term v0.7.0: the rustflags changed
25032024-08-16T05:02:47.756Z Compiling term v0.7.0
25042024-08-16T05:02:47.784Z Running `/home/build/.rustup/toolchains/1.80.1-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=310ac55cad65c385 -C extra-filename=-310ac55cad65c385 --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-cbc1b5d3c9f94af2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25052024-08-16T05:02:47.808Z Compiling http v1.1.0
25062024-08-16T05:02:47.808Z Running `/home/build/.rustup/toolchains/1.80.1-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=56be42c7d60e2045 -C extra-filename=-56be42c7d60e2045 --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-3393a48ce8c6687e.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-384dbe410948d0e9.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-4cb0fb6bacfafb96.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25072024-08-16T05:02:47.981Z Compiling serde_yaml v0.9.34+deprecated
25082024-08-16T05:02:48.005Z Running `/home/build/.rustup/toolchains/1.80.1-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=d0d47ad2b95165f2 -C extra-filename=-d0d47ad2b95165f2 --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-1d5c0c31f7d309a1.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-4cb0fb6bacfafb96.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-c8748712d383e42f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rmeta --extern unsafe_libyaml=/work/oxidecomputer/omicron/target/debug/deps/libunsafe_libyaml-5d82dd58b0184436.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25092024-08-16T05:02:48.334Z Compiling paste v1.0.15
25102024-08-16T05:02:48.358Z Running `/home/build/.rustup/toolchains/1.80.1-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=fe0fbfc06ab2594b -C extra-filename=-fe0fbfc06ab2594b --out-dir /work/oxidecomputer/omicron/target/debug/build/paste-fe0fbfc06ab2594b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25112024-08-16T05:02:48.495Z Compiling toml v0.8.19
25122024-08-16T05:02:48.519Z Running `/home/build/.rustup/toolchains/1.80.1-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=f31de78172241bf8 -C extra-filename=-f31de78172241bf8 --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-e6d1b1e69c921f3e.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-bca0ad3869580144.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-50030cd7ef90b84f.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-733bdfb3eb0138dc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25132024-08-16T05:02:48.910Z Running `/work/oxidecomputer/omicron/target/debug/build/paste-fe0fbfc06ab2594b/build-script-build`
25142024-08-16T05:02:48.980Z Compiling ident_case v1.0.1
25152024-08-16T05:02:49.005Z Running `/home/build/.rustup/toolchains/1.80.1-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=1f0a2acd79c1f241 -C extra-filename=-1f0a2acd79c1f241 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25162024-08-16T05:02:49.168Z Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
25172024-08-16T05:02:49.192Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name typify_impl --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/ad1296f/typify-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5cb26c37f3566e7c -C extra-filename=-5cb26c37f3566e7c --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-830498e334c402a9.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-46cf9439802ec3f9.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-371cc57c92bdfae7.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-b79acf795c5ad975.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-3d72d7b152c86412.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25182024-08-16T05:02:49.192Z Compiling darling_core v0.20.9
25192024-08-16T05:02:49.192Z Running `/home/build/.rustup/toolchains/1.80.1-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.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="strsim"' --cfg 'feature="suggestions"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("diagnostics", "strsim", "suggestions"))' -C metadata=a4eb756722b0b4ba -C extra-filename=-a4eb756722b0b4ba --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-384dbe410948d0e9.rmeta --extern ident_case=/work/oxidecomputer/omicron/target/debug/deps/libident_case-1f0a2acd79c1f241.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-a1f7ddb01f1b033d.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25202024-08-16T05:02:49.977Z Running `/home/build/.rustup/toolchains/1.80.1-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=4ec299dfa0e92da3 -C extra-filename=-4ec299dfa0e92da3 --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"))'`
25212024-08-16T05:02:50.015Z Dirty crossbeam-channel v0.5.12: the rustflags changed
25222024-08-16T05:02:50.015Z Compiling crossbeam-channel v0.5.12
25232024-08-16T05:02:50.015Z Running `/home/build/.rustup/toolchains/1.80.1-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.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", "std"))' -C metadata=9f8fe1d87fa9a6f6 -C extra-filename=-9f8fe1d87fa9a6f6 --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-6f3b480f63e334a5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25242024-08-16T05:02:50.394Z Dirty strum_macros v0.26.4: the rustflags changed
25252024-08-16T05:02:50.394Z Compiling strum_macros v0.26.4
25262024-08-16T05:02:50.424Z Running `/home/build/.rustup/toolchains/1.80.1-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=af4c16b7d1ccc6d5 -C extra-filename=-af4c16b7d1ccc6d5 --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-830498e334c402a9.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-cd12841eafeed674.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25272024-08-16T05:02:50.782Z Dirty thread_local v1.1.8: the rustflags changed
25282024-08-16T05:02:50.782Z Compiling thread_local v1.1.8
25292024-08-16T05:02:50.806Z Running `/home/build/.rustup/toolchains/1.80.1-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=31e87b9424f2815f -C extra-filename=-31e87b9424f2815f --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-94faf137b493206b.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25302024-08-16T05:02:50.936Z Dirty slog-async v2.8.0: the rustflags changed
25312024-08-16T05:02:50.936Z Compiling slog-async v2.8.0
25322024-08-16T05:02:50.960Z Running `/home/build/.rustup/toolchains/1.80.1-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=01c8cef20947d45b -C extra-filename=-01c8cef20947d45b --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-async-01c8cef20947d45b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25332024-08-16T05:02:51.095Z Compiling rustls-pki-types v1.7.0
25342024-08-16T05:02:51.119Z Running `/home/build/.rustup/toolchains/1.80.1-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.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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "web", "web-time"))' -C metadata=2fefae8d752d7a3a -C extra-filename=-2fefae8d752d7a3a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25352024-08-16T05:02:51.283Z Compiling match_cfg v0.1.0
25362024-08-16T05:02:51.307Z Running `/home/build/.rustup/toolchains/1.80.1-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=d9904ced2909ba3a -C extra-filename=-d9904ced2909ba3a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25372024-08-16T05:02:51.381Z Dirty take_mut v0.2.2: the rustflags changed
25382024-08-16T05:02:51.381Z Compiling take_mut v0.2.2
25392024-08-16T05:02:51.404Z Running `/home/build/.rustup/toolchains/1.80.1-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=f9518271d040c7fa -C extra-filename=-f9518271d040c7fa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25402024-08-16T05:02:51.455Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-async-01c8cef20947d45b/build-script-build`
25412024-08-16T05:02:51.525Z Running `/home/build/.rustup/toolchains/1.80.1-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=584ba06da5147514 -C extra-filename=-584ba06da5147514 --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-9f8fe1d87fa9a6f6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern take_mut=/work/oxidecomputer/omicron/target/debug/deps/libtake_mut-f9518271d040c7fa.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-31e87b9424f2815f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg integer128`
25422024-08-16T05:02:51.548Z Compiling hostname v0.3.1
25432024-08-16T05:02:51.548Z Running `/home/build/.rustup/toolchains/1.80.1-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=3869aade05acba44 -C extra-filename=-3869aade05acba44 --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-2977f4e89cc8b9da.rmeta --extern match_cfg=/work/oxidecomputer/omicron/target/debug/deps/libmatch_cfg-d9904ced2909ba3a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25442024-08-16T05:02:51.619Z Dirty slog-term v2.9.1: the rustflags changed
25452024-08-16T05:02:51.619Z Compiling slog-term v2.9.1
25462024-08-16T05:02:51.642Z Running `/home/build/.rustup/toolchains/1.80.1-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=458372da5fba99e4 -C extra-filename=-458372da5fba99e4 --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-0ee86796969381f6.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-310ac55cad65c385.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-31e87b9424f2815f.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-fb18128a1fc11699.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25472024-08-16T05:02:51.783Z Compiling fastrand v2.1.0
25482024-08-16T05:02:51.806Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name fastrand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fastrand-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 --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=93d3aefab645b806 -C extra-filename=-93d3aefab645b806 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25492024-08-16T05:02:51.806Z Compiling rustls v0.22.4
25502024-08-16T05:02:51.806Z Running `/home/build/.rustup/toolchains/1.80.1-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=7a39c18fd3e98d58 -C extra-filename=-7a39c18fd3e98d58 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-7a39c18fd3e98d58 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25512024-08-16T05:02:52.107Z Compiling tempfile v3.10.1
25522024-08-16T05:02:52.130Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tempfile --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tempfile-3.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("nightly"))' -C metadata=c9a4d6e13c7778ce -C extra-filename=-c9a4d6e13c7778ce --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-94faf137b493206b.rmeta --extern fastrand=/work/oxidecomputer/omicron/target/debug/deps/libfastrand-93d3aefab645b806.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-ae3405e4bf64d784.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25532024-08-16T05:02:52.286Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-7a39c18fd3e98d58/build-script-build`
25542024-08-16T05:02:52.313Z Compiling rustls-webpki v0.102.4
25552024-08-16T05:02:52.338Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name webpki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-webpki-0.102.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="ring"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "aws_lc_rs", "default", "ring", "std"))' -C metadata=8b9cd235574a6879 -C extra-filename=-8b9cd235574a6879 --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-ffc41cccb7984683.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-2fefae8d752d7a3a.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-5ba18449f0014995.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out`
25562024-08-16T05:02:52.611Z Compiling rustls-pemfile v2.1.3
25572024-08-16T05:02:52.635Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pemfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-pemfile-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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=0825b86e4f23338d -C extra-filename=-0825b86e4f23338d --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-2da632077f49dfb6.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-2fefae8d752d7a3a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25582024-08-16T05:02:52.708Z Compiling multer v3.1.0
25592024-08-16T05:02:52.732Z Running `/home/build/.rustup/toolchains/1.80.1-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=b0c2a76b3dbdbc46 -C extra-filename=-b0c2a76b3dbdbc46 --out-dir /work/oxidecomputer/omicron/target/debug/build/multer-b0c2a76b3dbdbc46 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-6f67b0bf22e78afd.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25602024-08-16T05:02:52.779Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25612024-08-16T05:02:52.825Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 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=f2ae3c4245497dd1 -C extra-filename=-f2ae3c4245497dd1 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-f2ae3c4245497dd1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-4cfcaff91b1aaac2.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-ccd418511fd0e494.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-f1815429b9cc9059.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-43a44750c8116f3c.rlib --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-f27c634c8e28190b.rlib --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-a4c480c9db0b285d.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-e992fadcca1ed6f2.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-2cdb80079c610eca.rlib --extern bstr_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libbstr-abe7cc3ca82e0c0a.rlib --extern bstr_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbstr-0b179f319982781a.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-325983a483f82094.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-3393a48ce8c6687e.rlib --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-887dc1e75bcfe948.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ec49e88f444663ef.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-c9f83f04d6ed19b9.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2196679845e40df5.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-b99b4569f0c927e3.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-798580260be3f871.rlib --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-0fbd4ee0c026a43b.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-c305da7ac85d23b9.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-6f3b480f63e334a5.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-23aa52f79da63f7c.rlib --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-e6f841b1e5437932.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-57df871143d3c7b1.rlib --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-1a085fa010d506cf.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-5d39f2eb1424d60a.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-fc954fae29452eea.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-67b43136652833d4.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-725dd47f885197a3.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-b7cf0b44405e9775.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-315266bf3c88a0ab.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-965f1abbaef84084.rlib --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-1044befc4d8b6f32.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-d5a6af5eceae766d.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-b2e13e142afbdd87.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-a0ceeed7299917eb.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a0e7b87b4381c541.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-65767634d4000cd6.rlib --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-f17162317cb3b488.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-5047b6f58b65ac8a.rlib --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-9afe1f7747b99dd5.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-8b92b4dd1eb7bb06.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-1c3047c1308b6d1d.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-1502ad1d893e1f6e.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e162d10efb2b5b84.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-1d5c0c31f7d309a1.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-6cd38624c256774c.rlib --extern itertools_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libitertools-197a32e1da667e01.rlib --extern itertools_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libitertools-bb69c56d84ec7036.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-cabd6990d00654d2.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-4058c7340bf7b5f3.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-2977f4e89cc8b9da.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-46cf9439802ec3f9.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-7ebffa2b30e78119.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-3b15747880b886c1.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-f5538ab28795be32.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-678c9d855d2e9181.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-19a28b98cd1da8cc.rlib --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-f74b736f194674d1.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-8d0b37c8c3e1862e.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-1b50779845f357a9.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-2914d78ac96fc53c.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-704b70246acfb632.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-f68472f095c24de4.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-e6975d27c0797841.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-c8c0afe22102a132.rlib --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-8ed8af365f89cea7.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-75632b89eb5c99a0.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-457abf17ed177e26.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-fcd8ea28b6b8ac77.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-7d938304ceffab4a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a073906c8901333b.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-ffc41cccb7984683.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-f924a3e3f4f22d95.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-ae3405e4bf64d784.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-5380524236143168.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-b79acf795c5ad975.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rlib --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-3eee71c48a5278a1.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-fb339d0b1775d489.rlib --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-1fc4ae7f6f26e36d.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-9b44837149fa8959.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-90c42fabfdf6af03.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-d52e3d8c16e8a214.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-0aa8e16b48bf5c57.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-69c441407b09e74b.rlib --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0c3b85329fe55c62.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-fb18128a1fc11699.rlib --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-fe135c41e946333f.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-b4c876c9fd606aee.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-9d0bf0a436f6bccd.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-24c6c22cba1fe6a7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b29c69c817ef28d4.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-50030cd7ef90b84f.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-a96eb0ad0abb3b00.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-733bdfb3eb0138dc.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-119892d76510e357.rlib --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-773c324f50696e3f.rlib --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-4163aa611c9fa9ab.rlib --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-4a828090b584bc69.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-1abcbb01f770e22b.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-0b7ec1b738c5429b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-6a6c96d3d3dbf088.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d47f5ede55f99f5b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
25622024-08-16T05:02:52.912Z Compiling debug-ignore v1.0.5
25632024-08-16T05:02:52.937Z Running `/home/build/.rustup/toolchains/1.80.1-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=f8d6e08c22f4130f -C extra-filename=-f8d6e08c22f4130f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25642024-08-16T05:02:53.046Z Compiling slog-json v2.6.1
25652024-08-16T05:02:53.070Z Running `/home/build/.rustup/toolchains/1.80.1-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=cbb797d570546f11 -C extra-filename=-cbb797d570546f11 --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-e6d1b1e69c921f3e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-fb18128a1fc11699.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25662024-08-16T05:02:53.070Z Running `/work/oxidecomputer/omicron/target/debug/build/multer-b0c2a76b3dbdbc46/build-script-build`
25672024-08-16T05:02:53.118Z Running `/home/build/.rustup/toolchains/1.80.1-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=96f0543fa0a6a6db -C extra-filename=-96f0543fa0a6a6db --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-46cf9439802ec3f9.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-ffc41cccb7984683.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-2fefae8d752d7a3a.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-8b9cd235574a6879.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-69c441407b09e74b.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d47f5ede55f99f5b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out`
25682024-08-16T05:02:53.118Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-f2ae3c4245497dd1/build-script-build`
25692024-08-16T05:02:53.152Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_workspace_hack --edition=2015 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=117336d8d843d17f -C extra-filename=-117336d8d843d17f --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-4cfcaff91b1aaac2.rmeta --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-ccd418511fd0e494.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rmeta --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-f1815429b9cc9059.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rmeta --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-43a44750c8116f3c.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-f27c634c8e28190b.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-a4c480c9db0b285d.rmeta --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-e992fadcca1ed6f2.rmeta --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-2cdb80079c610eca.rmeta --extern bstr_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libbstr-abe7cc3ca82e0c0a.rmeta --extern bstr_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbstr-0b179f319982781a.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-325983a483f82094.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-3393a48ce8c6687e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ec49e88f444663ef.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-c9f83f04d6ed19b9.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2196679845e40df5.rmeta --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-b99b4569f0c927e3.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-798580260be3f871.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-0fbd4ee0c026a43b.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-c305da7ac85d23b9.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-6f3b480f63e334a5.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-23aa52f79da63f7c.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-e6f841b1e5437932.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-57df871143d3c7b1.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-1a085fa010d506cf.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-5d39f2eb1424d60a.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-fc954fae29452eea.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-67b43136652833d4.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-725dd47f885197a3.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-b7cf0b44405e9775.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-315266bf3c88a0ab.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-965f1abbaef84084.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-1044befc4d8b6f32.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-d5a6af5eceae766d.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-b2e13e142afbdd87.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-a0ceeed7299917eb.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a0e7b87b4381c541.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-65767634d4000cd6.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-f17162317cb3b488.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-5047b6f58b65ac8a.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-9afe1f7747b99dd5.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-8b92b4dd1eb7bb06.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-1c3047c1308b6d1d.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-1502ad1d893e1f6e.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e162d10efb2b5b84.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-1d5c0c31f7d309a1.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-6cd38624c256774c.rmeta --extern itertools_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libitertools-197a32e1da667e01.rmeta --extern itertools_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libitertools-bb69c56d84ec7036.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-cabd6990d00654d2.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-4058c7340bf7b5f3.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-2977f4e89cc8b9da.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-46cf9439802ec3f9.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-7ebffa2b30e78119.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-3b15747880b886c1.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-f5538ab28795be32.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-678c9d855d2e9181.rmeta --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-19a28b98cd1da8cc.rmeta --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-f74b736f194674d1.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-8d0b37c8c3e1862e.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-1b50779845f357a9.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-2914d78ac96fc53c.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-704b70246acfb632.rmeta --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-f68472f095c24de4.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-e6975d27c0797841.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-c8c0afe22102a132.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-8ed8af365f89cea7.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-75632b89eb5c99a0.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-457abf17ed177e26.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-fcd8ea28b6b8ac77.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-7d938304ceffab4a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a073906c8901333b.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-ffc41cccb7984683.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-f924a3e3f4f22d95.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-ae3405e4bf64d784.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-5380524236143168.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-b79acf795c5ad975.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-3eee71c48a5278a1.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-fb339d0b1775d489.rmeta --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-1fc4ae7f6f26e36d.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-9b44837149fa8959.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-90c42fabfdf6af03.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-d52e3d8c16e8a214.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-0aa8e16b48bf5c57.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-69c441407b09e74b.rmeta --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-fb18128a1fc11699.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-b4c876c9fd606aee.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-9d0bf0a436f6bccd.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-24c6c22cba1fe6a7.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b29c69c817ef28d4.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-50030cd7ef90b84f.rmeta --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-a96eb0ad0abb3b00.rmeta --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-733bdfb3eb0138dc.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-119892d76510e357.rmeta --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-773c324f50696e3f.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-4163aa611c9fa9ab.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-1abcbb01f770e22b.rmeta --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-0b7ec1b738c5429b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-6a6c96d3d3dbf088.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d47f5ede55f99f5b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
25702024-08-16T05:02:53.176Z Compiling async-stream-impl v0.3.5
25712024-08-16T05:02:53.176Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name async_stream_impl --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-stream-impl-0.3.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=24da5d56aa84ad68 -C extra-filename=-24da5d56aa84ad68 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25722024-08-16T05:02:53.289Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4)
25732024-08-16T05:02:53.313Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/dropshot-a4a923d29dccc492/52d900a/dropshot/build.rs --error-format=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=a919d62130b9e085 -C extra-filename=-a919d62130b9e085 --out-dir /work/oxidecomputer/omicron/target/debug/build/dropshot-a919d62130b9e085 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-6f67b0bf22e78afd.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25742024-08-16T05:02:53.435Z Compiling atomic-waker v1.1.2
25752024-08-16T05:02:53.460Z Running `/home/build/.rustup/toolchains/1.80.1-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=0226d346e4689e13 -C extra-filename=-0226d346e4689e13 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25762024-08-16T05:02:53.637Z Compiling waitgroup v0.1.2
25772024-08-16T05:02:53.663Z Running `/home/build/.rustup/toolchains/1.80.1-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=c6992fbdcfd8dfd4 -C extra-filename=-c6992fbdcfd8dfd4 --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-0226d346e4689e13.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25782024-08-16T05:02:53.690Z Running `/work/oxidecomputer/omicron/target/debug/build/dropshot-a919d62130b9e085/build-script-build`
25792024-08-16T05:02:53.736Z Compiling slog-bunyan v2.5.0
25802024-08-16T05:02:53.760Z Running `/home/build/.rustup/toolchains/1.80.1-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=b72fa1ce96857786 -C extra-filename=-b72fa1ce96857786 --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-3869aade05acba44.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-cbb797d570546f11.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-fb18128a1fc11699.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25812024-08-16T05:02:53.879Z Running `/home/build/.rustup/toolchains/1.80.1-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=3d59f6cd6b722575 -C extra-filename=-3d59f6cd6b722575 --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-3393a48ce8c6687e.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-036e08876869b21a.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-a0ceeed7299917eb.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-56be42c7d60e2045.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-4ceb8996510f7f6e.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-3b15747880b886c1.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-74bdd973ffb0df66.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-d52e3d8c16e8a214.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25822024-08-16T05:02:53.960Z Compiling ipnetwork v0.20.0
25832024-08-16T05:02:53.996Z Running `/home/build/.rustup/toolchains/1.80.1-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=576a17e2802e5273 -C extra-filename=-576a17e2802e5273 --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-4e48251cad14b4f3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25842024-08-16T05:02:54.283Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4)
25852024-08-16T05:02:54.311Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2021 /home/build/.cargo/git/checkouts/dropshot-a4a923d29dccc492/52d900a/dropshot_endpoint/src/lib.rs --error-format=json --json=diagnostic-rendered-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=dd16a4921adc1e76 -C extra-filename=-dd16a4921adc1e76 --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-830498e334c402a9.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-028d17ed3d350904.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25862024-08-16T05:02:54.526Z Compiling async-stream v0.3.5
25872024-08-16T05:02:54.550Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name async_stream --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-stream-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=eb56cc425a358c6a -C extra-filename=-eb56cc425a358c6a --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-24da5d56aa84ad68.so --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-965f1abbaef84084.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-5196b1d39b63f0cb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25882024-08-16T05:02:54.733Z Compiling serde_path_to_error v0.1.16
25892024-08-16T05:02:54.757Z Running `/home/build/.rustup/toolchains/1.80.1-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=4be9361d119216e5 -C extra-filename=-4be9361d119216e5 --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-4cb0fb6bacfafb96.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25902024-08-16T05:02:54.802Z Compiling hostname v0.4.0
25912024-08-16T05:02:54.830Z Running `/home/build/.rustup/toolchains/1.80.1-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=086102f80c5dec93 -C extra-filename=-086102f80c5dec93 --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-94faf137b493206b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-2977f4e89cc8b9da.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25922024-08-16T05:02:54.830Z Compiling instant v0.1.12
25932024-08-16T05:02:54.830Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name instant --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/instant-0.1.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("inaccurate", "js-sys", "now", "stdweb", "wasm-bindgen", "wasm-bindgen_rs", "web-sys"))' -C metadata=4d9fb3cc79b503f7 -C extra-filename=-4d9fb3cc79b503f7 --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-94faf137b493206b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25942024-08-16T05:02:54.857Z Dirty strum v0.26.3: the rustflags changed
25952024-08-16T05:02:54.857Z Compiling strum v0.26.3
25962024-08-16T05:02:54.881Z Running `/home/build/.rustup/toolchains/1.80.1-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=d605b07ab2a0de30 -C extra-filename=-d605b07ab2a0de30 --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-af4c16b7d1ccc6d5.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25972024-08-16T05:02:54.985Z Compiling quick-error v1.2.3
25982024-08-16T05:02:55.009Z Running `/home/build/.rustup/toolchains/1.80.1-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=5a51933d224a7ea6 -C extra-filename=-5a51933d224a7ea6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25992024-08-16T05:02:55.037Z Compiling newtype-uuid v1.1.0
26002024-08-16T05:02:55.060Z Running `/home/build/.rustup/toolchains/1.80.1-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.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=ee2c8e20fb86984d -C extra-filename=-ee2c8e20fb86984d --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-4e48251cad14b4f3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26012024-08-16T05:02:55.060Z Compiling structmeta-derive v0.3.0
26022024-08-16T05:02:55.084Z Running `/home/build/.rustup/toolchains/1.80.1-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=509e55e998b438b4 -C extra-filename=-509e55e998b438b4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26032024-08-16T05:02:55.134Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26042024-08-16T05:02:55.158Z Running `/home/build/.rustup/toolchains/1.80.1-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=492500dba913d1cf -C extra-filename=-492500dba913d1cf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26052024-08-16T05:02:55.183Z Compiling darling_macro v0.20.9
26062024-08-16T05:02:55.207Z Running `/home/build/.rustup/toolchains/1.80.1-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.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=bf09ae7f5d123ca8 -C extra-filename=-bf09ae7f5d123ca8 --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-a4eb756722b0b4ba.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26072024-08-16T05:02:55.305Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26082024-08-16T05:02:55.329Z Running `/home/build/.rustup/toolchains/1.80.1-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=f3f5ac9810f6b0f6 -C extra-filename=-f3f5ac9810f6b0f6 --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-ee2c8e20fb86984d.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4ec299dfa0e92da3.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26092024-08-16T05:02:55.472Z Compiling backoff v0.4.0
26102024-08-16T05:02:55.496Z Running `/home/build/.rustup/toolchains/1.80.1-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=36c3129a0af97f6f -C extra-filename=-36c3129a0af97f6f --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-965f1abbaef84084.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-f17162317cb3b488.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-4d9fb3cc79b503f7.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-5196b1d39b63f0cb.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rmeta --extern tokio_1=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26112024-08-16T05:02:55.607Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
26122024-08-16T05:02:55.631Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name oxnet --edition=2021 /home/build/.cargo/git/checkouts/oxnet-5e61f09626980c60/2612d22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=f4cae71614ec40ae -C extra-filename=-f4cae71614ec40ae --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-576a17e2802e5273.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26132024-08-16T05:02:55.776Z Compiling macaddr v1.0.1
26142024-08-16T05:02:55.800Z Running `/home/build/.rustup/toolchains/1.80.1-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=e96086556fa58dca -C extra-filename=-e96086556fa58dca --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-e6d1b1e69c921f3e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26152024-08-16T05:02:55.919Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26162024-08-16T05:02:55.945Z Running `/home/build/.rustup/toolchains/1.80.1-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=a33837303a60c71a -C extra-filename=-a33837303a60c71a --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-e9a5d2b6dcbc0177.rmeta --extern slog_error_chain_derive=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain_derive-492500dba913d1cf.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26172024-08-16T05:02:56.086Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26182024-08-16T05:02:56.110Z Running `/home/build/.rustup/toolchains/1.80.1-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=9285882dc19bb036 -C extra-filename=-9285882dc19bb036 --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-117336d8d843d17f.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
26192024-08-16T05:02:56.174Z Compiling darling v0.20.9
26202024-08-16T05:02:56.198Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name darling --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling-0.20.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="suggestions"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "diagnostics", "suggestions"))' -C metadata=25783681bc5c63f6 -C extra-filename=-25783681bc5c63f6 --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-a4eb756722b0b4ba.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-bf09ae7f5d123ca8.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26212024-08-16T05:02:56.198Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
26222024-08-16T05:02:56.198Z Running `/home/build/.rustup/toolchains/1.80.1-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=249130ebaa9ec96b -C extra-filename=-249130ebaa9ec96b --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-8b92b4dd1eb7bb06.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26232024-08-16T05:02:56.258Z Compiling wait-timeout v0.2.0
26242024-08-16T05:02:56.283Z Running `/home/build/.rustup/toolchains/1.80.1-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=382ca12bcb63e3d5 -C extra-filename=-382ca12bcb63e3d5 --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-2977f4e89cc8b9da.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26252024-08-16T05:02:56.307Z Compiling serde_with_macros v3.8.3
26262024-08-16T05:02:56.307Z Running `/home/build/.rustup/toolchains/1.80.1-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.8.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=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"))' -C metadata=26276cad85a6181c -C extra-filename=-26276cad85a6181c --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-25783681bc5c63f6.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26272024-08-16T05:02:56.346Z Compiling structmeta-derive v0.2.0
26282024-08-16T05:02:56.346Z Running `/home/build/.rustup/toolchains/1.80.1-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=c4396d75b0dbcb2b -C extra-filename=-c4396d75b0dbcb2b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26292024-08-16T05:02:56.793Z Compiling tokio-rustls v0.25.0
26302024-08-16T05:02:56.817Z Running `/home/build/.rustup/toolchains/1.80.1-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=245490cc34614dfc -C extra-filename=-245490cc34614dfc --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-96f0543fa0a6a6db.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-2fefae8d752d7a3a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out`
26312024-08-16T05:02:56.887Z Compiling rusty-fork v0.3.0
26322024-08-16T05:02:56.912Z Running `/home/build/.rustup/toolchains/1.80.1-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=dd79d6134e35d0d6 -C extra-filename=-dd79d6134e35d0d6 --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-384dbe410948d0e9.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-5a51933d224a7ea6.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c9a4d6e13c7778ce.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-382ca12bcb63e3d5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26332024-08-16T05:02:57.179Z Compiling rand_xorshift v0.3.0
26342024-08-16T05:02:57.203Z Running `/home/build/.rustup/toolchains/1.80.1-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=9696eb7f2dff198d -C extra-filename=-9696eb7f2dff198d --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-712f34846d8898c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26352024-08-16T05:02:57.545Z Compiling unarray v0.1.4
26362024-08-16T05:02:57.570Z Running `/home/build/.rustup/toolchains/1.80.1-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=902f42438c2f18fe -C extra-filename=-902f42438c2f18fe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26372024-08-16T05:02:57.608Z Dirty proc-macro-error-attr v1.0.4: the rustflags changed
26382024-08-16T05:02:57.608Z Compiling proc-macro-error-attr v1.0.4
26392024-08-16T05:02:57.632Z Running `/home/build/.rustup/toolchains/1.80.1-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=5d000a157274cd67 -C extra-filename=-5d000a157274cd67 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-5d000a157274cd67 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-6f67b0bf22e78afd.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26402024-08-16T05:02:57.692Z Compiling proptest v1.5.0
26412024-08-16T05:02:57.717Z Running `/home/build/.rustup/toolchains/1.80.1-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=6d215da14f02215a -C extra-filename=-6d215da14f02215a --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-f27c634c8e28190b.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-a4c480c9db0b285d.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-2cdb80079c610eca.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-4058c7340bf7b5f3.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-2914d78ac96fc53c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-06ff9ddc7c7c443e.rmeta --extern rand_xorshift=/work/oxidecomputer/omicron/target/debug/deps/librand_xorshift-9696eb7f2dff198d.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-7d938304ceffab4a.rmeta --extern rusty_fork=/work/oxidecomputer/omicron/target/debug/deps/librusty_fork-dd79d6134e35d0d6.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c9a4d6e13c7778ce.rmeta --extern unarray=/work/oxidecomputer/omicron/target/debug/deps/libunarray-902f42438c2f18fe.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26422024-08-16T05:02:57.776Z Compiling structmeta v0.3.0
26432024-08-16T05:02:57.802Z Running `/home/build/.rustup/toolchains/1.80.1-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=50192c4a7967f549 -C extra-filename=-50192c4a7967f549 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rmeta --extern structmeta_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta_derive-509e55e998b438b4.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26442024-08-16T05:02:57.866Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2021 /home/build/.cargo/git/checkouts/dropshot-a4a923d29dccc492/52d900a/dropshot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,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=03490b41d6426eda -C extra-filename=-03490b41d6426eda --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-eb56cc425a358c6a.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-eaec0f1802c5ca04.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-3393a48ce8c6687e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9affaf578e5b973c.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ec49e88f444663ef.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f8d6e08c22f4130f.rmeta --extern dropshot_endpoint=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_endpoint-dd16a4921adc1e76.so --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-5569ff5eb631ad8f.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rmeta --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-086102f80c5dec93.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-737c5057d02b1662.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e162d10efb2b5b84.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-1d5c0c31f7d309a1.rmeta --extern multer=/work/oxidecomputer/omicron/target/debug/deps/libmulter-3d59f6cd6b722575.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-704b70246acfb632.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4ec299dfa0e92da3.so --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-8bf889c42ff0e1d1.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-96f0543fa0a6a6db.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-0825b86e4f23338d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-5380524236143168.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-4be9361d119216e5.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-ecd473c12df48804.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-3eee71c48a5278a1.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-b72fa1ce96857786.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-cbb797d570546f11.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-458372da5fba99e4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-245490cc34614dfc.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-f31de78172241bf8.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-1abcbb01f770e22b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rmeta --extern waitgroup=/work/oxidecomputer/omicron/target/debug/deps/libwaitgroup-c6992fbdcfd8dfd4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out`
26452024-08-16T05:02:57.931Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-5d000a157274cd67/build-script-build`
26462024-08-16T05:02:58.001Z Dirty proc-macro-error v1.0.4: the rustflags changed
26472024-08-16T05:02:58.001Z Compiling proc-macro-error v1.0.4
26482024-08-16T05:02:58.025Z Running `/home/build/.rustup/toolchains/1.80.1-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=a4bca8a215788b67 -C extra-filename=-a4bca8a215788b67 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-a4bca8a215788b67 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-6f67b0bf22e78afd.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26492024-08-16T05:02:58.183Z Compiling parse-display-derive v0.10.0
26502024-08-16T05:02:58.206Z Running `/home/build/.rustup/toolchains/1.80.1-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=947ac3dd5707f459 -C extra-filename=-947ac3dd5707f459 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-7d938304ceffab4a.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-50192c4a7967f549.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26512024-08-16T05:02:58.360Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-a4bca8a215788b67/build-script-build`
26522024-08-16T05:02:58.549Z Running `/home/build/.rustup/toolchains/1.80.1-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=2c2579e9bbf82a84 -C extra-filename=-2c2579e9bbf82a84 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26532024-08-16T05:02:59.062Z Compiling structmeta v0.2.0
26542024-08-16T05:02:59.087Z Running `/home/build/.rustup/toolchains/1.80.1-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=db9a063fabe691ea -C extra-filename=-db9a063fabe691ea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rmeta --extern structmeta_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta_derive-c4396d75b0dbcb2b.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26552024-08-16T05:02:59.111Z Compiling serde_with v3.8.3
26562024-08-16T05:02:59.111Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_with --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_with-3.8.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --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", "hex", "indexmap", "indexmap_1", "indexmap_2", "json", "macros", "schemars_0_8", "std", "time_0_3"))' -C metadata=d26c7a19acbbbb77 -C extra-filename=-d26c7a19acbbbb77 --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-e6d1b1e69c921f3e.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-ab385fa9ff365316.so --extern serde_with_macros=/work/oxidecomputer/omicron/target/debug/deps/libserde_with_macros-26276cad85a6181c.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26572024-08-16T05:02:59.374Z Compiling camino-tempfile v1.1.1
26582024-08-16T05:02:59.398Z Running `/home/build/.rustup/toolchains/1.80.1-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=aa3d5d39ae47626b -C extra-filename=-aa3d5d39ae47626b --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-9affaf578e5b973c.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c9a4d6e13c7778ce.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26592024-08-16T05:02:59.452Z Compiling test-strategy v0.3.1
26602024-08-16T05:02:59.476Z Running `/home/build/.rustup/toolchains/1.80.1-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=33f37eee6fa58373 -C extra-filename=-33f37eee6fa58373 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-db9a063fabe691ea.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26612024-08-16T05:02:59.762Z Running `/home/build/.rustup/toolchains/1.80.1-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=be785971ed3c6df6 -C extra-filename=-be785971ed3c6df6 --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-2c2579e9bbf82a84.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0c3b85329fe55c62.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg use_fallback`
26622024-08-16T05:03:00.344Z Compiling proc-macro-crate v1.3.1
26632024-08-16T05:03:00.370Z Running `/home/build/.rustup/toolchains/1.80.1-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=a033425e360d29e5 -C extra-filename=-a033425e360d29e5 --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-d381d90b77512a0f.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-a96eb0ad0abb3b00.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26642024-08-16T05:03:01.239Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26652024-08-16T05:03:01.263Z Running `/home/build/.rustup/toolchains/1.80.1-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=d7e5a9887b0b0e8e -C extra-filename=-d7e5a9887b0b0e8e --out-dir /work/oxidecomputer/omicron/target/debug/build/nvpair-sys-d7e5a9887b0b0e8e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26662024-08-16T05:03:01.593Z Running `/work/oxidecomputer/omicron/target/debug/build/nvpair-sys-d7e5a9887b0b0e8e/build-script-build`
26672024-08-16T05:03:01.618Z Compiling num_enum_derive v0.5.11
26682024-08-16T05:03:01.642Z Running `/home/build/.rustup/toolchains/1.80.1-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=92043f38762698cb -C extra-filename=-92043f38762698cb --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-a033425e360d29e5.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0c3b85329fe55c62.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26692024-08-16T05:03:01.775Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
26702024-08-16T05:03:01.800Z Running `/home/build/.rustup/toolchains/1.80.1-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=525ace519d3346b6 -C extra-filename=-525ace519d3346b6 --out-dir /work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-525ace519d3346b6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26712024-08-16T05:03:02.095Z Running `/work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-525ace519d3346b6/build-script-build`
26722024-08-16T05:03:02.125Z Compiling foreign-types-macros v0.2.3
26732024-08-16T05:03:02.153Z Running `/home/build/.rustup/toolchains/1.80.1-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=df170ba7eb52ebc6 -C extra-filename=-df170ba7eb52ebc6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26742024-08-16T05:03:02.340Z Compiling foreign-types-shared v0.3.1
26752024-08-16T05:03:02.365Z Running `/home/build/.rustup/toolchains/1.80.1-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=62e6d3d49a368cf7 -C extra-filename=-62e6d3d49a368cf7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26762024-08-16T05:03:02.437Z Compiling parse-display v0.10.0
26772024-08-16T05:03:02.461Z Running `/home/build/.rustup/toolchains/1.80.1-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=aa2fc19618e8223a -C extra-filename=-aa2fc19618e8223a --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-947ac3dd5707f459.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-7d938304ceffab4a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26782024-08-16T05:03:02.519Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
26792024-08-16T05:03:02.543Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/git/checkouts/rusty-doors-f5932c202d734158/42ad010/lib/build.rs --error-format=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=f477c3b355d84377 -C extra-filename=-f477c3b355d84377 --out-dir /work/oxidecomputer/omicron/target/debug/build/rusty-doors-f477c3b355d84377 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26802024-08-16T05:03:02.827Z Running `/work/oxidecomputer/omicron/target/debug/build/rusty-doors-f477c3b355d84377/build-script-build`
26812024-08-16T05:03:02.855Z Running `/home/build/.rustup/toolchains/1.80.1-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=66564d91ab6f2ef3 -C extra-filename=-66564d91ab6f2ef3 --out-dir /work/oxidecomputer/omicron/target/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`
26822024-08-16T05:03:02.885Z Running `/home/build/.rustup/toolchains/1.80.1-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=0294cfe81e15398b -C extra-filename=-0294cfe81e15398b --out-dir /work/oxidecomputer/omicron/target/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`
26832024-08-16T05:03:03.016Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
26842024-08-16T05:03:03.041Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name rusty_doors_macros --edition=2018 /home/build/.cargo/git/checkouts/rusty-doors-f5932c202d734158/42ad010/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=3251be0370a8c741 -C extra-filename=-3251be0370a8c741 --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-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0c3b85329fe55c62.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26852024-08-16T05:03:03.066Z Compiling cstr-argument v0.1.2
26862024-08-16T05:03:03.066Z Running `/home/build/.rustup/toolchains/1.80.1-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=aab9cf1341f27a2e -C extra-filename=-aab9cf1341f27a2e --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-94faf137b493206b.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-3b15747880b886c1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26872024-08-16T05:03:03.125Z Compiling pretty-hex v0.2.1
26882024-08-16T05:03:03.149Z Running `/home/build/.rustup/toolchains/1.80.1-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=27176efeb89a212c -C extra-filename=-27176efeb89a212c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26892024-08-16T05:03:03.318Z Compiling tabwriter v1.4.0
26902024-08-16T05:03:03.342Z Running `/home/build/.rustup/toolchains/1.80.1-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=36b664ce9afcce98 -C extra-filename=-36b664ce9afcce98 --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-3919ec52e6b0b262.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26912024-08-16T05:03:03.366Z Compiling colored v2.1.0
26922024-08-16T05:03:03.366Z Running `/home/build/.rustup/toolchains/1.80.1-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=6166f879ac927c99 -C extra-filename=-6166f879ac927c99 --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-4058c7340bf7b5f3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26932024-08-16T05:03:03.459Z Compiling foreign-types v0.5.0
26942024-08-16T05:03:03.482Z Running `/home/build/.rustup/toolchains/1.80.1-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=26ae3eac20104068 -C extra-filename=-26ae3eac20104068 --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-df170ba7eb52ebc6.so --extern foreign_types_shared=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types_shared-62e6d3d49a368cf7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26952024-08-16T05:03:03.570Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26962024-08-16T05:03:03.595Z Running `/home/build/.rustup/toolchains/1.80.1-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=1acf1cd39738a6dc -C extra-filename=-1acf1cd39738a6dc --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-aab9cf1341f27a2e.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-26ae3eac20104068.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-0294cfe81e15398b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26972024-08-16T05:03:03.808Z Compiling socket2 v0.4.10
26982024-08-16T05:03:03.832Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-0.4.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="all"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all"))' -C metadata=840ec633df61280a -C extra-filename=-840ec633df61280a --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-2977f4e89cc8b9da.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26992024-08-16T05:03:03.963Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name rusty_doors --edition=2018 /home/build/.cargo/git/checkouts/rusty-doors-f5932c202d734158/42ad010/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=6bbe70412c43601f -C extra-filename=-6bbe70412c43601f --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-2977f4e89cc8b9da.rmeta --extern rusty_doors_macros=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors_macros-3251be0370a8c741.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l door`
27002024-08-16T05:03:04.086Z Compiling smf v0.2.3
27012024-08-16T05:03:04.086Z Running `/home/build/.rustup/toolchains/1.80.1-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=b94b1747d4cd77f0 -C extra-filename=-b94b1747d4cd77f0 --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-da9815be099cf41c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27022024-08-16T05:03:04.135Z Compiling termtree v0.4.1
27032024-08-16T05:03:04.159Z Running `/home/build/.rustup/toolchains/1.80.1-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=3f580d41a8e4e74f -C extra-filename=-3f580d41a8e4e74f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27042024-08-16T05:03:04.159Z Compiling heapless v0.8.0
27052024-08-16T05:03:04.159Z Running `/home/build/.rustup/toolchains/1.80.1-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=e556d1dbcfabb7d1 -C extra-filename=-e556d1dbcfabb7d1 --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-e556d1dbcfabb7d1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27062024-08-16T05:03:04.193Z Compiling num_enum v0.5.11
27072024-08-16T05:03:04.217Z Running `/home/build/.rustup/toolchains/1.80.1-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=eba80f8f3959f5d7 -C extra-filename=-eba80f8f3959f5d7 --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-92043f38762698cb.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27082024-08-16T05:03:04.336Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
27092024-08-16T05:03:04.360Z Running `/home/build/.rustup/toolchains/1.80.1-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=fb6b813dea961406 -C extra-filename=-fb6b813dea961406 --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-2977f4e89cc8b9da.rmeta --extern libdlpi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibdlpi_sys-66564d91ab6f2ef3.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-eba80f8f3959f5d7.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-27176efeb89a212c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27102024-08-16T05:03:04.361Z Compiling predicates-tree v1.0.9
27112024-08-16T05:03:04.361Z Running `/home/build/.rustup/toolchains/1.80.1-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.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=e26635fc8c38883b -C extra-filename=-e26635fc8c38883b --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-010f1331228f9ea5.rmeta --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-3f580d41a8e4e74f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27122024-08-16T05:03:04.593Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
27132024-08-16T05:03:04.618Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name typify_macro --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/ad1296f/typify-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=bb85ead407bc880e -C extra-filename=-bb85ead407bc880e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-b79acf795c5ad975.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-028d17ed3d350904.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rlib --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-5cb26c37f3566e7c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27142024-08-16T05:03:04.618Z Compiling hash32 v0.3.1
27152024-08-16T05:03:04.618Z Running `/home/build/.rustup/toolchains/1.80.1-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=4832032344ca634d -C extra-filename=-4832032344ca634d --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-325983a483f82094.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27162024-08-16T05:03:04.646Z Compiling smoltcp v0.11.0
27172024-08-16T05:03:04.646Z Running `/home/build/.rustup/toolchains/1.80.1-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=8932ed320cfb35a5 -C extra-filename=-8932ed320cfb35a5 --out-dir /work/oxidecomputer/omicron/target/debug/build/smoltcp-8932ed320cfb35a5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27182024-08-16T05:03:04.715Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-e556d1dbcfabb7d1/build-script-build`
27192024-08-16T05:03:04.813Z Compiling crucible-workspace-hack v0.1.0
27202024-08-16T05:03:04.838Z Running `/home/build/.rustup/toolchains/1.80.1-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=7bb6db9d5be3b93a -C extra-filename=-7bb6db9d5be3b93a --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-7bb6db9d5be3b93a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27212024-08-16T05:03:04.838Z Compiling cobs v0.2.3
27222024-08-16T05:03:04.838Z Running `/home/build/.rustup/toolchains/1.80.1-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=e7a06af4cb4d7afa -C extra-filename=-e7a06af4cb4d7afa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27232024-08-16T05:03:04.961Z Running `/home/build/.rustup/toolchains/1.80.1-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=b9ac8a798b087133 -C extra-filename=-b9ac8a798b087133 --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-4832032344ca634d.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-d8344a76eab0acab.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27242024-08-16T05:03:05.104Z Compiling embedded-io v0.4.0
27252024-08-16T05:03:05.133Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name embedded_io --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/embedded-io-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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "async", "defmt", "futures", "log", "std", "tokio"))' -C metadata=443730149b1d4047 -C extra-filename=-443730149b1d4047 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27262024-08-16T05:03:05.157Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-7bb6db9d5be3b93a/build-script-build`
27272024-08-16T05:03:05.157Z Running `/home/build/.rustup/toolchains/1.80.1-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=8df2ed83fa4c112a -C extra-filename=-8df2ed83fa4c112a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27282024-08-16T05:03:05.255Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
27292024-08-16T05:03:05.280Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/3dc9a3d/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=4a360e1607cc080d -C extra-filename=-4a360e1607cc080d --out-dir /work/oxidecomputer/omicron/target/debug/build/opte-4a360e1607cc080d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-6f67b0bf22e78afd.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27302024-08-16T05:03:05.280Z Compiling postcard v1.0.8
27312024-08-16T05:03:05.280Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name postcard --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/postcard-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 --cfg 'feature="alloc"' --cfg 'feature="embedded-io"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "const_format", "crc", "default", "defmt", "embedded-io", "experimental-derive", "heapless", "heapless-cas", "paste", "postcard-derive", "use-crc", "use-defmt", "use-std"))' -C metadata=f745479abea801c2 -C extra-filename=-f745479abea801c2 --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-e7a06af4cb4d7afa.rmeta --extern embedded_io=/work/oxidecomputer/omicron/target/debug/deps/libembedded_io-443730149b1d4047.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27322024-08-16T05:03:05.311Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
27332024-08-16T05:03:05.335Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name illumos_sys_hdrs --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/3dc9a3d/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=e6dbc30862eb38b9 -C extra-filename=-e6dbc30862eb38b9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27342024-08-16T05:03:05.335Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-8932ed320cfb35a5/build-script-build`
27352024-08-16T05:03:05.359Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
27362024-08-16T05:03:05.359Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name kstat_macro --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/3dc9a3d/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=67a3e31b0897cb77 -C extra-filename=-67a3e31b0897cb77 --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-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27372024-08-16T05:03:05.473Z Compiling sigpipe v0.1.3
27382024-08-16T05:03:05.498Z Running `/home/build/.rustup/toolchains/1.80.1-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=45b57db55fdbd199 -C extra-filename=-45b57db55fdbd199 --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-2977f4e89cc8b9da.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27392024-08-16T05:03:05.554Z Compiling mockall_derive v0.13.0
27402024-08-16T05:03:05.578Z Running `/home/build/.rustup/toolchains/1.80.1-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=840718ae530a1b62 -C extra-filename=-840718ae530a1b62 --out-dir /work/oxidecomputer/omicron/target/debug/build/mockall_derive-840718ae530a1b62 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27412024-08-16T05:03:05.604Z Running `/work/oxidecomputer/omicron/target/debug/build/opte-4a360e1607cc080d/build-script-build`
27422024-08-16T05:03:05.628Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
27432024-08-16T05:03:05.628Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-25ac2db9b1b244c6/4ceaf96/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=03b8ac6ea3fd311e -C extra-filename=-03b8ac6ea3fd311e --out-dir /work/oxidecomputer/omicron/target/debug/build/libnet-03b8ac6ea3fd311e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27442024-08-16T05:03:05.653Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
27452024-08-16T05:03:05.677Z Running `/home/build/.rustup/toolchains/1.80.1-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=1bcf0f2aa9b53959 -C extra-filename=-1bcf0f2aa9b53959 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27462024-08-16T05:03:05.875Z Running `/home/build/.rustup/toolchains/1.80.1-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=602d7e1333826dc3 -C extra-filename=-602d7e1333826dc3 --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-e992fadcca1ed6f2.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-325983a483f82094.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-b9ac8a798b087133.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-7ebffa2b30e78119.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27472024-08-16T05:03:05.918Z Running `/work/oxidecomputer/omicron/target/debug/build/mockall_derive-840718ae530a1b62/build-script-build`
27482024-08-16T05:03:05.942Z Running `/work/oxidecomputer/omicron/target/debug/build/libnet-03b8ac6ea3fd311e/build-script-build`
27492024-08-16T05:03:05.967Z Running `/home/build/.rustup/toolchains/1.80.1-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=4961c33f6949946b -C extra-filename=-4961c33f6949946b --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-94faf137b493206b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(reprocheck)'`
27502024-08-16T05:03:05.992Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
27512024-08-16T05:03:05.992Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
27522024-08-16T05:03:05.992Z Running `/home/build/.rustup/toolchains/1.80.1-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=3baa27e2c88a295e -C extra-filename=-3baa27e2c88a295e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9affaf578e5b973c.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ec49e88f444663ef.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2196679845e40df5.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rmeta --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-45b57db55fdbd199.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
27532024-08-16T05:03:05.992Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name libnet --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-25ac2db9b1b244c6/4ceaf96/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=3fbfaddf207da81e -C extra-filename=-3fbfaddf207da81e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-6166f879ac927c99.rmeta --extern dlpi=/work/oxidecomputer/omicron/target/debug/deps/libdlpi-fb6b813dea961406.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-2977f4e89cc8b9da.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-eba80f8f3959f5d7.rmeta --extern nvpair=/work/oxidecomputer/omicron/target/debug/deps/libnvpair-1acf1cd39738a6dc.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-0294cfe81e15398b.rmeta --extern rusty_doors=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors-6bbe70412c43601f.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-840ec633df61280a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-119892d76510e357.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l kstat`
27542024-08-16T05:03:05.992Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name zone_cfg_derive --edition=2018 /home/build/.cargo/git/checkouts/zone-9383037a9395112c/f1920d5/zone_cfg_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())' -C metadata=92b301a6174532f4 -C extra-filename=-92b301a6174532f4 --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-64fe453a3f9fcd4a.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-be785971ed3c6df6.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0c3b85329fe55c62.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27552024-08-16T05:03:06.260Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
27562024-08-16T05:03:06.286Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api_sys --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/24a74d0/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=a73d7c679d04db41 -C extra-filename=-a73d7c679d04db41 --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-2977f4e89cc8b9da.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d605b07ab2a0de30.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27572024-08-16T05:03:06.636Z Compiling num-derive v0.4.2
27582024-08-16T05:03:06.660Z Running `/home/build/.rustup/toolchains/1.80.1-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=4722cb14eb30b203 -C extra-filename=-4722cb14eb30b203 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27592024-08-16T05:03:06.969Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
27602024-08-16T05:03:06.996Z Running `/home/build/.rustup/toolchains/1.80.1-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=a3fc801a6ca21997 -C extra-filename=-a3fc801a6ca21997 --out-dir /work/oxidecomputer/omicron/target/debug/build/illumos-utils-a3fc801a6ca21997 -L dependency=/work/oxidecomputer/omicron/target/debug/deps -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27612024-08-16T05:03:07.250Z Compiling same-file v1.0.6
27622024-08-16T05:03:07.276Z Running `/home/build/.rustup/toolchains/1.80.1-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=9239fd0f0a5434c0 -C extra-filename=-9239fd0f0a5434c0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27632024-08-16T05:03:07.326Z Compiling downcast v0.11.0
27642024-08-16T05:03:07.350Z Running `/home/build/.rustup/toolchains/1.80.1-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=4fcc4acd430b883f -C extra-filename=-4fcc4acd430b883f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27652024-08-16T05:03:07.589Z Compiling fragile v2.0.0
27662024-08-16T05:03:07.613Z Running `/home/build/.rustup/toolchains/1.80.1-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=d2f257ecbd91aeaa -C extra-filename=-d2f257ecbd91aeaa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27672024-08-16T05:03:07.636Z Compiling walkdir v2.5.0
27682024-08-16T05:03:07.636Z Running `/home/build/.rustup/toolchains/1.80.1-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=321402a375879e82 -C extra-filename=-321402a375879e82 --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-9239fd0f0a5434c0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27692024-08-16T05:03:08.160Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
27702024-08-16T05:03:08.184Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name zone --edition=2018 /home/build/.cargo/git/checkouts/zone-9383037a9395112c/f1920d5/zone/src/lib.rs --error-format=json --json=diagnostic-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=743d677180e987a0 -C extra-filename=-743d677180e987a0 --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-197a32e1da667e01.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-92b301a6174532f4.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27712024-08-16T05:03:08.292Z Running `/work/oxidecomputer/omicron/target/debug/build/illumos-utils-a3fc801a6ca21997/build-script-build`
27722024-08-16T05:03:08.320Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
27732024-08-16T05:03:08.344Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/24a74d0/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=8d18c4146d23f941 -C extra-filename=-8d18c4146d23f941 --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-a73d7c679d04db41.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-2977f4e89cc8b9da.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d605b07ab2a0de30.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27742024-08-16T05:03:08.711Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
27752024-08-16T05:03:08.735Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_smf --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/e58ca36/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=28e86c655782e1d0 -C extra-filename=-28e86c655782e1d0 --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-8df2ed83fa4c112a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-2977f4e89cc8b9da.rmeta --extern num_derive=/work/oxidecomputer/omicron/target/debug/deps/libnum_derive-4722cb14eb30b203.so --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-2914d78ac96fc53c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27762024-08-16T05:03:08.758Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
27772024-08-16T05:03:08.782Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name opte_api --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/3dc9a3d/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=a263b5682c414c14 -C extra-filename=-a263b5682c414c14 --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-e6dbc30862eb38b9.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-576a17e2802e5273.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-f745479abea801c2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-602d7e1333826dc3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27782024-08-16T05:03:08.823Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
27792024-08-16T05:03:08.847Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name typify --edition=2021 /home/build/.cargo/git/checkouts/typify-288d5a84bbbe6a46/ad1296f/typify/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=5952b97ce8bd7434 -C extra-filename=-5952b97ce8bd7434 --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-5cb26c37f3566e7c.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-bb85ead407bc880e.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27802024-08-16T05:03:08.954Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
27812024-08-16T05:03:08.978Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_impl --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/c59c6d6/progenitor-impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9cb5fa261546b020 -C extra-filename=-9cb5fa261546b020 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern getopts=/work/oxidecomputer/omicron/target/debug/deps/libgetopts-c6002415ff761945.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-830498e334c402a9.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-737c5057d02b1662.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-1d5c0c31f7d309a1.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-704b70246acfb632.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-5952b97ce8bd7434.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-3d72d7b152c86412.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27822024-08-16T05:03:09.249Z Compiling humantime v2.1.0
27832024-08-16T05:03:09.273Z Running `/home/build/.rustup/toolchains/1.80.1-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=0a85939c8c116b02 -C extra-filename=-0a85939c8c116b02 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27842024-08-16T05:03:09.517Z Dirty xattr v1.3.1: the rustflags changed
27852024-08-16T05:03:09.517Z Compiling xattr v1.3.1
27862024-08-16T05:03:09.541Z Running `/home/build/.rustup/toolchains/1.80.1-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=d580056de754841e -C extra-filename=-d580056de754841e --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-ae3405e4bf64d784.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27872024-08-16T05:03:09.605Z Dirty filetime v0.2.24: the rustflags changed
27882024-08-16T05:03:09.605Z Compiling filetime v0.2.24
27892024-08-16T05:03:09.629Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name filetime --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/filetime-0.2.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())' -C metadata=9756a0ac9cc799e4 -C extra-filename=-9756a0ac9cc799e4 --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-94faf137b493206b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-2977f4e89cc8b9da.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27902024-08-16T05:03:09.680Z Compiling arc-swap v1.7.1
27912024-08-16T05:03:09.705Z Running `/home/build/.rustup/toolchains/1.80.1-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=0d304e6ef816775a -C extra-filename=-0d304e6ef816775a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27922024-08-16T05:03:09.773Z Compiling utf-8 v0.7.6
27932024-08-16T05:03:09.814Z Running `/home/build/.rustup/toolchains/1.80.1-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=402f663b8b26fd9e -C extra-filename=-402f663b8b26fd9e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27942024-08-16T05:03:09.911Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name opte --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/3dc9a3d/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=8d2ce0d97acda3a5 -C extra-filename=-8d2ce0d97acda3a5 --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-94faf137b493206b.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-5859d1b7689bc278.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-e6dbc30862eb38b9.rmeta --extern kstat_macro=/work/oxidecomputer/omicron/target/debug/deps/libkstat_macro-67a3e31b0897cb77.so --extern opte_api=/work/oxidecomputer/omicron/target/debug/deps/libopte_api-a263b5682c414c14.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-f745479abea801c2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-602d7e1333826dc3.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-36b664ce9afcce98.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)'`
27952024-08-16T05:03:10.069Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
27962024-08-16T05:03:10.106Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name oxide_vpc --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/3dc9a3d/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=4b5e4f6becb686d5 -C extra-filename=-4b5e4f6becb686d5 --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-94faf137b493206b.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-e6dbc30862eb38b9.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-8d2ce0d97acda3a5.rmeta --extern poptrie=/work/oxidecomputer/omicron/target/debug/deps/libpoptrie-1bcf0f2aa9b53959.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-602d7e1333826dc3.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-36b664ce9afcce98.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-6a6c96d3d3dbf088.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27972024-08-16T05:03:10.106Z Dirty tar v0.4.41: the rustflags changed
27982024-08-16T05:03:10.106Z Compiling tar v0.4.41
27992024-08-16T05:03:10.106Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tar --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tar-0.4.41/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="xattr"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "xattr"))' -C metadata=be5b8cddf8b2d4c2 -C extra-filename=-be5b8cddf8b2d4c2 --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-9756a0ac9cc799e4.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-2977f4e89cc8b9da.rmeta --extern xattr=/work/oxidecomputer/omicron/target/debug/deps/libxattr-d580056de754841e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28002024-08-16T05:03:10.135Z Compiling slog-scope v4.4.0
28012024-08-16T05:03:10.135Z Running `/home/build/.rustup/toolchains/1.80.1-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=5f11e017fd164908 -C extra-filename=-5f11e017fd164908 --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-0d304e6ef816775a.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-4058c7340bf7b5f3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28022024-08-16T05:03:10.272Z Compiling newline-converter v0.3.0
28032024-08-16T05:03:10.297Z Running `/home/build/.rustup/toolchains/1.80.1-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=1025312162311df7 -C extra-filename=-1025312162311df7 --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-d809c6274b019e58.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28042024-08-16T05:03:10.426Z Compiling slog-stdlog v4.1.1
28052024-08-16T05:03:10.450Z Running `/home/build/.rustup/toolchains/1.80.1-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=4305b37fc9523ddf -C extra-filename=-4305b37fc9523ddf --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-46cf9439802ec3f9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-5f11e017fd164908.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28062024-08-16T05:03:10.521Z Compiling termcolor v1.4.1
28072024-08-16T05:03:10.546Z Running `/home/build/.rustup/toolchains/1.80.1-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=729e749081eb9f7f -C extra-filename=-729e749081eb9f7f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28082024-08-16T05:03:10.584Z Compiling slog-envlogger v2.2.0
28092024-08-16T05:03:10.609Z Running `/home/build/.rustup/toolchains/1.80.1-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=423154c0ac8a55bc -C extra-filename=-423154c0ac8a55bc --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-46cf9439802ec3f9.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-5f11e017fd164908.rmeta --extern slog_stdlog=/work/oxidecomputer/omicron/target/debug/deps/libslog_stdlog-4305b37fc9523ddf.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-458372da5fba99e4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28102024-08-16T05:03:10.755Z Compiling expectorate v1.1.0
28112024-08-16T05:03:10.779Z Running `/home/build/.rustup/toolchains/1.80.1-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=dd2116e3ef4953cd -C extra-filename=-dd2116e3ef4953cd --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-798580260be3f871.rmeta --extern newline_converter=/work/oxidecomputer/omicron/target/debug/deps/libnewline_converter-1025312162311df7.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-9b44837149fa8959.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28122024-08-16T05:03:10.920Z Compiling tungstenite v0.21.0
28132024-08-16T05:03:10.944Z Running `/home/build/.rustup/toolchains/1.80.1-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=c06d31a15c8d7fe8 -C extra-filename=-c06d31a15c8d7fe8 --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-325983a483f82094.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-3393a48ce8c6687e.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-cd98acc801d35958.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-56be42c7d60e2045.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-4ceb8996510f7f6e.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-46cf9439802ec3f9.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-3eee71c48a5278a1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-c883dcfe2d3789aa.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-402f663b8b26fd9e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28142024-08-16T05:03:11.244Z Compiling atty v0.2.14
28152024-08-16T05:03:11.269Z Running `/home/build/.rustup/toolchains/1.80.1-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=2bc284534fe66366 -C extra-filename=-2bc284534fe66366 --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-2977f4e89cc8b9da.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28162024-08-16T05:03:11.293Z Compiling derive-where v1.2.7
28172024-08-16T05:03:11.293Z Running `/home/build/.rustup/toolchains/1.80.1-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=8755f378a0d2712e -C extra-filename=-8755f378a0d2712e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28182024-08-16T05:03:11.381Z Compiling pem v3.0.4
28192024-08-16T05:03:11.404Z Running `/home/build/.rustup/toolchains/1.80.1-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=fc1210f8ac466272 -C extra-filename=-fc1210f8ac466272 --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-2da632077f49dfb6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28202024-08-16T05:03:11.802Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
28212024-08-16T05:03:11.829Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name opte_ioctl --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/3dc9a3d/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=35a1f2c604c24a61 -C extra-filename=-35a1f2c604c24a61 --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-2977f4e89cc8b9da.rmeta --extern libnet=/work/oxidecomputer/omicron/target/debug/deps/liblibnet-3fbfaddf207da81e.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-8d2ce0d97acda3a5.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-4b5e4f6becb686d5.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-f745479abea801c2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28222024-08-16T05:03:11.880Z Compiling tokio-tungstenite v0.21.0
28232024-08-16T05:03:11.905Z Running `/home/build/.rustup/toolchains/1.80.1-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=2bb6708e55ca1614 -C extra-filename=-2bb6708e55ca1614 --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-a0ceeed7299917eb.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-46cf9439802ec3f9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-c06d31a15c8d7fe8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28242024-08-16T05:03:12.077Z Compiling blake2 v0.10.6
28252024-08-16T05:03:12.101Z Running `/home/build/.rustup/toolchains/1.80.1-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=48e35eb974390c08 -C extra-filename=-48e35eb974390c08 --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-57df871143d3c7b1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28262024-08-16T05:03:12.335Z Compiling password-hash v0.5.0
28272024-08-16T05:03:12.359Z Running `/home/build/.rustup/toolchains/1.80.1-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=fb555b835fc1e8f4 -C extra-filename=-fb555b835fc1e8f4 --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-43a44750c8116f3c.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-712f34846d8898c6.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-69c441407b09e74b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28282024-08-16T05:03:12.636Z Compiling mockall v0.13.0
28292024-08-16T05:03:12.660Z Running `/home/build/.rustup/toolchains/1.80.1-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=b1a54d07005cc8e8 -C extra-filename=-b1a54d07005cc8e8 --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-94faf137b493206b.rmeta --extern downcast=/work/oxidecomputer/omicron/target/debug/deps/libdowncast-4fcc4acd430b883f.rmeta --extern fragile=/work/oxidecomputer/omicron/target/debug/deps/libfragile-d2f257ecbd91aeaa.rmeta --extern mockall_derive=/work/oxidecomputer/omicron/target/debug/deps/libmockall_derive-4961c33f6949946b.so --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-457abf17ed177e26.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-e26635fc8c38883b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28302024-08-16T05:03:12.783Z Compiling argon2 v0.5.3
28312024-08-16T05:03:12.812Z Running `/home/build/.rustup/toolchains/1.80.1-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=e6a05c4ee967ff05 -C extra-filename=-e6a05c4ee967ff05 --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-43a44750c8116f3c.rmeta --extern blake2=/work/oxidecomputer/omicron/target/debug/deps/libblake2-48e35eb974390c08.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-250510e548f1bd64.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-fb555b835fc1e8f4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28322024-08-16T05:03:12.959Z Compiling tungstenite v0.20.1
28332024-08-16T05:03:12.990Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tungstenite-0.20.1/src/lib.rs --error-format=json --json=diagnostic-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-tls-native-roots", "rustls-tls-webpki-roots", "sha1", "url", "webpki-roots"))' -C metadata=9655046df2609770 -C extra-filename=-9655046df2609770 --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-325983a483f82094.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-3393a48ce8c6687e.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-cd98acc801d35958.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-737c5057d02b1662.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-4ceb8996510f7f6e.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-46cf9439802ec3f9.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-3eee71c48a5278a1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-c883dcfe2d3789aa.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-402f663b8b26fd9e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28342024-08-16T05:03:13.041Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
28352024-08-16T05:03:13.067Z Running `/home/build/.rustup/toolchains/1.80.1-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=8a57ef772b263da4 -C extra-filename=-8a57ef772b263da4 --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-117336d8d843d17f.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
28362024-08-16T05:03:13.268Z Compiling convert_case v0.4.0
28372024-08-16T05:03:13.293Z Running `/home/build/.rustup/toolchains/1.80.1-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=6dc902c7485ec1d1 -C extra-filename=-6dc902c7485ec1d1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28382024-08-16T05:03:13.320Z Compiling env_logger v0.9.3
28392024-08-16T05:03:13.320Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name env_logger --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/env_logger-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="atty"' --cfg 'feature="default"' --cfg 'feature="humantime"' --cfg 'feature="regex"' --cfg 'feature="termcolor"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("atty", "default", "humantime", "regex", "termcolor"))' -C metadata=12d5490c161c6bd9 -C extra-filename=-12d5490c161c6bd9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-2bc284534fe66366.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-46cf9439802ec3f9.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-729e749081eb9f7f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28402024-08-16T05:03:13.399Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
28412024-08-16T05:03:13.423Z Running `/home/build/.rustup/toolchains/1.80.1-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=db0a2b655bd3c8dd -C extra-filename=-db0a2b655bd3c8dd --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-e6a05c4ee967ff05.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d26c7a19acbbbb77.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
28422024-08-16T05:03:13.756Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28432024-08-16T05:03:13.780Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api_sys --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/6dceb9e/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=c90364c0ade5f4ac -C extra-filename=-c90364c0ade5f4ac --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-2977f4e89cc8b9da.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d605b07ab2a0de30.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28442024-08-16T05:03:14.164Z Compiling tokio-tungstenite v0.20.1
28452024-08-16T05:03:14.190Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-tungstenite-0.20.1/src/lib.rs --error-format=json --json=diagnostic-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-tls-native-roots", "rustls-tls-webpki-roots", "stream", "tokio-native-tls", "tokio-rustls", "webpki-roots"))' -C metadata=1a65099964f4de0b -C extra-filename=-1a65099964f4de0b --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-a0ceeed7299917eb.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-46cf9439802ec3f9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-9655046df2609770.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28462024-08-16T05:03:14.190Z Compiling derive_more v0.99.18
28472024-08-16T05:03:14.190Z Running `/home/build/.rustup/toolchains/1.80.1-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=aae238a7f781fbdf -C extra-filename=-aae238a7f781fbdf --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-6dc902c7485ec1d1.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28482024-08-16T05:03:14.444Z Compiling bitstruct_derive v0.1.0
28492024-08-16T05:03:14.470Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name bitstruct_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitstruct_derive-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=d3b46eb0f9b2a27f -C extra-filename=-d3b46eb0f9b2a27f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0c3b85329fe55c62.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28502024-08-16T05:03:14.470Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28512024-08-16T05:03:14.470Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name viona_api_sys --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/6dceb9e/crates/viona-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=d7a521208db6e6ce -C extra-filename=-d7a521208db6e6ce --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-2977f4e89cc8b9da.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28522024-08-16T05:03:14.605Z Compiling ascii v1.1.0
28532024-08-16T05:03:14.629Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28542024-08-16T05:03:14.629Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name ascii --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ascii-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("alloc", "default", "serde", "serde_test", "std"))' -C metadata=fd22831dba000475 -C extra-filename=-fd22831dba000475 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28552024-08-16T05:03:14.629Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name viona_api --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/6dceb9e/crates/viona-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=c120b9fd9969436b -C extra-filename=-c120b9fd9969436b --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-2977f4e89cc8b9da.rmeta --extern viona_api_sys=/work/oxidecomputer/omicron/target/debug/deps/libviona_api_sys-d7a521208db6e6ce.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28562024-08-16T05:03:14.802Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28572024-08-16T05:03:14.827Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/6dceb9e/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=1a29578468b269d8 -C extra-filename=-1a29578468b269d8 --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-c90364c0ade5f4ac.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-2977f4e89cc8b9da.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d605b07ab2a0de30.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28582024-08-16T05:03:14.910Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28592024-08-16T05:03:14.935Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name dladm --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/6dceb9e/crates/dladm/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7087485ee16b734a -C extra-filename=-7087485ee16b734a --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-2977f4e89cc8b9da.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d605b07ab2a0de30.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28602024-08-16T05:03:15.133Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
28612024-08-16T05:03:15.158Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name rfb --edition=2021 /home/build/.cargo/git/checkouts/rfb-288dbd459c42dc7a/0cac8d9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=628079e691b93600 -C extra-filename=-628079e691b93600 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ascii=/work/oxidecomputer/omicron/target/debug/deps/libascii-fd22831dba000475.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-eaec0f1802c5ca04.so --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-e992fadcca1ed6f2.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-12d5490c161c6bd9.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-46cf9439802ec3f9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28622024-08-16T05:03:15.158Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28632024-08-16T05:03:15.158Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis_types --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/6dceb9e/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=3b1fd5787ee6d477 -C extra-filename=-3b1fd5787ee6d477 --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-4e48251cad14b4f3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28642024-08-16T05:03:15.194Z Compiling erased-serde v0.3.31
28652024-08-16T05:03:15.218Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name erased_serde --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/erased-serde-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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "unstable-debug"))' -C metadata=20c5576005e7f1bb -C extra-filename=-20c5576005e7f1bb --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-e6d1b1e69c921f3e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28662024-08-16T05:03:15.475Z Compiling serde_arrays v0.1.0
28672024-08-16T05:03:15.499Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_arrays --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_arrays-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=b8c0d4eebb31e932 -C extra-filename=-b8c0d4eebb31e932 --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-e6d1b1e69c921f3e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28682024-08-16T05:03:15.533Z Compiling atomicwrites v0.4.3
28692024-08-16T05:03:15.557Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name atomicwrites --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/atomicwrites-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c707a102e781c496 -C extra-filename=-c707a102e781c496 --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-ae3405e4bf64d784.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c9a4d6e13c7778ce.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28702024-08-16T05:03:15.582Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
28712024-08-16T05:03:15.582Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_macro --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/c59c6d6/progenitor-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=fc4879e25b85c45f -C extra-filename=-fc4879e25b85c45f --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-704b70246acfb632.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-9cb5fa261546b020.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-028d17ed3d350904.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-d0d47ad2b95165f2.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28722024-08-16T05:03:15.623Z Compiling heck v0.3.3
28732024-08-16T05:03:15.648Z Running `/home/build/.rustup/toolchains/1.80.1-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=fb0186a49dfb9c2f -C extra-filename=-fb0186a49dfb9c2f --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-d809c6274b019e58.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28742024-08-16T05:03:15.752Z Compiling bitstruct v0.1.1
28752024-08-16T05:03:15.776Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name bitstruct --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitstruct-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=e149dd05d065ccf6 -C extra-filename=-e149dd05d065ccf6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bitstruct_derive=/work/oxidecomputer/omicron/target/debug/deps/libbitstruct_derive-d3b46eb0f9b2a27f.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28762024-08-16T05:03:15.854Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
28772024-08-16T05:03:15.879Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-25ac2db9b1b244c6/4ceaf96/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=ca3d463ff48c182f -C extra-filename=-ca3d463ff48c182f --out-dir /work/oxidecomputer/omicron/target/debug/build/libnet-ca3d463ff48c182f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28782024-08-16T05:03:15.879Z Compiling headers-core v0.2.0
28792024-08-16T05:03:15.879Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name headers_core --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/headers-core-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=6b452eaa9a762892 -C extra-filename=-6b452eaa9a762892 --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-737c5057d02b1662.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28802024-08-16T05:03:16.007Z Compiling zone_cfg_derive v0.1.2
28812024-08-16T05:03:16.038Z Running `/home/build/.rustup/toolchains/1.80.1-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=f1791e02af9af5c7 -C extra-filename=-f1791e02af9af5c7 --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-fb0186a49dfb9c2f.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-be785971ed3c6df6.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0c3b85329fe55c62.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28822024-08-16T05:03:16.038Z Compiling yasna v0.5.2
28832024-08-16T05:03:16.038Z Running `/home/build/.rustup/toolchains/1.80.1-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=d3da20fa1448140d -C extra-filename=-d3da20fa1448140d --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-fb18128a1fc11699.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28842024-08-16T05:03:16.149Z Running `/work/oxidecomputer/omicron/target/debug/build/libnet-ca3d463ff48c182f/build-script-build`
28852024-08-16T05:03:16.175Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28862024-08-16T05:03:16.200Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/6dceb9e/lib/propolis/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("crucible", "crucible-client-types", "crucible-full", "default", "dlpi", "falcon", "ispf", "libloading", "nexus-client", "num_enum", "omicron-build", "oximeter", "p9ds", "rand", "softnpu-lib"))' -C metadata=a8db1068e3f70621 -C extra-filename=-a8db1068e3f70621 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rmeta --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-1a29578468b269d8.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-2cdb80079c610eca.rmeta --extern bitstruct=/work/oxidecomputer/omicron/target/debug/deps/libbitstruct-e149dd05d065ccf6.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-325983a483f82094.rmeta --extern dladm=/work/oxidecomputer/omicron/target/debug/deps/libdladm-7087485ee16b734a.rmeta --extern erased_serde=/work/oxidecomputer/omicron/target/debug/deps/liberased_serde-20c5576005e7f1bb.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-4058c7340bf7b5f3.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-2977f4e89cc8b9da.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-5196b1d39b63f0cb.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-3b1fd5787ee6d477.rmeta --extern rfb=/work/oxidecomputer/omicron/target/debug/deps/librfb-628079e691b93600.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rmeta --extern serde_arrays=/work/oxidecomputer/omicron/target/debug/deps/libserde_arrays-b8c0d4eebb31e932.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d605b07ab2a0de30.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-1abcbb01f770e22b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rmeta --extern viona_api=/work/oxidecomputer/omicron/target/debug/deps/libviona_api-c120b9fd9969436b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28872024-08-16T05:03:16.378Z Compiling base64 v0.13.1
28882024-08-16T05:03:16.402Z Running `/home/build/.rustup/toolchains/1.80.1-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=79bbfb0b738857f0 -C extra-filename=-79bbfb0b738857f0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28892024-08-16T05:03:16.402Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name libnet --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-25ac2db9b1b244c6/4ceaf96/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=f347ed476960d359 -C extra-filename=-f347ed476960d359 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-6166f879ac927c99.rmeta --extern dlpi=/work/oxidecomputer/omicron/target/debug/deps/libdlpi-fb6b813dea961406.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-2977f4e89cc8b9da.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-eba80f8f3959f5d7.rmeta --extern nvpair=/work/oxidecomputer/omicron/target/debug/deps/libnvpair-1acf1cd39738a6dc.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-0294cfe81e15398b.rmeta --extern rusty_doors=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors-6bbe70412c43601f.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-840ec633df61280a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-119892d76510e357.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l kstat`
28902024-08-16T05:03:16.890Z Compiling rcgen v0.12.1
28912024-08-16T05:03:16.914Z Running `/home/build/.rustup/toolchains/1.80.1-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=3fa48fb409f4da6d -C extra-filename=-3fa48fb409f4da6d --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-fc1210f8ac466272.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-ffc41cccb7984683.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-fb18128a1fc11699.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-d3da20fa1448140d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out`
28922024-08-16T05:03:17.448Z Compiling zone v0.1.8
28932024-08-16T05:03:17.473Z Running `/home/build/.rustup/toolchains/1.80.1-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=ac3f55af10ec47c5 -C extra-filename=-ac3f55af10ec47c5 --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-197a32e1da667e01.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-f1791e02af9af5c7.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28942024-08-16T05:03:17.534Z Compiling ron v0.7.1
28952024-08-16T05:03:17.558Z Running `/home/build/.rustup/toolchains/1.80.1-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=871632e07fa408f1 -C extra-filename=-871632e07fa408f1 --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-79bbfb0b738857f0.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-e992fadcca1ed6f2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28962024-08-16T05:03:18.828Z Compiling headers v0.3.9
28972024-08-16T05:03:18.853Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name headers --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/headers-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("nightly"))' -C metadata=f3310802715f6ca6 -C extra-filename=-f3310802715f6ca6 --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-a2ffa63167802121.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-3393a48ce8c6687e.rmeta --extern headers_core=/work/oxidecomputer/omicron/target/debug/deps/libheaders_core-6b452eaa9a762892.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-737c5057d02b1662.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-6fbea464aaabb1e8.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-74bdd973ffb0df66.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-3eee71c48a5278a1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28982024-08-16T05:03:19.014Z Compiling portpicker v0.1.1
28992024-08-16T05:03:19.045Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name portpicker --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/portpicker-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=2fb8a714021eeaf1 -C extra-filename=-2fb8a714021eeaf1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29002024-08-16T05:03:19.309Z Compiling home v0.5.9
29012024-08-16T05:03:19.333Z Running `/home/build/.rustup/toolchains/1.80.1-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=97a8c4bd154ecfb4 -C extra-filename=-97a8c4bd154ecfb4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29022024-08-16T05:03:19.537Z Compiling subprocess v0.2.9
29032024-08-16T05:03:19.561Z Running `/home/build/.rustup/toolchains/1.80.1-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=327a8b94132b44f7 -C extra-filename=-327a8b94132b44f7 --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-2977f4e89cc8b9da.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29042024-08-16T05:03:19.561Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
29052024-08-16T05:03:19.561Z Running `/home/build/.rustup/toolchains/1.80.1-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=68f76a0818581d6b -C extra-filename=-68f76a0818581d6b --out-dir /work/oxidecomputer/omicron/target/debug/build/pq-sys-68f76a0818581d6b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29062024-08-16T05:03:19.604Z Compiling half v2.4.1
29072024-08-16T05:03:19.628Z Running `/home/build/.rustup/toolchains/1.80.1-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=be03d1be726ab3c6 -C extra-filename=-be03d1be726ab3c6 --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-94faf137b493206b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29082024-08-16T05:03:20.092Z Compiling ciborium-io v0.2.2
29092024-08-16T05:03:20.116Z Running `/home/build/.rustup/toolchains/1.80.1-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=9712a09c7e589f80 -C extra-filename=-9712a09c7e589f80 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29102024-08-16T05:03:20.225Z Compiling ciborium-ll v0.2.2
29112024-08-16T05:03:20.249Z Running `/home/build/.rustup/toolchains/1.80.1-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=0b42dc700e213fb4 -C extra-filename=-0b42dc700e213fb4 --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-9712a09c7e589f80.rmeta --extern half=/work/oxidecomputer/omicron/target/debug/deps/libhalf-be03d1be726ab3c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29122024-08-16T05:03:20.332Z Running `/work/oxidecomputer/omicron/target/debug/build/pq-sys-68f76a0818581d6b/build-script-build`
29132024-08-16T05:03:20.371Z Compiling semver v0.1.20
29142024-08-16T05:03:20.394Z Running `/home/build/.rustup/toolchains/1.80.1-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=af50ec457e24b5c5 -C extra-filename=-af50ec457e24b5c5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29152024-08-16T05:03:20.461Z Compiling prettyplease v0.2.20
29162024-08-16T05:03:20.485Z Running `/home/build/.rustup/toolchains/1.80.1-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.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="verbatim"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("verbatim"))' -C metadata=8edd0c5489e3b208 -C extra-filename=-8edd0c5489e3b208 --out-dir /work/oxidecomputer/omicron/target/debug/build/prettyplease-8edd0c5489e3b208 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29172024-08-16T05:03:20.580Z Compiling ciborium v0.2.2
29182024-08-16T05:03:20.604Z Running `/home/build/.rustup/toolchains/1.80.1-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=5c22e4d4702ea791 -C extra-filename=-5c22e4d4702ea791 --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-9712a09c7e589f80.rmeta --extern ciborium_ll=/work/oxidecomputer/omicron/target/debug/deps/libciborium_ll-0b42dc700e213fb4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29192024-08-16T05:03:20.771Z Compiling rustc_version v0.1.7
29202024-08-16T05:03:20.796Z Running `/home/build/.rustup/toolchains/1.80.1-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=e7208ab064aef1a0 -C extra-filename=-e7208ab064aef1a0 --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-af50ec457e24b5c5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29212024-08-16T05:03:20.796Z Running `/work/oxidecomputer/omicron/target/debug/build/prettyplease-8edd0c5489e3b208/build-script-build`
29222024-08-16T05:03:20.819Z Dirty swrite v0.1.0: the rustflags changed
29232024-08-16T05:03:20.819Z Compiling swrite v0.1.0
29242024-08-16T05:03:20.820Z Compiling linked-hash-map v0.5.6
29252024-08-16T05:03:20.820Z Running `/home/build/.rustup/toolchains/1.80.1-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=618c4abe1decdfc2 -C extra-filename=-618c4abe1decdfc2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29262024-08-16T05:03:20.820Z Running `/home/build/.rustup/toolchains/1.80.1-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=e099fcafe1b8ddce -C extra-filename=-e099fcafe1b8ddce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29272024-08-16T05:03:20.926Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name prettyplease --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/prettyplease-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="verbatim"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("verbatim"))' -C metadata=32391bb99b637df4 -C extra-filename=-32391bb99b637df4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.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)'`
29282024-08-16T05:03:20.972Z Compiling rayon-core v1.12.1
29292024-08-16T05:03:20.996Z Running `/home/build/.rustup/toolchains/1.80.1-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=dbd7eded198f5a43 -C extra-filename=-dbd7eded198f5a43 --out-dir /work/oxidecomputer/omicron/target/debug/build/rayon-core-dbd7eded198f5a43 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29302024-08-16T05:03:21.158Z Compiling lru-cache v0.1.2
29312024-08-16T05:03:21.182Z Running `/home/build/.rustup/toolchains/1.80.1-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=014178c12363f11b -C extra-filename=-014178c12363f11b --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-e099fcafe1b8ddce.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29322024-08-16T05:03:21.206Z Compiling crossbeam-deque v0.8.5
29332024-08-16T05:03:21.206Z Running `/home/build/.rustup/toolchains/1.80.1-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=d3c0b407aa91d755 -C extra-filename=-d3c0b407aa91d755 --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-c305da7ac85d23b9.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-6f3b480f63e334a5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29342024-08-16T05:03:21.231Z Compiling newtype_derive v0.1.6
29352024-08-16T05:03:21.231Z Running `/home/build/.rustup/toolchains/1.80.1-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=c4c1ae37bf8fd7dc -C extra-filename=-c4c1ae37bf8fd7dc --out-dir /work/oxidecomputer/omicron/target/debug/build/newtype_derive-c4c1ae37bf8fd7dc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-e7208ab064aef1a0.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29362024-08-16T05:03:21.295Z Running `/work/oxidecomputer/omicron/target/debug/build/rayon-core-dbd7eded198f5a43/build-script-build`
29372024-08-16T05:03:21.320Z Running `/home/build/.rustup/toolchains/1.80.1-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=5a7e850bf47c1998 -C extra-filename=-5a7e850bf47c1998 --out-dir /work/oxidecomputer/omicron/target/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`
29382024-08-16T05:03:21.344Z Compiling slog-dtrace v0.3.0
29392024-08-16T05:03:21.344Z Running `/home/build/.rustup/toolchains/1.80.1-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=4a6bc5db261f7a6c -C extra-filename=-4a6bc5db261f7a6c --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-dtrace-4a6bc5db261f7a6c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-6f67b0bf22e78afd.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29402024-08-16T05:03:21.473Z Running `/home/build/.rustup/toolchains/1.80.1-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=4c44c92761c50284 -C extra-filename=-4c44c92761c50284 --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-d3c0b407aa91d755.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-6f3b480f63e334a5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29412024-08-16T05:03:21.535Z Running `/work/oxidecomputer/omicron/target/debug/build/newtype_derive-c4c1ae37bf8fd7dc/build-script-build`
29422024-08-16T05:03:21.575Z Compiling num-rational v0.4.2
29432024-08-16T05:03:21.601Z Running `/home/build/.rustup/toolchains/1.80.1-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=d35299848ca2e15c -C extra-filename=-d35299848ca2e15c --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-8d0b37c8c3e1862e.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-2914d78ac96fc53c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29442024-08-16T05:03:21.625Z Running `/home/build/.rustup/toolchains/1.80.1-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=a6c5e59db985c498 -C extra-filename=-a6c5e59db985c498 --out-dir /work/oxidecomputer/omicron/target/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`
29452024-08-16T05:03:21.661Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-dtrace-4a6bc5db261f7a6c/build-script-build`
29462024-08-16T05:03:21.717Z Compiling steno v0.4.1
29472024-08-16T05:03:21.741Z Running `/home/build/.rustup/toolchains/1.80.1-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=2b856dda25213192 -C extra-filename=-2b856dda25213192 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-eaec0f1802c5ca04.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ec49e88f444663ef.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-4058c7340bf7b5f3.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a6c5e59db985c498.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-c8c0afe22102a132.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29482024-08-16T05:03:21.741Z Compiling num-complex v0.4.6
29492024-08-16T05:03:21.765Z Running `/home/build/.rustup/toolchains/1.80.1-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=6f36a9b5054667f2 -C extra-filename=-6f36a9b5054667f2 --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-2914d78ac96fc53c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29502024-08-16T05:03:21.834Z Compiling cancel-safe-futures v0.1.5
29512024-08-16T05:03:21.858Z Running `/home/build/.rustup/toolchains/1.80.1-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=2d15830b8e271b76 -C extra-filename=-2d15830b8e271b76 --out-dir /work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-2d15830b8e271b76 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29522024-08-16T05:03:22.187Z Compiling rayon v1.10.0
29532024-08-16T05:03:22.212Z Running `/home/build/.rustup/toolchains/1.80.1-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=8be4b95ce6e63459 -C extra-filename=-8be4b95ce6e63459 --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-5d39f2eb1424d60a.rmeta --extern rayon_core=/work/oxidecomputer/omicron/target/debug/deps/librayon_core-4c44c92761c50284.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29542024-08-16T05:03:22.636Z Compiling arrayref v0.3.7
29552024-08-16T05:03:22.661Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name arrayref --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayref-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=8c86a7a964b0dca8 -C extra-filename=-8c86a7a964b0dca8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29562024-08-16T05:03:22.732Z Compiling arrayvec v0.7.4
29572024-08-16T05:03:22.756Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name arrayvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arrayvec-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std", "zeroize"))' -C metadata=417409ccb48187aa -C extra-filename=-417409ccb48187aa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29582024-08-16T05:03:23.036Z Compiling constant_time_eq v0.3.0
29592024-08-16T05:03:23.060Z Running `/home/build/.rustup/toolchains/1.80.1-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.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("count_instructions_test"))' -C metadata=bb2dcf9258e9fbc9 -C extra-filename=-bb2dcf9258e9fbc9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29602024-08-16T05:03:23.086Z Compiling num v0.4.3
29612024-08-16T05:03:23.086Z Running `/home/build/.rustup/toolchains/1.80.1-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=11024960b20c5ca2 -C extra-filename=-11024960b20c5ca2 --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-6f36a9b5054667f2.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-8d0b37c8c3e1862e.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-1b50779845f357a9.rmeta --extern num_rational=/work/oxidecomputer/omicron/target/debug/deps/libnum_rational-d35299848ca2e15c.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-2914d78ac96fc53c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29622024-08-16T05:03:23.110Z Running `/work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-2d15830b8e271b76/build-script-build`
29632024-08-16T05:03:23.150Z Running `/home/build/.rustup/toolchains/1.80.1-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=26564232ce565725 -C extra-filename=-26564232ce565725 --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-ec49e88f444663ef.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-1abcbb01f770e22b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29642024-08-16T05:03:23.202Z Compiling resolv-conf v0.7.0
29652024-08-16T05:03:23.226Z Running `/home/build/.rustup/toolchains/1.80.1-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=c827375888fac402 -C extra-filename=-c827375888fac402 --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-3869aade05acba44.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-5a51933d224a7ea6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29662024-08-16T05:03:23.257Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
29672024-08-16T05:03:23.281Z Running `/home/build/.rustup/toolchains/1.80.1-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=a344cc73a54d7845 -C extra-filename=-a344cc73a54d7845 --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-117336d8d843d17f.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
29682024-08-16T05:03:23.540Z Compiling itertools v0.13.0
29692024-08-16T05:03:23.566Z Running `/home/build/.rustup/toolchains/1.80.1-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=17374fece069bfba -C extra-filename=-17374fece069bfba --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-5d39f2eb1424d60a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29702024-08-16T05:03:23.721Z Compiling float-ord v0.3.2
29712024-08-16T05:03:23.746Z Running `/home/build/.rustup/toolchains/1.80.1-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=7a1c88d1453503cb -C extra-filename=-7a1c88d1453503cb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29722024-08-16T05:03:23.876Z Compiling hickory-resolver v0.24.1
29732024-08-16T05:03:23.900Z Running `/home/build/.rustup/toolchains/1.80.1-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=e20d983ba3bdd9ca -C extra-filename=-e20d983ba3bdd9ca --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-94faf137b493206b.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-a0ceeed7299917eb.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-1c3047c1308b6d1d.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-014178c12363f11b.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-d2c6d5e451dfd0ff.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rmeta --extern resolv_conf=/work/oxidecomputer/omicron/target/debug/deps/libresolv_conf-c827375888fac402.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-90c42fabfdf6af03.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-119892d76510e357.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29742024-08-16T05:03:23.946Z Running `/home/build/.rustup/toolchains/1.80.1-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=819f588facb1053e -C extra-filename=-819f588facb1053e --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-965f1abbaef84084.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-d5a6af5eceae766d.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-a0ceeed7299917eb.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-5196b1d39b63f0cb.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29752024-08-16T05:03:24.392Z Compiling ring v0.16.20
29762024-08-16T05:03:24.415Z Running `/home/build/.rustup/toolchains/1.80.1-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=05a48424888e3f93 -C extra-filename=-05a48424888e3f93 --out-dir /work/oxidecomputer/omicron/target/debug/build/ring-05a48424888e3f93 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-887dc1e75bcfe948.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29772024-08-16T05:03:24.447Z Compiling blake3 v1.5.1
29782024-08-16T05:03:24.470Z Running `/home/build/.rustup/toolchains/1.80.1-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.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="mmap"' --cfg 'feature="rayon"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "digest", "mmap", "neon", "no_avx2", "no_avx512", "no_neon", "no_sse2", "no_sse41", "prefer_intrinsics", "pure", "rayon", "serde", "std", "traits-preview", "zeroize"))' -C metadata=928d0f827d186bc1 -C extra-filename=-928d0f827d186bc1 --out-dir /work/oxidecomputer/omicron/target/debug/build/blake3-928d0f827d186bc1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-887dc1e75bcfe948.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29792024-08-16T05:03:25.060Z Running `/work/oxidecomputer/omicron/target/debug/build/blake3-928d0f827d186bc1/build-script-build`
29802024-08-16T05:03:25.457Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29812024-08-16T05:03:25.481Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name cpuid_profile_config --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/6dceb9e/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=de5a89a87f2cc1aa -C extra-filename=-de5a89a87f2cc1aa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern propolis=/work/oxidecomputer/omicron/target/debug/deps/libpropolis-a8db1068e3f70621.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-ab385fa9ff365316.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b29c69c817ef28d4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29822024-08-16T05:03:25.645Z Running `/work/oxidecomputer/omicron/target/debug/build/ring-05a48424888e3f93/build-script-build`
29832024-08-16T05:03:25.834Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29842024-08-16T05:03:25.860Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis_server_config --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/6dceb9e/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=227c73045bcb6b4f -C extra-filename=-227c73045bcb6b4f --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-de5a89a87f2cc1aa.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-ab385fa9ff365316.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b29c69c817ef28d4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29852024-08-16T05:03:26.181Z Compiling memmap2 v0.9.4
29862024-08-16T05:03:26.205Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name memmap2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memmap2-0.9.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("stable_deref_trait"))' -C metadata=82d4518f388ba205 -C extra-filename=-82d4518f388ba205 --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-2977f4e89cc8b9da.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29872024-08-16T05:03:26.263Z Compiling untrusted v0.7.1
29882024-08-16T05:03:26.286Z Running `/home/build/.rustup/toolchains/1.80.1-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=7f1b32950861d692 -C extra-filename=-7f1b32950861d692 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29892024-08-16T05:03:26.432Z Compiling spin v0.5.2
29902024-08-16T05:03:26.432Z Running `/home/build/.rustup/toolchains/1.80.1-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=70522defaf54c867 -C extra-filename=-70522defaf54c867 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29912024-08-16T05:03:26.456Z Compiling glob v0.3.1
29922024-08-16T05:03:26.456Z Running `/home/build/.rustup/toolchains/1.80.1-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=39f07e80d6316e9c -C extra-filename=-39f07e80d6316e9c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29932024-08-16T05:03:26.594Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name blake3 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blake3-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="default"' --cfg 'feature="mmap"' --cfg 'feature="rayon"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "digest", "mmap", "neon", "no_avx2", "no_avx512", "no_neon", "no_sse2", "no_sse41", "prefer_intrinsics", "pure", "rayon", "serde", "std", "traits-preview", "zeroize"))' -C metadata=ea8506334c9c821f -C extra-filename=-ea8506334c9c821f --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-8c86a7a964b0dca8.rmeta --extern arrayvec=/work/oxidecomputer/omicron/target/debug/deps/libarrayvec-417409ccb48187aa.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-bb2dcf9258e9fbc9.rmeta --extern memmap2=/work/oxidecomputer/omicron/target/debug/deps/libmemmap2-82d4518f388ba205.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-8be4b95ce6e63459.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-d831ae4038f18ad2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-d831ae4038f18ad2/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`
29942024-08-16T05:03:26.650Z Compiling topological-sort v0.2.2
29952024-08-16T05:03:26.675Z Running `/home/build/.rustup/toolchains/1.80.1-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=652fc1df032ad6e6 -C extra-filename=-652fc1df032ad6e6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29962024-08-16T05:03:26.843Z Compiling libsw v3.3.1
29972024-08-16T05:03:26.868Z Running `/home/build/.rustup/toolchains/1.80.1-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=4373df1d96d0d404 -C extra-filename=-4373df1d96d0d404 --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-b23ecb928f1c2dac.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29982024-08-16T05:03:27.120Z Compiling linear-map v1.2.0
29992024-08-16T05:03:27.145Z Running `/home/build/.rustup/toolchains/1.80.1-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=fa674040a9ff2f04 -C extra-filename=-fa674040a9ff2f04 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30002024-08-16T05:03:27.293Z Compiling owo-colors v4.0.0
30012024-08-16T05:03:27.319Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name owo_colors --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/owo-colors-4.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("alloc", "supports-color", "supports-colors"))' -C metadata=cedc2b4cdec5a13d -C extra-filename=-cedc2b4cdec5a13d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30022024-08-16T05:03:27.475Z Compiling toolchain_find v0.4.0
30032024-08-16T05:03:27.500Z Running `/home/build/.rustup/toolchains/1.80.1-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=6602a7120370fcf2 -C extra-filename=-6602a7120370fcf2 --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-97a8c4bd154ecfb4.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-b79acf795c5ad975.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-321402a375879e82.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30042024-08-16T05:03:27.652Z Compiling display-error-chain v0.2.0
30052024-08-16T05:03:27.676Z Running `/home/build/.rustup/toolchains/1.80.1-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.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c2184d2a5bed7ca0 -C extra-filename=-c2184d2a5bed7ca0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30062024-08-16T05:03:27.823Z Running `/home/build/.rustup/toolchains/1.80.1-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=1d858373306ea0d8 -C extra-filename=-1d858373306ea0d8 --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-d381d90b77512a0f.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-70522defaf54c867.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-7f1b32950861d692.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a041cc8256074d12/out -l static=ring-core -l static=ring-test`
30072024-08-16T05:03:27.847Z Compiling rustfmt-wrapper v0.2.1
30082024-08-16T05:03:27.847Z Running `/home/build/.rustup/toolchains/1.80.1-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=4aff115fd5eb424e -C extra-filename=-4aff115fd5eb424e --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-e6d1b1e69c921f3e.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c9a4d6e13c7778ce.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-f31de78172241bf8.rmeta --extern toolchain_find=/work/oxidecomputer/omicron/target/debug/deps/libtoolchain_find-6602a7120370fcf2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30092024-08-16T05:03:28.041Z Compiling nibble_vec v0.1.0
30102024-08-16T05:03:28.065Z Running `/home/build/.rustup/toolchains/1.80.1-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=cff5fe5a9bb497b3 -C extra-filename=-cff5fe5a9bb497b3 --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-90c42fabfdf6af03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30112024-08-16T05:03:28.265Z Compiling endian-type v0.1.2
30122024-08-16T05:03:28.291Z Running `/home/build/.rustup/toolchains/1.80.1-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=4766228c91a4863c -C extra-filename=-4766228c91a4863c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30132024-08-16T05:03:28.291Z Compiling fxhash v0.2.1
30142024-08-16T05:03:28.315Z Running `/home/build/.rustup/toolchains/1.80.1-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=7145ec3957bee753 -C extra-filename=-7145ec3957bee753 --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-325983a483f82094.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30152024-08-16T05:03:28.338Z Compiling keccak v0.1.5
30162024-08-16T05:03:28.338Z Running `/home/build/.rustup/toolchains/1.80.1-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=eb395ddfbca922f7 -C extra-filename=-eb395ddfbca922f7 --out-dir /work/oxidecomputer/omicron/target/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-08-16T05:03:28.483Z Compiling radix_trie v0.2.1
30182024-08-16T05:03:28.508Z Running `/home/build/.rustup/toolchains/1.80.1-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=f1644b6022ae8b51 -C extra-filename=-f1644b6022ae8b51 --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-4766228c91a4863c.rmeta --extern nibble_vec=/work/oxidecomputer/omicron/target/debug/deps/libnibble_vec-cff5fe5a9bb497b3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30192024-08-16T05:03:28.508Z Compiling secrecy v0.8.0
30202024-08-16T05:03:28.508Z Running `/home/build/.rustup/toolchains/1.80.1-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=b7c2c873485a1910 -C extra-filename=-b7c2c873485a1910 --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-d47f5ede55f99f5b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30212024-08-16T05:03:28.740Z Compiling sha3 v0.10.8
30222024-08-16T05:03:28.767Z Running `/home/build/.rustup/toolchains/1.80.1-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=6f98b67ea44f7d5c -C extra-filename=-6f98b67ea44f7d5c --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-57df871143d3c7b1.rmeta --extern keccak=/work/oxidecomputer/omicron/target/debug/deps/libkeccak-eb395ddfbca922f7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30232024-08-16T05:03:29.077Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
30242024-08-16T05:03:29.101Z Running `/home/build/.rustup/toolchains/1.80.1-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=881349d15853b2c9 -C extra-filename=-881349d15853b2c9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-819f588facb1053e.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f8d6e08c22f4130f.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-8755f378a0d2712e.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-5d39f2eb1424d60a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-1d5c0c31f7d309a1.rmeta --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-4373df1d96d0d404.rmeta --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-fa674040a9ff2f04.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-cedc2b4cdec5a13d.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-c8c0afe22102a132.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d26c7a19acbbbb77.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-618c4abe1decdfc2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3919ec52e6b0b262.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
30252024-08-16T05:03:29.101Z Compiling universal-hash v0.5.1
30262024-08-16T05:03:29.101Z Running `/home/build/.rustup/toolchains/1.80.1-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=7a17534fe1d86674 -C extra-filename=-7a17534fe1d86674 --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-23aa52f79da63f7c.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-69c441407b09e74b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30272024-08-16T05:03:29.396Z Compiling radium v0.7.0
30282024-08-16T05:03:29.426Z Running `/home/build/.rustup/toolchains/1.80.1-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=aac5360a52d794c2 -C extra-filename=-aac5360a52d794c2 --out-dir /work/oxidecomputer/omicron/target/debug/build/radium-aac5360a52d794c2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30292024-08-16T05:03:29.427Z Compiling maplit v1.0.2
30302024-08-16T05:03:29.427Z Running `/home/build/.rustup/toolchains/1.80.1-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=c9380d86e5571d46 -C extra-filename=-c9380d86e5571d46 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30312024-08-16T05:03:29.427Z Compiling opaque-debug v0.3.1
30322024-08-16T05:03:29.427Z Running `/home/build/.rustup/toolchains/1.80.1-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=41406f716c9b46c1 -C extra-filename=-41406f716c9b46c1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30332024-08-16T05:03:29.427Z Compiling maybe-uninit v2.0.0
30342024-08-16T05:03:29.427Z Running `/home/build/.rustup/toolchains/1.80.1-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=b33ceb08dbefeb3f -C extra-filename=-b33ceb08dbefeb3f --out-dir /work/oxidecomputer/omicron/target/debug/build/maybe-uninit-b33ceb08dbefeb3f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30352024-08-16T05:03:29.460Z Compiling tap v1.0.1
30362024-08-16T05:03:29.460Z Running `/home/build/.rustup/toolchains/1.80.1-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=b2d0ab5707464fd6 -C extra-filename=-b2d0ab5707464fd6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30372024-08-16T05:03:29.599Z Compiling omicron-zone-package v0.11.0
30382024-08-16T05:03:29.624Z Running `/home/build/.rustup/toolchains/1.80.1-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.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=862ecc18dbd7f5f5 -C extra-filename=-862ecc18dbd7f5f5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-eaec0f1802c5ca04.so --extern blake3=/work/oxidecomputer/omicron/target/debug/deps/libblake3-ea8506334c9c821f.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9affaf578e5b973c.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-aa3d5d39ae47626b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ec49e88f444663ef.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-9756a0ac9cc799e4.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-725dd47f885197a3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-a0ceeed7299917eb.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-8b92b4dd1eb7bb06.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a073906c8901333b.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-1d858373306ea0d8.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-b79acf795c5ad975.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-ab385fa9ff365316.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-be5b8cddf8b2d4c2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b29c69c817ef28d4.rmeta --extern topological_sort=/work/oxidecomputer/omicron/target/debug/deps/libtopological_sort-652fc1df032ad6e6.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-321402a375879e82.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-d831ae4038f18ad2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-d831ae4038f18ad2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a041cc8256074d12/out`
30392024-08-16T05:03:29.624Z Compiling wyz v0.5.1
30402024-08-16T05:03:29.624Z Running `/home/build/.rustup/toolchains/1.80.1-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=670d18d58e113ca4 -C extra-filename=-670d18d58e113ca4 --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-b2d0ab5707464fd6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30412024-08-16T05:03:29.648Z Running `/work/oxidecomputer/omicron/target/debug/build/radium-aac5360a52d794c2/build-script-build`
30422024-08-16T05:03:29.672Z Running `/home/build/.rustup/toolchains/1.80.1-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=3594c9626bbbb1c8 -C extra-filename=-3594c9626bbbb1c8 --out-dir /work/oxidecomputer/omicron/target/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`
30432024-08-16T05:03:29.898Z Running `/work/oxidecomputer/omicron/target/debug/build/maybe-uninit-b33ceb08dbefeb3f/build-script-build`
30442024-08-16T05:03:29.980Z Compiling curve25519-dalek v4.1.3
30452024-08-16T05:03:30.004Z Running `/home/build/.rustup/toolchains/1.80.1-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=c10fc7ff27cffc4a -C extra-filename=-c10fc7ff27cffc4a --out-dir /work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-c10fc7ff27cffc4a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-0d59972b2d247b1c.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30462024-08-16T05:03:30.029Z Compiling bzip2-sys v0.1.11+1.0.8
30472024-08-16T05:03:30.053Z Running `/home/build/.rustup/toolchains/1.80.1-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=f5c3421b146f0ecf -C extra-filename=-f5c3421b146f0ecf --out-dir /work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f5c3421b146f0ecf -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-887dc1e75bcfe948.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-eb481e38678e4e0a.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30482024-08-16T05:03:30.079Z Compiling packed_struct v0.10.1
30492024-08-16T05:03:30.079Z Running `/home/build/.rustup/toolchains/1.80.1-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=d51a549b82168867 -C extra-filename=-d51a549b82168867 --out-dir /work/oxidecomputer/omicron/target/debug/build/packed_struct-d51a549b82168867 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30502024-08-16T05:03:30.585Z Compiling funty v2.0.0
30512024-08-16T05:03:30.585Z Running `/home/build/.rustup/toolchains/1.80.1-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=3ce4fa0821c4650a -C extra-filename=-3ce4fa0821c4650a --out-dir /work/oxidecomputer/omicron/target/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-08-16T05:03:30.633Z Compiling crc-catalog v2.4.0
30532024-08-16T05:03:30.633Z Running `/home/build/.rustup/toolchains/1.80.1-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=87c291626f6ecab4 -C extra-filename=-87c291626f6ecab4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30542024-08-16T05:03:30.659Z Running `/work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-c10fc7ff27cffc4a/build-script-build`
30552024-08-16T05:03:30.782Z Compiling crc v3.2.1
30562024-08-16T05:03:30.807Z Running `/home/build/.rustup/toolchains/1.80.1-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=594e16b556b993ff -C extra-filename=-594e16b556b993ff --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-87c291626f6ecab4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30572024-08-16T05:03:30.807Z Running `/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-f5c3421b146f0ecf/build-script-build`
30582024-08-16T05:03:31.032Z Running `/work/oxidecomputer/omicron/target/debug/build/packed_struct-d51a549b82168867/build-script-build`
30592024-08-16T05:03:31.065Z Running `/home/build/.rustup/toolchains/1.80.1-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=3bd8209eaf08f08e -C extra-filename=-3bd8209eaf08f08e --out-dir /work/oxidecomputer/omicron/target/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`
30602024-08-16T05:03:31.189Z Compiling aead v0.5.2
30612024-08-16T05:03:31.214Z Running `/home/build/.rustup/toolchains/1.80.1-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=38b65ff7828ac628 -C extra-filename=-38b65ff7828ac628 --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-23aa52f79da63f7c.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-65767634d4000cd6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30622024-08-16T05:03:31.410Z Compiling bitvec v1.0.1
30632024-08-16T05:03:31.435Z Running `/home/build/.rustup/toolchains/1.80.1-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=909cbfa6eb3d9f80 -C extra-filename=-909cbfa6eb3d9f80 --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-3ce4fa0821c4650a.rmeta --extern radium=/work/oxidecomputer/omicron/target/debug/deps/libradium-3594c9626bbbb1c8.rmeta --extern tap=/work/oxidecomputer/omicron/target/debug/deps/libtap-b2d0ab5707464fd6.rmeta --extern wyz=/work/oxidecomputer/omicron/target/debug/deps/libwyz-670d18d58e113ca4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30642024-08-16T05:03:31.539Z Compiling packed_struct_codegen v0.10.1
30652024-08-16T05:03:31.562Z Running `/home/build/.rustup/toolchains/1.80.1-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=d8c7308880c8ae94 -C extra-filename=-d8c7308880c8ae94 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0c3b85329fe55c62.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30662024-08-16T05:03:31.785Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
30672024-08-16T05:03:31.809Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor --edition=2021 /home/build/.cargo/git/checkouts/progenitor-639bd64206ac5e43/c59c6d6/progenitor/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=488bb704975e32f2 -C extra-filename=-488bb704975e32f2 --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-94f54481794992df.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-9cb5fa261546b020.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-fc4879e25b85c45f.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
30682024-08-16T05:03:31.987Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
30692024-08-16T05:03:32.011Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name mg_admin_client --edition=2021 /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/220dd02/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=c5461d19fafa1d88 -C extra-filename=-c5461d19fafa1d88 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ec49e88f444663ef.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-8bf889c42ff0e1d1.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-488bb704975e32f2.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a073906c8901333b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
30702024-08-16T05:03:32.106Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
30712024-08-16T05:03:32.130Z Running `/home/build/.rustup/toolchains/1.80.1-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=ccfb31210373c817 -C extra-filename=-ccfb31210373c817 --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-2da632077f49dfb6.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ec49e88f444663ef.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a0e7b87b4381c541.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-488bb704975e32f2.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a073906c8901333b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
30722024-08-16T05:03:32.221Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
30732024-08-16T05:03:32.245Z Running `/home/build/.rustup/toolchains/1.80.1-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=c9fa848e6abcca19 -C extra-filename=-c9fa848e6abcca19 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ec49e88f444663ef.rmeta --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-dd2116e3ef4953cd.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-737c5057d02b1662.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-488bb704975e32f2.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a073906c8901333b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
30742024-08-16T05:03:32.246Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30752024-08-16T05:03:32.246Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis_client --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/6dceb9e/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=1b2d4fac94acc597 -C extra-filename=-1b2d4fac94acc597 --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-eaec0f1802c5ca04.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a2ffa63167802121.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-488bb704975e32f2.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a073906c8901333b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-1a65099964f4de0b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
30762024-08-16T05:03:33.930Z Compiling curve25519-dalek-derive v0.1.1
30772024-08-16T05:03:33.954Z Running `/home/build/.rustup/toolchains/1.80.1-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=7b351ab8c13e411a -C extra-filename=-7b351ab8c13e411a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30782024-08-16T05:03:34.049Z Compiling indexmap v1.9.3
30792024-08-16T05:03:34.073Z Running `/home/build/.rustup/toolchains/1.80.1-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=88f5c6eb7293a0b0 -C extra-filename=-88f5c6eb7293a0b0 --out-dir /work/oxidecomputer/omicron/target/debug/build/indexmap-88f5c6eb7293a0b0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-7640f4cdb39f9682.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30802024-08-16T05:03:34.361Z Compiling nodrop v0.1.14
30812024-08-16T05:03:34.384Z Running `/home/build/.rustup/toolchains/1.80.1-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=65f1921b9b77854c -C extra-filename=-65f1921b9b77854c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30822024-08-16T05:03:34.484Z Compiling array-init v0.0.4
30832024-08-16T05:03:34.509Z Running `/home/build/.rustup/toolchains/1.80.1-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=e41c705284fc9a0c -C extra-filename=-e41c705284fc9a0c --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-65f1921b9b77854c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30842024-08-16T05:03:34.553Z Running `/home/build/.rustup/toolchains/1.80.1-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=ffc4789414dd6196 -C extra-filename=-ffc4789414dd6196 --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-909cbfa6eb3d9f80.rmeta --extern packed_struct_codegen=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct_codegen-d8c7308880c8ae94.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30852024-08-16T05:03:35.133Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
30862024-08-16T05:03:35.159Z Running `/home/build/.rustup/toolchains/1.80.1-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=64800cbfe7e1f762 -C extra-filename=-64800cbfe7e1f762 --out-dir /work/oxidecomputer/omicron/target/debug/build/dpd-client-64800cbfe7e1f762 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-862ecc18dbd7f5f5.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-488bb704975e32f2.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern rustfmt_wrapper=/work/oxidecomputer/omicron/target/debug/deps/librustfmt_wrapper-4aff115fd5eb424e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-f31de78172241bf8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-d831ae4038f18ad2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-d831ae4038f18ad2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a041cc8256074d12/out`
30872024-08-16T05:03:35.317Z Running `/home/build/.rustup/toolchains/1.80.1-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=d54707b5b414bfd1 -C extra-filename=-d54707b5b414bfd1 --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-94faf137b493206b.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-250510e548f1bd64.rmeta --extern curve25519_dalek_derive=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek_derive-7b351ab8c13e411a.so --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-57df871143d3c7b1.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-712f34846d8898c6.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-69c441407b09e74b.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d47f5ede55f99f5b.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"'`
30882024-08-16T05:03:35.421Z Running `/work/oxidecomputer/omicron/target/debug/build/indexmap-88f5c6eb7293a0b0/build-script-build`
30892024-08-16T05:03:35.448Z Running `/home/build/.rustup/toolchains/1.80.1-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=5cf5f53fb66df1ea -C extra-filename=-5cf5f53fb66df1ea --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-2977f4e89cc8b9da.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-08ddf8a69eebe183/out/lib -l static=bz2`
30902024-08-16T05:03:35.580Z Compiling smallvec v0.6.14
30912024-08-16T05:03:35.604Z Running `/home/build/.rustup/toolchains/1.80.1-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=e983482a565d5787 -C extra-filename=-e983482a565d5787 --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-3bd8209eaf08f08e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30922024-08-16T05:03:35.950Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
30932024-08-16T05:03:35.974Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name libfalcon --edition=2018 /home/build/.cargo/git/checkouts/falcon-c754111a71d466df/e69694a/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=7146c831cf2967fc -C extra-filename=-7146c831cf2967fc --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-43f69afcb50accdb.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9affaf578e5b973c.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2196679845e40df5.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-6166f879ac927c99.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-2977f4e89cc8b9da.rmeta --extern libnet=/work/oxidecomputer/omicron/target/debug/deps/liblibnet-f347ed476960d359.rmeta --extern portpicker=/work/oxidecomputer/omicron/target/debug/deps/libportpicker-2fb8a714021eeaf1.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-1b2d4fac94acc597.rmeta --extern propolis_server_config=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server_config-227c73045bcb6b4f.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a073906c8901333b.rmeta --extern ron=/work/oxidecomputer/omicron/target/debug/deps/libron-871632e07fa408f1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-423154c0ac8a55bc.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-458372da5fba99e4.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-b94b1747d4cd77f0.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-36b664ce9afcce98.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-2bb6708e55ca1614.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b29c69c817ef28d4.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ac3f55af10ec47c5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
30942024-08-16T05:03:37.293Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
30952024-08-16T05:03:37.339Z Running `/home/build/.rustup/toolchains/1.80.1-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=5c7c1d92ba715f3a -C extra-filename=-5c7c1d92ba715f3a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-9285882dc19bb036.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-eaec0f1802c5ca04.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-36c3129a0af97f6f.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9affaf578e5b973c.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ec49e88f444663ef.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-03490b41d6426eda.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-8b92b4dd1eb7bb06.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-737c5057d02b1662.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-576a17e2802e5273.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-e96086556fa58dca.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-c5461d19fafa1d88.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3f5ac9810f6b0f6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f4cae71614ec40ae.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-aa2fc19618e8223a.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-488bb704975e32f2.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-94f54481794992df.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-6d215da14f02215a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-371cc57c92bdfae7.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a073906c8901333b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-b79acf795c5ad975.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-249130ebaa9ec96b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d26c7a19acbbbb77.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a33837303a60c71a.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d605b07ab2a0de30.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-33f37eee6fa58373.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
30962024-08-16T05:03:37.776Z Running `/home/build/.rustup/toolchains/1.80.1-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=f5a42d05a7c52e6e -C extra-filename=-f5a42d05a7c52e6e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-9285882dc19bb036.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-eaec0f1802c5ca04.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-36c3129a0af97f6f.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9affaf578e5b973c.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ec49e88f444663ef.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-03490b41d6426eda.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-8b92b4dd1eb7bb06.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-737c5057d02b1662.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-576a17e2802e5273.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-e96086556fa58dca.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-c5461d19fafa1d88.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3f5ac9810f6b0f6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f4cae71614ec40ae.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-aa2fc19618e8223a.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-488bb704975e32f2.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-94f54481794992df.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-371cc57c92bdfae7.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a073906c8901333b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-b79acf795c5ad975.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-249130ebaa9ec96b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d26c7a19acbbbb77.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a33837303a60c71a.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d605b07ab2a0de30.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
30972024-08-16T05:03:37.905Z Compiling poly1305 v0.8.0
30982024-08-16T05:03:37.929Z Running `/home/build/.rustup/toolchains/1.80.1-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=8b2a448253030fd1 -C extra-filename=-8b2a448253030fd1 --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-250510e548f1bd64.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-41406f716c9b46c1.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-7a17534fe1d86674.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30992024-08-16T05:03:38.370Z Compiling chacha20 v0.9.1
31002024-08-16T05:03:38.394Z Running `/home/build/.rustup/toolchains/1.80.1-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=c02a75a7708356be -C extra-filename=-c02a75a7708356be --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-94faf137b493206b.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-c9f83f04d6ed19b9.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-250510e548f1bd64.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31012024-08-16T05:03:38.758Z Compiling async-recursion v1.1.1
31022024-08-16T05:03:38.782Z Running `/home/build/.rustup/toolchains/1.80.1-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=15fc923038689690 -C extra-filename=-15fc923038689690 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31032024-08-16T05:03:39.268Z Compiling bitfield v0.14.0
31042024-08-16T05:03:39.292Z Running `/home/build/.rustup/toolchains/1.80.1-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=153e688f326b9e0e -C extra-filename=-153e688f326b9e0e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31052024-08-16T05:03:39.515Z Compiling hashbrown v0.12.3
31062024-08-16T05:03:39.540Z Running `/home/build/.rustup/toolchains/1.80.1-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=0f7cc877183c8f1d -C extra-filename=-0f7cc877183c8f1d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31072024-08-16T05:03:40.217Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
31082024-08-16T05:03:40.244Z Running `/home/build/.rustup/toolchains/1.80.1-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=91de5ff9eae847f2 -C extra-filename=-91de5ff9eae847f2 --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-153e688f326b9e0e.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2196679845e40df5.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-ffc4789414dd6196.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31092024-08-16T05:03:40.401Z Running `/home/build/.rustup/toolchains/1.80.1-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=414afdde7c84f505 -C extra-filename=-414afdde7c84f505 --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-0f7cc877183c8f1d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_std`
31102024-08-16T05:03:41.131Z Compiling serde-hex v0.1.0
31112024-08-16T05:03:41.161Z Running `/home/build/.rustup/toolchains/1.80.1-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=1472192167146b59 -C extra-filename=-1472192167146b59 --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-e41c705284fc9a0c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-e983482a565d5787.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31122024-08-16T05:03:41.371Z Compiling bzip2 v0.4.4
31132024-08-16T05:03:41.396Z Running `/home/build/.rustup/toolchains/1.80.1-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=cb589efb3f213806 -C extra-filename=-cb589efb3f213806 --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-5cf5f53fb66df1ea.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-2977f4e89cc8b9da.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-08ddf8a69eebe183/out/lib`
31142024-08-16T05:03:41.445Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
31152024-08-16T05:03:41.469Z Running `/home/build/.rustup/toolchains/1.80.1-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=052df81755fe3e80 -C extra-filename=-052df81755fe3e80 --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-325983a483f82094.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-594e16b556b993ff.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-fd86349cac891522.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31162024-08-16T05:03:41.719Z Compiling env_logger v0.10.2
31172024-08-16T05:03:41.719Z Running `/home/build/.rustup/toolchains/1.80.1-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=c9672fa3b14ebf44 -C extra-filename=-c9672fa3b14ebf44 --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-0ee86796969381f6.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-46cf9439802ec3f9.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-729e749081eb9f7f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31182024-08-16T05:03:41.743Z Compiling x509-cert v0.2.5
31192024-08-16T05:03:41.743Z Running `/home/build/.rustup/toolchains/1.80.1-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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "builder", "default", "hazmat", "pem", "sct", "sha1", "signature", "std"))' -C metadata=adf4c33c99c9f058 -C extra-filename=-adf4c33c99c9f058 --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-0fbd4ee0c026a43b.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-e6f841b1e5437932.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-2f5012838d8a5b7d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31202024-08-16T05:03:42.706Z Compiling ron v0.8.1
31212024-08-16T05:03:42.734Z Running `/home/build/.rustup/toolchains/1.80.1-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=765b47da0c0f4349 -C extra-filename=-765b47da0c0f4349 --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-a2ffa63167802121.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-2cdb80079c610eca.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-ab385fa9ff365316.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31222024-08-16T05:03:44.875Z Compiling hashbrown v0.13.2
31232024-08-16T05:03:44.899Z Running `/home/build/.rustup/toolchains/1.80.1-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=a2a050184c53c9da -C extra-filename=-a2a050184c53c9da --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-4cfcaff91b1aaac2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31242024-08-16T05:03:44.972Z Compiling crc-any v2.5.0
31252024-08-16T05:03:44.996Z Running `/home/build/.rustup/toolchains/1.80.1-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=073ff27b036b089f -C extra-filename=-073ff27b036b089f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31262024-08-16T05:03:45.466Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
31272024-08-16T05:03:45.490Z Running `/home/build/.rustup/toolchains/1.80.1-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=741cfd41b4b77fd5 -C extra-filename=-741cfd41b4b77fd5 --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-765b47da0c0f4349.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-052df81755fe3e80.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-fd86349cac891522.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31282024-08-16T05:03:45.554Z Compiling zip v0.6.6
31292024-08-16T05:03:45.578Z Running `/home/build/.rustup/toolchains/1.80.1-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=c31a6f04e89cb21e -C extra-filename=-c31a6f04e89cb21e --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-325983a483f82094.rmeta --extern bzip2=/work/oxidecomputer/omicron/target/debug/deps/libbzip2-cb589efb3f213806.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-9ba8c9fbacf692c5.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-725dd47f885197a3.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-08ddf8a69eebe183/out/lib`
31302024-08-16T05:03:45.902Z Compiling object v0.30.4
31312024-08-16T05:03:45.925Z Running `/home/build/.rustup/toolchains/1.80.1-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=45cd74f4ab22cc62 -C extra-filename=-45cd74f4ab22cc62 --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-9ba8c9fbacf692c5.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-a2a050184c53c9da.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-414afdde7c84f505.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-3b15747880b886c1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31322024-08-16T05:03:46.149Z Running `/home/build/.rustup/toolchains/1.80.1-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=df791fa27a35479c -C extra-filename=-df791fa27a35479c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-eaec0f1802c5ca04.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-8d18c4146d23f941.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-325983a483f82094.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9affaf578e5b973c.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-aa3d5d39ae47626b.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-28e86c655782e1d0.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-576a17e2802e5273.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-2977f4e89cc8b9da.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-e96086556fa58dca.rmeta --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-b1a54d07005cc8e8.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3f5ac9810f6b0f6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-35a1f2c604c24a61.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-4b5e4f6becb686d5.rmeta --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-3baa27e2c88a295e.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f4cae71614ec40ae.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-b94b1747d4cd77f0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-9ffcccbeeda8d38c.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-743d677180e987a0.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64 --check-cfg 'cfg(svcadm_autoclear)'`
31332024-08-16T05:03:46.767Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
31342024-08-16T05:03:46.791Z Running `/home/build/.rustup/toolchains/1.80.1-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=da9d78a0f106b5f2 -C extra-filename=-da9d78a0f106b5f2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9affaf578e5b973c.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-03490b41d6426eda.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d26c7a19acbbbb77.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-b4c876c9fd606aee.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-f31de78172241bf8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
31352024-08-16T05:03:47.168Z Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl)
31362024-08-16T05:03:47.192Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_impl --edition=2021 oximeter/impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1b5984c05b62442a -C extra-filename=-1b5984c05b62442a --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-3393a48ce8c6687e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ec49e88f444663ef.rmeta --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-7a1c88d1453503cb.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-830498e334c402a9.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-11024960b20c5ca2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-f5a42d05a7c52e6e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-a344cc73a54d7845.so --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-32391bb99b637df4.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a33837303a60c71a.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d605b07ab2a0de30.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-f31de78172241bf8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
31372024-08-16T05:03:48.178Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_impl --edition=2021 oximeter/impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e9be3407b2e67b4d -C extra-filename=-e9be3407b2e67b4d --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-3393a48ce8c6687e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ec49e88f444663ef.rmeta --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-7a1c88d1453503cb.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-830498e334c402a9.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-11024960b20c5ca2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-a344cc73a54d7845.so --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-32391bb99b637df4.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a33837303a60c71a.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d605b07ab2a0de30.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-f31de78172241bf8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
31382024-08-16T05:03:49.185Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
31392024-08-16T05:03:49.210Z Running `/home/build/.rustup/toolchains/1.80.1-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=2ac75624a062f755 -C extra-filename=-2ac75624a062f755 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-c707a102e781c496.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9affaf578e5b973c.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-aa3d5d39ae47626b.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-03490b41d6426eda.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-9756a0ac9cc799e4.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-f3310802715f6ca6.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-8b92b4dd1eb7bb06.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-737c5057d02b1662.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-2977f4e89cc8b9da.rmeta --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-7146c831cf2967fc.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-da9d78a0f106b5f2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-fc1210f8ac466272.rmeta --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-3fa48fb409f4da6d.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a073906c8901333b.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-ffc41cccb7984683.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-96f0543fa0a6a6db.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-327a8b94132b44f7.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-be5b8cddf8b2d4c2.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c9a4d6e13c7778ce.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-b4c876c9fd606aee.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-1abcbb01f770e22b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-321402a375879e82.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
31402024-08-16T05:03:50.814Z Running `/work/oxidecomputer/omicron/target/debug/build/dpd-client-64800cbfe7e1f762/build-script-build`
31412024-08-16T05:03:50.965Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
31422024-08-16T05:03:50.989Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns --edition=2021 internal-dns/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=bcfd1ebbe27d10c9 -C extra-filename=-bcfd1ebbe27d10c9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ec49e88f444663ef.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-c9fa848e6abcca19.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-e20d983ba3bdd9ca.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e162d10efb2b5b84.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3f5ac9810f6b0f6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a073906c8901333b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
31432024-08-16T05:03:51.433Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
31442024-08-16T05:03:51.456Z Running `/home/build/.rustup/toolchains/1.80.1-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=af4ca1ccbce9c75f -C extra-filename=-af4ca1ccbce9c75f --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-325983a483f82094.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-0fbd4ee0c026a43b.rmeta --extern crc_any=/work/oxidecomputer/omicron/target/debug/deps/libcrc_any-073ff27b036b089f.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-e6f841b1e5437932.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-c9672fa3b14ebf44.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-8b92b4dd1eb7bb06.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-46cf9439802ec3f9.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-91de5ff9eae847f2.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-2914d78ac96fc53c.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-ffc4789414dd6196.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-e6975d27c0797841.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-f924a3e3f4f22d95.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rmeta --extern serde_hex=/work/oxidecomputer/omicron/target/debug/deps/libserde_hex-1472192167146b59.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-fb339d0b1775d489.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-adf4c33c99c9f058.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-fd86349cac891522.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31452024-08-16T05:03:51.491Z Running `/home/build/.rustup/toolchains/1.80.1-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=285400951f533a61 -C extra-filename=-285400951f533a61 --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-ec49e88f444663ef.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-737c5057d02b1662.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-94f54481794992df.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-371cc57c92bdfae7.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a073906c8901333b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
31462024-08-16T05:03:52.787Z Compiling gethostname v0.5.0
31472024-08-16T05:03:52.826Z Running `/home/build/.rustup/toolchains/1.80.1-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=bb0530bc00d6c416 -C extra-filename=-bb0530bc00d6c416 --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-ae3405e4bf64d784.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31482024-08-16T05:03:52.969Z Compiling path-slash v0.1.5
31492024-08-16T05:03:53.014Z Compiling libefi-sys v0.1.0
31502024-08-16T05:03:53.014Z Running `/home/build/.rustup/toolchains/1.80.1-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=3979c874cbe4d4d2 -C extra-filename=-3979c874cbe4d4d2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31512024-08-16T05:03:53.014Z Running `/home/build/.rustup/toolchains/1.80.1-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=89eca4a85d7dc878 -C extra-filename=-89eca4a85d7dc878 --out-dir /work/oxidecomputer/omicron/target/debug/build/libefi-sys-89eca4a85d7dc878 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31522024-08-16T05:03:53.176Z Compiling thiserror-impl-no-std v2.0.2
31532024-08-16T05:03:53.203Z Running `/home/build/.rustup/toolchains/1.80.1-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=77ad3d1425b194bc -C extra-filename=-77ad3d1425b194bc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0c3b85329fe55c62.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31542024-08-16T05:03:53.314Z Running `/work/oxidecomputer/omicron/target/debug/build/libefi-sys-89eca4a85d7dc878/build-script-build`
31552024-08-16T05:03:53.340Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
31562024-08-16T05:03:53.363Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name hubtools --edition=2021 /home/build/.cargo/git/checkouts/hubtools-660036efb99a0cd0/943c4bb/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=85b8feb57c2240bc -C extra-filename=-85b8feb57c2240bc --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-8b92b4dd1eb7bb06.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-91de5ff9eae847f2.rmeta --extern lpc55_sign=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_sign-af4ca1ccbce9c75f.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-45cd74f4ab22cc62.rmeta --extern path_slash=/work/oxidecomputer/omicron/target/debug/deps/libpath_slash-3979c874cbe4d4d2.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-f924a3e3f4f22d95.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-052df81755fe3e80.rmeta --extern tlvc_text=/work/oxidecomputer/omicron/target/debug/deps/libtlvc_text-741cfd41b4b77fd5.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b29c69c817ef28d4.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-adf4c33c99c9f058.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-fd86349cac891522.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-c31a6f04e89cb21e.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-08ddf8a69eebe183/out/lib`
31572024-08-16T05:03:53.454Z Compiling bitfield-struct v0.6.1
31582024-08-16T05:03:53.478Z Running `/home/build/.rustup/toolchains/1.80.1-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.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=72be4d532b805216 -C extra-filename=-72be4d532b805216 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31592024-08-16T05:03:54.701Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
31602024-08-16T05:03:54.725Z Running `/home/build/.rustup/toolchains/1.80.1-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=27310049f8979f46 -C extra-filename=-27310049f8979f46 --out-dir /work/oxidecomputer/omicron/target/debug/build/tofino-27310049f8979f46 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-887dc1e75bcfe948.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31612024-08-16T05:03:55.102Z Compiling parking_lot_core v0.8.6
31622024-08-16T05:03:55.126Z Running `/home/build/.rustup/toolchains/1.80.1-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=a3f244115cffbfcf -C extra-filename=-a3f244115cffbfcf --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-a3f244115cffbfcf -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31632024-08-16T05:03:55.539Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-a3f244115cffbfcf/build-script-build`
31642024-08-16T05:03:55.563Z Running `/work/oxidecomputer/omicron/target/debug/build/tofino-27310049f8979f46/build-script-build`
31652024-08-16T05:03:55.664Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31662024-08-16T05:03:55.688Z Running `/home/build/.rustup/toolchains/1.80.1-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=a1fcd07371e00cdd -C extra-filename=-a1fcd07371e00cdd --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-72be4d532b805216.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31672024-08-16T05:03:55.897Z Compiling thiserror-no-std v2.0.2
31682024-08-16T05:03:55.920Z Running `/home/build/.rustup/toolchains/1.80.1-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=123bd425bdbf12ca -C extra-filename=-123bd425bdbf12ca --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-77ad3d1425b194bc.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31692024-08-16T05:03:56.006Z Running `/home/build/.rustup/toolchains/1.80.1-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=d06e3778a228b794 -C extra-filename=-d06e3778a228b794 --out-dir /work/oxidecomputer/omicron/target/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`
31702024-08-16T05:03:56.275Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31712024-08-16T05:03:56.301Z Running `/home/build/.rustup/toolchains/1.80.1-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=285bfb0f9dd26c94 -C extra-filename=-285bfb0f9dd26c94 --out-dir /work/oxidecomputer/omicron/target/debug/build/bootstore-285bfb0f9dd26c94 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-8a57ef772b263da4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
31722024-08-16T05:03:56.353Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31732024-08-16T05:03:56.377Z Running `/home/build/.rustup/toolchains/1.80.1-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=220fdfcb400105b1 -C extra-filename=-220fdfcb400105b1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-2977f4e89cc8b9da.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-eba80f8f3959f5d7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31742024-08-16T05:03:56.590Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31752024-08-16T05:03:56.614Z Running `/home/build/.rustup/toolchains/1.80.1-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=16344d770fcfc853 -C extra-filename=-16344d770fcfc853 --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-ec49e88f444663ef.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-03490b41d6426eda.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
31762024-08-16T05:03:56.677Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31772024-08-16T05:03:56.701Z Running `/home/build/.rustup/toolchains/1.80.1-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=17698f89c69b54a1 -C extra-filename=-17698f89c69b54a1 --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-117336d8d843d17f.rlib --extern oximeter_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_impl-1b5984c05b62442a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
31782024-08-16T05:03:56.919Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31792024-08-16T05:03:56.944Z Running `/home/build/.rustup/toolchains/1.80.1-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=fc7dfca664bf9d4a -C extra-filename=-fc7dfca664bf9d4a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31802024-08-16T05:03:56.971Z Running `/home/build/.rustup/toolchains/1.80.1-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=c519dde80105a1c2 -C extra-filename=-c519dde80105a1c2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-220fdfcb400105b1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1db860de69b9b187/out -l static=pci`
31812024-08-16T05:03:57.043Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31822024-08-16T05:03:57.067Z Running `/home/build/.rustup/toolchains/1.80.1-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=ba4c1e913d3f904c -C extra-filename=-ba4c1e913d3f904c --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-a1fcd07371e00cdd.rmeta --extern nvme=/work/oxidecomputer/omicron/target/debug/deps/libnvme-fc7dfca664bf9d4a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31832024-08-16T05:03:57.385Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31842024-08-16T05:03:57.409Z Running `/home/build/.rustup/toolchains/1.80.1-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=a989526e1a9c56b2 -C extra-filename=-a989526e1a9c56b2 --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-df791fa27a35479c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
31852024-08-16T05:03:57.761Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31862024-08-16T05:03:57.786Z Running `/home/build/.rustup/toolchains/1.80.1-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=cd4db557eb907901 -C extra-filename=-cd4db557eb907901 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9affaf578e5b973c.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df791fa27a35479c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-2977f4e89cc8b9da.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d26c7a19acbbbb77.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-881349d15853b2c9.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
31872024-08-16T05:03:57.915Z Running `/work/oxidecomputer/omicron/target/debug/build/bootstore-285bfb0f9dd26c94/build-script-build`
31882024-08-16T05:03:57.944Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
31892024-08-16T05:03:57.944Z Running `/home/build/.rustup/toolchains/1.80.1-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=e42f623a0ce1b727 -C extra-filename=-e42f623a0ce1b727 --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-2977f4e89cc8b9da.rmeta --extern libefi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_sys-d06e3778a228b794.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31902024-08-16T05:03:58.237Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
31912024-08-16T05:03:58.261Z Running `/home/build/.rustup/toolchains/1.80.1-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=5e32e5548903d79d -C extra-filename=-5e32e5548903d79d --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-5c7c1d92ba715f3a.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-db0a2b655bd3c8dd.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3f5ac9810f6b0f6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a989526e1a9c56b2.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d605b07ab2a0de30.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
31922024-08-16T05:03:58.294Z Compiling vsss-rs v3.3.4
31932024-08-16T05:03:58.319Z Running `/home/build/.rustup/toolchains/1.80.1-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=c36387f541279d8a -C extra-filename=-c36387f541279d8a --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-d54707b5b414bfd1.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-fc954fae29452eea.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-8b92b4dd1eb7bb06.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-06ff9ddc7c7c443e.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-712f34846d8898c6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-69c441407b09e74b.rmeta --extern thiserror_no_std=/work/oxidecomputer/omicron/target/debug/deps/libthiserror_no_std-123bd425bdbf12ca.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d47f5ede55f99f5b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31942024-08-16T05:03:58.319Z Running `/home/build/.rustup/toolchains/1.80.1-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=903f82be3cc8f45c -C extra-filename=-903f82be3cc8f45c --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-94faf137b493206b.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-4d9fb3cc79b503f7.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-2977f4e89cc8b9da.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-90c42fabfdf6af03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31952024-08-16T05:03:58.863Z Compiling chacha20poly1305 v0.10.1
31962024-08-16T05:03:58.888Z Running `/home/build/.rustup/toolchains/1.80.1-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=b0c2f04905f8a49c -C extra-filename=-b0c2f04905f8a49c --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-38b65ff7828ac628.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-c02a75a7708356be.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-c9f83f04d6ed19b9.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-8b2a448253030fd1.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d47f5ede55f99f5b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31972024-08-16T05:03:59.081Z Compiling parking_lot v0.11.2
31982024-08-16T05:03:59.118Z Running `/home/build/.rustup/toolchains/1.80.1-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=93ce086ec40fa078 -C extra-filename=-93ce086ec40fa078 --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-4d9fb3cc79b503f7.rmeta --extern lock_api=/work/oxidecomputer/omicron/target/debug/deps/liblock_api-09a20e99f076665f.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-903f82be3cc8f45c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31992024-08-16T05:03:59.311Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
32002024-08-16T05:03:59.353Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis_client --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/24a74d0/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=6a751d4e1426c4a2 -C extra-filename=-6a751d4e1426c4a2 --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-eaec0f1802c5ca04.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a2ffa63167802121.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-488bb704975e32f2.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a073906c8901333b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-2bb6708e55ca1614.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
32012024-08-16T05:03:59.864Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32022024-08-16T05:03:59.896Z Running `/home/build/.rustup/toolchains/1.80.1-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=f525b248421567dd -C extra-filename=-f525b248421567dd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-9285882dc19bb036.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ec49e88f444663ef.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2196679845e40df5.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-8755f378a0d2712e.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-aae238a7f781fbdf.so --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-c9fa848e6abcca19.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-ccfb31210373c817.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-576a17e2802e5273.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-ee2c8e20fb86984d.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-5e32e5548903d79d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-db0a2b655bd3c8dd.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3f5ac9810f6b0f6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-f360003f1f14a369.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f4cae71614ec40ae.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-aa2fc19618e8223a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d26c7a19acbbbb77.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a33837303a60c71a.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-2b856dda25213192.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d605b07ab2a0de30.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
32032024-08-16T05:03:59.961Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32042024-08-16T05:04:00.035Z Running `/home/build/.rustup/toolchains/1.80.1-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=d2da27428a6e7bb9 -C extra-filename=-d2da27428a6e7bb9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-eaec0f1802c5ca04.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ec49e88f444663ef.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-5e32e5548903d79d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3f5ac9810f6b0f6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f4cae71614ec40ae.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-488bb704975e32f2.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-371cc57c92bdfae7.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a073906c8901333b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
32052024-08-16T05:04:01.982Z Compiling crossterm v0.28.1
32062024-08-16T05:04:02.006Z Running `/home/build/.rustup/toolchains/1.80.1-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="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=fb5f3143e288ee2f -C extra-filename=-fb5f3143e288ee2f --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-2cdb80079c610eca.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-965f1abbaef84084.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-0e7dddd3c29b0061.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-d2c6d5e451dfd0ff.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-ae3405e4bf64d784.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-473da805c9564881.rmeta --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-1fc4ae7f6f26e36d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32072024-08-16T05:04:02.571Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32082024-08-16T05:04:02.595Z Running `/home/build/.rustup/toolchains/1.80.1-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=a0344401027e575e -C extra-filename=-a0344401027e575e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ec49e88f444663ef.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2196679845e40df5.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rmeta --extern oximeter_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_impl-e9be3407b2e67b4d.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-a344cc73a54d7845.so --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-17698f89c69b54a1.so --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-32391bb99b637df4.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-f31de78172241bf8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
32092024-08-16T05:04:02.951Z Running `/home/build/.rustup/toolchains/1.80.1-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=70a28d88a58da555 -C extra-filename=-70a28d88a58da555 --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-3393a48ce8c6687e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9affaf578e5b973c.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-b0c2f04905f8a49c.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-5c22e4d4702ea791.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-aae238a7f781fbdf.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-8b92b4dd1eb7bb06.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-594333c58b96dd95.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-b7c2c873485a1910.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d26c7a19acbbbb77.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-6f98b67ea44f7d5c.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a989526e1a9c56b2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rmeta --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-c36387f541279d8a.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d47f5ede55f99f5b.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-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
32102024-08-16T05:04:04.779Z Compiling sled v0.34.7
32112024-08-16T05:04:04.804Z Running `/home/build/.rustup/toolchains/1.80.1-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=41409eacafe99742 -C extra-filename=-41409eacafe99742 --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-9ba8c9fbacf692c5.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-c305da7ac85d23b9.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-6f3b480f63e334a5.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-7145ec3957bee753.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-2977f4e89cc8b9da.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-46cf9439802ec3f9.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-93ce086ec40fa078.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32122024-08-16T05:04:05.165Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32132024-08-16T05:04:05.189Z Running `/home/build/.rustup/toolchains/1.80.1-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=f6b25fab8a2790d4 -C extra-filename=-f6b25fab8a2790d4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9affaf578e5b973c.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rmeta --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-bb0530bc00d6c416.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-220fdfcb400105b1.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df791fa27a35479c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-2977f4e89cc8b9da.rmeta --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-e42f623a0ce1b727.rmeta --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-ba4c1e913d3f904c.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-e96086556fa58dca.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3f5ac9810f6b0f6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a989526e1a9c56b2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a33837303a60c71a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-c519dde80105a1c2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1db860de69b9b187/out`
32142024-08-16T05:04:06.338Z Compiling hickory-client v0.24.1
32152024-08-16T05:04:06.362Z Running `/home/build/.rustup/toolchains/1.80.1-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=2ede0d71f91e9e48 -C extra-filename=-2ede0d71f91e9e48 --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-94faf137b493206b.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-cd98acc801d35958.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-315266bf3c88a0ab.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-a0ceeed7299917eb.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-1c3047c1308b6d1d.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-f1644b6022ae8b51.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-119892d76510e357.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32162024-08-16T05:04:07.527Z Compiling hickory-server v0.24.1
32172024-08-16T05:04:07.551Z Running `/home/build/.rustup/toolchains/1.80.1-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=e8383b0c77a700d3 -C extra-filename=-e8383b0c77a700d3 --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-eaec0f1802c5ca04.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-3393a48ce8c6687e.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-72f007d99ff29298.so --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-a0ceeed7299917eb.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-1c3047c1308b6d1d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-fb18128a1fc11699.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-24c6c22cba1fe6a7.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-119892d76510e357.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32182024-08-16T05:04:08.406Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32192024-08-16T05:04:08.429Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 ipcc/build.rs --error-format=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=9ec98ecb23ec12d8 -C extra-filename=-9ec98ecb23ec12d8 --out-dir /work/oxidecomputer/omicron/target/debug/build/ipcc-9ec98ecb23ec12d8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32202024-08-16T05:04:08.699Z Running `/work/oxidecomputer/omicron/target/debug/build/ipcc-9ec98ecb23ec12d8/build-script-build`
32212024-08-16T05:04:08.724Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
32222024-08-16T05:04:08.748Z Running `/home/build/.rustup/toolchains/1.80.1-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=6feb18972fdde000 -C extra-filename=-6feb18972fdde000 --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-5c7c1d92ba715f3a.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3f5ac9810f6b0f6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f4cae71614ec40ae.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-488bb704975e32f2.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-371cc57c92bdfae7.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a073906c8901333b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a989526e1a9c56b2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
32232024-08-16T05:04:09.636Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
32242024-08-16T05:04:09.661Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name ddm_admin_client --edition=2021 /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/220dd02/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=181ce8889576bb0e -C extra-filename=-181ce8889576bb0e --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-f4cae71614ec40ae.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-8bf889c42ff0e1d1.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-488bb704975e32f2.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a073906c8901333b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
32252024-08-16T05:04:09.889Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
32262024-08-16T05:04:09.913Z Running `/home/build/.rustup/toolchains/1.80.1-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=a400fb2b6ab7fec2 -C extra-filename=-a400fb2b6ab7fec2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9affaf578e5b973c.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ec49e88f444663ef.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2196679845e40df5.rmeta --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-16344d770fcfc853.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-c9fa848e6abcca19.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-03490b41d6426eda.rmeta --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-2ede0d71f91e9e48.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-1c3047c1308b6d1d.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-e20d983ba3bdd9ca.rmeta --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-e8383b0c77a700d3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-737c5057d02b1662.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-966337b29a6969eb.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rmeta --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-41409eacafe99742.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-423154c0ac8a55bc.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-458372da5fba99e4.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c9a4d6e13c7778ce.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-f31de78172241bf8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
32272024-08-16T05:04:09.971Z Running `/home/build/.rustup/toolchains/1.80.1-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=b11b4f112c1ecae0 -C extra-filename=-b11b4f112c1ecae0 --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-94faf137b493206b.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-5c22e4d4702ea791.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-2977f4e89cc8b9da.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rmeta -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 native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
32282024-08-16T05:04:10.735Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
32292024-08-16T05:04:10.759Z Running `/home/build/.rustup/toolchains/1.80.1-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=39edd3fb5530f286 -C extra-filename=-39edd3fb5530f286 --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-181ce8889576bb0e.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-5d39f2eb1424d60a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-94f54481794992df.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a073906c8901333b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a989526e1a9c56b2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
32302024-08-16T05:04:10.941Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32312024-08-16T05:04:10.965Z Running `/home/build/.rustup/toolchains/1.80.1-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=4364ac8ba4697365 -C extra-filename=-4364ac8ba4697365 --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-eaec0f1802c5ca04.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-594333c58b96dd95.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-b7c2c873485a1910.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-6f98b67ea44f7d5c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d47f5ede55f99f5b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
32322024-08-16T05:04:11.125Z Compiling diff v0.1.13
32332024-08-16T05:04:11.149Z Running `/home/build/.rustup/toolchains/1.80.1-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=0f6054f8c11a1395 -C extra-filename=-0f6054f8c11a1395 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32342024-08-16T05:04:11.702Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32352024-08-16T05:04:11.749Z Compiling buf-list v1.0.3
32362024-08-16T05:04:11.749Z Running `/home/build/.rustup/toolchains/1.80.1-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=3bdaf4c073f08b35 -C extra-filename=-3bdaf4c073f08b35 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-eaec0f1802c5ca04.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-70a28d88a58da555.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9affaf578e5b973c.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ec49e88f444663ef.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-5e32e5548903d79d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3f5ac9810f6b0f6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f4cae71614ec40ae.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-6a751d4e1426c4a2.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-249130ebaa9ec96b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-6f98b67ea44f7d5c.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a989526e1a9c56b2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-f31de78172241bf8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
32372024-08-16T05:04:11.749Z Running `/home/build/.rustup/toolchains/1.80.1-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=dd0c3643a1e99061 -C extra-filename=-dd0c3643a1e99061 --out-dir /work/oxidecomputer/omicron/target/debug/build/buf-list-dd0c3643a1e99061 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32382024-08-16T05:04:12.351Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32392024-08-16T05:04:12.376Z Running `/home/build/.rustup/toolchains/1.80.1-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=2f508a04ad184464 -C extra-filename=-2f508a04ad184464 --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-ec49e88f444663ef.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-5e32e5548903d79d.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f525b248421567dd.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-db0a2b655bd3c8dd.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3f5ac9810f6b0f6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f4cae71614ec40ae.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-488bb704975e32f2.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-371cc57c92bdfae7.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a073906c8901333b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
32402024-08-16T05:04:12.485Z Running `/work/oxidecomputer/omicron/target/debug/build/buf-list-dd0c3643a1e99061/build-script-build`
32412024-08-16T05:04:12.559Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32422024-08-16T05:04:12.583Z Running `/home/build/.rustup/toolchains/1.80.1-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=c5f03c43771f9382 -C extra-filename=-c5f03c43771f9382 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-eaec0f1802c5ca04.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9affaf578e5b973c.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-aa3d5d39ae47626b.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f8d6e08c22f4130f.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-aae238a7f781fbdf.so --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-39f07e80d6316e9c.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df791fa27a35479c.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-4364ac8ba4697365.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3f5ac9810f6b0f6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-f6b25fab8a2790d4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1db860de69b9b187/out`
32432024-08-16T05:04:12.905Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
32442024-08-16T05:04:12.929Z Running `/home/build/.rustup/toolchains/1.80.1-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=5e17b137d0230bd3 -C extra-filename=-5e17b137d0230bd3 --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-c2184d2a5bed7ca0.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-bb01e7ef2f5b8a88.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-f360003f1f14a369.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-9f72585c934d604c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
32452024-08-16T05:04:13.507Z Compiling vte_generate_state_changes v0.1.1
32462024-08-16T05:04:13.531Z Running `/home/build/.rustup/toolchains/1.80.1-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.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=8e9eb6feba6ae14e -C extra-filename=-8e9eb6feba6ae14e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32472024-08-16T05:04:13.778Z Compiling nanorand v0.7.0
32482024-08-16T05:04:13.802Z Running `/home/build/.rustup/toolchains/1.80.1-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=13f16b14a2e89b1c -C extra-filename=-13f16b14a2e89b1c --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-f17162317cb3b488.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32492024-08-16T05:04:14.111Z Compiling unicase v2.7.0
32502024-08-16T05:04:14.135Z Running `/home/build/.rustup/toolchains/1.80.1-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=89ba4bd6c7d617ff -C extra-filename=-89ba4bd6c7d617ff --out-dir /work/oxidecomputer/omicron/target/debug/build/unicase-89ba4bd6c7d617ff -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-6f67b0bf22e78afd.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32512024-08-16T05:04:14.259Z Compiling vte v0.11.1
32522024-08-16T05:04:14.283Z Running `/home/build/.rustup/toolchains/1.80.1-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=da756e692dd39587 -C extra-filename=-da756e692dd39587 --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-da51f585a387d022.rmeta --extern vte_generate_state_changes=/work/oxidecomputer/omicron/target/debug/deps/libvte_generate_state_changes-8e9eb6feba6ae14e.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32532024-08-16T05:04:14.443Z Running `/work/oxidecomputer/omicron/target/debug/build/unicase-89ba4bd6c7d617ff/build-script-build`
32542024-08-16T05:04:14.479Z Compiling flume v0.11.0
32552024-08-16T05:04:14.504Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name flume --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flume-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="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=ab09ab072df8f040 -C extra-filename=-ab09ab072df8f040 --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-965f1abbaef84084.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-d5a6af5eceae766d.rmeta --extern nanorand=/work/oxidecomputer/omicron/target/debug/deps/libnanorand-13f16b14a2e89b1c.rmeta --extern spin1=/work/oxidecomputer/omicron/target/debug/deps/libspin-d52e3d8c16e8a214.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32562024-08-16T05:04:14.638Z Running `/home/build/.rustup/toolchains/1.80.1-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=ca84c69def3e65cc -C extra-filename=-ca84c69def3e65cc --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-3393a48ce8c6687e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg seek_convenience --cfg const_fn_trait_bounds`
32572024-08-16T05:04:15.053Z Compiling dsl_auto_type v0.1.2
32582024-08-16T05:04:15.077Z Running `/home/build/.rustup/toolchains/1.80.1-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=6f017a0d11ad6a23 -C extra-filename=-6f017a0d11ad6a23 --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-25783681bc5c63f6.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-5d39f2eb1424d60a.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-830498e334c402a9.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32592024-08-16T05:04:15.122Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
32602024-08-16T05:04:15.145Z Running `/home/build/.rustup/toolchains/1.80.1-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=d572bd3b4ad9a0a5 -C extra-filename=-d572bd3b4ad9a0a5 --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-117336d8d843d17f.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
32612024-08-16T05:04:15.324Z Compiling fd-lock v4.0.2
32622024-08-16T05:04:15.349Z Running `/home/build/.rustup/toolchains/1.80.1-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=05e53fad6fc9d2ba -C extra-filename=-05e53fad6fc9d2ba --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-94faf137b493206b.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-ae3405e4bf64d784.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32632024-08-16T05:04:15.349Z Compiling kstat-rs v0.2.4
32642024-08-16T05:04:15.349Z Running `/home/build/.rustup/toolchains/1.80.1-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=14fb1cd8515e604e -C extra-filename=-14fb1cd8515e604e --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-2977f4e89cc8b9da.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32652024-08-16T05:04:15.519Z Compiling diesel_table_macro_syntax v0.2.0
32662024-08-16T05:04:15.542Z Running `/home/build/.rustup/toolchains/1.80.1-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=f44df588328b0684 -C extra-filename=-f44df588328b0684 --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-8a46d8fdbab68150.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32672024-08-16T05:04:15.665Z Compiling scheduled-thread-pool v0.2.7
32682024-08-16T05:04:15.690Z Running `/home/build/.rustup/toolchains/1.80.1-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=220dc2c6cd5a480d -C extra-filename=-220dc2c6cd5a480d --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-d2c6d5e451dfd0ff.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32692024-08-16T05:04:15.905Z Compiling crunchy v0.2.2
32702024-08-16T05:04:15.929Z Compiling r2d2 v0.8.10
32712024-08-16T05:04:15.929Z Running `/home/build/.rustup/toolchains/1.80.1-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=d0d09c3e0406dd3c -C extra-filename=-d0d09c3e0406dd3c --out-dir /work/oxidecomputer/omicron/target/debug/build/crunchy-d0d09c3e0406dd3c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32722024-08-16T05:04:15.929Z Running `/home/build/.rustup/toolchains/1.80.1-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=50df0a882d5dbb21 -C extra-filename=-50df0a882d5dbb21 --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-46cf9439802ec3f9.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-d2c6d5e451dfd0ff.rmeta --extern scheduled_thread_pool=/work/oxidecomputer/omicron/target/debug/deps/libscheduled_thread_pool-220dc2c6cd5a480d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32732024-08-16T05:04:16.211Z Compiling strip-ansi-escapes v0.2.0
32742024-08-16T05:04:16.235Z Running `/home/build/.rustup/toolchains/1.80.1-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=764761c5fd61b799 -C extra-filename=-764761c5fd61b799 --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-da756e692dd39587.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32752024-08-16T05:04:16.259Z Running `/home/build/.rustup/toolchains/1.80.1-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=e2ab1fb871611f01 -C extra-filename=-e2ab1fb871611f01 --out-dir /work/oxidecomputer/omicron/target/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`
32762024-08-16T05:04:16.659Z Running `/work/oxidecomputer/omicron/target/debug/build/crunchy-d0d09c3e0406dd3c/build-script-build`
32772024-08-16T05:04:16.683Z Compiling diesel_derives v2.2.2
32782024-08-16T05:04:16.683Z Running `/home/build/.rustup/toolchains/1.80.1-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.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="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=acbdb84f666d9753 -C extra-filename=-acbdb84f666d9753 --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-f44df588328b0684.rlib --extern dsl_auto_type=/work/oxidecomputer/omicron/target/debug/deps/libdsl_auto_type-6f017a0d11ad6a23.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32792024-08-16T05:04:16.683Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
32802024-08-16T05:04:16.683Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_agent_client --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/e58ca36/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=1505c0847609e062 -C extra-filename=-1505c0847609e062 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ec49e88f444663ef.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-8df2ed83fa4c112a.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-8bf889c42ff0e1d1.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-488bb704975e32f2.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a073906c8901333b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
32812024-08-16T05:04:16.683Z Compiling clang-sys v1.7.0
32822024-08-16T05:04:16.683Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clang-sys-1.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="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_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", "libloading", "runtime", "static"))' -C metadata=0d805f3cffbd8165 -C extra-filename=-0d805f3cffbd8165 --out-dir /work/oxidecomputer/omicron/target/debug/build/clang-sys-0d805f3cffbd8165 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-39f07e80d6316e9c.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32832024-08-16T05:04:16.683Z Compiling crossterm v0.27.0
32842024-08-16T05:04:16.683Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name crossterm --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossterm-0.27.0/src/lib.rs --error-format=json --json=diagnostic-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="events"' --cfg 'feature="serde"' --cfg 'feature="windows"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bracketed-paste", "default", "event-stream", "events", "filedescriptor", "serde", "use-dev-tty", "windows"))' -C metadata=0a48ac81735952bb -C extra-filename=-0a48ac81735952bb --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-2cdb80079c610eca.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-2977f4e89cc8b9da.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-f5538ab28795be32.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-d2c6d5e451dfd0ff.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-473da805c9564881.rmeta --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-1fc4ae7f6f26e36d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32852024-08-16T05:04:17.228Z Compiling nu-ansi-term v0.50.0
32862024-08-16T05:04:17.254Z Running `/home/build/.rustup/toolchains/1.80.1-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.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type 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=77516f015f1cbfc0 -C extra-filename=-77516f015f1cbfc0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32872024-08-16T05:04:17.802Z Compiling tiny-keccak v2.0.2
32882024-08-16T05:04:17.826Z Running `/home/build/.rustup/toolchains/1.80.1-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=df1efb505928501a -C extra-filename=-df1efb505928501a --out-dir /work/oxidecomputer/omicron/target/debug/build/tiny-keccak-df1efb505928501a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32892024-08-16T05:04:17.857Z Running `/work/oxidecomputer/omicron/target/debug/build/clang-sys-0d805f3cffbd8165/build-script-build`
32902024-08-16T05:04:17.884Z Compiling mime_guess v2.0.4
32912024-08-16T05:04:17.908Z Running `/home/build/.rustup/toolchains/1.80.1-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.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="rev-mappings"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "rev-mappings"))' -C metadata=470faaa06d049e38 -C extra-filename=-470faaa06d049e38 --out-dir /work/oxidecomputer/omicron/target/debug/build/mime_guess-470faaa06d049e38 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-e2ab1fb871611f01.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32922024-08-16T05:04:18.122Z Running `/work/oxidecomputer/omicron/target/debug/build/tiny-keccak-df1efb505928501a/build-script-build`
32932024-08-16T05:04:18.147Z Running `/home/build/.rustup/toolchains/1.80.1-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=162ad21e175bb473 -C extra-filename=-162ad21e175bb473 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32942024-08-16T05:04:18.241Z Compiling reedline v0.33.0
32952024-08-16T05:04:18.265Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name reedline --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reedline-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arboard", "bashisms", "crossbeam", "external_printer", "rusqlite", "serde_json", "sqlite", "sqlite-dynlib", "system_clipboard"))' -C metadata=9532508fd372b8b3 -C extra-filename=-9532508fd372b8b3 --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-ec49e88f444663ef.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-0a48ac81735952bb.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-05e53fad6fc9d2ba.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-bb69c56d84ec7036.rmeta --extern nu_ansi_term=/work/oxidecomputer/omicron/target/debug/deps/libnu_ansi_term-77516f015f1cbfc0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rmeta --extern strip_ansi_escapes=/work/oxidecomputer/omicron/target/debug/deps/libstrip_ansi_escapes-764761c5fd61b799.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d605b07ab2a0de30.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-af4c16b7d1ccc6d5.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-d809c6274b019e58.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3919ec52e6b0b262.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32962024-08-16T05:04:18.993Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
32972024-08-16T05:04:19.023Z Running `/home/build/.rustup/toolchains/1.80.1-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=63d11fe8f2a04589 -C extra-filename=-63d11fe8f2a04589 --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-94faf137b493206b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ec49e88f444663ef.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-03490b41d6426eda.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-737c5057d02b1662.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e162d10efb2b5b84.rmeta --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-14fb1cd8515e604e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-2977f4e89cc8b9da.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a0344401027e575e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
32982024-08-16T05:04:19.137Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
32992024-08-16T05:04:19.161Z Running `/home/build/.rustup/toolchains/1.80.1-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=47da08d280334705 -C extra-filename=-47da08d280334705 --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-9affaf578e5b973c.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-03490b41d6426eda.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-5e32e5548903d79d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3f5ac9810f6b0f6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3bdaf4c073f08b35.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a989526e1a9c56b2.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
33002024-08-16T05:04:19.614Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33012024-08-16T05:04:19.638Z Running `/home/build/.rustup/toolchains/1.80.1-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=18e41dbaf8e83871 -C extra-filename=-18e41dbaf8e83871 --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-a0e7b87b4381c541.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-8b92b4dd1eb7bb06.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-b11b4f112c1ecae0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.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-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
33022024-08-16T05:04:20.152Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
33032024-08-16T05:04:20.177Z Running `/home/build/.rustup/toolchains/1.80.1-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=82c0101206cddea9 -C extra-filename=-82c0101206cddea9 --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-03490b41d6426eda.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-2f508a04ad184464.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3f5ac9810f6b0f6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3bdaf4c073f08b35.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a989526e1a9c56b2.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
33042024-08-16T05:04:21.800Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33052024-08-16T05:04:21.824Z Running `/home/build/.rustup/toolchains/1.80.1-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=601d92d7f435bea2 -C extra-filename=-601d92d7f435bea2 --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-ec49e88f444663ef.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-03490b41d6426eda.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-bcfd1ebbe27d10c9.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-2f508a04ad184464.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a0344401027e575e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-26564232ce565725.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
33062024-08-16T05:04:22.221Z Compiling pin-project-internal v1.1.5
33072024-08-16T05:04:22.245Z Running `/home/build/.rustup/toolchains/1.80.1-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.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 --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=629c37ff4e2d8a04 -C extra-filename=-629c37ff4e2d8a04 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33082024-08-16T05:04:23.166Z Compiling ref-cast v1.0.23
33092024-08-16T05:04:23.190Z Running `/home/build/.rustup/toolchains/1.80.1-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=ae2f172469cd8229 -C extra-filename=-ae2f172469cd8229 --out-dir /work/oxidecomputer/omicron/target/debug/build/ref-cast-ae2f172469cd8229 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33102024-08-16T05:04:23.561Z Running `/work/oxidecomputer/omicron/target/debug/build/mime_guess-470faaa06d049e38/build-script-build`
33112024-08-16T05:04:23.598Z Running `/home/build/.rustup/toolchains/1.80.1-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=3712e4e066a0ae45 -C extra-filename=-3712e4e066a0ae45 --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-162ad21e175bb473.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33122024-08-16T05:04:23.665Z Running `/work/oxidecomputer/omicron/target/debug/build/ref-cast-ae2f172469cd8229/build-script-build`
33132024-08-16T05:04:23.735Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
33142024-08-16T05:04:23.759Z Running `/home/build/.rustup/toolchains/1.80.1-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=3d20fba20037c66f -C extra-filename=-3d20fba20037c66f --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-model-3d20fba20037c66f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-8a57ef772b263da4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
33152024-08-16T05:04:24.045Z Compiling ascii-canvas v3.0.0
33162024-08-16T05:04:24.077Z Running `/home/build/.rustup/toolchains/1.80.1-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=59554cb0351596d5 -C extra-filename=-59554cb0351596d5 --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-310ac55cad65c385.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33172024-08-16T05:04:24.101Z Compiling ref-cast-impl v1.0.23
33182024-08-16T05:04:24.127Z Running `/home/build/.rustup/toolchains/1.80.1-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=8d3c5a41f1f9fa0e -C extra-filename=-8d3c5a41f1f9fa0e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33192024-08-16T05:04:24.153Z Compiling ena v0.14.3
33202024-08-16T05:04:24.177Z Running `/home/build/.rustup/toolchains/1.80.1-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=b198564bc9d44e38 -C extra-filename=-b198564bc9d44e38 --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-46cf9439802ec3f9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33212024-08-16T05:04:24.201Z Compiling libloading v0.8.3
33222024-08-16T05:04:24.201Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name libloading --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libloading-0.8.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=12b1ac854d05c5d8 -C extra-filename=-12b1ac854d05c5d8 --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-94faf137b493206b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33232024-08-16T05:04:24.500Z Compiling regex-syntax v0.6.29
33242024-08-16T05:04:24.549Z Running `/home/build/.rustup/toolchains/1.80.1-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=cf92ab4de6adaff0 -C extra-filename=-cf92ab4de6adaff0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33252024-08-16T05:04:24.573Z Dirty bytecount v0.6.8: the rustflags changed
33262024-08-16T05:04:24.573Z Compiling bytecount v0.6.8
33272024-08-16T05:04:24.573Z Compiling bindgen v0.69.4
33282024-08-16T05:04:24.573Z Running `/home/build/.rustup/toolchains/1.80.1-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=7ff1d2d43293053c -C extra-filename=-7ff1d2d43293053c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33292024-08-16T05:04:24.573Z Running `/home/build/.rustup/toolchains/1.80.1-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.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="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=0b19588ea3b34f70 -C extra-filename=-0b19588ea3b34f70 --out-dir /work/oxidecomputer/omicron/target/debug/build/bindgen-0b19588ea3b34f70 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33302024-08-16T05:04:24.762Z Dirty papergrid v0.11.0: the rustflags changed
33312024-08-16T05:04:24.762Z Compiling papergrid v0.11.0
33322024-08-16T05:04:24.787Z Running `/home/build/.rustup/toolchains/1.80.1-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=79466898f12bed22 -C extra-filename=-79466898f12bed22 --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-7ff1d2d43293053c.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-384dbe410948d0e9.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3919ec52e6b0b262.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33332024-08-16T05:04:24.868Z Compiling pin-project v1.1.5
33342024-08-16T05:04:24.892Z Running `/home/build/.rustup/toolchains/1.80.1-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.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=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=3899f306fde85002 -C extra-filename=-3899f306fde85002 --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-629c37ff4e2d8a04.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33352024-08-16T05:04:24.996Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name clang_sys --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clang-sys-1.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="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_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", "libloading", "runtime", "static"))' -C metadata=55b1e103900e28bb -C extra-filename=-55b1e103900e28bb --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-39f07e80d6316e9c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-2977f4e89cc8b9da.rmeta --extern libloading=/work/oxidecomputer/omicron/target/debug/deps/liblibloading-12b1ac854d05c5d8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33362024-08-16T05:04:25.181Z Running `/home/build/.rustup/toolchains/1.80.1-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=878a8767bd0518bb -C extra-filename=-878a8767bd0518bb --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-8d3c5a41f1f9fa0e.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)'`
33372024-08-16T05:04:25.314Z Running `/work/oxidecomputer/omicron/target/debug/build/bindgen-0b19588ea3b34f70/build-script-build`
33382024-08-16T05:04:25.337Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-model-3d20fba20037c66f/build-script-build`
33392024-08-16T05:04:25.361Z Running `/home/build/.rustup/toolchains/1.80.1-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.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="rev-mappings"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "rev-mappings"))' -C metadata=e20d1e7d50ab8e8e -C extra-filename=-e20d1e7d50ab8e8e --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-74bdd973ffb0df66.rmeta --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-e2ab1fb871611f01.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33402024-08-16T05:04:25.386Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
33412024-08-16T05:04:25.386Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33422024-08-16T05:04:25.386Z Running `/home/build/.rustup/toolchains/1.80.1-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=76d44953ce70a362 -C extra-filename=-76d44953ce70a362 --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-830498e334c402a9.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-d572bd3b4ad9a0a5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-028d17ed3d350904.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
33432024-08-16T05:04:25.386Z Running `/home/build/.rustup/toolchains/1.80.1-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=fecb02797e6136ad -C extra-filename=-fecb02797e6136ad --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-576a17e2802e5273.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f4cae71614ec40ae.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
33442024-08-16T05:04:26.165Z Compiling which v4.4.2
33452024-08-16T05:04:26.190Z Running `/home/build/.rustup/toolchains/1.80.1-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=6cb7c0af697f0a8c -C extra-filename=-6cb7c0af697f0a8c --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-5d39f2eb1424d60a.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-97a8c4bd154ecfb4.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-ae3405e4bf64d784.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33462024-08-16T05:04:26.190Z Compiling diesel v2.2.2
33472024-08-16T05:04:26.190Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name diesel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diesel-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 --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=b81fcb6fdc5df7f0 -C extra-filename=-b81fcb6fdc5df7f0 --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-2cdb80079c610eca.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-325983a483f82094.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ec49e88f444663ef.rmeta --extern diesel_derives=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_derives-acbdb84f666d9753.so --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-576a17e2802e5273.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-4cb0fb6bacfafb96.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-2977f4e89cc8b9da.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rmeta --extern r2d2=/work/oxidecomputer/omicron/target/debug/deps/libr2d2-50df0a882d5dbb21.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
33482024-08-16T05:04:26.698Z Compiling tabled_derive v0.7.0
33492024-08-16T05:04:26.723Z Running `/home/build/.rustup/toolchains/1.80.1-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=65809b3de658857b -C extra-filename=-65809b3de658857b --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-64fe453a3f9fcd4a.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-be785971ed3c6df6.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0c3b85329fe55c62.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33502024-08-16T05:04:26.747Z Compiling cexpr v0.6.0
33512024-08-16T05:04:26.747Z Running `/home/build/.rustup/toolchains/1.80.1-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=f30f2bacc7962607 -C extra-filename=-f30f2bacc7962607 --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-19a28b98cd1da8cc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33522024-08-16T05:04:28.200Z Compiling lalrpop v0.19.12
33532024-08-16T05:04:28.224Z Running `/home/build/.rustup/toolchains/1.80.1-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=0c9199cc191dc638 -C extra-filename=-0c9199cc191dc638 --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-59554cb0351596d5.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-f27c634c8e28190b.rmeta --extern diff=/work/oxidecomputer/omicron/target/debug/deps/libdiff-0f6054f8c11a1395.rmeta --extern ena=/work/oxidecomputer/omicron/target/debug/deps/libena-b198564bc9d44e38.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-0ee86796969381f6.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-197a32e1da667e01.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-cabd6990d00654d2.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-c8c0afe22102a132.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-cf92ab4de6adaff0.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-0aa8e16b48bf5c57.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-310ac55cad65c385.rmeta --extern tiny_keccak=/work/oxidecomputer/omicron/target/debug/deps/libtiny_keccak-3712e4e066a0ae45.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-4a828090b584bc69.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33542024-08-16T05:04:28.248Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
33552024-08-16T05:04:28.248Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis_types --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/24a74d0/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=385b6a2387c7bb73 -C extra-filename=-385b6a2387c7bb73 --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-4e48251cad14b4f3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33562024-08-16T05:04:28.277Z Compiling rustc-hash v1.1.0
33572024-08-16T05:04:28.304Z Running `/home/build/.rustup/toolchains/1.80.1-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=151a9aad91d0e211 -C extra-filename=-151a9aad91d0e211 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33582024-08-16T05:04:28.424Z Compiling shlex v1.3.0
33592024-08-16T05:04:28.448Z Running `/home/build/.rustup/toolchains/1.80.1-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=cf1da36a64fc6247 -C extra-filename=-cf1da36a64fc6247 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33602024-08-16T05:04:28.574Z Compiling lazycell v1.3.0
33612024-08-16T05:04:28.598Z Running `/home/build/.rustup/toolchains/1.80.1-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=83ab67f0ca0fe95a -C extra-filename=-83ab67f0ca0fe95a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33622024-08-16T05:04:28.734Z Compiling http-range v0.1.5
33632024-08-16T05:04:28.758Z Running `/home/build/.rustup/toolchains/1.80.1-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=0f676f2a2dbefdb2 -C extra-filename=-0f676f2a2dbefdb2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33642024-08-16T05:04:28.804Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name bindgen --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bindgen-0.69.4/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-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=11cd43a66d6fde30 -C extra-filename=-11cd43a66d6fde30 --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-2cdb80079c610eca.rmeta --extern cexpr=/work/oxidecomputer/omicron/target/debug/deps/libcexpr-f30f2bacc7962607.rmeta --extern clang_sys=/work/oxidecomputer/omicron/target/debug/deps/libclang_sys-55b1e103900e28bb.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-bb69c56d84ec7036.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-4058c7340bf7b5f3.rmeta --extern lazycell=/work/oxidecomputer/omicron/target/debug/deps/liblazycell-83ab67f0ca0fe95a.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-46cf9439802ec3f9.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-32391bb99b637df4.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rmeta --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-151a9aad91d0e211.rmeta --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-cf1da36a64fc6247.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rmeta --extern which=/work/oxidecomputer/omicron/target/debug/deps/libwhich-6cb7c0af697f0a8c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33652024-08-16T05:04:28.953Z Compiling tabled v0.15.0
33662024-08-16T05:04:28.977Z Running `/home/build/.rustup/toolchains/1.80.1-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=fe3386b3995bd738 -C extra-filename=-fe3386b3995bd738 --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-79466898f12bed22.rmeta --extern tabled_derive=/work/oxidecomputer/omicron/target/debug/deps/libtabled_derive-65809b3de658857b.so --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3919ec52e6b0b262.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33672024-08-16T05:04:29.067Z Compiling hyper-staticfile v0.9.5
33682024-08-16T05:04:29.091Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name hyper_staticfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-staticfile-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=40a5384940f7cdb2 -C extra-filename=-40a5384940f7cdb2 --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-a0ceeed7299917eb.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-737c5057d02b1662.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-0f676f2a2dbefdb2.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-6fbea464aaabb1e8.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e162d10efb2b5b84.rmeta --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-e20d1e7d50ab8e8e.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-8bf889c42ff0e1d1.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-c883dcfe2d3789aa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33692024-08-16T05:04:29.235Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
33702024-08-16T05:04:29.259Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis_mock_server --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/24a74d0/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=ec24f04f18174321 -C extra-filename=-ec24f04f18174321 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-2bc284534fe66366.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a2ffa63167802121.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2196679845e40df5.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-03490b41d6426eda.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e162d10efb2b5b84.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-488bb704975e32f2.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-385b6a2387c7bb73.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a073906c8901333b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-b72fa1ce96857786.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-26564232ce565725.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-458372da5fba99e4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-2bb6708e55ca1614.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
33712024-08-16T05:04:29.842Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
33722024-08-16T05:04:29.866Z Running `/home/build/.rustup/toolchains/1.80.1-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=501d747d209e29c2 -C extra-filename=-501d747d209e29c2 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-fixed-data-501d747d209e29c2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-8a57ef772b263da4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
33732024-08-16T05:04:30.131Z Compiling derive_builder_core v0.20.0
33742024-08-16T05:04:30.155Z Running `/home/build/.rustup/toolchains/1.80.1-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.0/src/lib.rs --error-format=json --json=diagnostic-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=76bbc5291e8646f1 -C extra-filename=-76bbc5291e8646f1 --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-25783681bc5c63f6.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33752024-08-16T05:04:30.726Z Compiling libxml v0.3.3
33762024-08-16T05:04:30.750Z Running `/home/build/.rustup/toolchains/1.80.1-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=25957f77bb8c67b9 -C extra-filename=-25957f77bb8c67b9 --out-dir /work/oxidecomputer/omicron/target/debug/build/libxml-25957f77bb8c67b9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-eb481e38678e4e0a.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33772024-08-16T05:04:31.088Z Running `/work/oxidecomputer/omicron/target/debug/build/libxml-25957f77bb8c67b9/build-script-build`
33782024-08-16T05:04:31.119Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-fixed-data-501d747d209e29c2/build-script-build`
33792024-08-16T05:04:31.145Z Compiling peg-macros v0.8.4
33802024-08-16T05:04:31.171Z Running `/home/build/.rustup/toolchains/1.80.1-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=aee359804792bea5 -C extra-filename=-aee359804792bea5 --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-f68472f095c24de4.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33812024-08-16T05:04:32.049Z Compiling derive_builder_macro v0.20.0
33822024-08-16T05:04:32.073Z Running `/home/build/.rustup/toolchains/1.80.1-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.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="lib_has_std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "clippy", "lib_has_std"))' -C metadata=5c9f0dc4cfef7119 -C extra-filename=-5c9f0dc4cfef7119 --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-76bbc5291e8646f1.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33832024-08-16T05:04:32.979Z Compiling signal-hook-tokio v0.3.1
33842024-08-16T05:04:33.008Z Running `/home/build/.rustup/toolchains/1.80.1-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=f3a370c833ea6c65 -C extra-filename=-f3a370c833ea6c65 --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-965f1abbaef84084.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-2977f4e89cc8b9da.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-473da805c9564881.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33852024-08-16T05:04:33.172Z Compiling strum_macros v0.24.3
33862024-08-16T05:04:33.196Z Running `/home/build/.rustup/toolchains/1.80.1-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=2695a1968e5226c0 -C extra-filename=-2695a1968e5226c0 --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-64fe453a3f9fcd4a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-cd12841eafeed674.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0c3b85329fe55c62.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33872024-08-16T05:04:34.158Z Compiling sqlparser_derive v0.2.2
33882024-08-16T05:04:34.183Z Running `/home/build/.rustup/toolchains/1.80.1-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=9ead738bbbc8be98 -C extra-filename=-9ead738bbbc8be98 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33892024-08-16T05:04:34.564Z Compiling memoffset v0.9.1
33902024-08-16T05:04:34.588Z Running `/home/build/.rustup/toolchains/1.80.1-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=24a77ddfb9985470 -C extra-filename=-24a77ddfb9985470 --out-dir /work/oxidecomputer/omicron/target/debug/build/memoffset-24a77ddfb9985470 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-7640f4cdb39f9682.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33912024-08-16T05:04:34.881Z Compiling cookie v0.18.1
33922024-08-16T05:04:34.905Z Running `/home/build/.rustup/toolchains/1.80.1-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 --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=40d88af450dd2121 -C extra-filename=-40d88af450dd2121 --out-dir /work/oxidecomputer/omicron/target/debug/build/cookie-40d88af450dd2121 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-6f67b0bf22e78afd.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33932024-08-16T05:04:34.930Z Compiling unicode_categories v0.1.1
33942024-08-16T05:04:34.930Z Running `/home/build/.rustup/toolchains/1.80.1-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=2dd34baae30e9f8e -C extra-filename=-2dd34baae30e9f8e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33952024-08-16T05:04:35.151Z Compiling indoc v1.0.9
33962024-08-16T05:04:35.185Z Running `/home/build/.rustup/toolchains/1.80.1-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=4282df15fb49f14d -C extra-filename=-4282df15fb49f14d --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`
33972024-08-16T05:04:35.209Z Compiling sqlparser v0.45.0
33982024-08-16T05:04:35.209Z Running `/home/build/.rustup/toolchains/1.80.1-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=d32155322b970ee7 -C extra-filename=-d32155322b970ee7 --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-46cf9439802ec3f9.rmeta --extern sqlparser_derive=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser_derive-9ead738bbbc8be98.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33992024-08-16T05:04:35.209Z Running `/work/oxidecomputer/omicron/target/debug/build/cookie-40d88af450dd2121/build-script-build`
34002024-08-16T05:04:35.285Z Compiling sqlformat v0.2.4
34012024-08-16T05:04:35.309Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name sqlformat --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sqlformat-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=72ddb42dd1caad9c -C extra-filename=-72ddb42dd1caad9c --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-19a28b98cd1da8cc.rmeta --extern unicode_categories=/work/oxidecomputer/omicron/target/debug/deps/libunicode_categories-2dd34baae30e9f8e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34022024-08-16T05:04:36.013Z Running `/work/oxidecomputer/omicron/target/debug/build/memoffset-24a77ddfb9985470/build-script-build`
34032024-08-16T05:04:36.163Z Compiling peg v0.8.4
34042024-08-16T05:04:36.231Z Running `/home/build/.rustup/toolchains/1.80.1-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=dbd5df13355af3f1 -C extra-filename=-dbd5df13355af3f1 --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-aee359804792bea5.so --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-f68472f095c24de4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34052024-08-16T05:04:36.231Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34062024-08-16T05:04:36.231Z Running `/home/build/.rustup/toolchains/1.80.1-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=36aa5512eab8c219 -C extra-filename=-36aa5512eab8c219 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-eaec0f1802c5ca04.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rmeta --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-70a28d88a58da555.rmeta --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-82c0101206cddea9.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-6feb18972fdde000.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-3393a48ce8c6687e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9affaf578e5b973c.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-aa3d5d39ae47626b.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-819f588facb1053e.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ec49e88f444663ef.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2196679845e40df5.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-1505c0847609e062.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-aae238a7f781fbdf.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c2184d2a5bed7ca0.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a400fb2b6ab7fec2.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-c9fa848e6abcca19.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-285400951f533a61.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-03490b41d6426eda.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-725dd47f885197a3.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-ab09ab072df8f040.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-ccfb31210373c817.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-39f07e80d6316e9c.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-8b92b4dd1eb7bb06.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-737c5057d02b1662.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-40a5384940f7cdb2.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df791fa27a35479c.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-cd4db557eb907901.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-bcfd1ebbe27d10c9.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-576a17e2802e5273.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-4364ac8ba4697365.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-2977f4e89cc8b9da.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-e96086556fa58dca.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-c5461d19fafa1d88.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-2f508a04ad184464.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-da9d78a0f106b5f2.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-5e32e5548903d79d.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f525b248421567dd.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-39edd3fb5530f286.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3f5ac9810f6b0f6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-35a1f2c604c24a61.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a0344401027e575e.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-63d11fe8f2a04589.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-601d92d7f435bea2.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f4cae71614ec40ae.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-6a751d4e1426c4a2.rmeta --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-ec24f04f18174321.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a073906c8901333b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-b79acf795c5ad975.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-249130ebaa9ec96b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-6f98b67ea44f7d5c.rmeta --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-47da08d280334705.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-d2da27428a6e7bb9.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3bdaf4c073f08b35.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-f6b25fab8a2790d4.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a989526e1a9c56b2.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-c5f03c43771f9382.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-26564232ce565725.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a33837303a60c71a.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-458372da5fba99e4.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-b94b1747d4cd77f0.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0a062de836263b83.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d605b07ab2a0de30.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-be5b8cddf8b2d4c2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-c519dde80105a1c2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-f31de78172241bf8.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-1abcbb01f770e22b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d47f5ede55f99f5b.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-743d677180e987a0.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1db860de69b9b187/out`
34072024-08-16T05:04:36.275Z Compiling derive_builder v0.20.0
34082024-08-16T05:04:36.299Z Running `/home/build/.rustup/toolchains/1.80.1-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.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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", "clippy", "default", "std"))' -C metadata=7e163dc342453adc -C extra-filename=-7e163dc342453adc --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-5c9f0dc4cfef7119.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34092024-08-16T05:04:36.436Z Running `/home/build/.rustup/toolchains/1.80.1-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=5fe0f1e86c7b7afc -C extra-filename=-5fe0f1e86c7b7afc --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-2977f4e89cc8b9da.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -l xml2`
34102024-08-16T05:04:38.771Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
34112024-08-16T05:04:38.795Z Running `/home/build/.rustup/toolchains/1.80.1-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=fcc883c5905660d4 -C extra-filename=-fcc883c5905660d4 --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-03490b41d6426eda.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-18e41dbaf8e83871.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3f5ac9810f6b0f6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64`
34122024-08-16T05:04:40.073Z Compiling rustyline v14.0.0
34132024-08-16T05:04:40.097Z Running `/home/build/.rustup/toolchains/1.80.1-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=b47e8deacafd3975 -C extra-filename=-b47e8deacafd3975 --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-2cdb80079c610eca.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-05e53fad6fc9d2ba.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-97a8c4bd154ecfb4.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-2977f4e89cc8b9da.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-46cf9439802ec3f9.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-3b15747880b886c1.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-678c9d855d2e9181.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-f1644b6022ae8b51.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-d809c6274b019e58.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3919ec52e6b0b262.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-da51f585a387d022.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34142024-08-16T05:04:40.170Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e)
34152024-08-16T05:04:40.194Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name clickward --edition=2021 /home/build/.cargo/git/checkouts/clickward-55585085c2a3fa20/ceec762/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7a0c5025cefa8f36 -C extra-filename=-7a0c5025cefa8f36 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9affaf578e5b973c.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2196679845e40df5.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-aae238a7f781fbdf.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34162024-08-16T05:04:41.119Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
34172024-08-16T05:04:41.143Z Running `/home/build/.rustup/toolchains/1.80.1-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=90e6c3cc807b5638 -C extra-filename=-90e6c3cc807b5638 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-auth-90e6c3cc807b5638 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-8a57ef772b263da4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
34182024-08-16T05:04:41.404Z Compiling quick-xml v0.31.0
34192024-08-16T05:04:41.429Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name quick_xml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-xml-0.31.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=ed9e0e33a5b1a71c -C extra-filename=-ed9e0e33a5b1a71c --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-3b15747880b886c1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34202024-08-16T05:04:42.092Z Compiling bcs v0.1.6
34212024-08-16T05:04:42.118Z Running `/home/build/.rustup/toolchains/1.80.1-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=e739c917e7207d30 -C extra-filename=-e739c917e7207d30 --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-e6d1b1e69c921f3e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34222024-08-16T05:04:42.685Z Compiling oso-derive v0.27.3
34232024-08-16T05:04:42.714Z Running `/home/build/.rustup/toolchains/1.80.1-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=e06eba2a3ddb785c -C extra-filename=-e06eba2a3ddb785c --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-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0c3b85329fe55c62.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34242024-08-16T05:04:43.550Z Compiling impl-trait-for-tuples v0.2.2
34252024-08-16T05:04:43.574Z Running `/home/build/.rustup/toolchains/1.80.1-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=5a623d5b63242388 -C extra-filename=-5a623d5b63242388 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0c3b85329fe55c62.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34262024-08-16T05:04:43.740Z Compiling highway v1.2.0
34272024-08-16T05:04:43.764Z Running `/home/build/.rustup/toolchains/1.80.1-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=1afa1300e0ddf1c3 -C extra-filename=-1afa1300e0ddf1c3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34282024-08-16T05:04:44.236Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-auth-90e6c3cc807b5638/build-script-build`
34292024-08-16T05:04:44.263Z Running `/home/build/.rustup/toolchains/1.80.1-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=e7ab087565607334 -C extra-filename=-e7ab087565607334 --out-dir /work/oxidecomputer/omicron/target/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`
34302024-08-16T05:04:44.385Z Running `/home/build/.rustup/toolchains/1.80.1-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 --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=c7f104889891d3e1 -C extra-filename=-c7f104889891d3e1 --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-fb18128a1fc11699.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34312024-08-16T05:04:44.480Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
34322024-08-16T05:04:44.504Z Running `/home/build/.rustup/toolchains/1.80.1-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=58ad506c65017ddb -C extra-filename=-58ad506c65017ddb --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-830498e334c402a9.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-d572bd3b4ad9a0a5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-028d17ed3d350904.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
34332024-08-16T05:04:45.407Z Compiling snafu-derive v0.8.2
34342024-08-16T05:04:45.431Z Running `/home/build/.rustup/toolchains/1.80.1-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.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="rust_1_61"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("rust_1_61", "unstable-provider-api"))' -C metadata=89245f50b5143bee -C extra-filename=-89245f50b5143bee --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-64fe453a3f9fcd4a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34352024-08-16T05:04:46.125Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
34362024-08-16T05:04:46.149Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-749acba834b73294/319e7b9/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=5cc50ea7c00b5caa -C extra-filename=-5cc50ea7c00b5caa --out-dir /work/oxidecomputer/omicron/target/debug/build/gateway-sp-comms-5cc50ea7c00b5caa -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-6f67b0bf22e78afd.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34372024-08-16T05:04:46.476Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3)
34382024-08-16T05:04:46.500Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/diesel-dtrace-b9b9a29f91f682b9/8fcc2bb/build.rs --error-format=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=36b9ca17c559fa87 -C extra-filename=-36b9ca17c559fa87 --out-dir /work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-36b9ca17c559fa87 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-6f67b0bf22e78afd.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34392024-08-16T05:04:46.815Z Running `/work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-36b9ca17c559fa87/build-script-build`
34402024-08-16T05:04:46.883Z Running `/work/oxidecomputer/omicron/target/debug/build/gateway-sp-comms-5cc50ea7c00b5caa/build-script-build`
34412024-08-16T05:04:46.963Z Compiling nix v0.27.1
34422024-08-16T05:04:46.987Z Running `/home/build/.rustup/toolchains/1.80.1-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=019ffc2896747090 -C extra-filename=-019ffc2896747090 --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-2cdb80079c610eca.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-2977f4e89cc8b9da.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-e7ab087565607334.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34432024-08-16T05:04:48.569Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
34442024-08-16T05:04:48.615Z Running `/home/build/.rustup/toolchains/1.80.1-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="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "oxql", "sql"))' -C metadata=7a16cb855e75f7e5 -C extra-filename=-7a16cb855e75f7e5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rmeta --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-15fc923038689690.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-eaec0f1802c5ca04.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-e739c917e7207d30.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-3393a48ce8c6687e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9affaf578e5b973c.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ec49e88f444663ef.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2196679845e40df5.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-7a0c5025cefa8f36.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-fb5f3143e288ee2f.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-03490b41d6426eda.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rmeta --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-1afa1300e0ddf1c3.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-1d5c0c31f7d309a1.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-11024960b20c5ca2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a0344401027e575e.rmeta --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-dbd5df13355af3f1.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-9532508fd372b8b3.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a073906c8901333b.rmeta --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-b47e8deacafd3975.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-26564232ce565725.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-458372da5fba99e4.rmeta --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-72ddb42dd1caad9c.rmeta --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-d32155322b970ee7.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-fe3386b3995bd738.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-1abcbb01f770e22b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
34452024-08-16T05:04:50.168Z Compiling snafu v0.8.2
34462024-08-16T05:04:50.192Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name snafu --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-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="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", "std", "unstable-core-error", "unstable-provider-api", "unstable-try-trait"))' -C metadata=4f316c88f87b815c -C extra-filename=-4f316c88f87b815c --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-965f1abbaef84084.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-3899f306fde85002.rmeta --extern snafu_derive=/work/oxidecomputer/omicron/target/debug/deps/libsnafu_derive-89245f50b5143bee.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34472024-08-16T05:04:50.192Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
34482024-08-16T05:04:50.192Z Running `/home/build/.rustup/toolchains/1.80.1-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=7b7ac66f2b01a3a6 -C extra-filename=-7b7ac66f2b01a3a6 --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-325983a483f82094.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-594e16b556b993ff.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-fd86349cac891522.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34492024-08-16T05:04:50.463Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
34502024-08-16T05:04:50.487Z Running `/home/build/.rustup/toolchains/1.80.1-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=a1bbde4ed9e97e6e -C extra-filename=-a1bbde4ed9e97e6e --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-a1bbde4ed9e97e6e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-8a57ef772b263da4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
34512024-08-16T05:04:50.487Z Compiling globset v0.4.14
34522024-08-16T05:04:50.487Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name globset --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/globset-0.4.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="log"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "log", "serde", "serde1", "simd-accel"))' -C metadata=20cd5044c8e669fe -C extra-filename=-20cd5044c8e669fe --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-ccd418511fd0e494.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-0b179f319982781a.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-46cf9439802ec3f9.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-fcd8ea28b6b8ac77.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-7d938304ceffab4a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34532024-08-16T05:04:50.766Z Compiling const_format_proc_macros v0.2.32
34542024-08-16T05:04:50.790Z Running `/home/build/.rustup/toolchains/1.80.1-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.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all", "debug", "default", "derive", "syn"))' -C metadata=486fb1d9e30cf15d -C extra-filename=-486fb1d9e30cf15d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-4a828090b584bc69.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34552024-08-16T05:04:50.871Z Compiling bb8 v0.8.5
34562024-08-16T05:04:50.895Z Running `/home/build/.rustup/toolchains/1.80.1-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=b89d510c69830ca4 -C extra-filename=-b89d510c69830ca4 --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-eaec0f1802c5ca04.so --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-a0ceeed7299917eb.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-d2c6d5e451dfd0ff.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34572024-08-16T05:04:51.310Z Compiling olpc-cjson v0.1.3
34582024-08-16T05:04:51.335Z Running `/home/build/.rustup/toolchains/1.80.1-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.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ca90df5bf57eb9ee -C extra-filename=-ca90df5bf57eb9ee --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-e6d1b1e69c921f3e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-4163aa611c9fa9ab.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34592024-08-16T05:04:51.540Z Compiling serde_plain v1.0.2
34602024-08-16T05:04:51.564Z Running `/home/build/.rustup/toolchains/1.80.1-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=e89a4d2ecafe03f3 -C extra-filename=-e89a4d2ecafe03f3 --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-e6d1b1e69c921f3e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34612024-08-16T05:04:51.912Z Compiling serde-big-array v0.5.1
34622024-08-16T05:04:51.936Z Running `/home/build/.rustup/toolchains/1.80.1-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=b6e902be089d7724 -C extra-filename=-b6e902be089d7724 --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-e6d1b1e69c921f3e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34632024-08-16T05:04:51.960Z Compiling typed-path v0.7.1
34642024-08-16T05:04:51.960Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name typed_path --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typed-path-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=035dc440c125802f -C extra-filename=-035dc440c125802f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34652024-08-16T05:04:52.147Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_sp_comms --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-749acba834b73294/319e7b9/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=28a83fe8cb4ab568 -C extra-filename=-28a83fe8cb4ab568 --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-eaec0f1802c5ca04.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-36c3129a0af97f6f.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-7145ec3957bee753.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a0e7b87b4381c541.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-8b92b4dd1eb7bb06.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-920c1da04891f82f.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-85b8feb57c2240bc.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-014178c12363f11b.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-019ffc2896747090.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4ec299dfa0e92da3.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-b6e902be089d7724.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a33837303a60c71a.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-06830b5a71d23f82.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-0aa8e16b48bf5c57.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-7b7ac66f2b01a3a6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-1abcbb01f770e22b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-c31a6f04e89cb21e.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-08ddf8a69eebe183/out/lib`
34662024-08-16T05:04:52.601Z Compiling const_format v0.2.32
34672024-08-16T05:04:52.627Z Running `/home/build/.rustup/toolchains/1.80.1-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.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="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=528bd09aa98caeb9 -C extra-filename=-528bd09aa98caeb9 --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-486fb1d9e30cf15d.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34682024-08-16T05:04:53.217Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-a1bbde4ed9e97e6e/build-script-build`
34692024-08-16T05:04:53.248Z Compiling parse-size v1.0.0
34702024-08-16T05:04:53.272Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name parse_size --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parse-size-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("std"))' -C metadata=93c89df6fe796d16 -C extra-filename=-93c89df6fe796d16 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34712024-08-16T05:04:53.470Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34722024-08-16T05:04:53.494Z Running `/home/build/.rustup/toolchains/1.80.1-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=bdf0defd021caf5c -C extra-filename=-bdf0defd021caf5c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-eaec0f1802c5ca04.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2196679845e40df5.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-03490b41d6426eda.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a0e7b87b4381c541.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-18e41dbaf8e83871.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-8b92b4dd1eb7bb06.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-26564232ce565725.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-f31de78172241bf8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64`
34732024-08-16T05:04:54.627Z Compiling tough v0.17.1
34742024-08-16T05:04:54.651Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tough --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tough-0.17.1/src/lib.rs --error-format=json --json=diagnostic-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("http", "integ", "reqwest"))' -C metadata=b4d884c79f993dd6 -C extra-filename=-b4d884c79f993dd6 --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-15fc923038689690.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-eaec0f1802c5ca04.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-3393a48ce8c6687e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ec49e88f444663ef.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-5859d1b7689bc278.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-965f1abbaef84084.rmeta --extern globset=/work/oxidecomputer/omicron/target/debug/deps/libglobset-20cd5044c8e669fe.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-8b92b4dd1eb7bb06.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-46cf9439802ec3f9.rmeta --extern olpc_cjson=/work/oxidecomputer/omicron/target/debug/deps/libolpc_cjson-ca90df5bf57eb9ee.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-fc1210f8ac466272.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-8bf889c42ff0e1d1.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a073906c8901333b.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-ffc41cccb7984683.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rmeta --extern serde_plain=/work/oxidecomputer/omicron/target/debug/deps/libserde_plain-e89a4d2ecafe03f3.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-4f316c88f87b815c.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c9a4d6e13c7778ce.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-24c6c22cba1fe6a7.rmeta --extern typed_path=/work/oxidecomputer/omicron/target/debug/deps/libtyped_path-035dc440c125802f.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-5ba18449f0014995.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-c883dcfe2d3789aa.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-321402a375879e82.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
34752024-08-16T05:04:56.817Z Running `/home/build/.rustup/toolchains/1.80.1-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=af455edcf36765ec -C extra-filename=-af455edcf36765ec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9affaf578e5b973c.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ec49e88f444663ef.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-76d44953ce70a362.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-8755f378a0d2712e.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-b81fcb6fdc5df7f0.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-8b92b4dd1eb7bb06.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-576a17e2802e5273.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-e96086556fa58dca.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a6c5e59db985c498.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-da9d78a0f106b5f2.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-fecb02797e6136ad.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-5e32e5548903d79d.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f525b248421567dd.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-5e17b137d0230bd3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-db0a2b655bd3c8dd.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3f5ac9810f6b0f6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f4cae71614ec40ae.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-aa2fc19618e8223a.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-878a8767bd0518bb.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-b79acf795c5ad975.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-d2da27428a6e7bb9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a33837303a60c71a.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-2b856dda25213192.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d605b07ab2a0de30.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.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-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
34762024-08-16T05:04:57.647Z Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
34772024-08-16T05:04:57.672Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name async_bb8_diesel --edition=2018 /home/build/.cargo/git/checkouts/async-bb8-diesel-a50dc900a40dfa44/ed7ab5e/src/lib.rs --error-format=json --json=diagnostic-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=1d7a8f67369c9bea -C extra-filename=-1d7a8f67369c9bea --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-eaec0f1802c5ca04.so --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-b89d510c69830ca4.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-b81fcb6fdc5df7f0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
34782024-08-16T05:04:57.696Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name diesel_dtrace --edition=2021 /home/build/.cargo/git/checkouts/diesel-dtrace-b9b9a29f91f682b9/8fcc2bb/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=010bca92c11df0ee -C extra-filename=-010bca92c11df0ee --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-b81fcb6fdc5df7f0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-1abcbb01f770e22b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
34792024-08-16T05:04:58.080Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
34802024-08-16T05:04:58.104Z Running `/home/build/.rustup/toolchains/1.80.1-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=3c01943335d563b9 -C extra-filename=-3c01943335d563b9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9affaf578e5b973c.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2196679845e40df5.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-03490b41d6426eda.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rmeta --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-fcc883c5905660d4.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a0e7b87b4381c541.rmeta --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-28a83fe8cb4ab568.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-18e41dbaf8e83871.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-8b92b4dd1eb7bb06.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-737c5057d02b1662.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e162d10efb2b5b84.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df791fa27a35479c.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-b11b4f112c1ecae0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-473da805c9564881.rmeta --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-f3a370c833ea6c65.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-26564232ce565725.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a33837303a60c71a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-9d0bf0a436f6bccd.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-1a65099964f4de0b.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-f31de78172241bf8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-08ddf8a69eebe183/out/lib`
34812024-08-16T05:04:58.293Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
34822024-08-16T05:04:58.317Z Running `/home/build/.rustup/toolchains/1.80.1-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=7363087b6d0e978b -C extra-filename=-7363087b6d0e978b --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-ec49e88f444663ef.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-488bb704975e32f2.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a073906c8901333b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
34832024-08-16T05:05:00.109Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
34842024-08-16T05:05:00.134Z Running `/home/build/.rustup/toolchains/1.80.1-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=d0a8a79035cdf72b -C extra-filename=-d0a8a79035cdf72b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-eaec0f1802c5ca04.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ca84c69def3e65cc.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-3393a48ce8c6687e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9affaf578e5b973c.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-aa3d5d39ae47626b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ec49e88f444663ef.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f8d6e08c22f4130f.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-725dd47f885197a3.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-b7cf0b44405e9775.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-8b92b4dd1eb7bb06.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-85b8feb57c2240bc.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rmeta --extern parse_size=/work/oxidecomputer/omicron/target/debug/deps/libparse_size-93c89df6fe796d16.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-ffc41cccb7984683.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-4be9361d119216e5.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-fb339d0b1775d489.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-be5b8cddf8b2d4c2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-f31de78172241bf8.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-b4d884c79f993dd6.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-c883dcfe2d3789aa.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-c31a6f04e89cb21e.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-08ddf8a69eebe183/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
34852024-08-16T05:05:03.950Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
34862024-08-16T05:05:03.973Z Running `/home/build/.rustup/toolchains/1.80.1-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=d5697f0f5afd97d6 -C extra-filename=-d5697f0f5afd97d6 --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-ec49e88f444663ef.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-03490b41d6426eda.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
34872024-08-16T05:05:05.602Z Compiling cargo-platform v0.1.8
34882024-08-16T05:05:05.625Z Running `/home/build/.rustup/toolchains/1.80.1-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=b5ffbf5e24c93a7e -C extra-filename=-b5ffbf5e24c93a7e --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-e6d1b1e69c921f3e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34892024-08-16T05:05:06.098Z Compiling cargo_metadata v0.18.1
34902024-08-16T05:05:06.122Z Running `/home/build/.rustup/toolchains/1.80.1-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=30eb4c497a66f5ca -C extra-filename=-30eb4c497a66f5ca --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-9affaf578e5b973c.rmeta --extern cargo_platform=/work/oxidecomputer/omicron/target/debug/deps/libcargo_platform-b5ffbf5e24c93a7e.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-b79acf795c5ad975.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34912024-08-16T05:05:06.695Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
34922024-08-16T05:05:06.719Z Running `/home/build/.rustup/toolchains/1.80.1-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=e306e9b038f5734d -C extra-filename=-e306e9b038f5734d --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-9affaf578e5b973c.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-03490b41d6426eda.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a0e7b87b4381c541.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-18e41dbaf8e83871.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-3c01943335d563b9.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2ac75624a062f755.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-bdf0defd021caf5c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-08ddf8a69eebe183/out/lib`
34932024-08-16T05:05:07.976Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
34942024-08-16T05:05:08.000Z Running `/home/build/.rustup/toolchains/1.80.1-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=3a5668ea603712cf -C extra-filename=-3a5668ea603712cf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9affaf578e5b973c.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ec49e88f444663ef.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2196679845e40df5.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-03490b41d6426eda.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-bcfd1ebbe27d10c9.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-2f508a04ad184464.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f525b248421567dd.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a0344401027e575e.rmeta --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-d5697f0f5afd97d6.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-7363087b6d0e978b.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-7a16cb855e75f7e5.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a073906c8901333b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-26564232ce565725.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-458372da5fba99e4.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d605b07ab2a0de30.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-f31de78172241bf8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
34952024-08-16T05:05:08.400Z Compiling assert_matches v1.5.0
34962024-08-16T05:05:08.428Z Running `/home/build/.rustup/toolchains/1.80.1-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=d65da3ab02c6d0c5 -C extra-filename=-d65da3ab02c6d0c5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34972024-08-16T05:05:08.481Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
34982024-08-16T05:05:08.506Z Running `/home/build/.rustup/toolchains/1.80.1-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=8f0c023b98ab8ab5 -C extra-filename=-8f0c023b98ab8ab5 --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-eaec0f1802c5ca04.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-da9d78a0f106b5f2.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-5e32e5548903d79d.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f525b248421567dd.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
34992024-08-16T05:05:08.896Z Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
35002024-08-16T05:05:08.920Z Running `/home/build/.rustup/toolchains/1.80.1-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=394d7a51f5eb6839 -C extra-filename=-394d7a51f5eb6839 --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-64fe453a3f9fcd4a.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-1d5c0c31f7d309a1.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-4058c7340bf7b5f3.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-704b70246acfb632.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35012024-08-16T05:05:09.122Z Compiling libz-sys v1.1.16
35022024-08-16T05:05:09.147Z Running `/home/build/.rustup/toolchains/1.80.1-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.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="libc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "cmake", "default", "libc", "static", "stock-zlib", "zlib-ng"))' -C metadata=3f87cd17f4e7e3f9 -C extra-filename=-3f87cd17f4e7e3f9 --out-dir /work/oxidecomputer/omicron/target/debug/build/libz-sys-3f87cd17f4e7e3f9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-887dc1e75bcfe948.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-eb481e38678e4e0a.rlib --extern vcpkg=/work/oxidecomputer/omicron/target/debug/deps/libvcpkg-1de0e5370f5fe5c3.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35032024-08-16T05:05:09.761Z Running `/work/oxidecomputer/omicron/target/debug/build/libz-sys-3f87cd17f4e7e3f9/build-script-build`
35042024-08-16T05:05:09.867Z Compiling rand_seeder v0.3.0
35052024-08-16T05:05:09.894Z Running `/home/build/.rustup/toolchains/1.80.1-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=e2f1419aa81eff5f -C extra-filename=-e2f1419aa81eff5f --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-712f34846d8898c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35062024-08-16T05:05:10.149Z Compiling libgit2-sys v0.17.0+1.8.1
35072024-08-16T05:05:10.173Z Running `/home/build/.rustup/toolchains/1.80.1-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=014a29a1dc56c9bf -C extra-filename=-014a29a1dc56c9bf --out-dir /work/oxidecomputer/omicron/target/debug/build/libgit2-sys-014a29a1dc56c9bf -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-887dc1e75bcfe948.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-eb481e38678e4e0a.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35082024-08-16T05:05:10.508Z Compiling portable-atomic v1.6.0
35092024-08-16T05:05:10.533Z Running `/home/build/.rustup/toolchains/1.80.1-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.6.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=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_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::borrow_as_ptr' --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"))' -C metadata=12021e4b795f02e3 -C extra-filename=-12021e4b795f02e3 --out-dir /work/oxidecomputer/omicron/target/debug/build/portable-atomic-12021e4b795f02e3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35102024-08-16T05:05:10.925Z Running `/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-014a29a1dc56c9bf/build-script-build`
35112024-08-16T05:05:11.393Z Running `/work/oxidecomputer/omicron/target/debug/build/portable-atomic-12021e4b795f02e3/build-script-build`
35122024-08-16T05:05:11.462Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
35132024-08-16T05:05:11.486Z Running `/home/build/.rustup/toolchains/1.80.1-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=6dcfc17d03d713f2 -C extra-filename=-6dcfc17d03d713f2 --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-ee2c8e20fb86984d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-712f34846d8898c6.rmeta --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-e2f1419aa81eff5f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
35142024-08-16T05:05:11.646Z Running `/home/build/.rustup/toolchains/1.80.1-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.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="libc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "cmake", "default", "libc", "static", "stock-zlib", "zlib-ng"))' -C metadata=0e74a41f2719d9d9 -C extra-filename=-0e74a41f2719d9d9 --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-2977f4e89cc8b9da.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -l z -l z`
35152024-08-16T05:05:11.800Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
35162024-08-16T05:05:11.824Z Running `/home/build/.rustup/toolchains/1.80.1-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=3a532da9f75526e9 -C extra-filename=-3a532da9f75526e9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-285400951f533a61.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-03490b41d6426eda.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-ccfb31210373c817.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-c9380d86e5571d46.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-cedc2b4cdec5a13d.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f4cae71614ec40ae.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-fb339d0b1775d489.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a989526e1a9c56b2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-881349d15853b2c9.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
35172024-08-16T05:05:16.153Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name portable_atomic --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/portable-atomic-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=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_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::borrow_as_ptr' --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"))' -C metadata=9d52c690f1b3b666 -C extra-filename=-9d52c690f1b3b666 --out-dir /work/oxidecomputer/omicron/target/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_llvm_16`
35182024-08-16T05:05:16.488Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
35192024-08-16T05:05:16.514Z Running `/home/build/.rustup/toolchains/1.80.1-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=f50e9229479e5afb -C extra-filename=-f50e9229479e5afb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-3393a48ce8c6687e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9affaf578e5b973c.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-aa3d5d39ae47626b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ec49e88f444663ef.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f8d6e08c22f4130f.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c2184d2a5bed7ca0.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-03490b41d6426eda.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-8b92b4dd1eb7bb06.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-85b8feb57c2240bc.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-fb339d0b1775d489.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-24c6c22cba1fe6a7.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-b4d884c79f993dd6.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-d0a8a79035cdf72b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-08ddf8a69eebe183/out/lib -L native=/usr/ssl-3/lib/amd64`
35202024-08-16T05:05:17.306Z Compiling vergen v8.3.2
35212024-08-16T05:05:17.330Z Running `/home/build/.rustup/toolchains/1.80.1-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=8aef8dd6f9115d81 -C extra-filename=-8aef8dd6f9115d81 --out-dir /work/oxidecomputer/omicron/target/debug/build/vergen-8aef8dd6f9115d81 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-cd12841eafeed674.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35222024-08-16T05:05:17.642Z Compiling number_prefix v0.4.0
35232024-08-16T05:05:17.666Z Running `/home/build/.rustup/toolchains/1.80.1-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=8f0572afc11e7106 -C extra-filename=-8f0572afc11e7106 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35242024-08-16T05:05:17.861Z Compiling indicatif v0.17.8
35252024-08-16T05:05:17.885Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name indicatif --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indicatif-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="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=0289058b02cf0b21 -C extra-filename=-0289058b02cf0b21 --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-798580260be3f871.rmeta --extern number_prefix=/work/oxidecomputer/omicron/target/debug/deps/libnumber_prefix-8f0572afc11e7106.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-9d52c690f1b3b666.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-8be4b95ce6e63459.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3919ec52e6b0b262.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35262024-08-16T05:05:18.425Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-8aef8dd6f9115d81/build-script-build`
35272024-08-16T05:05:18.451Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
35282024-08-16T05:05:18.476Z Running `/home/build/.rustup/toolchains/1.80.1-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=867e4e9d6e644bef -C extra-filename=-867e4e9d6e644bef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ec49e88f444663ef.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-ccfb31210373c817.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a0e7b87b4381c541.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-5e32e5548903d79d.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f525b248421567dd.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3f5ac9810f6b0f6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a073906c8901333b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-d2da27428a6e7bb9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d605b07ab2a0de30.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-6dcfc17d03d713f2.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
35292024-08-16T05:05:19.674Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
35302024-08-16T05:05:19.698Z Running `/home/build/.rustup/toolchains/1.80.1-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=978597993d6b8bf1 -C extra-filename=-978597993d6b8bf1 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-saga-recovery-978597993d6b8bf1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-8a57ef772b263da4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
35312024-08-16T05:05:19.997Z Compiling libsqlite3-sys v0.28.0
35322024-08-16T05:05:20.021Z Running `/home/build/.rustup/toolchains/1.80.1-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.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="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=4728c1feba165bca -C extra-filename=-4728c1feba165bca --out-dir /work/oxidecomputer/omicron/target/debug/build/libsqlite3-sys-4728c1feba165bca -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-eb481e38678e4e0a.rlib --extern vcpkg=/work/oxidecomputer/omicron/target/debug/deps/libvcpkg-1de0e5370f5fe5c3.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35332024-08-16T05:05:20.540Z Running `/work/oxidecomputer/omicron/target/debug/build/libsqlite3-sys-4728c1feba165bca/build-script-build`
35342024-08-16T05:05:20.582Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-saga-recovery-978597993d6b8bf1/build-script-build`
35352024-08-16T05:05:20.615Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
35362024-08-16T05:05:20.668Z Running `/home/build/.rustup/toolchains/1.80.1-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=279f2fd74dd69a7b -C extra-filename=-279f2fd74dd69a7b --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-03490b41d6426eda.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f525b248421567dd.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3f5ac9810f6b0f6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
35372024-08-16T05:05:23.650Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
35382024-08-16T05:05:23.673Z Running `/home/build/.rustup/toolchains/1.80.1-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=ca2381b03273d1e1 -C extra-filename=-ca2381b03273d1e1 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-ca2381b03273d1e1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-8a57ef772b263da4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
35392024-08-16T05:05:23.959Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
35402024-08-16T05:05:23.984Z Running `/home/build/.rustup/toolchains/1.80.1-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=a10a6c89644ceea1 -C extra-filename=-a10a6c89644ceea1 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-a10a6c89644ceea1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-8a57ef772b263da4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
35412024-08-16T05:05:24.185Z Compiling castaway v0.2.3
35422024-08-16T05:05:24.211Z Running `/home/build/.rustup/toolchains/1.80.1-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=560b5d52bef86bca -C extra-filename=-560b5d52bef86bca --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-cd12841eafeed674.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35432024-08-16T05:05:24.290Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-a10a6c89644ceea1/build-script-build`
35442024-08-16T05:05:24.315Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-ca2381b03273d1e1/build-script-build`
35452024-08-16T05:05:24.339Z Compiling compact_str v0.8.0
35462024-08-16T05:05:24.363Z Running `/home/build/.rustup/toolchains/1.80.1-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=b38aa10ecf19e52e -C extra-filename=-b38aa10ecf19e52e --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-560b5d52bef86bca.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-4cb0fb6bacfafb96.rmeta --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-cd12841eafeed674.so --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-c8748712d383e42f.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0a062de836263b83.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35472024-08-16T05:05:24.363Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name libsqlite3_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libsqlite3-sys-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="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=20ac25e44b9f976b -C extra-filename=-20ac25e44b9f976b --out-dir /work/oxidecomputer/omicron/target/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`
35482024-08-16T05:05:24.794Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
35492024-08-16T05:05:24.818Z Running `/home/build/.rustup/toolchains/1.80.1-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=8852daddbdc06050 -C extra-filename=-8852daddbdc06050 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ec49e88f444663ef.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f8d6e08c22f4130f.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-ccfb31210373c817.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-1d5c0c31f7d309a1.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-bcfd1ebbe27d10c9.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-7e28ccd96dc058f1.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-da9d78a0f106b5f2.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-867e4e9d6e644bef.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-5e32e5548903d79d.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f525b248421567dd.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3f5ac9810f6b0f6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f4cae71614ec40ae.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-d2da27428a6e7bb9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0a062de836263b83.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d605b07ab2a0de30.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-6dcfc17d03d713f2.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
35502024-08-16T05:05:25.599Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
35512024-08-16T05:05:25.622Z Running `/home/build/.rustup/toolchains/1.80.1-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=8ed1f4e708c296f1 -C extra-filename=-8ed1f4e708c296f1 --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-ec49e88f444663ef.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3f5ac9810f6b0f6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-488bb704975e32f2.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a073906c8901333b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
35522024-08-16T05:05:26.800Z Compiling unicode-truncate v1.0.0
35532024-08-16T05:05:26.824Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_truncate --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-truncate-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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=1b803a069b8e44cb -C extra-filename=-1b803a069b8e44cb --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-bb69c56d84ec7036.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3919ec52e6b0b262.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35542024-08-16T05:05:27.031Z Compiling hashlink v0.9.1
35552024-08-16T05:05:27.056Z Running `/home/build/.rustup/toolchains/1.80.1-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=29b77903e0cb2ad3 -C extra-filename=-29b77903e0cb2ad3 --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-9afe1f7747b99dd5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35562024-08-16T05:05:27.643Z Compiling lru v0.12.3
35572024-08-16T05:05:27.670Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name lru --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lru-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"' --cfg 'feature="hashbrown"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "hashbrown", "nightly"))' -C metadata=4c08ec222e3f534e -C extra-filename=-4c08ec222e3f534e --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-9afe1f7747b99dd5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35582024-08-16T05:05:27.940Z Compiling instability v0.3.2
35592024-08-16T05:05:27.965Z Running `/home/build/.rustup/toolchains/1.80.1-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=cfbf10543b7f664a -C extra-filename=-cfbf10543b7f664a --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-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35602024-08-16T05:05:28.338Z Compiling fallible-streaming-iterator v0.1.9
35612024-08-16T05:05:28.361Z Running `/home/build/.rustup/toolchains/1.80.1-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=268e12232fc32356 -C extra-filename=-268e12232fc32356 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35622024-08-16T05:05:28.572Z Compiling fallible-iterator v0.3.0
35632024-08-16T05:05:28.596Z Running `/home/build/.rustup/toolchains/1.80.1-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=38d4df39420f26f0 -C extra-filename=-38d4df39420f26f0 --out-dir /work/oxidecomputer/omicron/target/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-08-16T05:05:28.966Z Compiling cassowary v0.3.0
35652024-08-16T05:05:28.990Z Running `/home/build/.rustup/toolchains/1.80.1-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=a0df4d0548b0a401 -C extra-filename=-a0df4d0548b0a401 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35662024-08-16T05:05:29.209Z Compiling is_ci v1.2.0
35672024-08-16T05:05:29.233Z Running `/home/build/.rustup/toolchains/1.80.1-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=1ffd4f2a5c71f8ce -C extra-filename=-1ffd4f2a5c71f8ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35682024-08-16T05:05:29.460Z Compiling ratatui v0.28.0
35692024-08-16T05:05:29.484Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name ratatui --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ratatui-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 '--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=bd07852e3678bdfa -C extra-filename=-bd07852e3678bdfa --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-2cdb80079c610eca.rmeta --extern cassowary=/work/oxidecomputer/omicron/target/debug/deps/libcassowary-a0df4d0548b0a401.rmeta --extern compact_str=/work/oxidecomputer/omicron/target/debug/deps/libcompact_str-b38aa10ecf19e52e.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-fb5f3143e288ee2f.rmeta --extern instability=/work/oxidecomputer/omicron/target/debug/deps/libinstability-cfbf10543b7f664a.so --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rmeta --extern lru=/work/oxidecomputer/omicron/target/debug/deps/liblru-4c08ec222e3f534e.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4ec299dfa0e92da3.so --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d605b07ab2a0de30.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-af4c16b7d1ccc6d5.so --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-d809c6274b019e58.rmeta --extern unicode_truncate=/work/oxidecomputer/omicron/target/debug/deps/libunicode_truncate-1b803a069b8e44cb.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3919ec52e6b0b262.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35702024-08-16T05:05:30.079Z Compiling supports-color v3.0.0
35712024-08-16T05:05:30.103Z Running `/home/build/.rustup/toolchains/1.80.1-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.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=bd01036f692a511f -C extra-filename=-bd01036f692a511f --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-1ffd4f2a5c71f8ce.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35722024-08-16T05:05:30.449Z Compiling rusqlite v0.31.0
35732024-08-16T05:05:30.474Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name rusqlite --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rusqlite-0.31.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type 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", "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=d857bdc8b4a3788b -C extra-filename=-d857bdc8b4a3788b --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-2cdb80079c610eca.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-38d4df39420f26f0.rmeta --extern fallible_streaming_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_streaming_iterator-268e12232fc32356.rmeta --extern hashlink=/work/oxidecomputer/omicron/target/debug/deps/libhashlink-29b77903e0cb2ad3.rmeta --extern libsqlite3_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibsqlite3_sys-20ac25e44b9f976b.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-90c42fabfdf6af03.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64`
35742024-08-16T05:05:31.204Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
35752024-08-16T05:05:31.227Z Running `/home/build/.rustup/toolchains/1.80.1-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=83decb2047bcca8f -C extra-filename=-83decb2047bcca8f --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-nexus-83decb2047bcca8f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-8a57ef772b263da4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
35762024-08-16T05:05:31.509Z Compiling twox-hash v1.6.3
35772024-08-16T05:05:31.533Z Running `/home/build/.rustup/toolchains/1.80.1-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=5eb318590449b015 -C extra-filename=-5eb318590449b015 --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-94faf137b493206b.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0a062de836263b83.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35782024-08-16T05:05:32.167Z Compiling unicode-linebreak v0.1.5
35792024-08-16T05:05:32.191Z Running `/home/build/.rustup/toolchains/1.80.1-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=5745b33b579fab38 -C extra-filename=-5745b33b579fab38 --out-dir /work/oxidecomputer/omicron/target/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-08-16T05:05:32.631Z Compiling smawk v0.3.2
35812024-08-16T05:05:32.655Z Running `/home/build/.rustup/toolchains/1.80.1-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=67ff47dd1c0fd95d -C extra-filename=-67ff47dd1c0fd95d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35822024-08-16T05:05:32.844Z Compiling textwrap v0.16.1
35832024-08-16T05:05:32.868Z Running `/home/build/.rustup/toolchains/1.80.1-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=a743db74423d42c5 -C extra-filename=-a743db74423d42c5 --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-67ff47dd1c0fd95d.rmeta --extern unicode_linebreak=/work/oxidecomputer/omicron/target/debug/deps/libunicode_linebreak-5745b33b579fab38.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3919ec52e6b0b262.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35842024-08-16T05:05:32.933Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-nexus-83decb2047bcca8f/build-script-build`
35852024-08-16T05:05:32.962Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
35862024-08-16T05:05:32.987Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_pantry_client --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/e58ca36/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=defc005d7f24e86c -C extra-filename=-defc005d7f24e86c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ec49e88f444663ef.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-8df2ed83fa4c112a.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-8bf889c42ff0e1d1.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-488bb704975e32f2.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a073906c8901333b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
35872024-08-16T05:05:33.961Z Compiling fatfs v0.3.6
35882024-08-16T05:05:34.052Z Running `/home/build/.rustup/toolchains/1.80.1-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=6eff82ac4e9024f7 -C extra-filename=-6eff82ac4e9024f7 --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-e992fadcca1ed6f2.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-325983a483f82094.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ec49e88f444663ef.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-46cf9439802ec3f9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35892024-08-16T05:05:35.190Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
35902024-08-16T05:05:35.215Z Running `/home/build/.rustup/toolchains/1.80.1-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=51d22023ed101131 -C extra-filename=-51d22023ed101131 --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-ec49e88f444663ef.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-cd4db557eb907901.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3f5ac9810f6b0f6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-488bb704975e32f2.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-371cc57c92bdfae7.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a073906c8901333b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a989526e1a9c56b2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-881349d15853b2c9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-3a532da9f75526e9.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
35912024-08-16T05:05:35.239Z Compiling csv-core v0.1.11
35922024-08-16T05:05:35.239Z Running `/home/build/.rustup/toolchains/1.80.1-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=ea19030902cb9687 -C extra-filename=-ea19030902cb9687 --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-3b15747880b886c1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35932024-08-16T05:05:35.399Z Compiling rtoolbox v0.0.2
35942024-08-16T05:05:35.424Z Running `/home/build/.rustup/toolchains/1.80.1-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=b74099d5cf51b981 -C extra-filename=-b74099d5cf51b981 --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-2977f4e89cc8b9da.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35952024-08-16T05:05:35.717Z Compiling csv v1.3.0
35962024-08-16T05:05:35.741Z Running `/home/build/.rustup/toolchains/1.80.1-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=5abb42632be98ee1 -C extra-filename=-5abb42632be98ee1 --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-ea19030902cb9687.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-4cb0fb6bacfafb96.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-c8748712d383e42f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35972024-08-16T05:05:35.802Z Compiling shell-words v1.1.0
35982024-08-16T05:05:35.826Z Running `/home/build/.rustup/toolchains/1.80.1-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=bfaf6b529bbb10b0 -C extra-filename=-bfaf6b529bbb10b0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35992024-08-16T05:05:36.094Z Compiling rpassword v7.3.1
36002024-08-16T05:05:36.118Z Running `/home/build/.rustup/toolchains/1.80.1-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=1d8d3c5ded42b2d4 -C extra-filename=-1d8d3c5ded42b2d4 --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-2977f4e89cc8b9da.rmeta --extern rtoolbox=/work/oxidecomputer/omicron/target/debug/deps/librtoolbox-b74099d5cf51b981.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36012024-08-16T05:05:36.420Z Compiling tui-tree-widget v0.22.0
36022024-08-16T05:05:36.444Z Running `/home/build/.rustup/toolchains/1.80.1-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=2d32cc024065640a -C extra-filename=-2d32cc024065640a --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-bd07852e3678bdfa.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3919ec52e6b0b262.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36032024-08-16T05:05:36.743Z Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
36042024-08-16T05:05:36.767Z Running `/home/build/.rustup/toolchains/1.80.1-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=ff7bf564526ef019 -C extra-filename=-ff7bf564526ef019 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9affaf578e5b973c.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ec49e88f444663ef.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2196679845e40df5.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-798580260be3f871.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-423154c0ac8a55bc.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-458372da5fba99e4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-d0a8a79035cdf72b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-08ddf8a69eebe183/out/lib`
36052024-08-16T05:05:36.873Z Compiling yansi v0.5.1
36062024-08-16T05:05:36.897Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name yansi --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/yansi-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=88b97de0d39332af -C extra-filename=-88b97de0d39332af --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36072024-08-16T05:05:37.206Z Compiling pretty_assertions v1.4.0
36082024-08-16T05:05:37.230Z Running `/home/build/.rustup/toolchains/1.80.1-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.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=0027465b2e6825f2 -C extra-filename=-0027465b2e6825f2 --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-0f6054f8c11a1395.rmeta --extern yansi=/work/oxidecomputer/omicron/target/debug/deps/libyansi-88b97de0d39332af.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36092024-08-16T05:05:37.585Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
36102024-08-16T05:05:37.609Z Running `/home/build/.rustup/toolchains/1.80.1-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=113b8d91d6e78966 -C extra-filename=-113b8d91d6e78966 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ec49e88f444663ef.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-e20d983ba3bdd9ca.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-737c5057d02b1662.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e162d10efb2b5b84.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-488bb704975e32f2.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-371cc57c92bdfae7.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a073906c8901333b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
36112024-08-16T05:05:38.486Z Compiling polyval v0.6.2
36122024-08-16T05:05:38.510Z Running `/home/build/.rustup/toolchains/1.80.1-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=730fbd4aafc522a6 -C extra-filename=-730fbd4aafc522a6 --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-94faf137b493206b.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-250510e548f1bd64.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-41406f716c9b46c1.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-7a17534fe1d86674.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36132024-08-16T05:05:38.881Z Compiling rfc6979 v0.4.0
36142024-08-16T05:05:38.905Z Running `/home/build/.rustup/toolchains/1.80.1-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=adcb36cabde2773d -C extra-filename=-adcb36cabde2773d --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-1502ad1d893e1f6e.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-69c441407b09e74b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36152024-08-16T05:05:39.068Z Compiling ecdsa v0.16.9
36162024-08-16T05:05:39.092Z Running `/home/build/.rustup/toolchains/1.80.1-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=04ccbe4025ff4cc3 -C extra-filename=-04ccbe4025ff4cc3 --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-e6f841b1e5437932.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-57df871143d3c7b1.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-fc954fae29452eea.rmeta --extern rfc6979=/work/oxidecomputer/omicron/target/debug/deps/librfc6979-adcb36cabde2773d.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-148094c0f8f12387.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-2f5012838d8a5b7d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36172024-08-16T05:05:39.762Z Compiling ghash v0.5.1
36182024-08-16T05:05:39.787Z Running `/home/build/.rustup/toolchains/1.80.1-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=0d6ba3f3d3beb3ff -C extra-filename=-0d6ba3f3d3beb3ff --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-41406f716c9b46c1.rmeta --extern polyval=/work/oxidecomputer/omicron/target/debug/deps/libpolyval-730fbd4aafc522a6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36192024-08-16T05:05:39.956Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
36202024-08-16T05:05:39.980Z Running `/home/build/.rustup/toolchains/1.80.1-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=f6c5fd05e9d1159c -C extra-filename=-f6c5fd05e9d1159c --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-117336d8d843d17f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
36212024-08-16T05:05:41.335Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
36222024-08-16T05:05:41.387Z Running `/home/build/.rustup/toolchains/1.80.1-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=8639f8d8e0767c92 -C extra-filename=-8639f8d8e0767c92 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ca84c69def3e65cc.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9affaf578e5b973c.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-5c22e4d4702ea791.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2196679845e40df5.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-fb5f3143e288ee2f.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-1d5c0c31f7d309a1.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-0289058b02cf0b21.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-db0a2b655bd3c8dd.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-cedc2b4cdec5a13d.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-bd07852e3678bdfa.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a073906c8901333b.rmeta --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-1d8d3c5ded42b2d4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rmeta --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-bfaf6b529bbb10b0.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a989526e1a9c56b2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-423154c0ac8a55bc.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-458372da5fba99e4.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-bd01036f692a511f.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a743db74423d42c5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-24c6c22cba1fe6a7.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-f31de78172241bf8.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-733bdfb3eb0138dc.rmeta --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-2d32cc024065640a.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3919ec52e6b0b262.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-881349d15853b2c9.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-3a532da9f75526e9.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-51d22023ed101131.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d47f5ede55f99f5b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
36232024-08-16T05:05:41.782Z Compiling samael v0.0.15
36242024-08-16T05:05:41.806Z Running `/home/build/.rustup/toolchains/1.80.1-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.15/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=381a5d747c9b0973 -C extra-filename=-381a5d747c9b0973 --out-dir /work/oxidecomputer/omicron/target/debug/build/samael-381a5d747c9b0973 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bindgen=/work/oxidecomputer/omicron/target/debug/deps/libbindgen-11cd43a66d6fde30.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-eb481e38678e4e0a.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36252024-08-16T05:05:43.929Z Running `/work/oxidecomputer/omicron/target/debug/build/samael-381a5d747c9b0973/build-script-bindings`
36262024-08-16T05:05:44.136Z Compiling primeorder v0.13.6
36272024-08-16T05:05:44.160Z Running `/home/build/.rustup/toolchains/1.80.1-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=54e66b38db38eb0c -C extra-filename=-54e66b38db38eb0c --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-fc954fae29452eea.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36282024-08-16T05:05:44.616Z Compiling ctr v0.9.2
36292024-08-16T05:05:44.616Z Running `/home/build/.rustup/toolchains/1.80.1-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=97c0d48c7dc2e9b5 -C extra-filename=-97c0d48c7dc2e9b5 --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-c9f83f04d6ed19b9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36302024-08-16T05:05:44.963Z Compiling target-lexicon v0.12.16
36312024-08-16T05:05:44.990Z Running `/home/build/.rustup/toolchains/1.80.1-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=1168d39a58d12fe8 -C extra-filename=-1168d39a58d12fe8 --out-dir /work/oxidecomputer/omicron/target/debug/build/target-lexicon-1168d39a58d12fe8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36322024-08-16T05:05:45.917Z Compiling plotters-backend v0.3.5
36332024-08-16T05:05:45.940Z Running `/home/build/.rustup/toolchains/1.80.1-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.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=cae6e4eff76e0ec4 -C extra-filename=-cae6e4eff76e0ec4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36342024-08-16T05:05:46.141Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name samael --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/samael-0.0.15/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=fa10e218d0ec6d9f -C extra-filename=-fa10e218d0ec6d9f --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-2da632077f49dfb6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ec49e88f444663ef.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-cd98acc801d35958.rlib --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-7e163dc342453adc.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-725dd47f885197a3.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-4058c7340bf7b5f3.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-2977f4e89cc8b9da.rlib --extern libxml=/work/oxidecomputer/omicron/target/debug/deps/liblibxml-5fe0f1e86c7b7afc.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-f360003f1f14a369.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-aba34158fbf029ed.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-9f72585c934d604c.rlib --extern quick_xml=/work/oxidecomputer/omicron/target/debug/deps/libquick_xml-ed9e0e33a5b1a71c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-c883dcfe2d3789aa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.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`
36352024-08-16T05:05:46.454Z Compiling doc-comment v0.3.3
36362024-08-16T05:05:46.479Z Running `/home/build/.rustup/toolchains/1.80.1-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=14c1a7aa8d9df06d -C extra-filename=-14c1a7aa8d9df06d --out-dir /work/oxidecomputer/omicron/target/debug/build/doc-comment-14c1a7aa8d9df06d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36372024-08-16T05:05:47.027Z Running `/work/oxidecomputer/omicron/target/debug/build/doc-comment-14c1a7aa8d9df06d/build-script-build`
36382024-08-16T05:05:47.173Z Compiling plotters-svg v0.3.5
36392024-08-16T05:05:47.197Z Running `/home/build/.rustup/toolchains/1.80.1-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.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("bitmap_encoder", "debug", "image"))' -C metadata=e75ceed9def0dc02 -C extra-filename=-e75ceed9def0dc02 --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-cae6e4eff76e0ec4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36402024-08-16T05:05:47.645Z Running `/work/oxidecomputer/omicron/target/debug/build/target-lexicon-1168d39a58d12fe8/build-script-build`
36412024-08-16T05:05:47.697Z Compiling aes-gcm v0.10.3
36422024-08-16T05:05:47.721Z Running `/home/build/.rustup/toolchains/1.80.1-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=2c5ee1c0fd790ee8 -C extra-filename=-2c5ee1c0fd790ee8 --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-38b65ff7828ac628.rmeta --extern aes=/work/oxidecomputer/omicron/target/debug/deps/libaes-c3bbc5f40cc9afe1.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-c9f83f04d6ed19b9.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-97c0d48c7dc2e9b5.rmeta --extern ghash=/work/oxidecomputer/omicron/target/debug/deps/libghash-0d6ba3f3d3beb3ff.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-69c441407b09e74b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36432024-08-16T05:05:47.965Z Compiling ed25519 v2.2.3
36442024-08-16T05:05:47.997Z Running `/home/build/.rustup/toolchains/1.80.1-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=8a9906eb2a16a839 -C extra-filename=-8a9906eb2a16a839 --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-8ed8af365f89cea7.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-148094c0f8f12387.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36452024-08-16T05:05:49.624Z Compiling ssh-encoding v0.2.0
36462024-08-16T05:05:49.648Z Running `/home/build/.rustup/toolchains/1.80.1-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=3dd661eb7156ccaf -C extra-filename=-3dd661eb7156ccaf --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-43a44750c8116f3c.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-e6975d27c0797841.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-fb339d0b1775d489.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36472024-08-16T05:05:50.076Z Compiling blowfish v0.9.1
36482024-08-16T05:05:50.100Z Running `/home/build/.rustup/toolchains/1.80.1-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=b9491229d5e413eb -C extra-filename=-b9491229d5e413eb --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-325983a483f82094.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-c9f83f04d6ed19b9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36492024-08-16T05:05:50.459Z Compiling guppy-workspace-hack v0.1.0
36502024-08-16T05:05:50.483Z Running `/home/build/.rustup/toolchains/1.80.1-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=94b301b3d8fce7ed -C extra-filename=-94b301b3d8fce7ed --out-dir /work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-94b301b3d8fce7ed -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36512024-08-16T05:05:50.765Z Compiling assert_cmd v2.0.16
36522024-08-16T05:05:50.791Z Running `/home/build/.rustup/toolchains/1.80.1-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=822646a8dc5d2c94 -C extra-filename=-822646a8dc5d2c94 --out-dir /work/oxidecomputer/omicron/target/debug/build/assert_cmd-822646a8dc5d2c94 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36532024-08-16T05:05:51.223Z Compiling option-ext v0.2.0
36542024-08-16T05:05:51.272Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name option_ext --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/option-ext-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=7ae773b55173472c -C extra-filename=-7ae773b55173472c --out-dir /work/oxidecomputer/omicron/target/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-08-16T05:05:51.335Z Compiling cast v0.3.0
36562024-08-16T05:05:51.362Z Running `/home/build/.rustup/toolchains/1.80.1-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=044a52419a148846 -C extra-filename=-044a52419a148846 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36572024-08-16T05:05:51.665Z Compiling criterion-plot v0.5.0
36582024-08-16T05:05:51.688Z Running `/home/build/.rustup/toolchains/1.80.1-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=d839c17e454abea8 -C extra-filename=-d839c17e454abea8 --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-044a52419a148846.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-197a32e1da667e01.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36592024-08-16T05:05:52.589Z Compiling dirs-sys v0.4.1
36602024-08-16T05:05:52.613Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name dirs_sys --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-sys-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=81f16e09ab9adb29 -C extra-filename=-81f16e09ab9adb29 --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-2977f4e89cc8b9da.rmeta --extern option_ext=/work/oxidecomputer/omicron/target/debug/deps/liboption_ext-7ae773b55173472c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36612024-08-16T05:05:53.217Z Running `/work/oxidecomputer/omicron/target/debug/build/assert_cmd-822646a8dc5d2c94/build-script-build`
36622024-08-16T05:05:53.249Z Running `/work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-94b301b3d8fce7ed/build-script-build`
36632024-08-16T05:05:53.279Z Compiling bcrypt-pbkdf v0.10.0
36642024-08-16T05:05:53.302Z Running `/home/build/.rustup/toolchains/1.80.1-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=1bd39f391357882f -C extra-filename=-1bd39f391357882f --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-b9491229d5e413eb.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-7211af2737a9d7da.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-fb339d0b1775d489.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36652024-08-16T05:05:53.789Z Compiling ssh-cipher v0.2.0
36662024-08-16T05:05:53.813Z Running `/home/build/.rustup/toolchains/1.80.1-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=11efbe3e8db2d7f8 -C extra-filename=-11efbe3e8db2d7f8 --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-c3bbc5f40cc9afe1.rmeta --extern aes_gcm=/work/oxidecomputer/omicron/target/debug/deps/libaes_gcm-2c5ee1c0fd790ee8.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-f461e3d8bb9559d7.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-c02a75a7708356be.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-c9f83f04d6ed19b9.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-97c0d48c7dc2e9b5.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-8b2a448253030fd1.rmeta --extern encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-3dd661eb7156ccaf.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-69c441407b09e74b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36672024-08-16T05:05:55.209Z Compiling ed25519-dalek v2.1.1
36682024-08-16T05:05:55.233Z Running `/home/build/.rustup/toolchains/1.80.1-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="fast"' --cfg 'feature="pkcs8"' --cfg 'feature="rand_core"' --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=6f54404d1c7b3098 -C extra-filename=-6f54404d1c7b3098 --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-d54707b5b414bfd1.rmeta --extern ed25519=/work/oxidecomputer/omicron/target/debug/deps/libed25519-8a9906eb2a16a839.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-712f34846d8898c6.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-fb339d0b1775d489.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-69c441407b09e74b.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d47f5ede55f99f5b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36692024-08-16T05:05:56.221Z Running `/home/build/.rustup/toolchains/1.80.1-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=8e39602dda6439bf -C extra-filename=-8e39602dda6439bf --out-dir /work/oxidecomputer/omicron/target/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"'`
36702024-08-16T05:05:56.879Z Compiling plotters v0.3.5
36712024-08-16T05:05:56.903Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name plotters --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --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"))' -C metadata=cb38a7de030db99f -C extra-filename=-cb38a7de030db99f --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-2914d78ac96fc53c.rmeta --extern plotters_backend=/work/oxidecomputer/omicron/target/debug/deps/libplotters_backend-cae6e4eff76e0ec4.rmeta --extern plotters_svg=/work/oxidecomputer/omicron/target/debug/deps/libplotters_svg-e75ceed9def0dc02.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36722024-08-16T05:05:57.586Z Running `/home/build/.rustup/toolchains/1.80.1-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=101b044d8ff0402d -C extra-filename=-101b044d8ff0402d --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-af455edcf36765ec.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f525b248421567dd.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d605b07ab2a0de30.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.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-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
36732024-08-16T05:05:57.791Z Running `/home/build/.rustup/toolchains/1.80.1-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=ab23ff959d016a32 -C extra-filename=-ab23ff959d016a32 --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-2977f4e89cc8b9da.rmeta --extern libz_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibz_sys-0e74a41f2719d9d9.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-d64bd7d29849fd42/out/build -l static=git2 -L native=/usr/lib/amd64 --cfg libgit2_vendored`
36742024-08-16T05:05:58.485Z Compiling git2 v0.19.0
36752024-08-16T05:05:58.509Z Running `/home/build/.rustup/toolchains/1.80.1-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=63ec9de7a668d471 -C extra-filename=-63ec9de7a668d471 --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-2cdb80079c610eca.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-2977f4e89cc8b9da.rmeta --extern libgit2_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibgit2_sys-ab23ff959d016a32.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-46cf9439802ec3f9.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-c883dcfe2d3789aa.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-d64bd7d29849fd42/out/build -L native=/usr/lib/amd64`
36762024-08-16T05:05:58.875Z Running `/home/build/.rustup/toolchains/1.80.1-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=00e199471b724386 -C extra-filename=-00e199471b724386 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36772024-08-16T05:05:58.996Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
36782024-08-16T05:05:59.030Z Running `/home/build/.rustup/toolchains/1.80.1-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=8bd11f6db2324172 -C extra-filename=-8bd11f6db2324172 --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-ec49e88f444663ef.rmeta --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-5abb42632be98ee1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
36792024-08-16T05:05:59.056Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
36802024-08-16T05:05:59.056Z Running `/home/build/.rustup/toolchains/1.80.1-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=4044a470f253f47c -C extra-filename=-4044a470f253f47c --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-6feb18972fdde000.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-03490b41d6426eda.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-ccfb31210373c817.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-db0a2b655bd3c8dd.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3f5ac9810f6b0f6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a989526e1a9c56b2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-3a532da9f75526e9.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
36812024-08-16T05:06:00.184Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
36822024-08-16T05:06:00.209Z Running `/home/build/.rustup/toolchains/1.80.1-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=dc8a0d71347cfb8b -C extra-filename=-dc8a0d71347cfb8b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-03490b41d6426eda.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e162d10efb2b5b84.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-cd4db557eb907901.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
36832024-08-16T05:06:02.645Z Compiling http-body v1.0.0
36842024-08-16T05:06:02.669Z Running `/home/build/.rustup/toolchains/1.80.1-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.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=de81af582dbb0c80 -C extra-filename=-de81af582dbb0c80 --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-3393a48ce8c6687e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-56be42c7d60e2045.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36852024-08-16T05:06:02.883Z Compiling tinytemplate v1.2.1
36862024-08-16T05:06:02.907Z Running `/home/build/.rustup/toolchains/1.80.1-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=199334e75f6a5644 -C extra-filename=-199334e75f6a5644 --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-e6d1b1e69c921f3e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36872024-08-16T05:06:03.152Z Running `/home/build/.rustup/toolchains/1.80.1-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=859843ebb65c1659 -C extra-filename=-859843ebb65c1659 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-30eb4c497a66f5ca.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern git2_rs=/work/oxidecomputer/omicron/target/debug/deps/libgit2-63ec9de7a668d471.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rmeta --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-0d59972b2d247b1c.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-fb18128a1fc11699.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-d64bd7d29849fd42/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)'`
36882024-08-16T05:06:03.794Z Compiling password-hash v0.4.2
36892024-08-16T05:06:03.818Z Running `/home/build/.rustup/toolchains/1.80.1-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=9bf02032b5c9d655 -C extra-filename=-9bf02032b5c9d655 --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-43a44750c8116f3c.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-712f34846d8898c6.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-69c441407b09e74b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36902024-08-16T05:06:04.585Z Compiling target-spec v3.2.1
36912024-08-16T05:06:04.609Z Running `/home/build/.rustup/toolchains/1.80.1-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.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 --warn=unexpected_cfgs --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("custom", "proptest", "proptest1", "summaries"))' --check-cfg 'cfg(doc_cfg)' -C metadata=6776775b34ffe480 -C extra-filename=-6776775b34ffe480 --out-dir /work/oxidecomputer/omicron/target/debug/build/target-spec-6776775b34ffe480 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36922024-08-16T05:06:04.858Z Compiling hex-literal v0.4.1
36932024-08-16T05:06:04.882Z Running `/home/build/.rustup/toolchains/1.80.1-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=61be641122cdfc7a -C extra-filename=-61be641122cdfc7a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36942024-08-16T05:06:05.012Z Compiling anes v0.1.6
36952024-08-16T05:06:05.036Z Running `/home/build/.rustup/toolchains/1.80.1-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=392193819af349f5 -C extra-filename=-392193819af349f5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36962024-08-16T05:06:05.122Z Compiling matches v0.1.10
36972024-08-16T05:06:05.146Z Running `/home/build/.rustup/toolchains/1.80.1-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=c42a4b82e96c2465 -C extra-filename=-c42a4b82e96c2465 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36982024-08-16T05:06:05.230Z Compiling tower-layer v0.3.2
36992024-08-16T05:06:05.253Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tower_layer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tower-layer-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=3b613db6f9bf41c0 -C extra-filename=-3b613db6f9bf41c0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37002024-08-16T05:06:05.447Z Compiling oorandom v11.1.3
37012024-08-16T05:06:05.472Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name oorandom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/oorandom-11.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=1eb2728289b3cdf7 -C extra-filename=-1eb2728289b3cdf7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37022024-08-16T05:06:05.500Z Compiling tower v0.4.13
37032024-08-16T05:06:05.524Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name tower --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tower-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 --cfg 'feature="__common"' --cfg 'feature="default"' --cfg 'feature="futures-core"' --cfg 'feature="futures-util"' --cfg 'feature="log"' --cfg 'feature="make"' --cfg 'feature="pin-project"' --cfg 'feature="pin-project-lite"' --cfg 'feature="tokio"' --cfg 'feature="tracing"' --cfg 'feature="util"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__common", "balance", "buffer", "default", "discover", "filter", "full", "futures-core", "futures-util", "hdrhistogram", "hedge", "indexmap", "limit", "load", "load-shed", "log", "make", "pin-project", "pin-project-lite", "rand", "ready-cache", "reconnect", "retry", "slab", "spawn-ready", "steer", "timeout", "tokio", "tokio-stream", "tokio-util", "tracing", "util"))' -C metadata=52fc7cb2231d4ffc -C extra-filename=-52fc7cb2231d4ffc --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-965f1abbaef84084.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-a0ceeed7299917eb.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-3899f306fde85002.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-5196b1d39b63f0cb.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rmeta --extern tower_layer=/work/oxidecomputer/omicron/target/debug/deps/libtower_layer-3b613db6f9bf41c0.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-c20ddb2efdeabe78.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-119892d76510e357.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37042024-08-16T05:06:05.647Z Compiling criterion v0.5.1
37052024-08-16T05:06:05.672Z Running `/home/build/.rustup/toolchains/1.80.1-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=34d767105288e6d5 -C extra-filename=-34d767105288e6d5 --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-392193819af349f5.rmeta --extern cast=/work/oxidecomputer/omicron/target/debug/deps/libcast-044a52419a148846.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-5c22e4d4702ea791.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2196679845e40df5.rmeta --extern criterion_plot=/work/oxidecomputer/omicron/target/debug/deps/libcriterion_plot-d839c17e454abea8.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-0ee86796969381f6.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-197a32e1da667e01.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-2914d78ac96fc53c.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern oorandom=/work/oxidecomputer/omicron/target/debug/deps/liboorandom-1eb2728289b3cdf7.rmeta --extern plotters=/work/oxidecomputer/omicron/target/debug/deps/libplotters-cb38a7de030db99f.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-8be4b95ce6e63459.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-ab385fa9ff365316.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rmeta --extern tinytemplate=/work/oxidecomputer/omicron/target/debug/deps/libtinytemplate-199334e75f6a5644.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-321402a375879e82.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37062024-08-16T05:06:06.251Z Compiling idna v0.2.3
37072024-08-16T05:06:06.277Z Running `/home/build/.rustup/toolchains/1.80.1-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=d9acef88aca71128 -C extra-filename=-d9acef88aca71128 --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-c42a4b82e96c2465.rmeta --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-773c324f50696e3f.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-4163aa611c9fa9ab.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37082024-08-16T05:06:06.753Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
37092024-08-16T05:06:06.777Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/e58ca36/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=32546bf681033f7d -C extra-filename=-32546bf681033f7d --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-common-32546bf681033f7d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern vergen=/work/oxidecomputer/omicron/target/debug/deps/libvergen-859843ebb65c1659.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-d64bd7d29849fd42/out/build -L native=/usr/lib/amd64`
37102024-08-16T05:06:07.565Z Running `/work/oxidecomputer/omicron/target/debug/build/target-spec-6776775b34ffe480/build-script-build`
37112024-08-16T05:06:07.591Z Compiling pbkdf2 v0.11.0
37122024-08-16T05:06:07.591Z Running `/home/build/.rustup/toolchains/1.80.1-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=8648870fc952fd93 -C extra-filename=-8648870fc952fd93 --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-57df871143d3c7b1.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-1502ad1d893e1f6e.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-9bf02032b5c9d655.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-fb339d0b1775d489.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37132024-08-16T05:06:07.898Z Compiling hyper v1.3.1
37142024-08-16T05:06:07.922Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name hyper --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-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="client"' --cfg 'feature="default"' --cfg 'feature="http1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("client", "default", "ffi", "full", "http1", "http2", "nightly", "server", "tracing"))' -C metadata=ce913635ae610e2a -C extra-filename=-ce913635ae610e2a --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-3393a48ce8c6687e.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-315266bf3c88a0ab.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-a0ceeed7299917eb.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-56be42c7d60e2045.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-de81af582dbb0c80.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-4ceb8996510f7f6e.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-4cb0fb6bacfafb96.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-5196b1d39b63f0cb.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-90c42fabfdf6af03.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rmeta --extern want=/work/oxidecomputer/omicron/target/debug/deps/libwant-834a74e98d60d91b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37152024-08-16T05:06:08.181Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-common-32546bf681033f7d/build-script-build`
37162024-08-16T05:06:10.251Z Running `/home/build/.rustup/toolchains/1.80.1-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=a7875292ff7f528f -C extra-filename=-a7875292ff7f528f --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-43f69afcb50accdb.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-0b179f319982781a.rmeta --extern doc_comment=/work/oxidecomputer/omicron/target/debug/deps/libdoc_comment-00e199471b724386.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-457abf17ed177e26.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-010f1331228f9ea5.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-e26635fc8c38883b.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-382ca12bcb63e3d5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37172024-08-16T05:06:11.398Z Compiling cfg-expr v0.16.0
37182024-08-16T05:06:11.422Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name cfg_expr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-expr-0.16.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --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=4359b8ce38373635 -C extra-filename=-4359b8ce38373635 --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-90c42fabfdf6af03.rmeta --extern target_lexicon=/work/oxidecomputer/omicron/target/debug/deps/libtarget_lexicon-8e39602dda6439bf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37192024-08-16T05:06:12.542Z Compiling ssh-key v0.6.6
37202024-08-16T05:06:12.567Z Running `/home/build/.rustup/toolchains/1.80.1-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=213b75c1c8b924b8 -C extra-filename=-213b75c1c8b924b8 --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-1bd39f391357882f.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-6f54404d1c7b3098.rmeta --extern bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-f74b736f194674d1.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-712f34846d8898c6.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-f924a3e3f4f22d95.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-b767c9fb5a700f1c.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-fb339d0b1775d489.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-148094c0f8f12387.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libssh_cipher-11efbe3e8db2d7f8.rmeta --extern encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-3dd661eb7156ccaf.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-69c441407b09e74b.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d47f5ede55f99f5b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37212024-08-16T05:06:13.038Z Running `/home/build/.rustup/toolchains/1.80.1-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=5ded1e9cb14903cd -C extra-filename=-5ded1e9cb14903cd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37222024-08-16T05:06:13.164Z Compiling dirs v5.0.1
37232024-08-16T05:06:13.189Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name dirs --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dirs-5.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=d86a96ac77e4ae0d -C extra-filename=-d86a96ac77e4ae0d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern dirs_sys=/work/oxidecomputer/omicron/target/debug/deps/libdirs_sys-81f16e09ab9adb29.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37242024-08-16T05:06:13.362Z Compiling p521 v0.13.3
37252024-08-16T05:06:13.386Z Running `/home/build/.rustup/toolchains/1.80.1-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=0fb13130326cb938 -C extra-filename=-0fb13130326cb938 --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-f1815429b9cc9059.rmeta --extern ecdsa_core=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-04ccbe4025ff4cc3.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-fc954fae29452eea.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-54e66b38db38eb0c.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-712f34846d8898c6.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-fb339d0b1775d489.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37262024-08-16T05:06:15.215Z Compiling p256 v0.13.2
37272024-08-16T05:06:15.239Z Running `/home/build/.rustup/toolchains/1.80.1-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=6b055b76dd3989b1 -C extra-filename=-6b055b76dd3989b1 --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-04ccbe4025ff4cc3.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-fc954fae29452eea.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-54e66b38db38eb0c.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-fb339d0b1775d489.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37282024-08-16T05:06:15.923Z Compiling p384 v0.13.0
37292024-08-16T05:06:15.947Z Running `/home/build/.rustup/toolchains/1.80.1-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=1916fe651890af54 -C extra-filename=-1916fe651890af54 --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-04ccbe4025ff4cc3.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-fc954fae29452eea.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-54e66b38db38eb0c.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-fb339d0b1775d489.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37302024-08-16T05:06:16.471Z Compiling enum-as-inner v0.5.1
37312024-08-16T05:06:16.496Z Running `/home/build/.rustup/toolchains/1.80.1-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=9b933cbcd590b5a5 -C extra-filename=-9b933cbcd590b5a5 --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-64fe453a3f9fcd4a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0c3b85329fe55c62.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37322024-08-16T05:06:16.628Z Compiling russh-cryptovec v0.7.2
37332024-08-16T05:06:16.652Z Running `/home/build/.rustup/toolchains/1.80.1-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.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0cb6c4d93883e9d0 -C extra-filename=-0cb6c4d93883e9d0 --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-2977f4e89cc8b9da.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37342024-08-16T05:06:16.926Z Compiling md5 v0.7.0
37352024-08-16T05:06:16.951Z Running `/home/build/.rustup/toolchains/1.80.1-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=96fe82f29da6b3cb -C extra-filename=-96fe82f29da6b3cb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37362024-08-16T05:06:17.124Z Running `/home/build/.rustup/toolchains/1.80.1-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.1/src/lib.rs --error-format=json --json=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=7adf3d90364c6897 -C extra-filename=-7adf3d90364c6897 --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-4359b8ce38373635.rmeta --extern guppy_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libguppy_workspace_hack-5ded1e9cb14903cd.rmeta --extern target_lexicon=/work/oxidecomputer/omicron/target/debug/deps/libtarget_lexicon-8e39602dda6439bf.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-3d72d7b152c86412.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37372024-08-16T05:06:17.148Z Compiling hyper-util v0.1.3
37382024-08-16T05:06:17.149Z Running `/home/build/.rustup/toolchains/1.80.1-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.3/src/lib.rs --error-format=json --json=diagnostic-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="http1"' --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", "service", "tokio"))' -C metadata=e32b6c5b7fb79ada -C extra-filename=-e32b6c5b7fb79ada --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-3393a48ce8c6687e.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-315266bf3c88a0ab.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-a0ceeed7299917eb.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-56be42c7d60e2045.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-de81af582dbb0c80.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ce913635ae610e2a.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-5196b1d39b63f0cb.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-06830b5a71d23f82.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rmeta --extern tower=/work/oxidecomputer/omicron/target/debug/deps/libtower-52fc7cb2231d4ffc.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-c20ddb2efdeabe78.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-119892d76510e357.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37392024-08-16T05:06:17.523Z Compiling russh-keys v0.44.0
37402024-08-16T05:06:17.557Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name russh_keys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/russh-keys-0.44.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type 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=81bf11dc23fa9802 -C extra-filename=-81bf11dc23fa9802 --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-c3bbc5f40cc9afe1.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-eaec0f1802c5ca04.so --extern bcrypt_pbkdf=/work/oxidecomputer/omicron/target/debug/deps/libbcrypt_pbkdf-1bd39f391357882f.rmeta --extern block_padding=/work/oxidecomputer/omicron/target/debug/deps/libblock_padding-4771113fac6eedf8.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-325983a483f82094.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-f461e3d8bb9559d7.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-97c0d48c7dc2e9b5.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-cd98acc801d35958.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-e6f841b1e5437932.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-57df871143d3c7b1.rmeta --extern dirs=/work/oxidecomputer/omicron/target/debug/deps/libdirs-d86a96ac77e4ae0d.rmeta --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-04ccbe4025ff4cc3.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-6f54404d1c7b3098.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-fc954fae29452eea.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-1502ad1d893e1f6e.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-6cd38624c256774c.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-46cf9439802ec3f9.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-96fe82f29da6b3cb.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-8d0b37c8c3e1862e.rmeta --extern p256=/work/oxidecomputer/omicron/target/debug/deps/libp256-6b055b76dd3989b1.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-1916fe651890af54.rmeta --extern p521=/work/oxidecomputer/omicron/target/debug/deps/libp521-0fb13130326cb938.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-8648870fc952fd93.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-e40a15bfec8713a0.rmeta --extern pkcs5=/work/oxidecomputer/omicron/target/debug/deps/libpkcs5-9aa1bbea30d9579a.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-8ed8af365f89cea7.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-712f34846d8898c6.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-f924a3e3f4f22d95.rmeta --extern russh_cryptovec=/work/oxidecomputer/omicron/target/debug/deps/librussh_cryptovec-0cb6c4d93883e9d0.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-b767c9fb5a700f1c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-3eee71c48a5278a1.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-fb339d0b1775d489.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-2f5012838d8a5b7d.rmeta --extern ssh_encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-3dd661eb7156ccaf.rmeta --extern ssh_key=/work/oxidecomputer/omicron/target/debug/deps/libssh_key-213b75c1c8b924b8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-9d0bf0a436f6bccd.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-60752444239cd916.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d47f5ede55f99f5b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37412024-08-16T05:06:17.803Z Compiling trust-dns-proto v0.22.0
37422024-08-16T05:06:17.826Z Running `/home/build/.rustup/toolchains/1.80.1-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=f328e7ba72f58e94 -C extra-filename=-f328e7ba72f58e94 --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-eaec0f1802c5ca04.so --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-cd98acc801d35958.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-9b933cbcd590b5a5.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-315266bf3c88a0ab.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-1044befc4d8b6f32.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-a0ceeed7299917eb.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-d9acef88aca71128.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-7e28ccd96dc058f1.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-4058c7340bf7b5f3.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-90c42fabfdf6af03.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-bfd9b440086bc207.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-119892d76510e357.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-c883dcfe2d3789aa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37432024-08-16T05:06:18.053Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
37442024-08-16T05:06:18.077Z Running `/home/build/.rustup/toolchains/1.80.1-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=735bb0774e4813bf -C extra-filename=-735bb0774e4813bf --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-8bd11f6db2324172.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-03490b41d6426eda.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3f5ac9810f6b0f6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
37452024-08-16T05:06:18.220Z Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
37462024-08-16T05:06:18.244Z Running `/home/build/.rustup/toolchains/1.80.1-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=ec09a0fa04db9812 -C extra-filename=-ec09a0fa04db9812 --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-cd4db557eb907901.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-488bb704975e32f2.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-371cc57c92bdfae7.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a073906c8901333b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-881349d15853b2c9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
37472024-08-16T05:06:19.416Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
37482024-08-16T05:06:19.441Z Running `/home/build/.rustup/toolchains/1.80.1-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=a1709ce059030a76 -C extra-filename=-a1709ce059030a76 --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-03490b41d6426eda.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3f5ac9810f6b0f6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
37492024-08-16T05:06:19.560Z Compiling rustls-native-certs v0.7.0
37502024-08-16T05:06:19.584Z Running `/home/build/.rustup/toolchains/1.80.1-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.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f041200ec977b96b -C extra-filename=-f041200ec977b96b --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-aba34158fbf029ed.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-0825b86e4f23338d.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-2fefae8d752d7a3a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37512024-08-16T05:06:20.229Z Compiling httptest v0.15.5
37522024-08-16T05:06:20.253Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name httptest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httptest-0.15.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=2c94ebe8c9634964 -C extra-filename=-2c94ebe8c9634964 --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-abe7cc3ca82e0c0a.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-3393a48ce8c6687e.rmeta --extern crossbeam_channel=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_channel-9f8fe1d87fa9a6f6.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-5569ff5eb631ad8f.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-737c5057d02b1662.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e162d10efb2b5b84.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-46cf9439802ec3f9.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-ecd473c12df48804.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37532024-08-16T05:06:21.050Z Compiling pathdiff v0.2.1
37542024-08-16T05:06:21.074Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name pathdiff --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pathdiff-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="camino"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("camino"))' -C metadata=d2eeb41de13b5546 -C extra-filename=-d2eeb41de13b5546 --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-9affaf578e5b973c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37552024-08-16T05:06:21.194Z Compiling num-bigint v0.4.5
37562024-08-16T05:06:21.220Z Running `/home/build/.rustup/toolchains/1.80.1-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.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="default"' --cfg 'feature="rand"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "default", "quickcheck", "rand", "serde", "std"))' -C metadata=f0018ad33067d8cb -C extra-filename=-f0018ad33067d8cb --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-8d0b37c8c3e1862e.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-2914d78ac96fc53c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37572024-08-16T05:06:21.311Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_common --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/e58ca36/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=af17c3190fafabe4 -C extra-filename=-af17c3190fafabe4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-2bc284534fe66366.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-8df2ed83fa4c112a.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-03490b41d6426eda.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-678c9d855d2e9181.rmeta --extern rusqlite=/work/oxidecomputer/omicron/target/debug/deps/librusqlite-d857bdc8b4a3788b.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-ef67309bf96e0f1b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-b72fa1ce96857786.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-26564232ce565725.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-458372da5fba99e4.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c9a4d6e13c7778ce.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-3fed2e016846386a.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-f31de78172241bf8.rmeta --extern twox_hash=/work/oxidecomputer/omicron/target/debug/deps/libtwox_hash-5eb318590449b015.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/lib/amd64`
37582024-08-16T05:06:21.495Z Compiling escape8259 v0.5.2
37592024-08-16T05:06:21.518Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name escape8259 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/escape8259-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=89595c76ca3fa193 -C extra-filename=-89595c76ca3fa193 --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-cd12841eafeed674.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37602024-08-16T05:06:21.839Z Compiling threadpool v1.8.1
37612024-08-16T05:06:21.863Z Running `/home/build/.rustup/toolchains/1.80.1-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=e17cf456c21d2e3e -C extra-filename=-e17cf456c21d2e3e --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-efde18f6370b8182.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37622024-08-16T05:06:22.592Z Compiling nested v0.1.1
37632024-08-16T05:06:22.623Z Running `/home/build/.rustup/toolchains/1.80.1-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=c6ce3764432eb2b8 -C extra-filename=-c6ce3764432eb2b8 --out-dir /work/oxidecomputer/omicron/target/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-08-16T05:06:22.703Z Compiling dhcproto-macros v0.1.0
37652024-08-16T05:06:22.727Z Running `/home/build/.rustup/toolchains/1.80.1-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=f3082a10e84b91dd -C extra-filename=-f3082a10e84b91dd --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`
37662024-08-16T05:06:22.886Z Compiling guppy v0.17.7
37672024-08-16T05:06:22.910Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name guppy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/guppy-0.17.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("guppy-summaries", "proptest", "proptest-derive", "proptest1", "rayon", "rayon1", "summaries", "toml"))' --check-cfg 'cfg(doc_cfg)' -C metadata=d05f936a6be66dee -C extra-filename=-d05f936a6be66dee --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-4cfcaff91b1aaac2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9affaf578e5b973c.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-30eb4c497a66f5ca.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f8d6e08c22f4130f.rmeta --extern fixedbitset=/work/oxidecomputer/omicron/target/debug/deps/libfixedbitset-fda43baac4e8c7a6.rmeta --extern guppy_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libguppy_workspace_hack-5ded1e9cb14903cd.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-1d5c0c31f7d309a1.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rmeta --extern nested=/work/oxidecomputer/omicron/target/debug/deps/libnested-c6ce3764432eb2b8.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern pathdiff=/work/oxidecomputer/omicron/target/debug/deps/libpathdiff-d2eeb41de13b5546.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-c8c0afe22102a132.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-b79acf795c5ad975.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-90c42fabfdf6af03.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0a062de836263b83.rmeta --extern target_spec=/work/oxidecomputer/omicron/target/debug/deps/libtarget_spec-7adf3d90364c6897.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37682024-08-16T05:06:23.546Z Compiling libtest-mimic v0.7.3
37692024-08-16T05:06:23.570Z Running `/home/build/.rustup/toolchains/1.80.1-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=36f2e1a701a4d509 -C extra-filename=-36f2e1a701a4d509 --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-2196679845e40df5.rmeta --extern escape8259=/work/oxidecomputer/omicron/target/debug/deps/libescape8259-89595c76ca3fa193.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-729e749081eb9f7f.rmeta --extern threadpool=/work/oxidecomputer/omicron/target/debug/deps/libthreadpool-e17cf456c21d2e3e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37702024-08-16T05:06:23.612Z Compiling dhcproto v0.12.0
37712024-08-16T05:06:23.636Z Running `/home/build/.rustup/toolchains/1.80.1-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=0c6ecbef0423c8e4 -C extra-filename=-0c6ecbef0423c8e4 --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-f3082a10e84b91dd.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-8b92b4dd1eb7bb06.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-7e28ccd96dc058f1.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern trust_dns_proto=/work/oxidecomputer/omicron/target/debug/deps/libtrust_dns_proto-f328e7ba72f58e94.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-c883dcfe2d3789aa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37722024-08-16T05:06:24.807Z Compiling russh v0.44.1
37732024-08-16T05:06:24.880Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name russh --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/russh-0.44.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=f2197db1b3c8be0b -C extra-filename=-f2197db1b3c8be0b --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-c3bbc5f40cc9afe1.rmeta --extern aes_gcm=/work/oxidecomputer/omicron/target/debug/deps/libaes_gcm-2c5ee1c0fd790ee8.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-eaec0f1802c5ca04.so --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-2cdb80079c610eca.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-325983a483f82094.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-f461e3d8bb9559d7.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-c02a75a7708356be.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-97c0d48c7dc2e9b5.rmeta --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-d54707b5b414bfd1.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-57df871143d3c7b1.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-fc954fae29452eea.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-725dd47f885197a3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-65767634d4000cd6.rmeta --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-61be641122cdfc7a.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-1502ad1d893e1f6e.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-46cf9439802ec3f9.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-f0018ad33067d8cb.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern p256=/work/oxidecomputer/omicron/target/debug/deps/libp256-6b055b76dd3989b1.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-1916fe651890af54.rmeta --extern p521=/work/oxidecomputer/omicron/target/debug/deps/libp521-0fb13130326cb938.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-8b2a448253030fd1.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-712f34846d8898c6.rmeta --extern russh_cryptovec=/work/oxidecomputer/omicron/target/debug/deps/librussh_cryptovec-0cb6c4d93883e9d0.rmeta --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-81bf11dc23fa9802.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-3eee71c48a5278a1.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-fb339d0b1775d489.rmeta --extern ssh_encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-3dd661eb7156ccaf.rmeta --extern ssh_key=/work/oxidecomputer/omicron/target/debug/deps/libssh_key-213b75c1c8b924b8.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-69c441407b09e74b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37742024-08-16T05:06:25.465Z Compiling hyper-rustls v0.26.0
37752024-08-16T05:06:25.489Z Running `/home/build/.rustup/toolchains/1.80.1-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=3ae205a88a0c1dc6 -C extra-filename=-3ae205a88a0c1dc6 --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-a0ceeed7299917eb.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-56be42c7d60e2045.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-ce913635ae610e2a.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-e32b6c5b7fb79ada.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-46cf9439802ec3f9.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-96f0543fa0a6a6db.rmeta --extern rustls_native_certs=/work/oxidecomputer/omicron/target/debug/deps/librustls_native_certs-f041200ec977b96b.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-2fefae8d752d7a3a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-245490cc34614dfc.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-c20ddb2efdeabe78.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out`
37762024-08-16T05:06:25.515Z Compiling polar-core v0.27.3
37772024-08-16T05:06:25.515Z Running `/home/build/.rustup/toolchains/1.80.1-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=5a81025e71d718c1 -C extra-filename=-5a81025e71d718c1 --out-dir /work/oxidecomputer/omicron/target/debug/build/polar-core-5a81025e71d718c1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lalrpop=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop-0c9199cc191dc638.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-ab385fa9ff365316.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37782024-08-16T05:06:25.679Z Compiling fancy-regex v0.13.0
37792024-08-16T05:06:25.703Z Running `/home/build/.rustup/toolchains/1.80.1-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=9c2e6e68afd33b71 -C extra-filename=-9c2e6e68afd33b71 --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-f27c634c8e28190b.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-fcd8ea28b6b8ac77.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-7d938304ceffab4a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37802024-08-16T05:06:25.945Z Compiling rstest_macros v0.19.0
37812024-08-16T05:06:25.972Z Running `/home/build/.rustup/toolchains/1.80.1-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.19.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async-timeout", "default"))' -C metadata=a997bfafdb90ec6b -C extra-filename=-a997bfafdb90ec6b --out-dir /work/oxidecomputer/omicron/target/debug/build/rstest_macros-a997bfafdb90ec6b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-0d59972b2d247b1c.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37822024-08-16T05:06:26.464Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
37832024-08-16T05:06:26.487Z Running `/home/build/.rustup/toolchains/1.80.1-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=7e5090ff7824ae0d -C extra-filename=-7e5090ff7824ae0d --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-e6d1b1e69c921f3e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37842024-08-16T05:06:26.564Z Compiling internet-checksum v0.2.1
37852024-08-16T05:06:26.589Z Running `/home/build/.rustup/toolchains/1.80.1-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=2aa57df40d917e83 -C extra-filename=-2aa57df40d917e83 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37862024-08-16T05:06:26.758Z Running `/work/oxidecomputer/omicron/target/debug/build/rstest_macros-a997bfafdb90ec6b/build-script-build`
37872024-08-16T05:06:26.881Z Compiling datatest-stable v0.2.9
37882024-08-16T05:06:26.909Z Running `/home/build/.rustup/toolchains/1.80.1-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=94e6820d9897c3cf -C extra-filename=-94e6820d9897c3cf --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-9affaf578e5b973c.rmeta --extern fancy_regex=/work/oxidecomputer/omicron/target/debug/deps/libfancy_regex-9c2e6e68afd33b71.rmeta --extern libtest_mimic=/work/oxidecomputer/omicron/target/debug/deps/liblibtest_mimic-36f2e1a701a4d509.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-321402a375879e82.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37892024-08-16T05:06:26.933Z Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
37902024-08-16T05:06:26.933Z Running `/home/build/.rustup/toolchains/1.80.1-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=4337a6de54093122 -C extra-filename=-4337a6de54093122 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-eaec0f1802c5ca04.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ca84c69def3e65cc.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-3393a48ce8c6687e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9affaf578e5b973c.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-aa3d5d39ae47626b.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-819f588facb1053e.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2196679845e40df5.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c2184d2a5bed7ca0.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-8b92b4dd1eb7bb06.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-737c5057d02b1662.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df791fa27a35479c.rmeta --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-ec09a0fa04db9812.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-cd4db557eb907901.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-b11b4f112c1ecae0.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-2977f4e89cc8b9da.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-39edd3fb5530f286.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a073906c8901333b.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-fb339d0b1775d489.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-f6b25fab8a2790d4.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a989526e1a9c56b2.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-c5f03c43771f9382.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-423154c0ac8a55bc.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-458372da5fba99e4.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-b94b1747d4cd77f0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-d0a8a79035cdf72b.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-881349d15853b2c9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1db860de69b9b187/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-08ddf8a69eebe183/out/lib`
37912024-08-16T05:06:26.957Z Running `/work/oxidecomputer/omicron/target/debug/build/polar-core-5a81025e71d718c1/build-script-build`
37922024-08-16T05:06:27.485Z Compiling omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
37932024-08-16T05:06:27.509Z Running `/home/build/.rustup/toolchains/1.80.1-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=de25a3f3f7522f3c -C extra-filename=-de25a3f3f7522f3c --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-2977f4e89cc8b9da.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2ac75624a062f755.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-327a8b94132b44f7.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
37942024-08-16T05:06:27.659Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
37952024-08-16T05:06:27.682Z Running `/home/build/.rustup/toolchains/1.80.1-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=7380f14fbe2e9cfc -C extra-filename=-7380f14fbe2e9cfc --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-dev-7380f14fbe2e9cfc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-8a57ef772b263da4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
37962024-08-16T05:06:27.902Z Running `/home/build/.rustup/toolchains/1.80.1-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=b8126a104ef97473 -C extra-filename=-b8126a104ef97473 --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-4282df15fb49f14d.so --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-cabd6990d00654d2.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-2695a1968e5226c0.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37972024-08-16T05:06:27.966Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
37982024-08-16T05:06:27.989Z Running `/home/build/.rustup/toolchains/1.80.1-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=5aa794b436213f60 -C extra-filename=-5aa794b436213f60 --out-dir /work/oxidecomputer/omicron/target/debug/build/db-dev-5aa794b436213f60 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-8a57ef772b263da4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
37992024-08-16T05:06:28.016Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
38002024-08-16T05:06:28.053Z Running `/home/build/.rustup/toolchains/1.80.1-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=a8c962b5d2b210b8 -C extra-filename=-a8c962b5d2b210b8 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-omdb-a8c962b5d2b210b8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-8a57ef772b263da4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
38012024-08-16T05:06:28.321Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
38022024-08-16T05:06:28.321Z Running `/home/build/.rustup/toolchains/1.80.1-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=0f37382234ad9c02 -C extra-filename=-0f37382234ad9c02 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-cockroach-admin-0f37382234ad9c02 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-8a57ef772b263da4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
38032024-08-16T05:06:28.364Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
38042024-08-16T05:06:28.388Z Running `/home/build/.rustup/toolchains/1.80.1-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=c19648e5d5ab8072 -C extra-filename=-c19648e5d5ab8072 --out-dir /work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-c19648e5d5ab8072 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-8a57ef772b263da4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
38052024-08-16T05:06:28.639Z Compiling similar-asserts v1.5.0
38062024-08-16T05:06:28.669Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name similar_asserts --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/similar-asserts-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="unicode"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "unicode"))' -C metadata=212182bc2621e28e -C extra-filename=-212182bc2621e28e --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-798580260be3f871.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-9b44837149fa8959.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38072024-08-16T05:06:28.693Z Compiling relative-path v1.9.3
38082024-08-16T05:06:28.693Z Running `/home/build/.rustup/toolchains/1.80.1-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=b73652ab3b928921 -C extra-filename=-b73652ab3b928921 --out-dir /work/oxidecomputer/omicron/target/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-08-16T05:06:29.298Z Compiling trybuild v1.0.99
38102024-08-16T05:06:29.326Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trybuild-1.0.99/build.rs --error-format=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("diff", "dissimilar"))' -C metadata=583a5539a3014bd9 -C extra-filename=-583a5539a3014bd9 --out-dir /work/oxidecomputer/omicron/target/debug/build/trybuild-583a5539a3014bd9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38112024-08-16T05:06:29.632Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name rstest_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rstest_macros-0.19.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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async-timeout", "default"))' -C metadata=44c144ceb36a4283 -C extra-filename=-44c144ceb36a4283 --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-94faf137b493206b.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-39f07e80d6316e9c.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rlib --extern relative_path=/work/oxidecomputer/omicron/target/debug/deps/librelative_path-b73652ab3b928921.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rlib --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-3d72d7b152c86412.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38122024-08-16T05:06:29.832Z Running `/work/oxidecomputer/omicron/target/debug/build/trybuild-583a5539a3014bd9/build-script-build`
38132024-08-16T05:06:29.864Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
38142024-08-16T05:06:29.888Z Running `/home/build/.rustup/toolchains/1.80.1-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=773df0f0367c9fd7 -C extra-filename=-773df0f0367c9fd7 --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-43f69afcb50accdb.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-eaec0f1802c5ca04.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ec49e88f444663ef.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2196679845e40df5.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-6166f879ac927c99.rmeta --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-0c6ecbef0423c8e4.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-e20d983ba3bdd9ca.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-737c5057d02b1662.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e162d10efb2b5b84.rmeta --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-2aa57df40d917e83.rmeta --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-7e5090ff7824ae0d.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-e96086556fa58dca.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-36aa5512eab8c219.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2ac75624a062f755.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rmeta --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-113b8d91d6e78966.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a073906c8901333b.rmeta --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-f2197db1b3c8be0b.rmeta --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-81bf11dc23fa9802.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3bdaf4c073f08b35.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-06830b5a71d23f82.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-f31de78172241bf8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1db860de69b9b187/out`
38152024-08-16T05:06:30.133Z Running `/work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-c19648e5d5ab8072/build-script-build`
38162024-08-16T05:06:30.158Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-cockroach-admin-0f37382234ad9c02/build-script-build`
38172024-08-16T05:06:30.183Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-omdb-a8c962b5d2b210b8/build-script-build`
38182024-08-16T05:06:30.211Z Running `/work/oxidecomputer/omicron/target/debug/build/db-dev-5aa794b436213f60/build-script-build`
38192024-08-16T05:06:30.242Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-dev-7380f14fbe2e9cfc/build-script-build`
38202024-08-16T05:06:30.274Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
38212024-08-16T05:06:30.300Z Running `/home/build/.rustup/toolchains/1.80.1-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=389c7bcac2cbdc62 -C extra-filename=-389c7bcac2cbdc62 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-eaec0f1802c5ca04.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-6feb18972fdde000.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ca84c69def3e65cc.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-3393a48ce8c6687e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9affaf578e5b973c.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-aa3d5d39ae47626b.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2196679845e40df5.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f8d6e08c22f4130f.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c2184d2a5bed7ca0.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-285400951f533a61.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-03490b41d6426eda.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-5d39f2eb1424d60a.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-ab09ab072df8f040.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-ccfb31210373c817.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a0e7b87b4381c541.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-8b92b4dd1eb7bb06.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-e20d983ba3bdd9ca.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-737c5057d02b1662.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-85b8feb57c2240bc.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e162d10efb2b5b84.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df791fa27a35479c.rmeta --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-dc8a0d71347cfb8b.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-cd4db557eb907901.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-bcfd1ebbe27d10c9.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-5e17b137d0230bd3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-39edd3fb5530f286.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-db0a2b655bd3c8dd.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3f5ac9810f6b0f6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f4cae71614ec40ae.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a073906c8901333b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-fb339d0b1775d489.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a989526e1a9c56b2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-26564232ce565725.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-9d0bf0a436f6bccd.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-24c6c22cba1fe6a7.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-f31de78172241bf8.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-b4d884c79f993dd6.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-d0a8a79035cdf72b.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-f50e9229479e5afb.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-881349d15853b2c9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-3a532da9f75526e9.rmeta --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-4044a470f253f47c.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-51d22023ed101131.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-08ddf8a69eebe183/out/lib`
38222024-08-16T05:06:30.374Z Compiling multimap v0.10.0
38232024-08-16T05:06:30.398Z Running `/home/build/.rustup/toolchains/1.80.1-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=3cb7a5518942bff7 -C extra-filename=-3cb7a5518942bff7 --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-e6d1b1e69c921f3e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38242024-08-16T05:06:30.666Z Compiling uzers v0.11.3
38252024-08-16T05:06:30.690Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name uzers --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uzers-0.11.3/src/lib.rs --error-format=json --json=diagnostic-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"))' -C metadata=0a480e167c1fa1e8 -C extra-filename=-0a480e167c1fa1e8 --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-2977f4e89cc8b9da.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-46cf9439802ec3f9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38262024-08-16T05:06:31.440Z Compiling indent_write v2.2.0
38272024-08-16T05:06:31.464Z Running `/home/build/.rustup/toolchains/1.80.1-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=fe7c60a6b43fea40 -C extra-filename=-fe7c60a6b43fea40 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38282024-08-16T05:06:31.660Z Compiling futures-timer v3.0.3
38292024-08-16T05:06:31.684Z Running `/home/build/.rustup/toolchains/1.80.1-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=f688c9515f1032bd -C extra-filename=-f688c9515f1032bd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38302024-08-16T05:06:31.708Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name trybuild --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trybuild-1.0.99/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type 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=1225c288fcf6a118 -C extra-filename=-1225c288fcf6a118 --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-39f07e80d6316e9c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-ab385fa9ff365316.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-729e749081eb9f7f.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-f31de78172241bf8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(trybuild_no_target)' --check-cfg 'cfg(host_os, values("windows"))'`
38312024-08-16T05:06:31.803Z Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
38322024-08-16T05:06:31.828Z Running `/home/build/.rustup/toolchains/1.80.1-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=af1b76f5209108f9 -C extra-filename=-af1b76f5209108f9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-3393a48ce8c6687e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9affaf578e5b973c.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-5c22e4d4702ea791.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2196679845e40df5.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-fb5f3143e288ee2f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-9532508fd372b8b3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-423154c0ac8a55bc.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-458372da5fba99e4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rmeta --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-8639f8d8e0767c92.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
38332024-08-16T05:06:31.948Z Compiling partial-io v0.5.4
38342024-08-16T05:06:31.972Z Running `/home/build/.rustup/toolchains/1.80.1-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=00a73804a05d48ff -C extra-filename=-00a73804a05d48ff --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-5835243fede18e51.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-3899f306fde85002.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-6d215da14f02215a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38352024-08-16T05:06:32.370Z Compiling blake2b_simd v1.0.2
38362024-08-16T05:06:32.394Z Running `/home/build/.rustup/toolchains/1.80.1-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=6aa2698a0ac787b2 -C extra-filename=-6aa2698a0ac787b2 --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-8c86a7a964b0dca8.rmeta --extern arrayvec=/work/oxidecomputer/omicron/target/debug/deps/libarrayvec-417409ccb48187aa.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-bb2dcf9258e9fbc9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38372024-08-16T05:06:32.463Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
38382024-08-16T05:06:32.492Z Running `/home/build/.rustup/toolchains/1.80.1-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=61fa2000048b0a2b -C extra-filename=-61fa2000048b0a2b --out-dir /work/oxidecomputer/omicron/target/debug/build/ch-dev-61fa2000048b0a2b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-8a57ef772b263da4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
38392024-08-16T05:06:32.756Z Compiling rand_distr v0.4.3
38402024-08-16T05:06:32.780Z Running `/home/build/.rustup/toolchains/1.80.1-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=93c740329f33c467 -C extra-filename=-93c740329f33c467 --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-2914d78ac96fc53c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38412024-08-16T05:06:33.111Z Compiling approx v0.5.1
38422024-08-16T05:06:33.136Z Running `/home/build/.rustup/toolchains/1.80.1-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=0b9fb23795fcdd0d -C extra-filename=-0b9fb23795fcdd0d --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-2914d78ac96fc53c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38432024-08-16T05:06:33.360Z Compiling rust-argon2 v2.1.0
38442024-08-16T05:06:33.383Z Running `/home/build/.rustup/toolchains/1.80.1-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=5183c0a999dee1e3 -C extra-filename=-5183c0a999dee1e3 --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-a2ffa63167802121.rmeta --extern blake2b_simd=/work/oxidecomputer/omicron/target/debug/deps/libblake2b_simd-6aa2698a0ac787b2.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-bb2dcf9258e9fbc9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38452024-08-16T05:06:33.680Z Running `/work/oxidecomputer/omicron/target/debug/build/ch-dev-61fa2000048b0a2b/build-script-build`
38462024-08-16T05:06:33.708Z Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
38472024-08-16T05:06:33.731Z Running `/home/build/.rustup/toolchains/1.80.1-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=1d4947db4a91c073 -C extra-filename=-1d4947db4a91c073 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-c707a102e781c496.rmeta --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-82c0101206cddea9.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9affaf578e5b973c.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2196679845e40df5.rmeta --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-a1709ce059030a76.rmeta --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-735bb0774e4813bf.rmeta --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-16344d770fcfc853.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-03490b41d6426eda.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-b7cf0b44405e9775.rmeta --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-fcc883c5905660d4.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-fe7c60a6b43fea40.rmeta --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-dc8a0d71347cfb8b.rmeta --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-279f2fd74dd69a7b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rmeta --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-394d7a51f5eb6839.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-704b70246acfb632.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-cedc2b4cdec5a13d.rmeta --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-d5697f0f5afd97d6.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-9b44837149fa8959.rmeta --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-47da08d280334705.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-bd01036f692a511f.rmeta --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-4044a470f253f47c.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
38482024-08-16T05:06:34.854Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
38492024-08-16T05:06:34.879Z Running `/home/build/.rustup/toolchains/1.80.1-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=88255fa80dd5acdd -C extra-filename=-88255fa80dd5acdd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9affaf578e5b973c.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2196679845e40df5.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-03490b41d6426eda.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df791fa27a35479c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-36aa5512eab8c219.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f4cae71614ec40ae.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a989526e1a9c56b2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rmeta --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-0a480e167c1fa1e8.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-743d677180e987a0.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1db860de69b9b187/out`
38502024-08-16T05:06:35.729Z Compiling oso v0.27.3
38512024-08-16T05:06:35.756Z Running `/home/build/.rustup/toolchains/1.80.1-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=b78c901d8feb2a59 -C extra-filename=-b78c901d8feb2a59 --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-5a623d5b63242388.so --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-4058c7340bf7b5f3.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-c9380d86e5571d46.rmeta --extern oso_derive=/work/oxidecomputer/omicron/target/debug/deps/liboso_derive-e06eba2a3ddb785c.so --extern polar_core=/work/oxidecomputer/omicron/target/debug/deps/libpolar_core-b8126a104ef97473.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-119892d76510e357.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38522024-08-16T05:06:36.369Z Running `/home/build/.rustup/toolchains/1.80.1-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=a3f42a60d5729751 -C extra-filename=-a3f42a60d5729751 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9affaf578e5b973c.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ec49e88f444663ef.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2196679845e40df5.rmeta --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-735bb0774e4813bf.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-8bd11f6db2324172.rmeta --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-5abb42632be98ee1.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-03490b41d6426eda.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-737c5057d02b1662.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df791fa27a35479c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3f5ac9810f6b0f6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-26564232ce565725.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a33837303a60c71a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-b4c876c9fd606aee.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-f31de78172241bf8.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-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
38532024-08-16T05:06:37.632Z Compiling rstest v0.19.0
38542024-08-16T05:06:37.657Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name rstest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rstest-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="async-timeout"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async-timeout", "default"))' -C metadata=b5d7063d76ac2e14 -C extra-filename=-b5d7063d76ac2e14 --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-5835243fede18e51.rmeta --extern futures_timer=/work/oxidecomputer/omicron/target/debug/deps/libfutures_timer-f688c9515f1032bd.rmeta --extern rstest_macros=/work/oxidecomputer/omicron/target/debug/deps/librstest_macros-44c144ceb36a4283.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38552024-08-16T05:06:37.855Z Running `/home/build/.rustup/toolchains/1.80.1-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=711de2fecf75dbe1 -C extra-filename=-711de2fecf75dbe1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-eaec0f1802c5ca04.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-58ad506c65017ddb.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ec49e88f444663ef.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-c7f104889891d3e1.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-03490b41d6426eda.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-f3310802715f6ca6.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-737c5057d02b1662.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e162d10efb2b5b84.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a6c5e59db985c498.rmeta --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-101b044d8ff0402d.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-af455edcf36765ec.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f525b248421567dd.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3f5ac9810f6b0f6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-f360003f1f14a369.rmeta --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-b78c901d8feb2a59.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-fa10e218d0ec6d9f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-ecd473c12df48804.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d605b07ab2a0de30.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.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-682c1331c6315d61/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
38562024-08-16T05:06:38.202Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
38572024-08-16T05:06:38.591Z Running `/home/build/.rustup/toolchains/1.80.1-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=cf9b3e5259c03324 -C extra-filename=-cf9b3e5259c03324 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9affaf578e5b973c.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ec49e88f444663ef.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2196679845e40df5.rmeta --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-a1709ce059030a76.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-03490b41d6426eda.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-737c5057d02b1662.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df791fa27a35479c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3f5ac9810f6b0f6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-26564232ce565725.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a33837303a60c71a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-b4c876c9fd606aee.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-f31de78172241bf8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
38582024-08-16T05:06:40.821Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
38592024-08-16T05:06:40.845Z Running `/home/build/.rustup/toolchains/1.80.1-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=b43f85be01e8447c -C extra-filename=-b43f85be01e8447c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9affaf578e5b973c.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-30eb4c497a66f5ca.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2196679845e40df5.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-8b92b4dd1eb7bb06.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df791fa27a35479c.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-0289058b02cf0b21.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rmeta --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-862ecc18dbd7f5f5.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-c8c0afe22102a132.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-8be4b95ce6e63459.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a073906c8901333b.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-ffc41cccb7984683.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-b79acf795c5ad975.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-f6b25fab8a2790d4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-b72fa1ce96857786.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-458372da5fba99e4.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-b94b1747d4cd77f0.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d605b07ab2a0de30.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-be5b8cddf8b2d4c2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-f31de78172241bf8.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-321402a375879e82.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-d831ae4038f18ad2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-d831ae4038f18ad2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a041cc8256074d12/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1db860de69b9b187/out`
38602024-08-16T05:06:40.889Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
38612024-08-16T05:06:40.915Z Running `/home/build/.rustup/toolchains/1.80.1-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=aebdc706ea5b25a9 -C extra-filename=-aebdc706ea5b25a9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9affaf578e5b973c.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2196679845e40df5.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-725dd47f885197a3.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a073906c8901333b.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-fb339d0b1775d489.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-458372da5fba99e4.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d605b07ab2a0de30.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-be5b8cddf8b2d4c2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
38622024-08-16T05:06:41.646Z Running `/home/build/.rustup/toolchains/1.80.1-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=6088393bd71d5e76 -C extra-filename=-6088393bd71d5e76 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rmeta --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1d7a8f67369c9bea.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-eaec0f1802c5ca04.so --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-b89d510c69830ca4.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9affaf578e5b973c.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ec49e88f444663ef.rmeta --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-528bd09aa98caeb9.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-76d44953ce70a362.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-b81fcb6fdc5df7f0.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-010bca92c11df0ee.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-03490b41d6426eda.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-576a17e2802e5273.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-e96086556fa58dca.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-711de2fecf75dbe1.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-da9d78a0f106b5f2.rmeta --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-101b044d8ff0402d.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-af455edcf36765ec.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-5e32e5548903d79d.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f525b248421567dd.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-db0a2b655bd3c8dd.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2ac75624a062f755.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3f5ac9810f6b0f6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a0344401027e575e.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f4cae71614ec40ae.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4ec299dfa0e92da3.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-878a8767bd0518bb.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-b79acf795c5ad975.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d26c7a19acbbbb77.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-d2da27428a6e7bb9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a33837303a60c71a.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0a062de836263b83.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-2b856dda25213192.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d605b07ab2a0de30.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-618c4abe1decdfc2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-1abcbb01f770e22b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.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-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
38632024-08-16T05:06:42.361Z Compiling cargo_toml v0.20.4
38642024-08-16T05:06:42.385Z Running `/home/build/.rustup/toolchains/1.80.1-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.4/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=02dafd4a78c9b98d -C extra-filename=-02dafd4a78c9b98d --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-e6d1b1e69c921f3e.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-f31de78172241bf8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38652024-08-16T05:06:43.101Z Compiling termios v0.3.3
38662024-08-16T05:06:43.125Z Running `/home/build/.rustup/toolchains/1.80.1-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=612bbc26712542f2 -C extra-filename=-612bbc26712542f2 --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-2977f4e89cc8b9da.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38672024-08-16T05:06:43.210Z Running `/home/build/.rustup/toolchains/1.80.1-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=78cf124547da72cc -C extra-filename=-78cf124547da72cc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-3393a48ce8c6687e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9affaf578e5b973c.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-5c22e4d4702ea791.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2196679845e40df5.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-fb5f3143e288ee2f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-9532508fd372b8b3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-423154c0ac8a55bc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-458372da5fba99e4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-8639f8d8e0767c92.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-af1b76f5209108f9.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
38682024-08-16T05:06:43.375Z Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
38692024-08-16T05:06:43.400Z Running `/home/build/.rustup/toolchains/1.80.1-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=164173291b1cbf89 -C extra-filename=-164173291b1cbf89 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2196679845e40df5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-ccfb31210373c817.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a0e7b87b4381c541.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a073906c8901333b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-458372da5fba99e4.rlib --extern termios=/work/oxidecomputer/omicron/target/debug/deps/libtermios-612bbc26712542f2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-1a65099964f4de0b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
38702024-08-16T05:06:43.706Z Running `/home/build/.rustup/toolchains/1.80.1-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=b1b02cd3372a3ebe -C extra-filename=-b1b02cd3372a3ebe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-c707a102e781c496.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-82c0101206cddea9.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9affaf578e5b973c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2196679845e40df5.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-a1709ce059030a76.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-735bb0774e4813bf.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-16344d770fcfc853.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-03490b41d6426eda.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-b7cf0b44405e9775.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-fcc883c5905660d4.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-fe7c60a6b43fea40.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-dc8a0d71347cfb8b.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-279f2fd74dd69a7b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-394d7a51f5eb6839.rlib --extern openapi_manager=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager-1d4947db4a91c073.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-704b70246acfb632.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-cedc2b4cdec5a13d.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-d5697f0f5afd97d6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-9b44837149fa8959.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-47da08d280334705.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-bd01036f692a511f.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-4044a470f253f47c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
38712024-08-16T05:06:45.212Z Running `/home/build/.rustup/toolchains/1.80.1-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=7cc834731beaafa2 -C extra-filename=-7cc834731beaafa2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-3393a48ce8c6687e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9affaf578e5b973c.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-5c22e4d4702ea791.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2196679845e40df5.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-fb5f3143e288ee2f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-9532508fd372b8b3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-423154c0ac8a55bc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-458372da5fba99e4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-8639f8d8e0767c92.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-af1b76f5209108f9.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
38722024-08-16T05:06:45.546Z Running `/home/build/.rustup/toolchains/1.80.1-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=0bafb74ca43f9466 -C extra-filename=-0bafb74ca43f9466 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9affaf578e5b973c.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-30eb4c497a66f5ca.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2196679845e40df5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-dd2116e3ef4953cd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-8b92b4dd1eb7bb06.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df791fa27a35479c.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-0289058b02cf0b21.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-b43f85be01e8447c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-862ecc18dbd7f5f5.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-c8c0afe22102a132.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-8be4b95ce6e63459.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a073906c8901333b.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-ffc41cccb7984683.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-b79acf795c5ad975.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-f6b25fab8a2790d4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-b72fa1ce96857786.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-458372da5fba99e4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-b94b1747d4cd77f0.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d605b07ab2a0de30.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-be5b8cddf8b2d4c2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-f31de78172241bf8.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-321402a375879e82.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-d831ae4038f18ad2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-d831ae4038f18ad2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a041cc8256074d12/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1db860de69b9b187/out`
38732024-08-16T05:06:46.677Z Running `/home/build/.rustup/toolchains/1.80.1-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=49b45cba9771dd6f -C extra-filename=-49b45cba9771dd6f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9affaf578e5b973c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2196679845e40df5.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-725dd47f885197a3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a073906c8901333b.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-fb339d0b1775d489.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-458372da5fba99e4.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d605b07ab2a0de30.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-be5b8cddf8b2d4c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rlib --extern xtask_downloader=/work/oxidecomputer/omicron/target/debug/deps/libxtask_downloader-aebdc706ea5b25a9.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
38742024-08-16T05:06:47.125Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_impl --edition=2021 oximeter/impl/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8a4022596c1f5a9a -C extra-filename=-8a4022596c1f5a9a --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-0b9fb23795fcdd0d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-3393a48ce8c6687e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ec49e88f444663ef.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-34d767105288e6d5.rlib --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-7a1c88d1453503cb.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-830498e334c402a9.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-11024960b20c5ca2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-a344cc73a54d7845.so --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-32391bb99b637df4.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-93c740329f33c467.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-b5d7063d76ac2e14.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a33837303a60c71a.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d605b07ab2a0de30.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-f31de78172241bf8.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-1225c288fcf6a118.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
38752024-08-16T05:06:47.304Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name test_compilation --edition=2021 oximeter/impl/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=b9028e1d8c015ca4 -C extra-filename=-b9028e1d8c015ca4 --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-0b9fb23795fcdd0d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-3393a48ce8c6687e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ec49e88f444663ef.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-34d767105288e6d5.rlib --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-7a1c88d1453503cb.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-830498e334c402a9.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-11024960b20c5ca2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern oximeter_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_impl-e9be3407b2e67b4d.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-a344cc73a54d7845.so --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-32391bb99b637df4.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-93c740329f33c467.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-b5d7063d76ac2e14.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a33837303a60c71a.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d605b07ab2a0de30.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-f31de78172241bf8.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-1225c288fcf6a118.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
38762024-08-16T05:06:48.223Z Running `/home/build/.rustup/toolchains/1.80.1-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=4e2b76e1b1ca349e -C extra-filename=-4e2b76e1b1ca349e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-e6a05c4ee967ff05.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2196679845e40df5.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-34d767105288e6d5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-5183c0a999dee1e3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d26c7a19acbbbb77.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
38772024-08-16T05:06:49.283Z Running `/home/build/.rustup/toolchains/1.80.1-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=42114d5cb67f49c3 -C extra-filename=-42114d5cb67f49c3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9affaf578e5b973c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2196679845e40df5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-03490b41d6426eda.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df791fa27a35479c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-36aa5512eab8c219.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f4cae71614ec40ae.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a989526e1a9c56b2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-0a480e167c1fa1e8.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-743d677180e987a0.rlib --extern zone_setup=/work/oxidecomputer/omicron/target/debug/deps/libzone_setup-88255fa80dd5acdd.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1db860de69b9b187/out`
38782024-08-16T05:06:49.599Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
38792024-08-16T05:06:49.624Z Running `/home/build/.rustup/toolchains/1.80.1-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=3639bc537f9a376f -C extra-filename=-3639bc537f9a376f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9affaf578e5b973c.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-30eb4c497a66f5ca.rlib --extern cargo_toml=/work/oxidecomputer/omicron/target/debug/deps/libcargo_toml-02dafd4a78c9b98d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2196679845e40df5.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-b7cf0b44405e9775.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-e96086556fa58dca.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-618c4abe1decdfc2.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-fe3386b3995bd738.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-f31de78172241bf8.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-1abcbb01f770e22b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38802024-08-16T05:06:49.858Z Running `/home/build/.rustup/toolchains/1.80.1-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=5ff0d7977f802975 -C extra-filename=-5ff0d7977f802975 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2196679845e40df5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-03490b41d6426eda.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-2977f4e89cc8b9da.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2ac75624a062f755.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-f3a370c833ea6c65.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.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-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
38812024-08-16T05:06:50.961Z Running `/home/build/.rustup/toolchains/1.80.1-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=f5118a87c190ed17 -C extra-filename=-f5118a87c190ed17 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-eaec0f1802c5ca04.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-6feb18972fdde000.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ca84c69def3e65cc.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-3393a48ce8c6687e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9affaf578e5b973c.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-aa3d5d39ae47626b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2196679845e40df5.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f8d6e08c22f4130f.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c2184d2a5bed7ca0.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-285400951f533a61.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-03490b41d6426eda.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-5d39f2eb1424d60a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-dd2116e3ef4953cd.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-725dd47f885197a3.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-ab09ab072df8f040.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-b7cf0b44405e9775.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-ccfb31210373c817.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a0e7b87b4381c541.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-e306e9b038f5734d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-8b92b4dd1eb7bb06.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-e20d983ba3bdd9ca.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-737c5057d02b1662.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-85b8feb57c2240bc.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e162d10efb2b5b84.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df791fa27a35479c.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-4337a6de54093122.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-dc8a0d71347cfb8b.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-ec09a0fa04db9812.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-cd4db557eb907901.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-bcfd1ebbe27d10c9.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-c9380d86e5571d46.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-5e17b137d0230bd3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-39edd3fb5530f286.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-db0a2b655bd3c8dd.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2ac75624a062f755.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3f5ac9810f6b0f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-394d7a51f5eb6839.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-704b70246acfb632.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f4cae71614ec40ae.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a073906c8901333b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-fb339d0b1775d489.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a989526e1a9c56b2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-26564232ce565725.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-327a8b94132b44f7.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-be5b8cddf8b2d4c2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-9d0bf0a436f6bccd.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-24c6c22cba1fe6a7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-f31de78172241bf8.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-b4d884c79f993dd6.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-ff7bf564526ef019.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-d0a8a79035cdf72b.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-f50e9229479e5afb.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-881349d15853b2c9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-8639f8d8e0767c92.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-3a532da9f75526e9.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-4044a470f253f47c.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-51d22023ed101131.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-08ddf8a69eebe183/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1db860de69b9b187/out`
38822024-08-16T05:06:51.628Z Running `/home/build/.rustup/toolchains/1.80.1-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=5a75fc3c6f8d16a1 -C extra-filename=-5a75fc3c6f8d16a1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-eaec0f1802c5ca04.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ca84c69def3e65cc.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-3393a48ce8c6687e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9affaf578e5b973c.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-aa3d5d39ae47626b.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-819f588facb1053e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2196679845e40df5.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c2184d2a5bed7ca0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-8b92b4dd1eb7bb06.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-61be641122cdfc7a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-737c5057d02b1662.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df791fa27a35479c.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-4337a6de54093122.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-ec09a0fa04db9812.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-cd4db557eb907901.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-b11b4f112c1ecae0.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-2977f4e89cc8b9da.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-39edd3fb5530f286.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2ac75624a062f755.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-00a73804a05d48ff.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-6d215da14f02215a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a073906c8901333b.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-fb339d0b1775d489.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-f6b25fab8a2790d4.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a989526e1a9c56b2.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-c5f03c43771f9382.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-423154c0ac8a55bc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-458372da5fba99e4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-b94b1747d4cd77f0.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-33f37eee6fa58373.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-9d0bf0a436f6bccd.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-d0a8a79035cdf72b.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-881349d15853b2c9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1db860de69b9b187/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-08ddf8a69eebe183/out/lib`
38832024-08-16T05:06:51.655Z Running `/home/build/.rustup/toolchains/1.80.1-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=f27aa8b1e1f4c019 -C extra-filename=-f27aa8b1e1f4c019 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-eaec0f1802c5ca04.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ca84c69def3e65cc.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-3393a48ce8c6687e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9affaf578e5b973c.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-aa3d5d39ae47626b.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-819f588facb1053e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2196679845e40df5.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c2184d2a5bed7ca0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-8b92b4dd1eb7bb06.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-61be641122cdfc7a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-737c5057d02b1662.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df791fa27a35479c.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-ec09a0fa04db9812.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-cd4db557eb907901.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-b11b4f112c1ecae0.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-2977f4e89cc8b9da.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-39edd3fb5530f286.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2ac75624a062f755.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-00a73804a05d48ff.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-6d215da14f02215a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a073906c8901333b.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-fb339d0b1775d489.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-f6b25fab8a2790d4.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a989526e1a9c56b2.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-c5f03c43771f9382.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-423154c0ac8a55bc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-458372da5fba99e4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-b94b1747d4cd77f0.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-33f37eee6fa58373.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-9d0bf0a436f6bccd.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-d0a8a79035cdf72b.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-881349d15853b2c9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1db860de69b9b187/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-08ddf8a69eebe183/out/lib`
38842024-08-16T05:06:51.961Z Running `/home/build/.rustup/toolchains/1.80.1-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=742640b9b4bba34f -C extra-filename=-742640b9b4bba34f --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-43f69afcb50accdb.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-eaec0f1802c5ca04.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ec49e88f444663ef.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2196679845e40df5.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-6166f879ac927c99.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-0c6ecbef0423c8e4.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-773df0f0367c9fd7.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-e20d983ba3bdd9ca.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-737c5057d02b1662.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e162d10efb2b5b84.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-2aa57df40d917e83.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-7e5090ff7824ae0d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-e96086556fa58dca.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-36aa5512eab8c219.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2ac75624a062f755.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-113b8d91d6e78966.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a073906c8901333b.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-f2197db1b3c8be0b.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-81bf11dc23fa9802.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3bdaf4c073f08b35.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-06830b5a71d23f82.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-f31de78172241bf8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1db860de69b9b187/out`
38852024-08-16T05:06:53.548Z Running `/home/build/.rustup/toolchains/1.80.1-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=8c1a5ac23f8fcac4 -C extra-filename=-8c1a5ac23f8fcac4 --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-43f69afcb50accdb.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-eaec0f1802c5ca04.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ec49e88f444663ef.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2196679845e40df5.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-6166f879ac927c99.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-0c6ecbef0423c8e4.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-773df0f0367c9fd7.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-e20d983ba3bdd9ca.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-737c5057d02b1662.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e162d10efb2b5b84.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-2aa57df40d917e83.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-7e5090ff7824ae0d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-e96086556fa58dca.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-36aa5512eab8c219.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2ac75624a062f755.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-113b8d91d6e78966.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a073906c8901333b.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-f2197db1b3c8be0b.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-81bf11dc23fa9802.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3bdaf4c073f08b35.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-06830b5a71d23f82.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-f31de78172241bf8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1db860de69b9b187/out`
38862024-08-16T05:06:54.275Z Running `/home/build/.rustup/toolchains/1.80.1-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=a187d103ac5da843 -C extra-filename=-a187d103ac5da843 --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-43f69afcb50accdb.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-eaec0f1802c5ca04.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ec49e88f444663ef.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2196679845e40df5.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-6166f879ac927c99.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-0c6ecbef0423c8e4.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-773df0f0367c9fd7.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-e20d983ba3bdd9ca.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-737c5057d02b1662.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e162d10efb2b5b84.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-2aa57df40d917e83.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-7e5090ff7824ae0d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-e96086556fa58dca.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-36aa5512eab8c219.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2ac75624a062f755.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-113b8d91d6e78966.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a073906c8901333b.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-f2197db1b3c8be0b.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-81bf11dc23fa9802.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3bdaf4c073f08b35.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-06830b5a71d23f82.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-f31de78172241bf8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1db860de69b9b187/out`
38872024-08-16T05:06:55.652Z Running `/home/build/.rustup/toolchains/1.80.1-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=a25d48a04e7d4174 -C extra-filename=-a25d48a04e7d4174 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9affaf578e5b973c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2196679845e40df5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-03490b41d6426eda.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df791fa27a35479c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-36aa5512eab8c219.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f4cae71614ec40ae.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a989526e1a9c56b2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-0a480e167c1fa1e8.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-743d677180e987a0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1db860de69b9b187/out`
38882024-08-16T05:06:56.309Z Running `/home/build/.rustup/toolchains/1.80.1-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=b28d0de2b401df42 -C extra-filename=-b28d0de2b401df42 --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-43f69afcb50accdb.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-eaec0f1802c5ca04.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ec49e88f444663ef.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2196679845e40df5.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-6166f879ac927c99.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-0c6ecbef0423c8e4.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-e20d983ba3bdd9ca.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-737c5057d02b1662.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e162d10efb2b5b84.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-2aa57df40d917e83.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-7e5090ff7824ae0d.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-e96086556fa58dca.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-36aa5512eab8c219.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2ac75624a062f755.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-113b8d91d6e78966.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a073906c8901333b.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-f2197db1b3c8be0b.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-81bf11dc23fa9802.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3bdaf4c073f08b35.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-06830b5a71d23f82.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-f31de78172241bf8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1db860de69b9b187/out`
38892024-08-16T05:06:57.242Z Running `/home/build/.rustup/toolchains/1.80.1-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=b7d88a082635c87f -C extra-filename=-b7d88a082635c87f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-c707a102e781c496.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-82c0101206cddea9.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9affaf578e5b973c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2196679845e40df5.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-a1709ce059030a76.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-735bb0774e4813bf.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-16344d770fcfc853.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-03490b41d6426eda.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-b7cf0b44405e9775.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-fcc883c5905660d4.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-fe7c60a6b43fea40.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-dc8a0d71347cfb8b.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-279f2fd74dd69a7b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-394d7a51f5eb6839.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-704b70246acfb632.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-cedc2b4cdec5a13d.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-d5697f0f5afd97d6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-9b44837149fa8959.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-47da08d280334705.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-bd01036f692a511f.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-4044a470f253f47c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
38902024-08-16T05:07:03.393Z Running `/home/build/.rustup/toolchains/1.80.1-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=31f545d1c8355764 -C extra-filename=-31f545d1c8355764 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-d65da3ab02c6d0c5.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-eaec0f1802c5ca04.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-70a28d88a58da555.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-82c0101206cddea9.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-6feb18972fdde000.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-3393a48ce8c6687e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9affaf578e5b973c.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-aa3d5d39ae47626b.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-819f588facb1053e.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ec49e88f444663ef.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2196679845e40df5.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-1505c0847609e062.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-aae238a7f781fbdf.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c2184d2a5bed7ca0.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a400fb2b6ab7fec2.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-c9fa848e6abcca19.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-285400951f533a61.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-03490b41d6426eda.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-dd2116e3ef4953cd.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-725dd47f885197a3.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-ab09ab072df8f040.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-ccfb31210373c817.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-39f07e80d6316e9c.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-d05f936a6be66dee.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-8b92b4dd1eb7bb06.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-737c5057d02b1662.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e162d10efb2b5b84.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-40a5384940f7cdb2.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df791fa27a35479c.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-cd4db557eb907901.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-bcfd1ebbe27d10c9.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-576a17e2802e5273.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-4364ac8ba4697365.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-2977f4e89cc8b9da.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-e96086556fa58dca.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-c5461d19fafa1d88.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-2f508a04ad184464.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-da9d78a0f106b5f2.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-5e32e5548903d79d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f525b248421567dd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-39edd3fb5530f286.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-36aa5512eab8c219.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2ac75624a062f755.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3f5ac9810f6b0f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-35a1f2c604c24a61.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a0344401027e575e.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-63d11fe8f2a04589.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-601d92d7f435bea2.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f4cae71614ec40ae.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-0027465b2e6825f2.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-6a751d4e1426c4a2.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-ec24f04f18174321.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-3fa48fb409f4da6d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a073906c8901333b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-b79acf795c5ad975.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-249130ebaa9ec96b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-6f98b67ea44f7d5c.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-47da08d280334705.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-d2da27428a6e7bb9.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3bdaf4c073f08b35.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-f6b25fab8a2790d4.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a989526e1a9c56b2.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-c5f03c43771f9382.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-26564232ce565725.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a33837303a60c71a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-458372da5fba99e4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-b94b1747d4cd77f0.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0a062de836263b83.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d605b07ab2a0de30.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-327a8b94132b44f7.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-be5b8cddf8b2d4c2.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c9a4d6e13c7778ce.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-c519dde80105a1c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-9d0bf0a436f6bccd.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-24c6c22cba1fe6a7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-f31de78172241bf8.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-1abcbb01f770e22b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d47f5ede55f99f5b.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-743d677180e987a0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1db860de69b9b187/out`
38912024-08-16T05:07:06.102Z Running `/home/build/.rustup/toolchains/1.80.1-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=0c5520919e34df64 -C extra-filename=-0c5520919e34df64 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-d65da3ab02c6d0c5.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-eaec0f1802c5ca04.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-70a28d88a58da555.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-82c0101206cddea9.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-6feb18972fdde000.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-3393a48ce8c6687e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9affaf578e5b973c.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-aa3d5d39ae47626b.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-819f588facb1053e.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ec49e88f444663ef.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2196679845e40df5.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-1505c0847609e062.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-aae238a7f781fbdf.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c2184d2a5bed7ca0.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a400fb2b6ab7fec2.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-c9fa848e6abcca19.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-285400951f533a61.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-03490b41d6426eda.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-dd2116e3ef4953cd.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-725dd47f885197a3.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-ab09ab072df8f040.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-ccfb31210373c817.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-39f07e80d6316e9c.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-d05f936a6be66dee.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-8b92b4dd1eb7bb06.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-737c5057d02b1662.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e162d10efb2b5b84.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-40a5384940f7cdb2.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df791fa27a35479c.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-cd4db557eb907901.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-bcfd1ebbe27d10c9.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-576a17e2802e5273.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-4364ac8ba4697365.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-2977f4e89cc8b9da.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-e96086556fa58dca.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-c5461d19fafa1d88.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-2f508a04ad184464.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-da9d78a0f106b5f2.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-5e32e5548903d79d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f525b248421567dd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-39edd3fb5530f286.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2ac75624a062f755.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3f5ac9810f6b0f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-35a1f2c604c24a61.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a0344401027e575e.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-63d11fe8f2a04589.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-601d92d7f435bea2.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f4cae71614ec40ae.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-0027465b2e6825f2.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-6a751d4e1426c4a2.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-ec24f04f18174321.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-3fa48fb409f4da6d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a073906c8901333b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-b79acf795c5ad975.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-249130ebaa9ec96b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-6f98b67ea44f7d5c.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-47da08d280334705.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-d2da27428a6e7bb9.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3bdaf4c073f08b35.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-f6b25fab8a2790d4.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a989526e1a9c56b2.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-c5f03c43771f9382.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-26564232ce565725.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a33837303a60c71a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-458372da5fba99e4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-b94b1747d4cd77f0.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0a062de836263b83.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d605b07ab2a0de30.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-327a8b94132b44f7.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-be5b8cddf8b2d4c2.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c9a4d6e13c7778ce.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-c519dde80105a1c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-9d0bf0a436f6bccd.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-24c6c22cba1fe6a7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-f31de78172241bf8.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-1abcbb01f770e22b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d47f5ede55f99f5b.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-743d677180e987a0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1db860de69b9b187/out`
38922024-08-16T05:07:09.107Z Running `/home/build/.rustup/toolchains/1.80.1-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=424c7d9aa6d340e2 -C extra-filename=-424c7d9aa6d340e2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-d65da3ab02c6d0c5.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-eaec0f1802c5ca04.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-70a28d88a58da555.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-82c0101206cddea9.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-6feb18972fdde000.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-3393a48ce8c6687e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9affaf578e5b973c.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-aa3d5d39ae47626b.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-819f588facb1053e.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ec49e88f444663ef.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2196679845e40df5.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-1505c0847609e062.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-aae238a7f781fbdf.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c2184d2a5bed7ca0.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a400fb2b6ab7fec2.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-c9fa848e6abcca19.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-285400951f533a61.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-03490b41d6426eda.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-dd2116e3ef4953cd.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-725dd47f885197a3.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-ab09ab072df8f040.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-ccfb31210373c817.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-39f07e80d6316e9c.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-d05f936a6be66dee.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-8b92b4dd1eb7bb06.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-737c5057d02b1662.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e162d10efb2b5b84.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-40a5384940f7cdb2.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df791fa27a35479c.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-cd4db557eb907901.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-bcfd1ebbe27d10c9.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-576a17e2802e5273.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-4364ac8ba4697365.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-2977f4e89cc8b9da.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-e96086556fa58dca.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-c5461d19fafa1d88.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-2f508a04ad184464.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-da9d78a0f106b5f2.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-5e32e5548903d79d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f525b248421567dd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-39edd3fb5530f286.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-36aa5512eab8c219.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2ac75624a062f755.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3f5ac9810f6b0f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-35a1f2c604c24a61.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a0344401027e575e.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-63d11fe8f2a04589.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-601d92d7f435bea2.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f4cae71614ec40ae.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-0027465b2e6825f2.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-6a751d4e1426c4a2.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-ec24f04f18174321.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-3fa48fb409f4da6d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a073906c8901333b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-b79acf795c5ad975.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-249130ebaa9ec96b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-6f98b67ea44f7d5c.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-47da08d280334705.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-d2da27428a6e7bb9.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3bdaf4c073f08b35.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-f6b25fab8a2790d4.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a989526e1a9c56b2.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-c5f03c43771f9382.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-26564232ce565725.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a33837303a60c71a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-458372da5fba99e4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-b94b1747d4cd77f0.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0a062de836263b83.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d605b07ab2a0de30.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-327a8b94132b44f7.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-be5b8cddf8b2d4c2.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c9a4d6e13c7778ce.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-c519dde80105a1c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-9d0bf0a436f6bccd.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-24c6c22cba1fe6a7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-f31de78172241bf8.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-1abcbb01f770e22b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d47f5ede55f99f5b.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-743d677180e987a0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1db860de69b9b187/out`
38932024-08-16T05:07:10.863Z Running `/home/build/.rustup/toolchains/1.80.1-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=4578b5b9fb345576 -C extra-filename=-4578b5b9fb345576 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-eaec0f1802c5ca04.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-6feb18972fdde000.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ca84c69def3e65cc.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-3393a48ce8c6687e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9affaf578e5b973c.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-aa3d5d39ae47626b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2196679845e40df5.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f8d6e08c22f4130f.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c2184d2a5bed7ca0.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-285400951f533a61.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-03490b41d6426eda.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-5d39f2eb1424d60a.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-ab09ab072df8f040.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-ccfb31210373c817.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a0e7b87b4381c541.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-8b92b4dd1eb7bb06.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-e20d983ba3bdd9ca.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-737c5057d02b1662.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-85b8feb57c2240bc.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e162d10efb2b5b84.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df791fa27a35479c.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-dc8a0d71347cfb8b.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-cd4db557eb907901.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-bcfd1ebbe27d10c9.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-5e17b137d0230bd3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-39edd3fb5530f286.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-db0a2b655bd3c8dd.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3f5ac9810f6b0f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f4cae71614ec40ae.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a073906c8901333b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-fb339d0b1775d489.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a989526e1a9c56b2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-26564232ce565725.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-9d0bf0a436f6bccd.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-24c6c22cba1fe6a7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-f31de78172241bf8.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-b4d884c79f993dd6.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-d0a8a79035cdf72b.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-f50e9229479e5afb.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-881349d15853b2c9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-3a532da9f75526e9.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-389c7bcac2cbdc62.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-4044a470f253f47c.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-51d22023ed101131.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-08ddf8a69eebe183/out/lib`
38942024-08-16T05:07:11.671Z Running `/home/build/.rustup/toolchains/1.80.1-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=42c05a182eee37fa -C extra-filename=-42c05a182eee37fa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-eaec0f1802c5ca04.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-6feb18972fdde000.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ca84c69def3e65cc.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-3393a48ce8c6687e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9affaf578e5b973c.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-aa3d5d39ae47626b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2196679845e40df5.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f8d6e08c22f4130f.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c2184d2a5bed7ca0.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-285400951f533a61.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-03490b41d6426eda.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-5d39f2eb1424d60a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-dd2116e3ef4953cd.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-725dd47f885197a3.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-ab09ab072df8f040.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-b7cf0b44405e9775.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-ccfb31210373c817.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a0e7b87b4381c541.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-e306e9b038f5734d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-8b92b4dd1eb7bb06.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-e20d983ba3bdd9ca.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-737c5057d02b1662.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-85b8feb57c2240bc.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e162d10efb2b5b84.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df791fa27a35479c.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-4337a6de54093122.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-dc8a0d71347cfb8b.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-ec09a0fa04db9812.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-cd4db557eb907901.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-bcfd1ebbe27d10c9.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-c9380d86e5571d46.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-5e17b137d0230bd3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-39edd3fb5530f286.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-db0a2b655bd3c8dd.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2ac75624a062f755.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3f5ac9810f6b0f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-394d7a51f5eb6839.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-704b70246acfb632.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f4cae71614ec40ae.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a073906c8901333b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-fb339d0b1775d489.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a989526e1a9c56b2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-26564232ce565725.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-327a8b94132b44f7.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-be5b8cddf8b2d4c2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-9d0bf0a436f6bccd.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-24c6c22cba1fe6a7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-f31de78172241bf8.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-b4d884c79f993dd6.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-ff7bf564526ef019.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-d0a8a79035cdf72b.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-f50e9229479e5afb.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-881349d15853b2c9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-8639f8d8e0767c92.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-3a532da9f75526e9.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-389c7bcac2cbdc62.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-4044a470f253f47c.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-51d22023ed101131.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-08ddf8a69eebe183/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1db860de69b9b187/out`
38952024-08-16T05:07:13.428Z Running `/home/build/.rustup/toolchains/1.80.1-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=ce73150bbfd55eba -C extra-filename=-ce73150bbfd55eba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-eaec0f1802c5ca04.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-6feb18972fdde000.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ca84c69def3e65cc.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-3393a48ce8c6687e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9affaf578e5b973c.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-aa3d5d39ae47626b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2196679845e40df5.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f8d6e08c22f4130f.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c2184d2a5bed7ca0.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-285400951f533a61.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-03490b41d6426eda.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-5d39f2eb1424d60a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-dd2116e3ef4953cd.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-725dd47f885197a3.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-ab09ab072df8f040.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-b7cf0b44405e9775.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-ccfb31210373c817.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a0e7b87b4381c541.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-e306e9b038f5734d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-8b92b4dd1eb7bb06.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-e20d983ba3bdd9ca.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-737c5057d02b1662.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-85b8feb57c2240bc.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e162d10efb2b5b84.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df791fa27a35479c.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-4337a6de54093122.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-dc8a0d71347cfb8b.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-ec09a0fa04db9812.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-cd4db557eb907901.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-bcfd1ebbe27d10c9.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-c9380d86e5571d46.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-5e17b137d0230bd3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-39edd3fb5530f286.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-db0a2b655bd3c8dd.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2ac75624a062f755.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3f5ac9810f6b0f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-394d7a51f5eb6839.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-704b70246acfb632.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f4cae71614ec40ae.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a073906c8901333b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-fb339d0b1775d489.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a989526e1a9c56b2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-26564232ce565725.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-327a8b94132b44f7.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-be5b8cddf8b2d4c2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-9d0bf0a436f6bccd.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-24c6c22cba1fe6a7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-f31de78172241bf8.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-b4d884c79f993dd6.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-ff7bf564526ef019.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-d0a8a79035cdf72b.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-f50e9229479e5afb.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-881349d15853b2c9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-8639f8d8e0767c92.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-3a532da9f75526e9.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-389c7bcac2cbdc62.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-4044a470f253f47c.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-51d22023ed101131.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-08ddf8a69eebe183/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1db860de69b9b187/out`
38962024-08-16T05:07:15.677Z Running `/home/build/.rustup/toolchains/1.80.1-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=73ef531b9d6aca6e -C extra-filename=-73ef531b9d6aca6e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-d65da3ab02c6d0c5.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-eaec0f1802c5ca04.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-70a28d88a58da555.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-82c0101206cddea9.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-6feb18972fdde000.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-3393a48ce8c6687e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9affaf578e5b973c.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-aa3d5d39ae47626b.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-819f588facb1053e.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ec49e88f444663ef.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2196679845e40df5.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-1505c0847609e062.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-aae238a7f781fbdf.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c2184d2a5bed7ca0.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a400fb2b6ab7fec2.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-c9fa848e6abcca19.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-285400951f533a61.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-03490b41d6426eda.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-dd2116e3ef4953cd.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-725dd47f885197a3.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-ab09ab072df8f040.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-ccfb31210373c817.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-39f07e80d6316e9c.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-d05f936a6be66dee.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-8b92b4dd1eb7bb06.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-737c5057d02b1662.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e162d10efb2b5b84.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-40a5384940f7cdb2.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df791fa27a35479c.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-cd4db557eb907901.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-bcfd1ebbe27d10c9.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-576a17e2802e5273.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-4364ac8ba4697365.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-2977f4e89cc8b9da.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-e96086556fa58dca.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-c5461d19fafa1d88.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-2f508a04ad184464.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-da9d78a0f106b5f2.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-5e32e5548903d79d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f525b248421567dd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-39edd3fb5530f286.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-36aa5512eab8c219.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2ac75624a062f755.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3f5ac9810f6b0f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-35a1f2c604c24a61.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a0344401027e575e.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-63d11fe8f2a04589.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-601d92d7f435bea2.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f4cae71614ec40ae.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-0027465b2e6825f2.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-6a751d4e1426c4a2.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-ec24f04f18174321.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-3fa48fb409f4da6d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a073906c8901333b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-b79acf795c5ad975.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-249130ebaa9ec96b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-6f98b67ea44f7d5c.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-47da08d280334705.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-d2da27428a6e7bb9.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3bdaf4c073f08b35.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-f6b25fab8a2790d4.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a989526e1a9c56b2.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-c5f03c43771f9382.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-26564232ce565725.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a33837303a60c71a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-458372da5fba99e4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-b94b1747d4cd77f0.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0a062de836263b83.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d605b07ab2a0de30.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-327a8b94132b44f7.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-be5b8cddf8b2d4c2.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c9a4d6e13c7778ce.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-c519dde80105a1c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-9d0bf0a436f6bccd.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-24c6c22cba1fe6a7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-f31de78172241bf8.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-1abcbb01f770e22b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d47f5ede55f99f5b.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-743d677180e987a0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1db860de69b9b187/out`
38972024-08-16T05:07:18.035Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
38982024-08-16T05:07:18.098Z Running `/home/build/.rustup/toolchains/1.80.1-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=47ef7bb898de45cf -C extra-filename=-47ef7bb898de45cf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-3393a48ce8c6687e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9affaf578e5b973c.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-aa3d5d39ae47626b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ec49e88f444663ef.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-1505c0847609e062.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a400fb2b6ab7fec2.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-c9fa848e6abcca19.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-03490b41d6426eda.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a0e7b87b4381c541.rmeta --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-e306e9b038f5734d.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-f3310802715f6ca6.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-e20d983ba3bdd9ca.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-737c5057d02b1662.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e162d10efb2b5b84.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df791fa27a35479c.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-bcfd1ebbe27d10c9.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-da9d78a0f106b5f2.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-6088393bd71d5e76.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-5e32e5548903d79d.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-8f0c023b98ab8ab5.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f525b248421567dd.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-db0a2b655bd3c8dd.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-36aa5512eab8c219.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2ac75624a062f755.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3f5ac9810f6b0f6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a0344401027e575e.rmeta --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-3a5668ea603712cf.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-601d92d7f435bea2.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f4cae71614ec40ae.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-ecd473c12df48804.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-d2da27428a6e7bb9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-24c6c22cba1fe6a7.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-08ddf8a69eebe183/out/lib -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-1db860de69b9b187/out`
38992024-08-16T05:07:18.098Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
39002024-08-16T05:07:18.098Z Running `/home/build/.rustup/toolchains/1.80.1-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=53a09219d78dc4c1 -C extra-filename=-53a09219d78dc4c1 --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-5835243fede18e51.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-576a17e2802e5273.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-6088393bd71d5e76.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f4cae71614ec40ae.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a073906c8901333b.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-d2da27428a6e7bb9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.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-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
39012024-08-16T05:07:19.485Z Running `/home/build/.rustup/toolchains/1.80.1-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=405a5f31c70e5fad -C extra-filename=-405a5f31c70e5fad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ec49e88f444663ef.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-8ed1f4e708c296f1.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-c9fa848e6abcca19.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-bcfd1ebbe27d10c9.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-da9d78a0f106b5f2.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-af455edcf36765ec.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-6088393bd71d5e76.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-53a09219d78dc4c1.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-5e32e5548903d79d.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f525b248421567dd.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3f5ac9810f6b0f6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f4cae71614ec40ae.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a073906c8901333b.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-d2da27428a6e7bb9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a33837303a60c71a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.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-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
39022024-08-16T05:07:25.317Z Running `/home/build/.rustup/toolchains/1.80.1-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=f20244f5b1805a4b -C extra-filename=-f20244f5b1805a4b --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-ec49e88f444663ef.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-af455edcf36765ec.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-6088393bd71d5e76.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a33837303a60c71a.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-2b856dda25213192.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.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-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
39032024-08-16T05:07:25.456Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
39042024-08-16T05:07:25.456Z Running `/home/build/.rustup/toolchains/1.80.1-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=3a4c9d31f8d11bc4 -C extra-filename=-3a4c9d31f8d11bc4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-af455edcf36765ec.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-6088393bd71d5e76.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f525b248421567dd.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3f5ac9810f6b0f6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a33837303a60c71a.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-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
39052024-08-16T05:07:25.495Z Running `/home/build/.rustup/toolchains/1.80.1-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=4e8c839a21a2f590 -C extra-filename=-4e8c839a21a2f590 --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-ec49e88f444663ef.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-6088393bd71d5e76.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-7363087b6d0e978b.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a33837303a60c71a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.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-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
39062024-08-16T05:07:25.911Z Running `/home/build/.rustup/toolchains/1.80.1-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=523c222785e7f46f -C extra-filename=-523c222785e7f46f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-d65da3ab02c6d0c5.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-eaec0f1802c5ca04.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-70a28d88a58da555.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-82c0101206cddea9.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-6feb18972fdde000.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-3393a48ce8c6687e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9affaf578e5b973c.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-aa3d5d39ae47626b.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-819f588facb1053e.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ec49e88f444663ef.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2196679845e40df5.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-1505c0847609e062.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-aae238a7f781fbdf.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c2184d2a5bed7ca0.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a400fb2b6ab7fec2.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-c9fa848e6abcca19.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-285400951f533a61.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-03490b41d6426eda.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-dd2116e3ef4953cd.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-725dd47f885197a3.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-ab09ab072df8f040.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-ccfb31210373c817.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-39f07e80d6316e9c.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-d05f936a6be66dee.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-8b92b4dd1eb7bb06.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-737c5057d02b1662.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e162d10efb2b5b84.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-40a5384940f7cdb2.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df791fa27a35479c.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-cd4db557eb907901.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-bcfd1ebbe27d10c9.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-576a17e2802e5273.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-4364ac8ba4697365.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-2977f4e89cc8b9da.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-e96086556fa58dca.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-c5461d19fafa1d88.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-2f508a04ad184464.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-da9d78a0f106b5f2.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-5e32e5548903d79d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f525b248421567dd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-39edd3fb5530f286.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-36aa5512eab8c219.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2ac75624a062f755.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3f5ac9810f6b0f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-35a1f2c604c24a61.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a0344401027e575e.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-63d11fe8f2a04589.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-601d92d7f435bea2.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f4cae71614ec40ae.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-0027465b2e6825f2.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-6a751d4e1426c4a2.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-ec24f04f18174321.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-3fa48fb409f4da6d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a073906c8901333b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-b79acf795c5ad975.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-249130ebaa9ec96b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-6f98b67ea44f7d5c.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-47da08d280334705.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-d2da27428a6e7bb9.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3bdaf4c073f08b35.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-f6b25fab8a2790d4.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a989526e1a9c56b2.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-c5f03c43771f9382.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-26564232ce565725.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a33837303a60c71a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-458372da5fba99e4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-b94b1747d4cd77f0.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0a062de836263b83.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d605b07ab2a0de30.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-327a8b94132b44f7.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-be5b8cddf8b2d4c2.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c9a4d6e13c7778ce.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-c519dde80105a1c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-9d0bf0a436f6bccd.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-24c6c22cba1fe6a7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-f31de78172241bf8.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-1abcbb01f770e22b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d47f5ede55f99f5b.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-743d677180e987a0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1db860de69b9b187/out`
39072024-08-16T05:07:26.027Z Running `/home/build/.rustup/toolchains/1.80.1-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=4dc87e416bb9827b -C extra-filename=-4dc87e416bb9827b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rmeta --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-d65da3ab02c6d0c5.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-eaec0f1802c5ca04.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ca84c69def3e65cc.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-3393a48ce8c6687e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9affaf578e5b973c.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-aa3d5d39ae47626b.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-819f588facb1053e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ec49e88f444663ef.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2196679845e40df5.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-8ed1f4e708c296f1.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-1505c0847609e062.rmeta --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-af17c3190fafabe4.rmeta --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-defc005d7f24e86c.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c2184d2a5bed7ca0.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-c9fa848e6abcca19.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-285400951f533a61.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-03490b41d6426eda.rmeta --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-6eff82ac4e9024f7.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-ccfb31210373c817.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-f3310802715f6ca6.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-8b92b4dd1eb7bb06.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-e20d983ba3bdd9ca.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-737c5057d02b1662.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e162d10efb2b5b84.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df791fa27a35479c.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-bcfd1ebbe27d10c9.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-576a17e2802e5273.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-e96086556fa58dca.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-c5461d19fafa1d88.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-711de2fecf75dbe1.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-2f508a04ad184464.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-da9d78a0f106b5f2.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-af455edcf36765ec.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-6088393bd71d5e76.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-fecb02797e6136ad.rmeta --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-279f2fd74dd69a7b.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-867e4e9d6e644bef.rmeta --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-4e8c839a21a2f590.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-53a09219d78dc4c1.rmeta --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-405a5f31c70e5fad.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-8852daddbdc06050.rmeta --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-3a4c9d31f8d11bc4.rmeta --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-f20244f5b1805a4b.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-5e32e5548903d79d.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-8f0c023b98ab8ab5.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f525b248421567dd.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-8d0b37c8c3e1862e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-db0a2b655bd3c8dd.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3f5ac9810f6b0f6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-f360003f1f14a369.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a0344401027e575e.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-7363087b6d0e978b.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-7a16cb855e75f7e5.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-63d11fe8f2a04589.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-601d92d7f435bea2.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f4cae71614ec40ae.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-aa2fc19618e8223a.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4ec299dfa0e92da3.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-94f54481794992df.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-6a751d4e1426c4a2.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-878a8767bd0518bb.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a073906c8901333b.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-ffc41cccb7984683.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-96f0543fa0a6a6db.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-0825b86e4f23338d.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-fa10e218d0ec6d9f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-b79acf795c5ad975.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-ecd473c12df48804.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d26c7a19acbbbb77.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-d2da27428a6e7bb9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-26564232ce565725.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a33837303a60c71a.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-458372da5fba99e4.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-2b856dda25213192.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c9a4d6e13c7778ce.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-b4c876c9fd606aee.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-24c6c22cba1fe6a7.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-b4d884c79f993dd6.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-f50e9229479e5afb.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.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-682c1331c6315d61/out -L native=/usr/ssl-3/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/bzip2-sys-08ddf8a69eebe183/out/lib`
39082024-08-16T05:07:26.441Z Running `/home/build/.rustup/toolchains/1.80.1-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=e8db023154c5bdcf -C extra-filename=-e8db023154c5bdcf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9affaf578e5b973c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2196679845e40df5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-2977f4e89cc8b9da.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2ac75624a062f755.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-f3a370c833ea6c65.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-b4c876c9fd606aee.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-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
39092024-08-16T05:07:26.939Z Running `/home/build/.rustup/toolchains/1.80.1-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=fb4b8882314b4ca5 -C extra-filename=-fb4b8882314b4ca5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9affaf578e5b973c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2196679845e40df5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-dd2116e3ef4953cd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-2977f4e89cc8b9da.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-de25a3f3f7522f3c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2ac75624a062f755.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-f3a370c833ea6c65.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-327a8b94132b44f7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-b4c876c9fd606aee.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-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
39102024-08-16T05:07:28.065Z Running `/home/build/.rustup/toolchains/1.80.1-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=c83e596818338985 -C extra-filename=-c83e596818338985 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9affaf578e5b973c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2196679845e40df5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-dd2116e3ef4953cd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-2977f4e89cc8b9da.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-de25a3f3f7522f3c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2ac75624a062f755.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-f3a370c833ea6c65.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-327a8b94132b44f7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-b4c876c9fd606aee.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-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
39112024-08-16T05:07:28.765Z Running `/home/build/.rustup/toolchains/1.80.1-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=4a06e67d0b9b1b5d -C extra-filename=-4a06e67d0b9b1b5d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-a7875292ff7f528f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9affaf578e5b973c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ec49e88f444663ef.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2196679845e40df5.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-798580260be3f871.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-94e6820d9897c3cf.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-b7cf0b44405e9775.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2ac75624a062f755.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-457abf17ed177e26.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-423154c0ac8a55bc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-458372da5fba99e4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c9a4d6e13c7778ce.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-ff7bf564526ef019.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-d0a8a79035cdf72b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-08ddf8a69eebe183/out/lib`
39122024-08-16T05:07:36.337Z Running `/home/build/.rustup/toolchains/1.80.1-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=9a7f2d4d93f689a4 -C extra-filename=-9a7f2d4d93f689a4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-a7875292ff7f528f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9affaf578e5b973c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ec49e88f444663ef.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2196679845e40df5.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-798580260be3f871.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-94e6820d9897c3cf.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-b7cf0b44405e9775.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2ac75624a062f755.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-457abf17ed177e26.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-423154c0ac8a55bc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-458372da5fba99e4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c9a4d6e13c7778ce.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-d0a8a79035cdf72b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-08ddf8a69eebe183/out/lib`
39132024-08-16T05:07:37.350Z Running `/home/build/.rustup/toolchains/1.80.1-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=b040c4b79052a06c -C extra-filename=-b040c4b79052a06c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-a7875292ff7f528f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9affaf578e5b973c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ec49e88f444663ef.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2196679845e40df5.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-798580260be3f871.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-94e6820d9897c3cf.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-b7cf0b44405e9775.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2ac75624a062f755.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-457abf17ed177e26.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-423154c0ac8a55bc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-458372da5fba99e4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c9a4d6e13c7778ce.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-ff7bf564526ef019.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-d0a8a79035cdf72b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-08ddf8a69eebe183/out/lib`
39142024-08-16T05:07:38.678Z Running `/home/build/.rustup/toolchains/1.80.1-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=24a54705f0b0cc84 -C extra-filename=-24a54705f0b0cc84 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-a7875292ff7f528f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9affaf578e5b973c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ec49e88f444663ef.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2196679845e40df5.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-798580260be3f871.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-94e6820d9897c3cf.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-b7cf0b44405e9775.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2ac75624a062f755.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-457abf17ed177e26.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-423154c0ac8a55bc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-458372da5fba99e4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c9a4d6e13c7778ce.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-ff7bf564526ef019.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-d0a8a79035cdf72b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-08ddf8a69eebe183/out/lib`
39152024-08-16T05:07:40.839Z Running `/home/build/.rustup/toolchains/1.80.1-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=d1f5addc427446ad -C extra-filename=-d1f5addc427446ad --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-af455edcf36765ec.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f525b248421567dd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d605b07ab2a0de30.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.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-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
39162024-08-16T05:07:41.713Z Running `/home/build/.rustup/toolchains/1.80.1-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=a7d58080b03baed1 -C extra-filename=-a7d58080b03baed1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-a7875292ff7f528f.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ca84c69def3e65cc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9affaf578e5b973c.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-5c22e4d4702ea791.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2196679845e40df5.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-fb5f3143e288ee2f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-dd2116e3ef4953cd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-1d5c0c31f7d309a1.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-0289058b02cf0b21.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-c9380d86e5571d46.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-db0a2b655bd3c8dd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-cedc2b4cdec5a13d.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-6d215da14f02215a.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-bd07852e3678bdfa.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a073906c8901333b.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-1d8d3c5ded42b2d4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-bfaf6b529bbb10b0.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a989526e1a9c56b2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-423154c0ac8a55bc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-458372da5fba99e4.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-bd01036f692a511f.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c9a4d6e13c7778ce.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a743db74423d42c5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-24c6c22cba1fe6a7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-f31de78172241bf8.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-733bdfb3eb0138dc.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-2d32cc024065640a.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3919ec52e6b0b262.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-881349d15853b2c9.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-8639f8d8e0767c92.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-3a532da9f75526e9.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-51d22023ed101131.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d47f5ede55f99f5b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
39172024-08-16T05:07:42.966Z Running `/home/build/.rustup/toolchains/1.80.1-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=0a8194889a23cb36 -C extra-filename=-0a8194889a23cb36 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ca84c69def3e65cc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9affaf578e5b973c.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-5c22e4d4702ea791.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2196679845e40df5.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-fb5f3143e288ee2f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-1d5c0c31f7d309a1.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-0289058b02cf0b21.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-db0a2b655bd3c8dd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-cedc2b4cdec5a13d.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-bd07852e3678bdfa.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a073906c8901333b.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-1d8d3c5ded42b2d4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-bfaf6b529bbb10b0.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a989526e1a9c56b2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-423154c0ac8a55bc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-458372da5fba99e4.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-bd01036f692a511f.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a743db74423d42c5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-24c6c22cba1fe6a7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-f31de78172241bf8.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-733bdfb3eb0138dc.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-2d32cc024065640a.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3919ec52e6b0b262.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-881349d15853b2c9.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-8639f8d8e0767c92.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-3a532da9f75526e9.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-51d22023ed101131.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d47f5ede55f99f5b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
39182024-08-16T05:07:43.313Z Running `/home/build/.rustup/toolchains/1.80.1-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=515fafd3554dfc06 -C extra-filename=-515fafd3554dfc06 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-3393a48ce8c6687e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9affaf578e5b973c.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-5c22e4d4702ea791.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2196679845e40df5.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-fb5f3143e288ee2f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-9532508fd372b8b3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-423154c0ac8a55bc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-458372da5fba99e4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-8639f8d8e0767c92.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
39192024-08-16T05:07:45.857Z Running `/home/build/.rustup/toolchains/1.80.1-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=5783f49b97bbaecd -C extra-filename=-5783f49b97bbaecd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-a7875292ff7f528f.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ca84c69def3e65cc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9affaf578e5b973c.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-5c22e4d4702ea791.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2196679845e40df5.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-fb5f3143e288ee2f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-dd2116e3ef4953cd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-1d5c0c31f7d309a1.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-0289058b02cf0b21.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-c9380d86e5571d46.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-db0a2b655bd3c8dd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-cedc2b4cdec5a13d.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-6d215da14f02215a.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-bd07852e3678bdfa.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a073906c8901333b.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-1d8d3c5ded42b2d4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-bfaf6b529bbb10b0.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a989526e1a9c56b2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-423154c0ac8a55bc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-458372da5fba99e4.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-bd01036f692a511f.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c9a4d6e13c7778ce.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a743db74423d42c5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-24c6c22cba1fe6a7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-f31de78172241bf8.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-733bdfb3eb0138dc.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-2d32cc024065640a.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3919ec52e6b0b262.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-881349d15853b2c9.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-8639f8d8e0767c92.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-3a532da9f75526e9.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-51d22023ed101131.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d47f5ede55f99f5b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
39202024-08-16T05:07:47.096Z Running `/home/build/.rustup/toolchains/1.80.1-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=17d88230880c83d5 -C extra-filename=-17d88230880c83d5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-eaec0f1802c5ca04.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-70a28d88a58da555.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-82c0101206cddea9.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-6feb18972fdde000.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-3393a48ce8c6687e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9affaf578e5b973c.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-aa3d5d39ae47626b.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-819f588facb1053e.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ec49e88f444663ef.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2196679845e40df5.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-1505c0847609e062.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-aae238a7f781fbdf.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c2184d2a5bed7ca0.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a400fb2b6ab7fec2.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-c9fa848e6abcca19.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-285400951f533a61.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-03490b41d6426eda.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-725dd47f885197a3.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-ab09ab072df8f040.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-ccfb31210373c817.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-39f07e80d6316e9c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-8b92b4dd1eb7bb06.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-737c5057d02b1662.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-40a5384940f7cdb2.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df791fa27a35479c.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-cd4db557eb907901.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-bcfd1ebbe27d10c9.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-576a17e2802e5273.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-4364ac8ba4697365.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-2977f4e89cc8b9da.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-e96086556fa58dca.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-c5461d19fafa1d88.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-2f508a04ad184464.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-da9d78a0f106b5f2.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-5e32e5548903d79d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f525b248421567dd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-39edd3fb5530f286.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-36aa5512eab8c219.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3f5ac9810f6b0f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-35a1f2c604c24a61.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a0344401027e575e.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-63d11fe8f2a04589.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-601d92d7f435bea2.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f4cae71614ec40ae.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-6a751d4e1426c4a2.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-ec24f04f18174321.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a073906c8901333b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-b79acf795c5ad975.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-249130ebaa9ec96b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-6f98b67ea44f7d5c.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-47da08d280334705.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-d2da27428a6e7bb9.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3bdaf4c073f08b35.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-f6b25fab8a2790d4.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a989526e1a9c56b2.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-c5f03c43771f9382.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-26564232ce565725.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a33837303a60c71a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-458372da5fba99e4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-b94b1747d4cd77f0.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0a062de836263b83.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d605b07ab2a0de30.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-be5b8cddf8b2d4c2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-c519dde80105a1c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-f31de78172241bf8.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-1abcbb01f770e22b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d47f5ede55f99f5b.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-743d677180e987a0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1db860de69b9b187/out`
39212024-08-16T05:07:47.691Z Running `/home/build/.rustup/toolchains/1.80.1-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=fe1bb27eee447358 -C extra-filename=-fe1bb27eee447358 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-eaec0f1802c5ca04.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-70a28d88a58da555.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-82c0101206cddea9.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-6feb18972fdde000.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-3393a48ce8c6687e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9affaf578e5b973c.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-aa3d5d39ae47626b.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-819f588facb1053e.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ec49e88f444663ef.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2196679845e40df5.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-1505c0847609e062.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-aae238a7f781fbdf.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c2184d2a5bed7ca0.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a400fb2b6ab7fec2.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-c9fa848e6abcca19.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-285400951f533a61.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-03490b41d6426eda.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-725dd47f885197a3.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-ab09ab072df8f040.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-ccfb31210373c817.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-39f07e80d6316e9c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-8b92b4dd1eb7bb06.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-737c5057d02b1662.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-40a5384940f7cdb2.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df791fa27a35479c.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-cd4db557eb907901.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-bcfd1ebbe27d10c9.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-576a17e2802e5273.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-4364ac8ba4697365.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-2977f4e89cc8b9da.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-e96086556fa58dca.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-c5461d19fafa1d88.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-2f508a04ad184464.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-da9d78a0f106b5f2.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-5e32e5548903d79d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f525b248421567dd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-39edd3fb5530f286.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-36aa5512eab8c219.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3f5ac9810f6b0f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-35a1f2c604c24a61.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a0344401027e575e.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-63d11fe8f2a04589.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-601d92d7f435bea2.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f4cae71614ec40ae.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-6a751d4e1426c4a2.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-ec24f04f18174321.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a073906c8901333b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-b79acf795c5ad975.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-249130ebaa9ec96b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-6f98b67ea44f7d5c.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-47da08d280334705.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-d2da27428a6e7bb9.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3bdaf4c073f08b35.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-f6b25fab8a2790d4.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a989526e1a9c56b2.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-c5f03c43771f9382.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-26564232ce565725.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a33837303a60c71a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-458372da5fba99e4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-b94b1747d4cd77f0.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0a062de836263b83.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d605b07ab2a0de30.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-be5b8cddf8b2d4c2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-c519dde80105a1c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-f31de78172241bf8.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-1abcbb01f770e22b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d47f5ede55f99f5b.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-743d677180e987a0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1db860de69b9b187/out`
39222024-08-16T05:07:52.498Z Running `/home/build/.rustup/toolchains/1.80.1-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=41af6fea99756fbf -C extra-filename=-41af6fea99756fbf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ec49e88f444663ef.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-dd2116e3ef4953cd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-ccfb31210373c817.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a0e7b87b4381c541.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-e306e9b038f5734d.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-5e32e5548903d79d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f525b248421567dd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-36aa5512eab8c219.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3f5ac9810f6b0f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a073906c8901333b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-d2da27428a6e7bb9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d605b07ab2a0de30.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-6dcfc17d03d713f2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-08ddf8a69eebe183/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1db860de69b9b187/out`
39232024-08-16T05:07:53.985Z Running `/home/build/.rustup/toolchains/1.80.1-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=4fddfd0d9ac57143 -C extra-filename=-4fddfd0d9ac57143 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-eaec0f1802c5ca04.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-70a28d88a58da555.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-82c0101206cddea9.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-6feb18972fdde000.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-3393a48ce8c6687e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9affaf578e5b973c.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-aa3d5d39ae47626b.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-819f588facb1053e.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ec49e88f444663ef.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2196679845e40df5.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-1505c0847609e062.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-aae238a7f781fbdf.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c2184d2a5bed7ca0.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a400fb2b6ab7fec2.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-c9fa848e6abcca19.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-285400951f533a61.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-03490b41d6426eda.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-725dd47f885197a3.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-ab09ab072df8f040.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-ccfb31210373c817.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-39f07e80d6316e9c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-8b92b4dd1eb7bb06.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-737c5057d02b1662.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-40a5384940f7cdb2.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df791fa27a35479c.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-cd4db557eb907901.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-bcfd1ebbe27d10c9.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-576a17e2802e5273.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-4364ac8ba4697365.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-2977f4e89cc8b9da.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-e96086556fa58dca.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-c5461d19fafa1d88.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-2f508a04ad184464.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-da9d78a0f106b5f2.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-5e32e5548903d79d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f525b248421567dd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-39edd3fb5530f286.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-36aa5512eab8c219.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3f5ac9810f6b0f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-35a1f2c604c24a61.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a0344401027e575e.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-63d11fe8f2a04589.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-601d92d7f435bea2.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f4cae71614ec40ae.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-6a751d4e1426c4a2.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-ec24f04f18174321.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a073906c8901333b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-b79acf795c5ad975.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-249130ebaa9ec96b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-6f98b67ea44f7d5c.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-47da08d280334705.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-d2da27428a6e7bb9.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3bdaf4c073f08b35.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-f6b25fab8a2790d4.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a989526e1a9c56b2.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-c5f03c43771f9382.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-26564232ce565725.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a33837303a60c71a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-458372da5fba99e4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-b94b1747d4cd77f0.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0a062de836263b83.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d605b07ab2a0de30.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-be5b8cddf8b2d4c2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-c519dde80105a1c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-f31de78172241bf8.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-1abcbb01f770e22b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d47f5ede55f99f5b.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-743d677180e987a0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1db860de69b9b187/out`
39242024-08-16T05:07:55.584Z Running `/home/build/.rustup/toolchains/1.80.1-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=e87d4ba8ffa6d852 -C extra-filename=-e87d4ba8ffa6d852 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-d65da3ab02c6d0c5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9affaf578e5b973c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2196679845e40df5.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-c9fa848e6abcca19.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-03490b41d6426eda.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-1d5c0c31f7d309a1.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-405a5f31c70e5fad.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-8852daddbdc06050.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-5e32e5548903d79d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f525b248421567dd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3f5ac9810f6b0f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-9532508fd372b8b3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a33837303a60c71a.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-618c4abe1decdfc2.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-fe3386b3995bd738.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.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-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
39252024-08-16T05:08:01.112Z Running `/home/build/.rustup/toolchains/1.80.1-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=bc69ac0980acf681 -C extra-filename=-bc69ac0980acf681 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-eaec0f1802c5ca04.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-58ad506c65017ddb.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ec49e88f444663ef.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-c7f104889891d3e1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-03490b41d6426eda.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-f3310802715f6ca6.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-737c5057d02b1662.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e162d10efb2b5b84.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a6c5e59db985c498.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-101b044d8ff0402d.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-af455edcf36765ec.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f525b248421567dd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2ac75624a062f755.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3f5ac9810f6b0f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-f360003f1f14a369.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-b78c901d8feb2a59.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-fa10e218d0ec6d9f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-ecd473c12df48804.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d605b07ab2a0de30.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.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-682c1331c6315d61/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
39262024-08-16T05:08:07.513Z Running `/home/build/.rustup/toolchains/1.80.1-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=fa1132ee94aeb126 -C extra-filename=-fa1132ee94aeb126 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-d65da3ab02c6d0c5.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1d7a8f67369c9bea.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-eaec0f1802c5ca04.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ca84c69def3e65cc.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-3393a48ce8c6687e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9affaf578e5b973c.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-aa3d5d39ae47626b.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-819f588facb1053e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ec49e88f444663ef.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2196679845e40df5.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-8ed1f4e708c296f1.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-34d767105288e6d5.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-1505c0847609e062.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-af17c3190fafabe4.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-defc005d7f24e86c.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-b81fcb6fdc5df7f0.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c2184d2a5bed7ca0.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a400fb2b6ab7fec2.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-c9fa848e6abcca19.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-285400951f533a61.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-03490b41d6426eda.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-dd2116e3ef4953cd.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-6eff82ac4e9024f7.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-ccfb31210373c817.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a0e7b87b4381c541.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-e306e9b038f5734d.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-f3310802715f6ca6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-8b92b4dd1eb7bb06.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-e20d983ba3bdd9ca.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-737c5057d02b1662.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-2c94ebe8c9634964.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-85b8feb57c2240bc.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e162d10efb2b5b84.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-3ae205a88a0c1dc6.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df791fa27a35479c.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-bcfd1ebbe27d10c9.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-576a17e2802e5273.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-e96086556fa58dca.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-c5461d19fafa1d88.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-711de2fecf75dbe1.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-2f508a04ad184464.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-da9d78a0f106b5f2.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-af455edcf36765ec.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-6088393bd71d5e76.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-fecb02797e6136ad.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-279f2fd74dd69a7b.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-867e4e9d6e644bef.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-4e8c839a21a2f590.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-53a09219d78dc4c1.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-405a5f31c70e5fad.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-8852daddbdc06050.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-3a4c9d31f8d11bc4.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-f20244f5b1805a4b.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-5e32e5548903d79d.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-8f0c023b98ab8ab5.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-47ef7bb898de45cf.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-f6c5fd05e9d1159c.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f525b248421567dd.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-8d0b37c8c3e1862e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-db0a2b655bd3c8dd.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-36aa5512eab8c219.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2ac75624a062f755.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3f5ac9810f6b0f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-394d7a51f5eb6839.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-704b70246acfb632.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-f360003f1f14a369.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-113b8d91d6e78966.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a0344401027e575e.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-7363087b6d0e978b.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-3a5668ea603712cf.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-7a16cb855e75f7e5.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-63d11fe8f2a04589.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-601d92d7f435bea2.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f4cae71614ec40ae.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-aa2fc19618e8223a.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4ec299dfa0e92da3.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-fc1210f8ac466272.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-c8c0afe22102a132.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-0027465b2e6825f2.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-94f54481794992df.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-6a751d4e1426c4a2.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-3fa48fb409f4da6d.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-878a8767bd0518bb.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a073906c8901333b.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-ffc41cccb7984683.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-96f0543fa0a6a6db.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-0825b86e4f23338d.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-fa10e218d0ec6d9f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-b79acf795c5ad975.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-ecd473c12df48804.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d26c7a19acbbbb77.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-212182bc2621e28e.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-d2da27428a6e7bb9.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3bdaf4c073f08b35.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-26564232ce565725.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a33837303a60c71a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-458372da5fba99e4.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-bdf0defd021caf5c.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-2b856dda25213192.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d605b07ab2a0de30.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-327a8b94132b44f7.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c9a4d6e13c7778ce.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-310ac55cad65c385.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-b4c876c9fd606aee.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-24c6c22cba1fe6a7.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-b4d884c79f993dd6.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-ff7bf564526ef019.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-d0a8a79035cdf72b.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-f50e9229479e5afb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.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-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-08ddf8a69eebe183/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1db860de69b9b187/out`
39272024-08-16T05:08:18.681Z Running `/home/build/.rustup/toolchains/1.80.1-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=062de2821f5d311a -C extra-filename=-062de2821f5d311a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-d65da3ab02c6d0c5.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1d7a8f67369c9bea.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-eaec0f1802c5ca04.so --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-b89d510c69830ca4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9affaf578e5b973c.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-aa3d5d39ae47626b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ec49e88f444663ef.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-528bd09aa98caeb9.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-76d44953ce70a362.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-b81fcb6fdc5df7f0.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-010bca92c11df0ee.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-03490b41d6426eda.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-dd2116e3ef4953cd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-ccfb31210373c817.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-3ae205a88a0c1dc6.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df791fa27a35479c.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-bcfd1ebbe27d10c9.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-576a17e2802e5273.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-e96086556fa58dca.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-711de2fecf75dbe1.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-da9d78a0f106b5f2.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-101b044d8ff0402d.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-af455edcf36765ec.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-867e4e9d6e644bef.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-8852daddbdc06050.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-5e32e5548903d79d.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-47ef7bb898de45cf.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f525b248421567dd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-db0a2b655bd3c8dd.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-36aa5512eab8c219.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2ac75624a062f755.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3f5ac9810f6b0f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-704b70246acfb632.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-b78c901d8feb2a59.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a0344401027e575e.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f4cae71614ec40ae.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4ec299dfa0e92da3.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-fc1210f8ac466272.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-c8c0afe22102a132.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-457abf17ed177e26.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-0027465b2e6825f2.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-3fa48fb409f4da6d.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-878a8767bd0518bb.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-96f0543fa0a6a6db.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-b79acf795c5ad975.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d26c7a19acbbbb77.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-d2da27428a6e7bb9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a33837303a60c71a.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0a062de836263b83.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-2b856dda25213192.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d605b07ab2a0de30.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-327a8b94132b44f7.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-618c4abe1decdfc2.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-310ac55cad65c385.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-1abcbb01f770e22b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.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-682c1331c6315d61/out -L native=/usr/ssl-3/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/bzip2-sys-08ddf8a69eebe183/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1db860de69b9b187/out`
39282024-08-16T05:08:22.868Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin --edition=2021 clickhouse-admin/src/bin/clickhouse-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=db742c541f457d51 -C extra-filename=-db742c541f457d51 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9affaf578e5b973c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ec49e88f444663ef.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2196679845e40df5.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-a1709ce059030a76.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-03490b41d6426eda.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-dd2116e3ef4953cd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-737c5057d02b1662.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df791fa27a35479c.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-47ef7bb898de45cf.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-cf9b3e5259c03324.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2ac75624a062f755.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3f5ac9810f6b0f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-394d7a51f5eb6839.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-704b70246acfb632.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-26564232ce565725.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a33837303a60c71a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-327a8b94132b44f7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-b4c876c9fd606aee.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-f31de78172241bf8.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-c883dcfe2d3789aa.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-08ddf8a69eebe183/out/lib -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-1db860de69b9b187/out`
39292024-08-16T05:08:23.904Z Running `/home/build/.rustup/toolchains/1.80.1-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=8fad970758ce3679 -C extra-filename=-8fad970758ce3679 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9affaf578e5b973c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ec49e88f444663ef.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2196679845e40df5.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-735bb0774e4813bf.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-8bd11f6db2324172.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-5abb42632be98ee1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-03490b41d6426eda.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-dd2116e3ef4953cd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-737c5057d02b1662.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df791fa27a35479c.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-47ef7bb898de45cf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2ac75624a062f755.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3f5ac9810f6b0f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-394d7a51f5eb6839.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-704b70246acfb632.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-6d215da14f02215a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-26564232ce565725.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a33837303a60c71a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-327a8b94132b44f7.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-33f37eee6fa58373.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-b4c876c9fd606aee.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-f31de78172241bf8.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-c883dcfe2d3789aa.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-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-08ddf8a69eebe183/out/lib -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-1db860de69b9b187/out`
39302024-08-16T05:08:25.557Z Running `/home/build/.rustup/toolchains/1.80.1-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=a31a6fcd0dc12055 -C extra-filename=-a31a6fcd0dc12055 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-af455edcf36765ec.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-6088393bd71d5e76.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f525b248421567dd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3f5ac9810f6b0f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a33837303a60c71a.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-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
39312024-08-16T05:08:27.444Z Running `/home/build/.rustup/toolchains/1.80.1-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=ce8485e2e6876f59 -C extra-filename=-ce8485e2e6876f59 --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-ec49e88f444663ef.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-711de2fecf75dbe1.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-af455edcf36765ec.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-6088393bd71d5e76.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-47ef7bb898de45cf.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-f6c5fd05e9d1159c.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f525b248421567dd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2ac75624a062f755.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-0027465b2e6825f2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a33837303a60c71a.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-2b856dda25213192.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.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-682c1331c6315d61/out -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/ssl-3/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/bzip2-sys-08ddf8a69eebe183/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1db860de69b9b187/out`
39322024-08-16T05:08:27.959Z Running `/home/build/.rustup/toolchains/1.80.1-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=d19684f1a8deb238 -C extra-filename=-d19684f1a8deb238 --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-1d7a8f67369c9bea.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ec49e88f444663ef.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-b81fcb6fdc5df7f0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-2c94ebe8c9634964.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-576a17e2802e5273.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-af455edcf36765ec.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-6088393bd71d5e76.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-47ef7bb898de45cf.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f525b248421567dd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2ac75624a062f755.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-7363087b6d0e978b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a33837303a60c71a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.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-682c1331c6315d61/out -L native=/usr/ssl-3/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/bzip2-sys-08ddf8a69eebe183/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1db860de69b9b187/out`
39332024-08-16T05:08:32.735Z Running `/home/build/.rustup/toolchains/1.80.1-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=35d88f78d5119fe0 -C extra-filename=-35d88f78d5119fe0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9affaf578e5b973c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ec49e88f444663ef.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2196679845e40df5.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-a1709ce059030a76.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-03490b41d6426eda.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-dd2116e3ef4953cd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-737c5057d02b1662.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df791fa27a35479c.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-47ef7bb898de45cf.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2ac75624a062f755.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3f5ac9810f6b0f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-394d7a51f5eb6839.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-704b70246acfb632.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-26564232ce565725.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a33837303a60c71a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-327a8b94132b44f7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-b4c876c9fd606aee.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-f31de78172241bf8.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-c883dcfe2d3789aa.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-08ddf8a69eebe183/out/lib -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-1db860de69b9b187/out`
39342024-08-16T05:08:34.462Z Running `/home/build/.rustup/toolchains/1.80.1-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=674240e339f85307 -C extra-filename=-674240e339f85307 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1d7a8f67369c9bea.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9affaf578e5b973c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ec49e88f444663ef.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2196679845e40df5.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-fb5f3143e288ee2f.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-1505c0847609e062.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-5abb42632be98ee1.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-b81fcb6fdc5df7f0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-03490b41d6426eda.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-5859d1b7689bc278.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-ccfb31210373c817.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a0e7b87b4381c541.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-e306e9b038f5734d.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-0289058b02cf0b21.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-bcfd1ebbe27d10c9.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-576a17e2802e5273.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-3cb7a5518942bff7.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-2f508a04ad184464.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-da9d78a0f106b5f2.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-af455edcf36765ec.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-6088393bd71d5e76.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-3a4c9d31f8d11bc4.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-f20244f5b1805a4b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f525b248421567dd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3f5ac9810f6b0f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-7363087b6d0e978b.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-7a16cb855e75f7e5.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-bd07852e3678bdfa.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-9532508fd372b8b3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-d2da27428a6e7bb9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a33837303a60c71a.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d605b07ab2a0de30.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-fe3386b3995bd738.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a743db74423d42c5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3919ec52e6b0b262.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-c883dcfe2d3789aa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.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-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-08ddf8a69eebe183/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
39352024-08-16T05:08:42.212Z Running `/home/build/.rustup/toolchains/1.80.1-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=18a8dfbf4d41f339 -C extra-filename=-18a8dfbf4d41f339 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9affaf578e5b973c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ec49e88f444663ef.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2196679845e40df5.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-735bb0774e4813bf.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-8bd11f6db2324172.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-5abb42632be98ee1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-03490b41d6426eda.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-dd2116e3ef4953cd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-737c5057d02b1662.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df791fa27a35479c.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-47ef7bb898de45cf.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-a3f42a60d5729751.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2ac75624a062f755.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3f5ac9810f6b0f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-394d7a51f5eb6839.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-704b70246acfb632.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-6d215da14f02215a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-26564232ce565725.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a33837303a60c71a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-327a8b94132b44f7.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-33f37eee6fa58373.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-b4c876c9fd606aee.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-f31de78172241bf8.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-c883dcfe2d3789aa.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-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-08ddf8a69eebe183/out/lib -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-1db860de69b9b187/out`
39362024-08-16T05:08:44.028Z Running `/home/build/.rustup/toolchains/1.80.1-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=abfe609ee283f4fb -C extra-filename=-abfe609ee283f4fb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-3393a48ce8c6687e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9affaf578e5b973c.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-aa3d5d39ae47626b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ec49e88f444663ef.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-1505c0847609e062.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a400fb2b6ab7fec2.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-c9fa848e6abcca19.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-03490b41d6426eda.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a0e7b87b4381c541.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-e306e9b038f5734d.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-f3310802715f6ca6.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-e20d983ba3bdd9ca.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-737c5057d02b1662.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e162d10efb2b5b84.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df791fa27a35479c.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-bcfd1ebbe27d10c9.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-da9d78a0f106b5f2.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-6088393bd71d5e76.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-5e32e5548903d79d.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-8f0c023b98ab8ab5.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f525b248421567dd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-db0a2b655bd3c8dd.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-36aa5512eab8c219.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2ac75624a062f755.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3f5ac9810f6b0f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a0344401027e575e.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-3a5668ea603712cf.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-601d92d7f435bea2.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f4cae71614ec40ae.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-ecd473c12df48804.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-d2da27428a6e7bb9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-24c6c22cba1fe6a7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-08ddf8a69eebe183/out/lib -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-1db860de69b9b187/out`
39372024-08-16T05:08:45.664Z Running `/home/build/.rustup/toolchains/1.80.1-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=1dc2d8f544044b64 -C extra-filename=-1dc2d8f544044b64 --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-5835243fede18e51.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-576a17e2802e5273.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-6088393bd71d5e76.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f4cae71614ec40ae.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a073906c8901333b.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-d2da27428a6e7bb9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.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-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
39382024-08-16T05:08:48.113Z Running `/home/build/.rustup/toolchains/1.80.1-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=9e915b2b1db775d8 -C extra-filename=-9e915b2b1db775d8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-a7875292ff7f528f.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ca84c69def3e65cc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9affaf578e5b973c.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-5c22e4d4702ea791.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2196679845e40df5.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-fb5f3143e288ee2f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-dd2116e3ef4953cd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-1d5c0c31f7d309a1.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-0289058b02cf0b21.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-c9380d86e5571d46.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-db0a2b655bd3c8dd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-cedc2b4cdec5a13d.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-6d215da14f02215a.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-bd07852e3678bdfa.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a073906c8901333b.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-1d8d3c5ded42b2d4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-bfaf6b529bbb10b0.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a989526e1a9c56b2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-423154c0ac8a55bc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-458372da5fba99e4.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-bd01036f692a511f.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c9a4d6e13c7778ce.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a743db74423d42c5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-24c6c22cba1fe6a7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-f31de78172241bf8.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-733bdfb3eb0138dc.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-2d32cc024065640a.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3919ec52e6b0b262.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-881349d15853b2c9.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-3a532da9f75526e9.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-51d22023ed101131.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d47f5ede55f99f5b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
39392024-08-16T05:08:48.466Z Running `/home/build/.rustup/toolchains/1.80.1-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=b999ef818ccbab83 -C extra-filename=-b999ef818ccbab83 --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-8bd11f6db2324172.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-03490b41d6426eda.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3f5ac9810f6b0f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
39402024-08-16T05:08:49.983Z Running `/home/build/.rustup/toolchains/1.80.1-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=e8dbd0ae1b8a81e8 -C extra-filename=-e8dbd0ae1b8a81e8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-3393a48ce8c6687e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9affaf578e5b973c.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-aa3d5d39ae47626b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ec49e88f444663ef.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2196679845e40df5.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f8d6e08c22f4130f.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c2184d2a5bed7ca0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-03490b41d6426eda.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-8b92b4dd1eb7bb06.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-85b8feb57c2240bc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2ac75624a062f755.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-fb339d0b1775d489.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-24c6c22cba1fe6a7.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-b4d884c79f993dd6.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-ff7bf564526ef019.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-d0a8a79035cdf72b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-08ddf8a69eebe183/out/lib -L native=/usr/ssl-3/lib/amd64`
39412024-08-16T05:08:56.845Z Running `/home/build/.rustup/toolchains/1.80.1-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=3c385ea9ab219c75 -C extra-filename=-3c385ea9ab219c75 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9affaf578e5b973c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ec49e88f444663ef.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2196679845e40df5.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-798580260be3f871.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-423154c0ac8a55bc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-458372da5fba99e4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-ff7bf564526ef019.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-d0a8a79035cdf72b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-08ddf8a69eebe183/out/lib`
39422024-08-16T05:09:04.886Z Running `/home/build/.rustup/toolchains/1.80.1-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=31e0dff389f81415 -C extra-filename=-31e0dff389f81415 --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-ec49e88f444663ef.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-5abb42632be98ee1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-6d215da14f02215a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-33f37eee6fa58373.so -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
39432024-08-16T05:09:07.589Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
39442024-08-16T05:09:07.613Z Running `/home/build/.rustup/toolchains/1.80.1-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=991e6640648a6deb -C extra-filename=-991e6640648a6deb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9affaf578e5b973c.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-aa3d5d39ae47626b.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-30eb4c497a66f5ca.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ec49e88f444663ef.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2196679845e40df5.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-b7cf0b44405e9775.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-8b92b4dd1eb7bb06.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-862ecc18dbd7f5f5.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a073906c8901333b.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-b79acf795c5ad975.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-fb339d0b1775d489.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-bfaf6b529bbb10b0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-458372da5fba99e4.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-be5b8cddf8b2d4c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-f31de78172241bf8.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-d0a8a79035cdf72b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-d831ae4038f18ad2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-d831ae4038f18ad2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a041cc8256074d12/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-08ddf8a69eebe183/out/lib`
39452024-08-16T05:09:10.869Z Running `/home/build/.rustup/toolchains/1.80.1-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=20945ddfc689a925 -C extra-filename=-20945ddfc689a925 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ca84c69def3e65cc.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-3393a48ce8c6687e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9affaf578e5b973c.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-aa3d5d39ae47626b.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-819f588facb1053e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2196679845e40df5.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f8d6e08c22f4130f.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-8755f378a0d2712e.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-5d39f2eb1424d60a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-1d5c0c31f7d309a1.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-0289058b02cf0b21.rlib --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-4373df1d96d0d404.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-fa674040a9ff2f04.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2ac75624a062f755.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-cedc2b4cdec5a13d.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-c8c0afe22102a132.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d26c7a19acbbbb77.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-bd01036f692a511f.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-618c4abe1decdfc2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-9d0bf0a436f6bccd.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3919ec52e6b0b262.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
39462024-08-16T05:09:10.962Z Running `/home/build/.rustup/toolchains/1.80.1-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=eb4ef68d10a14e47 -C extra-filename=-eb4ef68d10a14e47 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9affaf578e5b973c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ec49e88f444663ef.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2196679845e40df5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-03490b41d6426eda.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-dd2116e3ef4953cd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e162d10efb2b5b84.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-bcfd1ebbe27d10c9.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-2f508a04ad184464.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f525b248421567dd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2ac75624a062f755.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-394d7a51f5eb6839.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-704b70246acfb632.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a0344401027e575e.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-d5697f0f5afd97d6.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-7363087b6d0e978b.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-3a5668ea603712cf.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-7a16cb855e75f7e5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a073906c8901333b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-26564232ce565725.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-458372da5fba99e4.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d605b07ab2a0de30.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-327a8b94132b44f7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-f31de78172241bf8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
39472024-08-16T05:09:11.130Z Running `/home/build/.rustup/toolchains/1.80.1-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=93183688e1ef8c8b -C extra-filename=-93183688e1ef8c8b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9affaf578e5b973c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ec49e88f444663ef.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2196679845e40df5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-03490b41d6426eda.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-dd2116e3ef4953cd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e162d10efb2b5b84.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-bcfd1ebbe27d10c9.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-2f508a04ad184464.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f525b248421567dd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2ac75624a062f755.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-394d7a51f5eb6839.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-704b70246acfb632.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a0344401027e575e.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-d5697f0f5afd97d6.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-7363087b6d0e978b.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-3a5668ea603712cf.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-7a16cb855e75f7e5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a073906c8901333b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-26564232ce565725.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-458372da5fba99e4.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d605b07ab2a0de30.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-327a8b94132b44f7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-f31de78172241bf8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
39482024-08-16T05:09:12.915Z Running `/home/build/.rustup/toolchains/1.80.1-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=06a6de6bc2258463 -C extra-filename=-06a6de6bc2258463 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9affaf578e5b973c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ec49e88f444663ef.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2196679845e40df5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-03490b41d6426eda.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-bcfd1ebbe27d10c9.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-2f508a04ad184464.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f525b248421567dd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a0344401027e575e.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-d5697f0f5afd97d6.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-7363087b6d0e978b.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-3a5668ea603712cf.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-7a16cb855e75f7e5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a073906c8901333b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-26564232ce565725.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-458372da5fba99e4.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d605b07ab2a0de30.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-f31de78172241bf8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
39492024-08-16T05:09:13.331Z Running `/home/build/.rustup/toolchains/1.80.1-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=00e1eef0626b67f3 -C extra-filename=-00e1eef0626b67f3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9affaf578e5b973c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ec49e88f444663ef.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2196679845e40df5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-03490b41d6426eda.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-bcfd1ebbe27d10c9.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-2f508a04ad184464.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f525b248421567dd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a0344401027e575e.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-d5697f0f5afd97d6.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-7363087b6d0e978b.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-3a5668ea603712cf.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-7a16cb855e75f7e5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a073906c8901333b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-26564232ce565725.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-458372da5fba99e4.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d605b07ab2a0de30.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-f31de78172241bf8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
39502024-08-16T05:09:24.220Z Running `/home/build/.rustup/toolchains/1.80.1-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=83ca6e744df4c860 -C extra-filename=-83ca6e744df4c860 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9affaf578e5b973c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ec49e88f444663ef.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2196679845e40df5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-03490b41d6426eda.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-dd2116e3ef4953cd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e162d10efb2b5b84.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-bcfd1ebbe27d10c9.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-2f508a04ad184464.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f525b248421567dd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2ac75624a062f755.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-394d7a51f5eb6839.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-704b70246acfb632.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a0344401027e575e.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-d5697f0f5afd97d6.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-7363087b6d0e978b.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-3a5668ea603712cf.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-7a16cb855e75f7e5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a073906c8901333b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-26564232ce565725.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-458372da5fba99e4.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d605b07ab2a0de30.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-327a8b94132b44f7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-f31de78172241bf8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
39512024-08-16T05:09:24.709Z Running `/home/build/.rustup/toolchains/1.80.1-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=c28dc58fe7a4327c -C extra-filename=-c28dc58fe7a4327c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ec49e88f444663ef.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f8d6e08c22f4130f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-dd2116e3ef4953cd.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-ccfb31210373c817.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-1d5c0c31f7d309a1.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-bcfd1ebbe27d10c9.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-7e28ccd96dc058f1.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-c9380d86e5571d46.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-da9d78a0f106b5f2.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-867e4e9d6e644bef.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-5e32e5548903d79d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f525b248421567dd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2ac75624a062f755.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3f5ac9810f6b0f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f4cae71614ec40ae.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-6d215da14f02215a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-d2da27428a6e7bb9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0a062de836263b83.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d605b07ab2a0de30.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-33f37eee6fa58373.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-6dcfc17d03d713f2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
39522024-08-16T05:09:30.060Z Running `/home/build/.rustup/toolchains/1.80.1-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=b54b05dde0ef2bf3 -C extra-filename=-b54b05dde0ef2bf3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9affaf578e5b973c.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-30eb4c497a66f5ca.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2196679845e40df5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-dd2116e3ef4953cd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-8b92b4dd1eb7bb06.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df791fa27a35479c.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-0289058b02cf0b21.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-862ecc18dbd7f5f5.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-c8c0afe22102a132.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-8be4b95ce6e63459.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a073906c8901333b.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-ffc41cccb7984683.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-b79acf795c5ad975.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-f6b25fab8a2790d4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-b72fa1ce96857786.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-458372da5fba99e4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-b94b1747d4cd77f0.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d605b07ab2a0de30.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-be5b8cddf8b2d4c2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-f31de78172241bf8.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-321402a375879e82.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-d831ae4038f18ad2/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-d831ae4038f18ad2/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a041cc8256074d12/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1db860de69b9b187/out`
39532024-08-16T05:09:31.622Z Running `/home/build/.rustup/toolchains/1.80.1-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=32790021f55f0674 -C extra-filename=-32790021f55f0674 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9affaf578e5b973c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2196679845e40df5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-03490b41d6426eda.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-dd2116e3ef4953cd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-fcc883c5905660d4.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a0e7b87b4381c541.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-28a83fe8cb4ab568.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-e306e9b038f5734d.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-18e41dbaf8e83871.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-8b92b4dd1eb7bb06.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-737c5057d02b1662.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e162d10efb2b5b84.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df791fa27a35479c.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-b11b4f112c1ecae0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2ac75624a062f755.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-473da805c9564881.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-f3a370c833ea6c65.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-26564232ce565725.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a33837303a60c71a.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-bdf0defd021caf5c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-327a8b94132b44f7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-9d0bf0a436f6bccd.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-1a65099964f4de0b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-f31de78172241bf8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-08ddf8a69eebe183/out/lib`
39542024-08-16T05:09:35.409Z Running `/home/build/.rustup/toolchains/1.80.1-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=99dac8bf5f996249 -C extra-filename=-99dac8bf5f996249 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9affaf578e5b973c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2196679845e40df5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-03490b41d6426eda.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-fcc883c5905660d4.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a0e7b87b4381c541.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-28a83fe8cb4ab568.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-18e41dbaf8e83871.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-8b92b4dd1eb7bb06.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-737c5057d02b1662.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e162d10efb2b5b84.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df791fa27a35479c.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-b11b4f112c1ecae0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-3c01943335d563b9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-473da805c9564881.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-f3a370c833ea6c65.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-26564232ce565725.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a33837303a60c71a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-9d0bf0a436f6bccd.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-1a65099964f4de0b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-f31de78172241bf8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-08ddf8a69eebe183/out/lib`
39552024-08-16T05:09:35.553Z Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
39562024-08-16T05:09:35.578Z Running `/home/build/.rustup/toolchains/1.80.1-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=2f179e912d4b4453 -C extra-filename=-2f179e912d4b4453 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2196679845e40df5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a0e7b87b4381c541.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-e306e9b038f5734d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-2977f4e89cc8b9da.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-f3a370c833ea6c65.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-08ddf8a69eebe183/out/lib`
39572024-08-16T05:09:37.670Z Running `/home/build/.rustup/toolchains/1.80.1-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=56564ef24a623db6 -C extra-filename=-56564ef24a623db6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9affaf578e5b973c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2196679845e40df5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-03490b41d6426eda.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-dd2116e3ef4953cd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-fcc883c5905660d4.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a0e7b87b4381c541.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-28a83fe8cb4ab568.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-e306e9b038f5734d.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-18e41dbaf8e83871.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-8b92b4dd1eb7bb06.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-737c5057d02b1662.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e162d10efb2b5b84.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df791fa27a35479c.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-b11b4f112c1ecae0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-3c01943335d563b9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2ac75624a062f755.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-473da805c9564881.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-f3a370c833ea6c65.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-26564232ce565725.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a33837303a60c71a.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-bdf0defd021caf5c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-327a8b94132b44f7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-9d0bf0a436f6bccd.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-1a65099964f4de0b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-f31de78172241bf8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-08ddf8a69eebe183/out/lib`
39582024-08-16T05:09:39.924Z Running `/home/build/.rustup/toolchains/1.80.1-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=a07e743a312a225f -C extra-filename=-a07e743a312a225f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9affaf578e5b973c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2196679845e40df5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-03490b41d6426eda.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-dd2116e3ef4953cd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-fcc883c5905660d4.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a0e7b87b4381c541.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-28a83fe8cb4ab568.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-e306e9b038f5734d.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-18e41dbaf8e83871.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-8b92b4dd1eb7bb06.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-737c5057d02b1662.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e162d10efb2b5b84.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df791fa27a35479c.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-b11b4f112c1ecae0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-3c01943335d563b9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2ac75624a062f755.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-473da805c9564881.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-f3a370c833ea6c65.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-26564232ce565725.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a33837303a60c71a.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-bdf0defd021caf5c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-327a8b94132b44f7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-9d0bf0a436f6bccd.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-1a65099964f4de0b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-f31de78172241bf8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-08ddf8a69eebe183/out/lib`
39592024-08-16T05:09:42.954Z Running `/home/build/.rustup/toolchains/1.80.1-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=bd08765eaf49aa3b -C extra-filename=-bd08765eaf49aa3b --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-9affaf578e5b973c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-03490b41d6426eda.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a0e7b87b4381c541.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-18e41dbaf8e83871.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-3c01943335d563b9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2ac75624a062f755.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-bdf0defd021caf5c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-08ddf8a69eebe183/out/lib`
39602024-08-16T05:09:44.981Z Running `/home/build/.rustup/toolchains/1.80.1-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=9d2da1cea10a6a6e -C extra-filename=-9d2da1cea10a6a6e --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-ec49e88f444663ef.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-cd4db557eb907901.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3f5ac9810f6b0f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-488bb704975e32f2.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-371cc57c92bdfae7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a073906c8901333b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a989526e1a9c56b2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-881349d15853b2c9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-3a532da9f75526e9.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
39612024-08-16T05:09:48.662Z Running `/home/build/.rustup/toolchains/1.80.1-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=9033d674573426e6 -C extra-filename=-9033d674573426e6 --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-6feb18972fdde000.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-03490b41d6426eda.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-ccfb31210373c817.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-db0a2b655bd3c8dd.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3f5ac9810f6b0f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a989526e1a9c56b2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-3a532da9f75526e9.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
39622024-08-16T05:09:51.099Z Running `/home/build/.rustup/toolchains/1.80.1-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=c0b5de54deaae8d8 -C extra-filename=-c0b5de54deaae8d8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9affaf578e5b973c.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-aa3d5d39ae47626b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ec49e88f444663ef.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2196679845e40df5.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a400fb2b6ab7fec2.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-16344d770fcfc853.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-c9fa848e6abcca19.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-03490b41d6426eda.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-dd2116e3ef4953cd.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-2ede0d71f91e9e48.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-1c3047c1308b6d1d.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-e20d983ba3bdd9ca.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-e8383b0c77a700d3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-737c5057d02b1662.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2ac75624a062f755.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-394d7a51f5eb6839.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-704b70246acfb632.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-966337b29a6969eb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-41409eacafe99742.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-423154c0ac8a55bc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-458372da5fba99e4.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-327a8b94132b44f7.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c9a4d6e13c7778ce.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-f31de78172241bf8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
39632024-08-16T05:09:51.215Z Running `/home/build/.rustup/toolchains/1.80.1-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=ba1c5986f89d4146 -C extra-filename=-ba1c5986f89d4146 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9affaf578e5b973c.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-aa3d5d39ae47626b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ec49e88f444663ef.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2196679845e40df5.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a400fb2b6ab7fec2.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-16344d770fcfc853.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-c9fa848e6abcca19.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-03490b41d6426eda.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-dd2116e3ef4953cd.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-2ede0d71f91e9e48.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-1c3047c1308b6d1d.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-e20d983ba3bdd9ca.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-e8383b0c77a700d3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-737c5057d02b1662.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2ac75624a062f755.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-394d7a51f5eb6839.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-704b70246acfb632.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-966337b29a6969eb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-41409eacafe99742.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-423154c0ac8a55bc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-458372da5fba99e4.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-327a8b94132b44f7.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c9a4d6e13c7778ce.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-f31de78172241bf8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
39642024-08-16T05:09:52.204Z Running `/home/build/.rustup/toolchains/1.80.1-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=9351969537daa54b -C extra-filename=-9351969537daa54b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9affaf578e5b973c.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-aa3d5d39ae47626b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ec49e88f444663ef.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2196679845e40df5.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a400fb2b6ab7fec2.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-16344d770fcfc853.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-c9fa848e6abcca19.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-03490b41d6426eda.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-dd2116e3ef4953cd.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-2ede0d71f91e9e48.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-1c3047c1308b6d1d.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-e20d983ba3bdd9ca.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-e8383b0c77a700d3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-737c5057d02b1662.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2ac75624a062f755.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-394d7a51f5eb6839.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-704b70246acfb632.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-966337b29a6969eb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-41409eacafe99742.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-423154c0ac8a55bc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-458372da5fba99e4.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-327a8b94132b44f7.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c9a4d6e13c7778ce.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-f31de78172241bf8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
39652024-08-16T05:09:52.338Z Running `/home/build/.rustup/toolchains/1.80.1-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=86a4da638db64ebd -C extra-filename=-86a4da638db64ebd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9affaf578e5b973c.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-aa3d5d39ae47626b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ec49e88f444663ef.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2196679845e40df5.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a400fb2b6ab7fec2.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-16344d770fcfc853.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-c9fa848e6abcca19.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-03490b41d6426eda.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-dd2116e3ef4953cd.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-2ede0d71f91e9e48.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-1c3047c1308b6d1d.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-e20d983ba3bdd9ca.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-e8383b0c77a700d3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-737c5057d02b1662.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2ac75624a062f755.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-394d7a51f5eb6839.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-704b70246acfb632.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-966337b29a6969eb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-41409eacafe99742.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-423154c0ac8a55bc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-458372da5fba99e4.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-327a8b94132b44f7.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c9a4d6e13c7778ce.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-f31de78172241bf8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
39662024-08-16T05:09:52.733Z Running `/home/build/.rustup/toolchains/1.80.1-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=6eb94756cc476432 -C extra-filename=-6eb94756cc476432 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9affaf578e5b973c.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-aa3d5d39ae47626b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ec49e88f444663ef.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2196679845e40df5.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a400fb2b6ab7fec2.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-16344d770fcfc853.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-c9fa848e6abcca19.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-03490b41d6426eda.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-dd2116e3ef4953cd.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-2ede0d71f91e9e48.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-1c3047c1308b6d1d.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-e20d983ba3bdd9ca.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-e8383b0c77a700d3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-737c5057d02b1662.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2ac75624a062f755.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-394d7a51f5eb6839.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-704b70246acfb632.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-966337b29a6969eb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-41409eacafe99742.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-423154c0ac8a55bc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-458372da5fba99e4.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-327a8b94132b44f7.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c9a4d6e13c7778ce.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-f31de78172241bf8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
39672024-08-16T05:09:54.670Z Running `/home/build/.rustup/toolchains/1.80.1-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=9dd5ce6ea72ba193 -C extra-filename=-9dd5ce6ea72ba193 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9affaf578e5b973c.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-aa3d5d39ae47626b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ec49e88f444663ef.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2196679845e40df5.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-16344d770fcfc853.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-c9fa848e6abcca19.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-03490b41d6426eda.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-dd2116e3ef4953cd.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-2ede0d71f91e9e48.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-1c3047c1308b6d1d.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-e20d983ba3bdd9ca.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-e8383b0c77a700d3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-737c5057d02b1662.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2ac75624a062f755.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-394d7a51f5eb6839.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-704b70246acfb632.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-966337b29a6969eb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-41409eacafe99742.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-423154c0ac8a55bc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-458372da5fba99e4.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-327a8b94132b44f7.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c9a4d6e13c7778ce.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-f31de78172241bf8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
39682024-08-16T05:10:04.748Z Running `/home/build/.rustup/toolchains/1.80.1-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=f977117a7e855643 -C extra-filename=-f977117a7e855643 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9affaf578e5b973c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ec49e88f444663ef.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2196679845e40df5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-03490b41d6426eda.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-dd2116e3ef4953cd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e162d10efb2b5b84.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-bcfd1ebbe27d10c9.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-2f508a04ad184464.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f525b248421567dd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2ac75624a062f755.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-394d7a51f5eb6839.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-704b70246acfb632.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a0344401027e575e.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-d5697f0f5afd97d6.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-7363087b6d0e978b.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-7a16cb855e75f7e5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a073906c8901333b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-26564232ce565725.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-458372da5fba99e4.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d605b07ab2a0de30.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-327a8b94132b44f7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-f31de78172241bf8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
39692024-08-16T05:10:06.675Z Running `/home/build/.rustup/toolchains/1.80.1-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=ee4817bea5b3c90a -C extra-filename=-ee4817bea5b3c90a --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-ee2c8e20fb86984d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rlib --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-712f34846d8898c6.rlib --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-e2f1419aa81eff5f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
39702024-08-16T05:10:07.204Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns --edition=2021 internal-dns/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d6535c9342f0d1e7 -C extra-filename=-d6535c9342f0d1e7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-d65da3ab02c6d0c5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ec49e88f444663ef.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a400fb2b6ab7fec2.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-c9fa848e6abcca19.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-03490b41d6426eda.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-dd2116e3ef4953cd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-e20d983ba3bdd9ca.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e162d10efb2b5b84.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2ac75624a062f755.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3f5ac9810f6b0f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-488bb704975e32f2.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a073906c8901333b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-41409eacafe99742.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c9a4d6e13c7778ce.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
39712024-08-16T05:10:09.327Z Running `/home/build/.rustup/toolchains/1.80.1-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=62148e6b3a04d700 -C extra-filename=-62148e6b3a04d700 --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-d65da3ab02c6d0c5.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-70a28d88a58da555.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-3393a48ce8c6687e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9affaf578e5b973c.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-aa3d5d39ae47626b.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-b0c2f04905f8a49c.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-5c22e4d4702ea791.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-aae238a7f781fbdf.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-8b92b4dd1eb7bb06.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-594333c58b96dd95.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2ac75624a062f755.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-6d215da14f02215a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-b7c2c873485a1910.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d26c7a19acbbbb77.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-6f98b67ea44f7d5c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a989526e1a9c56b2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-458372da5fba99e4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-c36387f541279d8a.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d47f5ede55f99f5b.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-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
39722024-08-16T05:10:09.517Z Running `/home/build/.rustup/toolchains/1.80.1-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=c3e488f5254eb37e -C extra-filename=-c3e488f5254eb37e --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-d65da3ab02c6d0c5.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-70a28d88a58da555.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-3393a48ce8c6687e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9affaf578e5b973c.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-aa3d5d39ae47626b.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-b0c2f04905f8a49c.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-5c22e4d4702ea791.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-aae238a7f781fbdf.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-8b92b4dd1eb7bb06.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-594333c58b96dd95.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2ac75624a062f755.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-6d215da14f02215a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-b7c2c873485a1910.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d26c7a19acbbbb77.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-6f98b67ea44f7d5c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a989526e1a9c56b2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-458372da5fba99e4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-c36387f541279d8a.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d47f5ede55f99f5b.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-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
39732024-08-16T05:10:28.281Z Running `/home/build/.rustup/toolchains/1.80.1-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=af6deebec5ad1dcc -C extra-filename=-af6deebec5ad1dcc --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-d65da3ab02c6d0c5.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-3393a48ce8c6687e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9affaf578e5b973c.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-aa3d5d39ae47626b.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-b0c2f04905f8a49c.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-5c22e4d4702ea791.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-aae238a7f781fbdf.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-8b92b4dd1eb7bb06.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-594333c58b96dd95.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2ac75624a062f755.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-6d215da14f02215a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-b7c2c873485a1910.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d26c7a19acbbbb77.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-6f98b67ea44f7d5c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a989526e1a9c56b2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-458372da5fba99e4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-c36387f541279d8a.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d47f5ede55f99f5b.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-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
39742024-08-16T05:10:31.958Z Running `/home/build/.rustup/toolchains/1.80.1-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="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "oxql", "sql"))' -C metadata=0df366c95cd331b7 -C extra-filename=-0df366c95cd331b7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-15fc923038689690.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-eaec0f1802c5ca04.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-e739c917e7207d30.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-3393a48ce8c6687e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9affaf578e5b973c.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-aa3d5d39ae47626b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ec49e88f444663ef.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2196679845e40df5.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-7a0c5025cefa8f36.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-fb5f3143e288ee2f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-03490b41d6426eda.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-dd2116e3ef4953cd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-1afa1300e0ddf1c3.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-1d5c0c31f7d309a1.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-11024960b20c5ca2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2ac75624a062f755.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a0344401027e575e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-7a16cb855e75f7e5.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-dbd5df13355af3f1.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-9532508fd372b8b3.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a073906c8901333b.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-b47e8deacafd3975.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-26564232ce565725.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-458372da5fba99e4.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-72ddb42dd1caad9c.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-d32155322b970ee7.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d605b07ab2a0de30.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-fe3386b3995bd738.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c9a4d6e13c7778ce.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-1abcbb01f770e22b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
39752024-08-16T05:10:34.020Z Running `/home/build/.rustup/toolchains/1.80.1-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="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "oxql", "sql"))' -C metadata=c3d050ce0d8e0737 -C extra-filename=-c3d050ce0d8e0737 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-15fc923038689690.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-eaec0f1802c5ca04.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-e739c917e7207d30.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-3393a48ce8c6687e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9affaf578e5b973c.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-aa3d5d39ae47626b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ec49e88f444663ef.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2196679845e40df5.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-7a0c5025cefa8f36.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-fb5f3143e288ee2f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-03490b41d6426eda.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-dd2116e3ef4953cd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-1afa1300e0ddf1c3.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-1d5c0c31f7d309a1.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-11024960b20c5ca2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2ac75624a062f755.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a0344401027e575e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-7a16cb855e75f7e5.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-dbd5df13355af3f1.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-9532508fd372b8b3.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a073906c8901333b.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-b47e8deacafd3975.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-26564232ce565725.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-458372da5fba99e4.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-72ddb42dd1caad9c.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-d32155322b970ee7.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d605b07ab2a0de30.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-fe3386b3995bd738.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c9a4d6e13c7778ce.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-1abcbb01f770e22b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
39762024-08-16T05:10:34.519Z Running `/home/build/.rustup/toolchains/1.80.1-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="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "oxql", "sql"))' -C metadata=16b737909b756e32 -C extra-filename=-16b737909b756e32 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-15fc923038689690.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-eaec0f1802c5ca04.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-e739c917e7207d30.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-3393a48ce8c6687e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9affaf578e5b973c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ec49e88f444663ef.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2196679845e40df5.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-7a0c5025cefa8f36.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-fb5f3143e288ee2f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-03490b41d6426eda.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-1afa1300e0ddf1c3.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-1d5c0c31f7d309a1.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-11024960b20c5ca2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a0344401027e575e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-7a16cb855e75f7e5.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-dbd5df13355af3f1.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-9532508fd372b8b3.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a073906c8901333b.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-b47e8deacafd3975.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-26564232ce565725.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-458372da5fba99e4.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-72ddb42dd1caad9c.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-d32155322b970ee7.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-fe3386b3995bd738.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-1abcbb01f770e22b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
39772024-08-16T05:10:35.701Z Running `/home/build/.rustup/toolchains/1.80.1-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=364902d7440f4197 -C extra-filename=-364902d7440f4197 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-eaec0f1802c5ca04.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ca84c69def3e65cc.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-3393a48ce8c6687e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9affaf578e5b973c.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-aa3d5d39ae47626b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ec49e88f444663ef.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f8d6e08c22f4130f.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-725dd47f885197a3.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-b7cf0b44405e9775.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-8b92b4dd1eb7bb06.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-85b8feb57c2240bc.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2ac75624a062f755.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern parse_size=/work/oxidecomputer/omicron/target/debug/deps/libparse_size-93c89df6fe796d16.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-ffc41cccb7984683.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rlib --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-4be9361d119216e5.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-fb339d0b1775d489.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-be5b8cddf8b2d4c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-f31de78172241bf8.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-b4d884c79f993dd6.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-c883dcfe2d3789aa.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-c31a6f04e89cb21e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-08ddf8a69eebe183/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
39782024-08-16T05:10:38.574Z Running `/home/build/.rustup/toolchains/1.80.1-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=9bc88ad8e02dd669 -C extra-filename=-9bc88ad8e02dd669 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9affaf578e5b973c.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-aa3d5d39ae47626b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ec49e88f444663ef.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-76d44953ce70a362.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-8755f378a0d2712e.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-b81fcb6fdc5df7f0.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-dd2116e3ef4953cd.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-8b92b4dd1eb7bb06.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-576a17e2802e5273.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-e96086556fa58dca.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a6c5e59db985c498.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-da9d78a0f106b5f2.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-fecb02797e6136ad.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-5e32e5548903d79d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f525b248421567dd.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-5e17b137d0230bd3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-db0a2b655bd3c8dd.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3f5ac9810f6b0f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f4cae71614ec40ae.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-aa2fc19618e8223a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-878a8767bd0518bb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-b79acf795c5ad975.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-d2da27428a6e7bb9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a33837303a60c71a.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-2b856dda25213192.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d605b07ab2a0de30.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.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-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
39792024-08-16T05:10:46.552Z Running `/home/build/.rustup/toolchains/1.80.1-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=a4791a5218d206ac -C extra-filename=-a4791a5218d206ac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-eaec0f1802c5ca04.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2196679845e40df5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-03490b41d6426eda.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a0e7b87b4381c541.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-18e41dbaf8e83871.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-8b92b4dd1eb7bb06.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-26564232ce565725.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-bdf0defd021caf5c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-f31de78172241bf8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64`
39802024-08-16T05:10:48.424Z Running `/home/build/.rustup/toolchains/1.80.1-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="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "oxql", "sql"))' -C metadata=b12b2389025019b9 -C extra-filename=-b12b2389025019b9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-15fc923038689690.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-eaec0f1802c5ca04.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-e739c917e7207d30.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-3393a48ce8c6687e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9affaf578e5b973c.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-aa3d5d39ae47626b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ec49e88f444663ef.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2196679845e40df5.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-7a0c5025cefa8f36.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-fb5f3143e288ee2f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-03490b41d6426eda.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-dd2116e3ef4953cd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-1afa1300e0ddf1c3.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-1d5c0c31f7d309a1.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-11024960b20c5ca2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2ac75624a062f755.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a0344401027e575e.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-dbd5df13355af3f1.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-9532508fd372b8b3.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a073906c8901333b.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-b47e8deacafd3975.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-26564232ce565725.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-458372da5fba99e4.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-72ddb42dd1caad9c.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-d32155322b970ee7.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d605b07ab2a0de30.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-fe3386b3995bd738.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c9a4d6e13c7778ce.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-1abcbb01f770e22b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
39812024-08-16T05:10:48.498Z Running `/home/build/.rustup/toolchains/1.80.1-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=a481ecd4e25ec9fa -C extra-filename=-a481ecd4e25ec9fa --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-03490b41d6426eda.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-2f508a04ad184464.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3f5ac9810f6b0f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3bdaf4c073f08b35.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a989526e1a9c56b2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
39822024-08-16T05:10:50.586Z Running `/home/build/.rustup/toolchains/1.80.1-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=eb5ff6fd62effbc3 -C extra-filename=-eb5ff6fd62effbc3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ec49e88f444663ef.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2196679845e40df5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-03490b41d6426eda.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-bcfd1ebbe27d10c9.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-2f508a04ad184464.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2ac75624a062f755.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a0344401027e575e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-26564232ce565725.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-458372da5fba99e4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
39832024-08-16T05:10:55.069Z Running `/home/build/.rustup/toolchains/1.80.1-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=5c69c836ef683805 -C extra-filename=-5c69c836ef683805 --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-9affaf578e5b973c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-03490b41d6426eda.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-5e32e5548903d79d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3f5ac9810f6b0f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3bdaf4c073f08b35.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a989526e1a9c56b2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
39842024-08-16T05:10:57.377Z Running `/home/build/.rustup/toolchains/1.80.1-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=fbe3ada99f70c9b3 -C extra-filename=-fbe3ada99f70c9b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-eaec0f1802c5ca04.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2196679845e40df5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-03490b41d6426eda.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a0e7b87b4381c541.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-18e41dbaf8e83871.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-8b92b4dd1eb7bb06.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-26564232ce565725.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-f31de78172241bf8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64`
39852024-08-16T05:11:00.630Z Running `/home/build/.rustup/toolchains/1.80.1-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=0a6460c84bfa6b69 -C extra-filename=-0a6460c84bfa6b69 --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-03490b41d6426eda.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-18e41dbaf8e83871.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3f5ac9810f6b0f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64`
39862024-08-16T05:11:02.703Z Running `/home/build/.rustup/toolchains/1.80.1-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=b7f3eee7d7197af3 -C extra-filename=-b7f3eee7d7197af3 --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-ec49e88f444663ef.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-5e32e5548903d79d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f525b248421567dd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-db0a2b655bd3c8dd.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3f5ac9810f6b0f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f4cae71614ec40ae.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-488bb704975e32f2.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-371cc57c92bdfae7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a073906c8901333b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
39872024-08-16T05:11:11.850Z Running `/home/build/.rustup/toolchains/1.80.1-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=6c5749f8d4ce9677 -C extra-filename=-6c5749f8d4ce9677 --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-03490b41d6426eda.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f525b248421567dd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3f5ac9810f6b0f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
39882024-08-16T05:11:14.468Z Running `/home/build/.rustup/toolchains/1.80.1-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=c37194734c4a9f9a -C extra-filename=-c37194734c4a9f9a --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-eaec0f1802c5ca04.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-da9d78a0f106b5f2.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-5e32e5548903d79d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f525b248421567dd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
39892024-08-16T05:11:14.868Z Running `/home/build/.rustup/toolchains/1.80.1-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=10604a84872aea12 -C extra-filename=-10604a84872aea12 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-eaec0f1802c5ca04.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-70a28d88a58da555.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9affaf578e5b973c.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-aa3d5d39ae47626b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ec49e88f444663ef.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-5e32e5548903d79d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2ac75624a062f755.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3f5ac9810f6b0f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f4cae71614ec40ae.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-6a751d4e1426c4a2.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-3fa48fb409f4da6d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-249130ebaa9ec96b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-6f98b67ea44f7d5c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a989526e1a9c56b2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-f31de78172241bf8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
39902024-08-16T05:11:16.395Z Running `/home/build/.rustup/toolchains/1.80.1-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=231a8da2f2dc8f6e -C extra-filename=-231a8da2f2dc8f6e --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-94faf137b493206b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ec49e88f444663ef.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-03490b41d6426eda.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-737c5057d02b1662.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e162d10efb2b5b84.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-14fb1cd8515e604e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-2977f4e89cc8b9da.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a0344401027e575e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-458372da5fba99e4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
39912024-08-16T05:11:50.251Z Running `/home/build/.rustup/toolchains/1.80.1-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=111641dcba2ddace -C extra-filename=-111641dcba2ddace --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-dd2116e3ef4953cd.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-830498e334c402a9.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-d572bd3b4ad9a0a5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-32391bb99b637df4.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-028d17ed3d350904.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
39922024-08-16T05:11:55.274Z Running `/home/build/.rustup/toolchains/1.80.1-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=97c33dc5855a3109 -C extra-filename=-97c33dc5855a3109 --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-dd2116e3ef4953cd.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-830498e334c402a9.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-d572bd3b4ad9a0a5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-32391bb99b637df4.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-028d17ed3d350904.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
39932024-08-16T05:11:55.301Z Running `/home/build/.rustup/toolchains/1.80.1-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=dbd4bbda06556dda -C extra-filename=-dbd4bbda06556dda --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9affaf578e5b973c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ec49e88f444663ef.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2196679845e40df5.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a400fb2b6ab7fec2.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-16344d770fcfc853.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-c9fa848e6abcca19.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-03490b41d6426eda.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-2ede0d71f91e9e48.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-1c3047c1308b6d1d.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-e20d983ba3bdd9ca.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-e8383b0c77a700d3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-737c5057d02b1662.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-966337b29a6969eb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-41409eacafe99742.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-423154c0ac8a55bc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-458372da5fba99e4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c9a4d6e13c7778ce.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-f31de78172241bf8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
39942024-08-16T05:11:58.312Z Running `/home/build/.rustup/toolchains/1.80.1-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=98dd7c6f82d95453 -C extra-filename=-98dd7c6f82d95453 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9affaf578e5b973c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ec49e88f444663ef.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2196679845e40df5.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a400fb2b6ab7fec2.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-16344d770fcfc853.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-c9fa848e6abcca19.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-03490b41d6426eda.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-2ede0d71f91e9e48.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-1c3047c1308b6d1d.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-e20d983ba3bdd9ca.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-e8383b0c77a700d3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-737c5057d02b1662.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-966337b29a6969eb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-41409eacafe99742.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-423154c0ac8a55bc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-458372da5fba99e4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c9a4d6e13c7778ce.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-f31de78172241bf8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
39952024-08-16T05:11:59.909Z Running `/home/build/.rustup/toolchains/1.80.1-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=16674c22804e7f6c -C extra-filename=-16674c22804e7f6c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9affaf578e5b973c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ec49e88f444663ef.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2196679845e40df5.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a400fb2b6ab7fec2.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-16344d770fcfc853.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-c9fa848e6abcca19.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-03490b41d6426eda.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-2ede0d71f91e9e48.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-1c3047c1308b6d1d.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-e20d983ba3bdd9ca.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-e8383b0c77a700d3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-737c5057d02b1662.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-966337b29a6969eb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-41409eacafe99742.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-423154c0ac8a55bc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-458372da5fba99e4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c9a4d6e13c7778ce.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-f31de78172241bf8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
39962024-08-16T05:11:59.996Z Running `/home/build/.rustup/toolchains/1.80.1-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=a198fcaa4dd41c54 -C extra-filename=-a198fcaa4dd41c54 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-eaec0f1802c5ca04.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9affaf578e5b973c.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-aa3d5d39ae47626b.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f8d6e08c22f4130f.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-aae238a7f781fbdf.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-dd2116e3ef4953cd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-39f07e80d6316e9c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df791fa27a35479c.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-4364ac8ba4697365.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2ac75624a062f755.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3f5ac9810f6b0f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-f6b25fab8a2790d4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1db860de69b9b187/out`
39972024-08-16T05:12:02.773Z Running `/home/build/.rustup/toolchains/1.80.1-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=9b9e424f450580e0 -C extra-filename=-9b9e424f450580e0 --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-a0e7b87b4381c541.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-8b92b4dd1eb7bb06.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-b11b4f112c1ecae0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.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-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
39982024-08-16T05:12:02.813Z Running `/home/build/.rustup/toolchains/1.80.1-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=eb12af785810db1f -C extra-filename=-eb12af785810db1f --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-181ce8889576bb0e.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-5d39f2eb1424d60a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-94f54481794992df.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a073906c8901333b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a989526e1a9c56b2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
39992024-08-16T05:12:04.830Z Running `/home/build/.rustup/toolchains/1.80.1-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=7bf50109703370d4 -C extra-filename=-7bf50109703370d4 --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-5c7c1d92ba715f3a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3f5ac9810f6b0f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f4cae71614ec40ae.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-488bb704975e32f2.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-371cc57c92bdfae7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a073906c8901333b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a989526e1a9c56b2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
40002024-08-16T05:12:06.633Z Running `/home/build/.rustup/toolchains/1.80.1-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=435e27810dd3b399 -C extra-filename=-435e27810dd3b399 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-eaec0f1802c5ca04.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ec49e88f444663ef.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-5e32e5548903d79d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3f5ac9810f6b0f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f4cae71614ec40ae.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-488bb704975e32f2.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-371cc57c92bdfae7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a073906c8901333b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
40012024-08-16T05:12:08.285Z Running `/home/build/.rustup/toolchains/1.80.1-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=ead58a5cd7eb6cd6 -C extra-filename=-ead58a5cd7eb6cd6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9affaf578e5b973c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df791fa27a35479c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-2977f4e89cc8b9da.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-6d215da14f02215a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d26c7a19acbbbb77.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-33f37eee6fa58373.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-881349d15853b2c9.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
40022024-08-16T05:12:08.527Z Running `/home/build/.rustup/toolchains/1.80.1-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=6a7b4cdb72ff29ce -C extra-filename=-6a7b4cdb72ff29ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9affaf578e5b973c.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-bb0530bc00d6c416.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-220fdfcb400105b1.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df791fa27a35479c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-2977f4e89cc8b9da.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-e42f623a0ce1b727.rlib --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-ba4c1e913d3f904c.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-e96086556fa58dca.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2ac75624a062f755.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3f5ac9810f6b0f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a989526e1a9c56b2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a33837303a60c71a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-c519dde80105a1c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1db860de69b9b187/out`
40032024-08-16T05:12:14.688Z Running `/home/build/.rustup/toolchains/1.80.1-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=ed8f4bd19f719197 -C extra-filename=-ed8f4bd19f719197 --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-df791fa27a35479c.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-e96086556fa58dca.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
40042024-08-16T05:12:15.182Z Running `/home/build/.rustup/toolchains/1.80.1-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=2a519f8c6515098a -C extra-filename=-2a519f8c6515098a --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-cd4db557eb907901.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-488bb704975e32f2.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-371cc57c92bdfae7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a073906c8901333b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-881349d15853b2c9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
40052024-08-16T05:12:16.696Z Running `/home/build/.rustup/toolchains/1.80.1-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=0d8d0b1a551811e8 -C extra-filename=-0d8d0b1a551811e8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-03490b41d6426eda.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e162d10efb2b5b84.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-cd4db557eb907901.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
40062024-08-16T05:12:18.640Z Running `/home/build/.rustup/toolchains/1.80.1-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=77b1caad3a2ca861 -C extra-filename=-77b1caad3a2ca861 --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-5c7c1d92ba715f3a.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-db0a2b655bd3c8dd.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3f5ac9810f6b0f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a989526e1a9c56b2.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d605b07ab2a0de30.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
40072024-08-16T05:12:18.967Z Running `/home/build/.rustup/toolchains/1.80.1-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=f068261051bdd30d -C extra-filename=-f068261051bdd30d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-285400951f533a61.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-03490b41d6426eda.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-ccfb31210373c817.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-c9380d86e5571d46.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-cedc2b4cdec5a13d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f4cae71614ec40ae.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-fb339d0b1775d489.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a989526e1a9c56b2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-f31de78172241bf8.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-881349d15853b2c9.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
40082024-08-16T05:12:19.707Z Running `/home/build/.rustup/toolchains/1.80.1-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=1a51154f5b187d4f -C extra-filename=-1a51154f5b187d4f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-9285882dc19bb036.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ec49e88f444663ef.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2196679845e40df5.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-8755f378a0d2712e.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-aae238a7f781fbdf.so --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-c9fa848e6abcca19.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-ccfb31210373c817.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-576a17e2802e5273.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-ee2c8e20fb86984d.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-5e32e5548903d79d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-db0a2b655bd3c8dd.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3f5ac9810f6b0f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-f360003f1f14a369.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f4cae71614ec40ae.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-aa2fc19618e8223a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-6d215da14f02215a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d26c7a19acbbbb77.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a33837303a60c71a.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-2b856dda25213192.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d605b07ab2a0de30.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-33f37eee6fa58373.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
40092024-08-16T05:12:19.864Z Running `/home/build/.rustup/toolchains/1.80.1-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=5bcc53366d155796 -C extra-filename=-5bcc53366d155796 --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-94faf137b493206b.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-5c22e4d4702ea791.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-2977f4e89cc8b9da.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-6d215da14f02215a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-33f37eee6fa58373.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rlib -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 native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
40102024-08-16T05:12:22.329Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_schema --edition=2021 oximeter/oximeter/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=850a3f180b488309 -C extra-filename=-850a3f180b488309 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ec49e88f444663ef.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2196679845e40df5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a0344401027e575e.rlib --extern oximeter_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_impl-e9be3407b2e67b4d.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-a344cc73a54d7845.so --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-17698f89c69b54a1.so --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-32391bb99b637df4.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-f31de78172241bf8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
40112024-08-16T05:12:24.432Z Running `/home/build/.rustup/toolchains/1.80.1-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=edbad1520f625751 -C extra-filename=-edbad1520f625751 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ec49e88f444663ef.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2196679845e40df5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern oximeter_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_impl-e9be3407b2e67b4d.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-a344cc73a54d7845.so --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-17698f89c69b54a1.so --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-32391bb99b637df4.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-f31de78172241bf8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
40122024-08-16T05:12:26.604Z Running `/home/build/.rustup/toolchains/1.80.1-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=6b9b0d9a53401783 -C extra-filename=-6b9b0d9a53401783 --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-117336d8d843d17f.rlib --extern oximeter_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_impl-1b5984c05b62442a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
40132024-08-16T05:12:28.149Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
40142024-08-16T05:12:28.174Z Running `/home/build/.rustup/toolchains/1.80.1-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=b2cb82bcd0318279 -C extra-filename=-b2cb82bcd0318279 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2196679845e40df5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-03490b41d6426eda.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-e20d983ba3bdd9ca.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-bcfd1ebbe27d10c9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
40152024-08-16T05:12:28.740Z Running `/home/build/.rustup/toolchains/1.80.1-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=364b8c0a0b067e54 -C extra-filename=-364b8c0a0b067e54 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-c707a102e781c496.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9affaf578e5b973c.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-aa3d5d39ae47626b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-03490b41d6426eda.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-dd2116e3ef4953cd.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-9756a0ac9cc799e4.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-bb0530bc00d6c416.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-f3310802715f6ca6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-8b92b4dd1eb7bb06.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-737c5057d02b1662.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-2977f4e89cc8b9da.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-7146c831cf2967fc.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-da9d78a0f106b5f2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2ac75624a062f755.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-fc1210f8ac466272.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-3fa48fb409f4da6d.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a073906c8901333b.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-ffc41cccb7984683.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-96f0543fa0a6a6db.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-327a8b94132b44f7.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-be5b8cddf8b2d4c2.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c9a4d6e13c7778ce.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-b4c876c9fd606aee.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-1abcbb01f770e22b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-321402a375879e82.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
40162024-08-16T05:12:30.030Z Running `/home/build/.rustup/toolchains/1.80.1-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=c6ba884a3016485b -C extra-filename=-c6ba884a3016485b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-c707a102e781c496.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9affaf578e5b973c.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-aa3d5d39ae47626b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-03490b41d6426eda.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-dd2116e3ef4953cd.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-9756a0ac9cc799e4.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-bb0530bc00d6c416.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-f3310802715f6ca6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-8b92b4dd1eb7bb06.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-737c5057d02b1662.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-2977f4e89cc8b9da.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-7146c831cf2967fc.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-da9d78a0f106b5f2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-fc1210f8ac466272.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-3fa48fb409f4da6d.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a073906c8901333b.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-ffc41cccb7984683.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-96f0543fa0a6a6db.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-327a8b94132b44f7.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-be5b8cddf8b2d4c2.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c9a4d6e13c7778ce.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-b4c876c9fd606aee.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-1abcbb01f770e22b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-321402a375879e82.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
40172024-08-16T05:12:30.054Z Running `/home/build/.rustup/toolchains/1.80.1-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=3c3bcf0581f1a32a -C extra-filename=-3c3bcf0581f1a32a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-c707a102e781c496.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9affaf578e5b973c.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-aa3d5d39ae47626b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-03490b41d6426eda.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-dd2116e3ef4953cd.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-9756a0ac9cc799e4.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-bb0530bc00d6c416.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-f3310802715f6ca6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-8b92b4dd1eb7bb06.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-737c5057d02b1662.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-2977f4e89cc8b9da.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-7146c831cf2967fc.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-da9d78a0f106b5f2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2ac75624a062f755.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-fc1210f8ac466272.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-3fa48fb409f4da6d.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a073906c8901333b.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-ffc41cccb7984683.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-96f0543fa0a6a6db.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-327a8b94132b44f7.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-be5b8cddf8b2d4c2.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c9a4d6e13c7778ce.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-b4c876c9fd606aee.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-1abcbb01f770e22b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-321402a375879e82.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
40182024-08-16T05:12:30.659Z Running `/home/build/.rustup/toolchains/1.80.1-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=fd0c95070e149b1e -C extra-filename=-fd0c95070e149b1e --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-ec49e88f444663ef.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-737c5057d02b1662.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-94f54481794992df.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-371cc57c92bdfae7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a073906c8901333b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
40192024-08-16T05:12:30.980Z Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
40202024-08-16T05:12:31.005Z Running `/home/build/.rustup/toolchains/1.80.1-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=c7c98b066f3c5d07 -C extra-filename=-c7c98b066f3c5d07 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9affaf578e5b973c.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-aa3d5d39ae47626b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2196679845e40df5.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-2977f4e89cc8b9da.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2ac75624a062f755.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-f360003f1f14a369.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-3fa48fb409f4da6d.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-327a8b94132b44f7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
40212024-08-16T05:12:32.223Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
40222024-08-16T05:12:32.248Z Running `/home/build/.rustup/toolchains/1.80.1-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=2bf4a7bfed56b397 -C extra-filename=-2bf4a7bfed56b397 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-03490b41d6426eda.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2ac75624a062f755.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
40232024-08-16T05:12:34.120Z Running `/home/build/.rustup/toolchains/1.80.1-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=4215846fe7491dd1 -C extra-filename=-4215846fe7491dd1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9affaf578e5b973c.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-aa3d5d39ae47626b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2196679845e40df5.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-2977f4e89cc8b9da.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2ac75624a062f755.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-f360003f1f14a369.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-3fa48fb409f4da6d.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-327a8b94132b44f7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
40242024-08-16T05:12:34.814Z Running `/home/build/.rustup/toolchains/1.80.1-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=0d13e971154f7e78 -C extra-filename=-0d13e971154f7e78 --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-2977f4e89cc8b9da.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2ac75624a062f755.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-327a8b94132b44f7.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
40252024-08-16T05:12:36.409Z Running `/home/build/.rustup/toolchains/1.80.1-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=952c50a1fc534539 -C extra-filename=-952c50a1fc534539 --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-c2184d2a5bed7ca0.rlib --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-bb01e7ef2f5b8a88.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2ac75624a062f755.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-f360003f1f14a369.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-9f72585c934d604c.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-3fa48fb409f4da6d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
40262024-08-16T05:12:38.819Z Running `/home/build/.rustup/toolchains/1.80.1-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=d66f3dfb15995bbf -C extra-filename=-d66f3dfb15995bbf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-eaec0f1802c5ca04.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-8d18c4146d23f941.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-325983a483f82094.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9affaf578e5b973c.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-aa3d5d39ae47626b.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-28e86c655782e1d0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-576a17e2802e5273.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-2977f4e89cc8b9da.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-e96086556fa58dca.rlib --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-b1a54d07005cc8e8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3f5ac9810f6b0f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-35a1f2c604c24a61.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-4b5e4f6becb686d5.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-3baa27e2c88a295e.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f4cae71614ec40ae.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-371cc57c92bdfae7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-b94b1747d4cd77f0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-f31de78172241bf8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rlib --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-9ffcccbeeda8d38c.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-743d677180e987a0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64 --check-cfg 'cfg(svcadm_autoclear)'`
40272024-08-16T05:12:39.380Z Running `/home/build/.rustup/toolchains/1.80.1-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=63c02ffd68fa41ec -C extra-filename=-63c02ffd68fa41ec --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-eaec0f1802c5ca04.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-594333c58b96dd95.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-b7c2c873485a1910.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-6f98b67ea44f7d5c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d47f5ede55f99f5b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
40282024-08-16T05:12:43.354Z Running `/home/build/.rustup/toolchains/1.80.1-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=cba5ba4f4d620fc5 -C extra-filename=-cba5ba4f4d620fc5 --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-03490b41d6426eda.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3f5ac9810f6b0f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
40292024-08-16T05:12:45.083Z Running `/home/build/.rustup/toolchains/1.80.1-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=003496dbbea265f7 -C extra-filename=-003496dbbea265f7 --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-576a17e2802e5273.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f4cae71614ec40ae.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
40302024-08-16T05:12:45.135Z Running `/home/build/.rustup/toolchains/1.80.1-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=ef6770c47213c399 -C extra-filename=-ef6770c47213c399 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9affaf578e5b973c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-03490b41d6426eda.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-dd2116e3ef4953cd.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-2977f4e89cc8b9da.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d26c7a19acbbbb77.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-b4c876c9fd606aee.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-f31de78172241bf8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
40312024-08-16T05:12:45.161Z Running `/home/build/.rustup/toolchains/1.80.1-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=9e1c72ea438fcb99 -C extra-filename=-9e1c72ea438fcb99 --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-ec49e88f444663ef.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-488bb704975e32f2.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a073906c8901333b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
40322024-08-16T05:12:47.075Z Running `/home/build/.rustup/toolchains/1.80.1-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=88ac14429597aba7 -C extra-filename=-88ac14429597aba7 --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-ec49e88f444663ef.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-03490b41d6426eda.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
40332024-08-16T05:12:47.352Z Running `/home/build/.rustup/toolchains/1.80.1-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=05069998bf7ac561 -C extra-filename=-05069998bf7ac561 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-9285882dc19bb036.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-eaec0f1802c5ca04.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-36c3129a0af97f6f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9affaf578e5b973c.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-aa3d5d39ae47626b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ec49e88f444663ef.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-03490b41d6426eda.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-dd2116e3ef4953cd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-8b92b4dd1eb7bb06.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-737c5057d02b1662.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-576a17e2802e5273.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-2977f4e89cc8b9da.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-e96086556fa58dca.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-c5461d19fafa1d88.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3f5ac9810f6b0f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f4cae71614ec40ae.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-aa2fc19618e8223a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-488bb704975e32f2.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-94f54481794992df.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-6d215da14f02215a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-371cc57c92bdfae7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a073906c8901333b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-b79acf795c5ad975.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-249130ebaa9ec96b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-ecd473c12df48804.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d26c7a19acbbbb77.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a33837303a60c71a.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d605b07ab2a0de30.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-33f37eee6fa58373.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-f31de78172241bf8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
40342024-08-16T05:12:49.037Z Running `/home/build/.rustup/toolchains/1.80.1-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=20b8f2ceac453a05 -C extra-filename=-20b8f2ceac453a05 --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-2da632077f49dfb6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ec49e88f444663ef.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a0e7b87b4381c541.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-488bb704975e32f2.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a073906c8901333b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
40352024-08-16T05:12:52.813Z Running `/home/build/.rustup/toolchains/1.80.1-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=8ff64b3be40ce480 -C extra-filename=-8ff64b3be40ce480 --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-ec49e88f444663ef.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3f5ac9810f6b0f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-488bb704975e32f2.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a073906c8901333b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
40362024-08-16T05:12:53.488Z Running `/home/build/.rustup/toolchains/1.80.1-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=9f5aa3d0023b22b3 -C extra-filename=-9f5aa3d0023b22b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ec49e88f444663ef.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-e20d983ba3bdd9ca.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-737c5057d02b1662.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e162d10efb2b5b84.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-488bb704975e32f2.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-371cc57c92bdfae7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a073906c8901333b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
40372024-08-16T05:12:54.125Z Running `/home/build/.rustup/toolchains/1.80.1-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=837793f37c9c7651 -C extra-filename=-837793f37c9c7651 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ec49e88f444663ef.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-dd2116e3ef4953cd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-737c5057d02b1662.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-488bb704975e32f2.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a073906c8901333b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
40382024-08-16T05:13:00.535Z Running `/home/build/.rustup/toolchains/1.80.1-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=cfe6d1935e1a2e9a -C extra-filename=-cfe6d1935e1a2e9a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9affaf578e5b973c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2196679845e40df5.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-2977f4e89cc8b9da.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-3fa48fb409f4da6d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
40392024-08-16T05:13:00.598Z Running `/home/build/.rustup/toolchains/1.80.1-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=7788a44f5e87b5d4 -C extra-filename=-7788a44f5e87b5d4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9affaf578e5b973c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2196679845e40df5.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-725dd47f885197a3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a073906c8901333b.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-fb339d0b1775d489.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-458372da5fba99e4.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d605b07ab2a0de30.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-be5b8cddf8b2d4c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
40402024-08-16T05:13:02.819Z Running `/home/build/.rustup/toolchains/1.80.1-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=7c39a05fde7edfbc -C extra-filename=-7c39a05fde7edfbc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9affaf578e5b973c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ec49e88f444663ef.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2196679845e40df5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-3baa27e2c88a295e.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-45b57db55fdbd199.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
40412024-08-16T05:13:02.819Z Running `/home/build/.rustup/toolchains/1.80.1-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=ea31df1d125f4312 -C extra-filename=-ea31df1d125f4312 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9affaf578e5b973c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ec49e88f444663ef.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2196679845e40df5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-45b57db55fdbd199.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
40422024-08-16T05:13:03.487Z Running `/home/build/.rustup/toolchains/1.80.1-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=68581fd951c8ec3a -C extra-filename=-68581fd951c8ec3a --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-ec49e88f444663ef.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-03490b41d6426eda.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
40432024-08-16T05:13:04.036Z Running `/home/build/.rustup/toolchains/1.80.1-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=fc8eb2386177eab1 -C extra-filename=-fc8eb2386177eab1 --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-ee2c8e20fb86984d.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4ec299dfa0e92da3.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40442024-08-16T05:13:04.066Z Running `/home/build/.rustup/toolchains/1.80.1-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=e59ab0ad679ed31d -C extra-filename=-e59ab0ad679ed31d --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-117336d8d843d17f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
40452024-08-16T05:13:04.551Z Running `/home/build/.rustup/toolchains/1.80.1-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=e6b79034ada88e0e -C extra-filename=-e6b79034ada88e0e --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-117336d8d843d17f.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
40462024-08-16T05:13:04.704Z Running `/home/build/.rustup/toolchains/1.80.1-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=5973516ebccc1322 -C extra-filename=-5973516ebccc1322 --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-117336d8d843d17f.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
40472024-08-16T05:13:05.083Z Running `/home/build/.rustup/toolchains/1.80.1-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=b5de66f473792de0 -C extra-filename=-b5de66f473792de0 --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-117336d8d843d17f.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
40482024-08-16T05:13:05.205Z Running `/home/build/.rustup/toolchains/1.80.1-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=3bf43d581a73b4b0 -C extra-filename=-3bf43d581a73b4b0 --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-117336d8d843d17f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
40492024-08-16T05:13:05.581Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_workspace_hack --edition=2015 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=3782f8c0940d8dd9 -C extra-filename=-3782f8c0940d8dd9 --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-4cfcaff91b1aaac2.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-ccd418511fd0e494.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-f1815429b9cc9059.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-43a44750c8116f3c.rlib --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-f27c634c8e28190b.rlib --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-a4c480c9db0b285d.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-e992fadcca1ed6f2.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-2cdb80079c610eca.rlib --extern bstr_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libbstr-abe7cc3ca82e0c0a.rlib --extern bstr_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbstr-0b179f319982781a.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-325983a483f82094.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-3393a48ce8c6687e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ec49e88f444663ef.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-c9f83f04d6ed19b9.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2196679845e40df5.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-b99b4569f0c927e3.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-798580260be3f871.rlib --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-0fbd4ee0c026a43b.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-c305da7ac85d23b9.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-6f3b480f63e334a5.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-23aa52f79da63f7c.rlib --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-e6f841b1e5437932.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-57df871143d3c7b1.rlib --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-1a085fa010d506cf.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-5d39f2eb1424d60a.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-fc954fae29452eea.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-67b43136652833d4.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-725dd47f885197a3.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-b7cf0b44405e9775.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-315266bf3c88a0ab.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-965f1abbaef84084.rlib --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-1044befc4d8b6f32.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-d5a6af5eceae766d.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-b2e13e142afbdd87.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-a0ceeed7299917eb.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a0e7b87b4381c541.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-65767634d4000cd6.rlib --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-f17162317cb3b488.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-5047b6f58b65ac8a.rlib --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-9afe1f7747b99dd5.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-8b92b4dd1eb7bb06.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-1c3047c1308b6d1d.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-1502ad1d893e1f6e.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e162d10efb2b5b84.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-1d5c0c31f7d309a1.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-6cd38624c256774c.rlib --extern itertools_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libitertools-197a32e1da667e01.rlib --extern itertools_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libitertools-bb69c56d84ec7036.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-cabd6990d00654d2.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-4058c7340bf7b5f3.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-2977f4e89cc8b9da.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-46cf9439802ec3f9.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-7ebffa2b30e78119.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-3b15747880b886c1.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-f5538ab28795be32.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-678c9d855d2e9181.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-19a28b98cd1da8cc.rlib --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-f74b736f194674d1.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-8d0b37c8c3e1862e.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-1b50779845f357a9.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-2914d78ac96fc53c.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-704b70246acfb632.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-f68472f095c24de4.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-e6975d27c0797841.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-c8c0afe22102a132.rlib --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-8ed8af365f89cea7.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-75632b89eb5c99a0.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-457abf17ed177e26.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-fcd8ea28b6b8ac77.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-7d938304ceffab4a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a073906c8901333b.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-ffc41cccb7984683.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-f924a3e3f4f22d95.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-ae3405e4bf64d784.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-5380524236143168.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-b79acf795c5ad975.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rlib --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-3eee71c48a5278a1.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-fb339d0b1775d489.rlib --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-1fc4ae7f6f26e36d.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-9b44837149fa8959.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-90c42fabfdf6af03.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-d52e3d8c16e8a214.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-0aa8e16b48bf5c57.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-69c441407b09e74b.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-fb18128a1fc11699.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-b4c876c9fd606aee.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-9d0bf0a436f6bccd.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-24c6c22cba1fe6a7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b29c69c817ef28d4.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-50030cd7ef90b84f.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-a96eb0ad0abb3b00.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-733bdfb3eb0138dc.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-119892d76510e357.rlib --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-773c324f50696e3f.rlib --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-4163aa611c9fa9ab.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-1abcbb01f770e22b.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-0b7ec1b738c5429b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-6a6c96d3d3dbf088.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d47f5ede55f99f5b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64`
40502024-08-16T05:15:03.208Z Running `/home/build/.rustup/toolchains/1.80.1-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=53d051c4c7219e67 -C extra-filename=-53d051c4c7219e67 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1d7a8f67369c9bea.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ec49e88f444663ef.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-8ed1f4e708c296f1.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-b81fcb6fdc5df7f0.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-c9fa848e6abcca19.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-2c94ebe8c9634964.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-bcfd1ebbe27d10c9.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-7e28ccd96dc058f1.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-da9d78a0f106b5f2.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-af455edcf36765ec.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-6088393bd71d5e76.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-867e4e9d6e644bef.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-53a09219d78dc4c1.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-8852daddbdc06050.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-3a4c9d31f8d11bc4.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-5e32e5548903d79d.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-47ef7bb898de45cf.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-f6c5fd05e9d1159c.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f525b248421567dd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-4dc87e416bb9827b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2ac75624a062f755.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3f5ac9810f6b0f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f4cae71614ec40ae.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a073906c8901333b.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-d2da27428a6e7bb9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a33837303a60c71a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.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-682c1331c6315d61/out -L native=/usr/ssl-3/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/bzip2-sys-08ddf8a69eebe183/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1db860de69b9b187/out -L native=/usr/lib/amd64`
40512024-08-16T05:15:03.280Z Running `/home/build/.rustup/toolchains/1.80.1-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=e55c0dc5af8abd1d -C extra-filename=-e55c0dc5af8abd1d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-d65da3ab02c6d0c5.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-eaec0f1802c5ca04.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ca84c69def3e65cc.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-3393a48ce8c6687e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9affaf578e5b973c.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-aa3d5d39ae47626b.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-819f588facb1053e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ec49e88f444663ef.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2196679845e40df5.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-8ed1f4e708c296f1.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-1505c0847609e062.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-af17c3190fafabe4.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-defc005d7f24e86c.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c2184d2a5bed7ca0.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-c9fa848e6abcca19.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-285400951f533a61.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-03490b41d6426eda.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-6eff82ac4e9024f7.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-ccfb31210373c817.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-f3310802715f6ca6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-8b92b4dd1eb7bb06.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-e20d983ba3bdd9ca.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-737c5057d02b1662.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e162d10efb2b5b84.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df791fa27a35479c.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-bcfd1ebbe27d10c9.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-576a17e2802e5273.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-e96086556fa58dca.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-c5461d19fafa1d88.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-711de2fecf75dbe1.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-2f508a04ad184464.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-da9d78a0f106b5f2.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-af455edcf36765ec.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-6088393bd71d5e76.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-fecb02797e6136ad.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-279f2fd74dd69a7b.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-867e4e9d6e644bef.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-4e8c839a21a2f590.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-53a09219d78dc4c1.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-405a5f31c70e5fad.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-8852daddbdc06050.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-3a4c9d31f8d11bc4.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-f20244f5b1805a4b.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-5e32e5548903d79d.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-8f0c023b98ab8ab5.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f525b248421567dd.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-8d0b37c8c3e1862e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-4dc87e416bb9827b.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-db0a2b655bd3c8dd.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3f5ac9810f6b0f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-f360003f1f14a369.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a0344401027e575e.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-7363087b6d0e978b.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-7a16cb855e75f7e5.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-63d11fe8f2a04589.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-601d92d7f435bea2.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f4cae71614ec40ae.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-aa2fc19618e8223a.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4ec299dfa0e92da3.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-94f54481794992df.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-6a751d4e1426c4a2.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-878a8767bd0518bb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a073906c8901333b.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-ffc41cccb7984683.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-96f0543fa0a6a6db.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-0825b86e4f23338d.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-fa10e218d0ec6d9f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-b79acf795c5ad975.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-ecd473c12df48804.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d26c7a19acbbbb77.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-d2da27428a6e7bb9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-26564232ce565725.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a33837303a60c71a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-458372da5fba99e4.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-2b856dda25213192.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c9a4d6e13c7778ce.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-b4c876c9fd606aee.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-24c6c22cba1fe6a7.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-b4d884c79f993dd6.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-f50e9229479e5afb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.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-682c1331c6315d61/out -L native=/usr/ssl-3/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/bzip2-sys-08ddf8a69eebe183/out/lib`
40522024-08-16T05:15:03.280Z Running `/home/build/.rustup/toolchains/1.80.1-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=007444c4775181e7 -C extra-filename=-007444c4775181e7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-d65da3ab02c6d0c5.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1d7a8f67369c9bea.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-eaec0f1802c5ca04.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ca84c69def3e65cc.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-3393a48ce8c6687e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9affaf578e5b973c.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-aa3d5d39ae47626b.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-819f588facb1053e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ec49e88f444663ef.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2196679845e40df5.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-8ed1f4e708c296f1.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-34d767105288e6d5.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-1505c0847609e062.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-af17c3190fafabe4.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-defc005d7f24e86c.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-b81fcb6fdc5df7f0.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c2184d2a5bed7ca0.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a400fb2b6ab7fec2.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-c9fa848e6abcca19.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-285400951f533a61.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-03490b41d6426eda.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-dd2116e3ef4953cd.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-6eff82ac4e9024f7.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-ccfb31210373c817.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a0e7b87b4381c541.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-e306e9b038f5734d.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-f3310802715f6ca6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-8b92b4dd1eb7bb06.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-e20d983ba3bdd9ca.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-737c5057d02b1662.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-2c94ebe8c9634964.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-85b8feb57c2240bc.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e162d10efb2b5b84.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-3ae205a88a0c1dc6.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df791fa27a35479c.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-bcfd1ebbe27d10c9.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-576a17e2802e5273.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-e96086556fa58dca.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-c5461d19fafa1d88.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-711de2fecf75dbe1.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-2f508a04ad184464.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-da9d78a0f106b5f2.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-af455edcf36765ec.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-6088393bd71d5e76.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-fecb02797e6136ad.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-279f2fd74dd69a7b.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-867e4e9d6e644bef.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-4e8c839a21a2f590.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-53a09219d78dc4c1.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-405a5f31c70e5fad.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-8852daddbdc06050.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-3a4c9d31f8d11bc4.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-f20244f5b1805a4b.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-5e32e5548903d79d.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-8f0c023b98ab8ab5.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-47ef7bb898de45cf.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-f6c5fd05e9d1159c.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f525b248421567dd.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-8d0b37c8c3e1862e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-4dc87e416bb9827b.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-db0a2b655bd3c8dd.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-36aa5512eab8c219.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2ac75624a062f755.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3f5ac9810f6b0f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-394d7a51f5eb6839.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-704b70246acfb632.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-f360003f1f14a369.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-113b8d91d6e78966.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a0344401027e575e.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-7363087b6d0e978b.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-3a5668ea603712cf.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-7a16cb855e75f7e5.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-63d11fe8f2a04589.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-601d92d7f435bea2.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f4cae71614ec40ae.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-aa2fc19618e8223a.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4ec299dfa0e92da3.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-fc1210f8ac466272.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-c8c0afe22102a132.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-0027465b2e6825f2.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-94f54481794992df.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-6a751d4e1426c4a2.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-3fa48fb409f4da6d.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-878a8767bd0518bb.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a073906c8901333b.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-ffc41cccb7984683.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-96f0543fa0a6a6db.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-0825b86e4f23338d.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-fa10e218d0ec6d9f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-b79acf795c5ad975.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-ecd473c12df48804.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d26c7a19acbbbb77.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-212182bc2621e28e.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-d2da27428a6e7bb9.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3bdaf4c073f08b35.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-26564232ce565725.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a33837303a60c71a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-458372da5fba99e4.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-bdf0defd021caf5c.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-2b856dda25213192.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d605b07ab2a0de30.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-327a8b94132b44f7.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c9a4d6e13c7778ce.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-310ac55cad65c385.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-b4c876c9fd606aee.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-24c6c22cba1fe6a7.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-b4d884c79f993dd6.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-ff7bf564526ef019.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-d0a8a79035cdf72b.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-f50e9229479e5afb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.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-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-08ddf8a69eebe183/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1db860de69b9b187/out`
40532024-08-16T05:15:03.280Z Running `/home/build/.rustup/toolchains/1.80.1-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=99856931252a694b -C extra-filename=-99856931252a694b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2196679845e40df5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-03490b41d6426eda.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-dd2116e3ef4953cd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-2977f4e89cc8b9da.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-da9d78a0f106b5f2.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-8f0c023b98ab8ab5.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-47ef7bb898de45cf.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-de25a3f3f7522f3c.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-4dc87e416bb9827b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2ac75624a062f755.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-113b8d91d6e78966.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-f3a370c833ea6c65.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-327a8b94132b44f7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-b4c876c9fd606aee.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-f31de78172241bf8.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-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-08ddf8a69eebe183/out/lib -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-1db860de69b9b187/out -L native=/usr/lib/amd64`
40542024-08-16T05:15:03.280Z Running `/home/build/.rustup/toolchains/1.80.1-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=56bc1043a772b5ec -C extra-filename=-56bc1043a772b5ec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2196679845e40df5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-03490b41d6426eda.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-dd2116e3ef4953cd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-2977f4e89cc8b9da.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-da9d78a0f106b5f2.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-8f0c023b98ab8ab5.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-47ef7bb898de45cf.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-de25a3f3f7522f3c.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-4dc87e416bb9827b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2ac75624a062f755.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-113b8d91d6e78966.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-f3a370c833ea6c65.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-327a8b94132b44f7.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-b4c876c9fd606aee.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-f31de78172241bf8.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-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-08ddf8a69eebe183/out/lib -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-1db860de69b9b187/out -L native=/usr/lib/amd64`
40552024-08-16T05:15:06.349Z Running `/home/build/.rustup/toolchains/1.80.1-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=9ff134ebee70fa0e -C extra-filename=-9ff134ebee70fa0e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-d65da3ab02c6d0c5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9affaf578e5b973c.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-aa3d5d39ae47626b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2196679845e40df5.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-c9fa848e6abcca19.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-03490b41d6426eda.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-dd2116e3ef4953cd.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-1d5c0c31f7d309a1.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-2f508a04ad184464.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-6088393bd71d5e76.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-405a5f31c70e5fad.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-8852daddbdc06050.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-3a4c9d31f8d11bc4.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-5e32e5548903d79d.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-47ef7bb898de45cf.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-f6c5fd05e9d1159c.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f525b248421567dd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-4dc87e416bb9827b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2ac75624a062f755.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3f5ac9810f6b0f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-9532508fd372b8b3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a33837303a60c71a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-327a8b94132b44f7.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-618c4abe1decdfc2.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-fe3386b3995bd738.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.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-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-08ddf8a69eebe183/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1db860de69b9b187/out -L native=/usr/lib/amd64`
40562024-08-16T05:15:06.616Z Running `/home/build/.rustup/toolchains/1.80.1-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=77e06293ea4a4c0a -C extra-filename=-77e06293ea4a4c0a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-d65da3ab02c6d0c5.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1d7a8f67369c9bea.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-eaec0f1802c5ca04.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ca84c69def3e65cc.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-3393a48ce8c6687e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9affaf578e5b973c.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-aa3d5d39ae47626b.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-819f588facb1053e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ec49e88f444663ef.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2196679845e40df5.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-8ed1f4e708c296f1.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-34d767105288e6d5.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-1505c0847609e062.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-af17c3190fafabe4.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-defc005d7f24e86c.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-b81fcb6fdc5df7f0.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c2184d2a5bed7ca0.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a400fb2b6ab7fec2.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-c9fa848e6abcca19.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-285400951f533a61.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-03490b41d6426eda.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-dd2116e3ef4953cd.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-6eff82ac4e9024f7.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-ccfb31210373c817.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a0e7b87b4381c541.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-e306e9b038f5734d.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-f3310802715f6ca6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-8b92b4dd1eb7bb06.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-e20d983ba3bdd9ca.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-737c5057d02b1662.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-2c94ebe8c9634964.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-85b8feb57c2240bc.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e162d10efb2b5b84.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-3ae205a88a0c1dc6.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df791fa27a35479c.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-bcfd1ebbe27d10c9.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-576a17e2802e5273.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-e96086556fa58dca.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-c5461d19fafa1d88.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-711de2fecf75dbe1.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-2f508a04ad184464.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-da9d78a0f106b5f2.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-af455edcf36765ec.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-6088393bd71d5e76.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-fecb02797e6136ad.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-279f2fd74dd69a7b.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-867e4e9d6e644bef.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-4e8c839a21a2f590.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-53a09219d78dc4c1.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-405a5f31c70e5fad.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-8852daddbdc06050.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-3a4c9d31f8d11bc4.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-f20244f5b1805a4b.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-5e32e5548903d79d.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-8f0c023b98ab8ab5.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-47ef7bb898de45cf.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-f6c5fd05e9d1159c.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f525b248421567dd.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-8d0b37c8c3e1862e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-4dc87e416bb9827b.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-db0a2b655bd3c8dd.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-36aa5512eab8c219.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2ac75624a062f755.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3f5ac9810f6b0f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-394d7a51f5eb6839.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-704b70246acfb632.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-f360003f1f14a369.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-113b8d91d6e78966.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a0344401027e575e.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-7363087b6d0e978b.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-3a5668ea603712cf.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-7a16cb855e75f7e5.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-63d11fe8f2a04589.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-601d92d7f435bea2.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f4cae71614ec40ae.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-aa2fc19618e8223a.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4ec299dfa0e92da3.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-fc1210f8ac466272.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-c8c0afe22102a132.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-0027465b2e6825f2.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-94f54481794992df.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-6a751d4e1426c4a2.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-3fa48fb409f4da6d.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-878a8767bd0518bb.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a073906c8901333b.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-ffc41cccb7984683.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-96f0543fa0a6a6db.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-0825b86e4f23338d.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-fa10e218d0ec6d9f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-b79acf795c5ad975.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-ecd473c12df48804.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d26c7a19acbbbb77.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-212182bc2621e28e.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-d2da27428a6e7bb9.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3bdaf4c073f08b35.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-26564232ce565725.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a33837303a60c71a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-458372da5fba99e4.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-bdf0defd021caf5c.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-2b856dda25213192.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d605b07ab2a0de30.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-327a8b94132b44f7.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c9a4d6e13c7778ce.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-310ac55cad65c385.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-b4c876c9fd606aee.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-24c6c22cba1fe6a7.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-b4d884c79f993dd6.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-ff7bf564526ef019.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-d0a8a79035cdf72b.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-f50e9229479e5afb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.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-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-08ddf8a69eebe183/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1db860de69b9b187/out`
40572024-08-16T05:15:08.540Z Running `/home/build/.rustup/toolchains/1.80.1-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=ac41581a00026eea -C extra-filename=-ac41581a00026eea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-d65da3ab02c6d0c5.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1d7a8f67369c9bea.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-eaec0f1802c5ca04.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ca84c69def3e65cc.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-3393a48ce8c6687e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9affaf578e5b973c.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-aa3d5d39ae47626b.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-819f588facb1053e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ec49e88f444663ef.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2196679845e40df5.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-8ed1f4e708c296f1.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-34d767105288e6d5.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-1505c0847609e062.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-af17c3190fafabe4.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-defc005d7f24e86c.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-b81fcb6fdc5df7f0.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c2184d2a5bed7ca0.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a400fb2b6ab7fec2.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-c9fa848e6abcca19.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-285400951f533a61.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-03490b41d6426eda.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-dd2116e3ef4953cd.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-6eff82ac4e9024f7.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-ccfb31210373c817.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a0e7b87b4381c541.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-e306e9b038f5734d.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-f3310802715f6ca6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-8b92b4dd1eb7bb06.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-e20d983ba3bdd9ca.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-737c5057d02b1662.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-2c94ebe8c9634964.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-85b8feb57c2240bc.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e162d10efb2b5b84.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-3ae205a88a0c1dc6.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df791fa27a35479c.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-bcfd1ebbe27d10c9.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-576a17e2802e5273.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-e96086556fa58dca.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-c5461d19fafa1d88.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-711de2fecf75dbe1.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-2f508a04ad184464.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-da9d78a0f106b5f2.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-af455edcf36765ec.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-6088393bd71d5e76.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-fecb02797e6136ad.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-279f2fd74dd69a7b.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-867e4e9d6e644bef.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-4e8c839a21a2f590.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-53a09219d78dc4c1.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-405a5f31c70e5fad.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-8852daddbdc06050.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-3a4c9d31f8d11bc4.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-f20244f5b1805a4b.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-5e32e5548903d79d.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-8f0c023b98ab8ab5.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-47ef7bb898de45cf.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-f6c5fd05e9d1159c.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f525b248421567dd.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-8d0b37c8c3e1862e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-4dc87e416bb9827b.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-db0a2b655bd3c8dd.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-36aa5512eab8c219.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2ac75624a062f755.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3f5ac9810f6b0f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-394d7a51f5eb6839.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-704b70246acfb632.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-f360003f1f14a369.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-113b8d91d6e78966.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a0344401027e575e.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-7363087b6d0e978b.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-3a5668ea603712cf.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-7a16cb855e75f7e5.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-63d11fe8f2a04589.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-601d92d7f435bea2.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f4cae71614ec40ae.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-aa2fc19618e8223a.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4ec299dfa0e92da3.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-fc1210f8ac466272.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-c8c0afe22102a132.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-0027465b2e6825f2.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-94f54481794992df.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-6a751d4e1426c4a2.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-3fa48fb409f4da6d.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-878a8767bd0518bb.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a073906c8901333b.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-ffc41cccb7984683.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-96f0543fa0a6a6db.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-0825b86e4f23338d.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-fa10e218d0ec6d9f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-b79acf795c5ad975.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-ecd473c12df48804.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d26c7a19acbbbb77.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-212182bc2621e28e.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-d2da27428a6e7bb9.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3bdaf4c073f08b35.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-26564232ce565725.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a33837303a60c71a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-458372da5fba99e4.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-bdf0defd021caf5c.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-2b856dda25213192.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d605b07ab2a0de30.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-327a8b94132b44f7.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c9a4d6e13c7778ce.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-310ac55cad65c385.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-b4c876c9fd606aee.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-24c6c22cba1fe6a7.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-b4d884c79f993dd6.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-ff7bf564526ef019.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-d0a8a79035cdf72b.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-f50e9229479e5afb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.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-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-08ddf8a69eebe183/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1db860de69b9b187/out`
40582024-08-16T05:15:09.317Z Running `/home/build/.rustup/toolchains/1.80.1-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=fae84b2ba1bf8445 -C extra-filename=-fae84b2ba1bf8445 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1d7a8f67369c9bea.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9affaf578e5b973c.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-aa3d5d39ae47626b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ec49e88f444663ef.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2196679845e40df5.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-fb5f3143e288ee2f.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-1505c0847609e062.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-5abb42632be98ee1.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-b81fcb6fdc5df7f0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-03490b41d6426eda.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-5859d1b7689bc278.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-dd2116e3ef4953cd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-ccfb31210373c817.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a0e7b87b4381c541.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-e306e9b038f5734d.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-0289058b02cf0b21.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-bcfd1ebbe27d10c9.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-576a17e2802e5273.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-3cb7a5518942bff7.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-2f508a04ad184464.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-da9d78a0f106b5f2.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-af455edcf36765ec.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-6088393bd71d5e76.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-3a4c9d31f8d11bc4.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-f20244f5b1805a4b.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-47ef7bb898de45cf.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-f6c5fd05e9d1159c.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f525b248421567dd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-4dc87e416bb9827b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2ac75624a062f755.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3f5ac9810f6b0f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-7363087b6d0e978b.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-7a16cb855e75f7e5.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-bd07852e3678bdfa.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-9532508fd372b8b3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-d2da27428a6e7bb9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a33837303a60c71a.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d605b07ab2a0de30.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-327a8b94132b44f7.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-fe3386b3995bd738.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a743db74423d42c5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3919ec52e6b0b262.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-c883dcfe2d3789aa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.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-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-08ddf8a69eebe183/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1db860de69b9b187/out -L native=/usr/lib/amd64`
40592024-08-16T05:15:12.146Z Running `/home/build/.rustup/toolchains/1.80.1-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=a9862deb1125d39e -C extra-filename=-a9862deb1125d39e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1d7a8f67369c9bea.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9affaf578e5b973c.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-aa3d5d39ae47626b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ec49e88f444663ef.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2196679845e40df5.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-fb5f3143e288ee2f.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-1505c0847609e062.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-5abb42632be98ee1.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-b81fcb6fdc5df7f0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-03490b41d6426eda.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-5859d1b7689bc278.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-dd2116e3ef4953cd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-ccfb31210373c817.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a0e7b87b4381c541.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-e306e9b038f5734d.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-0289058b02cf0b21.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-bcfd1ebbe27d10c9.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-576a17e2802e5273.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-3cb7a5518942bff7.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-2f508a04ad184464.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-da9d78a0f106b5f2.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-af455edcf36765ec.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-6088393bd71d5e76.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-3a4c9d31f8d11bc4.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-f20244f5b1805a4b.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-47ef7bb898de45cf.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-f6c5fd05e9d1159c.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f525b248421567dd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-4dc87e416bb9827b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2ac75624a062f755.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3f5ac9810f6b0f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-7363087b6d0e978b.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-7a16cb855e75f7e5.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-bd07852e3678bdfa.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-9532508fd372b8b3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-d2da27428a6e7bb9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a33837303a60c71a.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d605b07ab2a0de30.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-327a8b94132b44f7.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-fe3386b3995bd738.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a743db74423d42c5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3919ec52e6b0b262.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-c883dcfe2d3789aa.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.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-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-08ddf8a69eebe183/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1db860de69b9b187/out -L native=/usr/lib/amd64`
40602024-08-16T05:15:15.391Z Running `/home/build/.rustup/toolchains/1.80.1-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=bcf8c41187309add -C extra-filename=-bcf8c41187309add --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-d65da3ab02c6d0c5.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-eaec0f1802c5ca04.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ca84c69def3e65cc.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-3393a48ce8c6687e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9affaf578e5b973c.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-aa3d5d39ae47626b.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-819f588facb1053e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ec49e88f444663ef.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2196679845e40df5.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-8ed1f4e708c296f1.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-1505c0847609e062.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-af17c3190fafabe4.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-defc005d7f24e86c.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c2184d2a5bed7ca0.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-c9fa848e6abcca19.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-285400951f533a61.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-03490b41d6426eda.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-6eff82ac4e9024f7.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-ccfb31210373c817.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-f3310802715f6ca6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-8b92b4dd1eb7bb06.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-e20d983ba3bdd9ca.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-737c5057d02b1662.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e162d10efb2b5b84.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df791fa27a35479c.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-bcfd1ebbe27d10c9.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-576a17e2802e5273.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-e96086556fa58dca.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-c5461d19fafa1d88.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-711de2fecf75dbe1.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-2f508a04ad184464.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-da9d78a0f106b5f2.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-af455edcf36765ec.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-6088393bd71d5e76.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-fecb02797e6136ad.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-279f2fd74dd69a7b.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-867e4e9d6e644bef.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-4e8c839a21a2f590.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-53a09219d78dc4c1.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-405a5f31c70e5fad.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-8852daddbdc06050.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-3a4c9d31f8d11bc4.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-f20244f5b1805a4b.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-5e32e5548903d79d.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-8f0c023b98ab8ab5.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f525b248421567dd.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-8d0b37c8c3e1862e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-4dc87e416bb9827b.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-db0a2b655bd3c8dd.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3f5ac9810f6b0f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-f360003f1f14a369.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a0344401027e575e.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-7363087b6d0e978b.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-7a16cb855e75f7e5.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-63d11fe8f2a04589.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-601d92d7f435bea2.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f4cae71614ec40ae.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-aa2fc19618e8223a.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4ec299dfa0e92da3.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-94f54481794992df.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-6a751d4e1426c4a2.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-878a8767bd0518bb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a073906c8901333b.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-ffc41cccb7984683.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-96f0543fa0a6a6db.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-0825b86e4f23338d.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-fa10e218d0ec6d9f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-b79acf795c5ad975.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-ecd473c12df48804.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d26c7a19acbbbb77.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-d2da27428a6e7bb9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-26564232ce565725.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a33837303a60c71a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-458372da5fba99e4.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-2b856dda25213192.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c9a4d6e13c7778ce.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-b4c876c9fd606aee.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-24c6c22cba1fe6a7.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-b4d884c79f993dd6.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-f50e9229479e5afb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.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-682c1331c6315d61/out -L native=/usr/ssl-3/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/bzip2-sys-08ddf8a69eebe183/out/lib`
40612024-08-16T05:15:22.553Z Running `/home/build/.rustup/toolchains/1.80.1-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=c7228e62720608d4 -C extra-filename=-c7228e62720608d4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-d65da3ab02c6d0c5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9affaf578e5b973c.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-aa3d5d39ae47626b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2196679845e40df5.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-c9fa848e6abcca19.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-03490b41d6426eda.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-dd2116e3ef4953cd.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-1d5c0c31f7d309a1.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-2f508a04ad184464.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-6088393bd71d5e76.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-405a5f31c70e5fad.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-8852daddbdc06050.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-3a4c9d31f8d11bc4.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-5e32e5548903d79d.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-47ef7bb898de45cf.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-f6c5fd05e9d1159c.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f525b248421567dd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-4dc87e416bb9827b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2ac75624a062f755.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3f5ac9810f6b0f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-9532508fd372b8b3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a33837303a60c71a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-327a8b94132b44f7.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-618c4abe1decdfc2.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-fe3386b3995bd738.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.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-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-08ddf8a69eebe183/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1db860de69b9b187/out -L native=/usr/lib/amd64`
40622024-08-16T05:15:29.375Z Running `/home/build/.rustup/toolchains/1.80.1-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=ec0ae60612855ff3 -C extra-filename=-ec0ae60612855ff3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2196679845e40df5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-03490b41d6426eda.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-2977f4e89cc8b9da.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-da9d78a0f106b5f2.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-8f0c023b98ab8ab5.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-47ef7bb898de45cf.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-4dc87e416bb9827b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-f3a370c833ea6c65.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-f31de78172241bf8.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-682c1331c6315d61/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-08ddf8a69eebe183/out/lib -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-1db860de69b9b187/out -L native=/usr/lib/amd64`
40632024-08-16T05:27:49.262Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26m 04s
40642024-08-16T05:27:57.258Z
40652024-08-16T05:27:57.283Zreal 26:12.667149891
40662024-08-16T05:27:57.283Zuser 1:39:39.471156786
40672024-08-16T05:27:57.283Zsys 29:26.688572975
40682024-08-16T05:27:57.283Ztrap 37.181729286
40692024-08-16T05:27:57.283Ztflt 3.429609684
40702024-08-16T05:27:57.283Zdflt 31:27.605162877
40712024-08-16T05:27:57.283Zkflt 0.073604212
40722024-08-16T05:27:57.283Zlock 4:48:50.555315680
40732024-08-16T05:27:57.283Zslp 13:39:02.786670433
40742024-08-16T05:27:57.283Zlat 46:52.556235578
40752024-08-16T05:27:57.283Zstop 6:14.189031895
40762024-08-16T05:27:58.382Z+ banner test
40772024-08-16T05:27:58.429Z+ ptime -m timeout 2h cargo nextest run --profile ci --locked --verbose
40782024-08-16T05:27:59.243Z
40792024-08-16T05:27:59.243Z ##### ###### #### #####
40802024-08-16T05:27:59.243Z # # # #
40812024-08-16T05:27:59.243Z # ##### #### #
40822024-08-16T05:27:59.243Z # # # #
40832024-08-16T05:27:59.270Z # # # # #
40842024-08-16T05:27:59.270Z # ###### #### #
40852024-08-16T05:27:59.270Z
40862024-08-16T05:28:02.694Zinfo: experimental features enabled: setup-scripts
40872024-08-16T05:28:05.260Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
40882024-08-16T05:28:05.301Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
40892024-08-16T05:28:05.330Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
40902024-08-16T05:28:05.354Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
40912024-08-16T05:28:19.994Z Finished `test` profile [unoptimized + debuginfo] target(s) in 17.29s
40922024-08-16T05:28:23.766Z Starting 1433 tests across 154 binaries (3 skipped; run ID: 67974642-d981-469d-ba2b-9741a0f1bba9, nextest profile: ci)
40932024-08-16T05:28:23.791Z SETUP [ 1/1] crdb-seed: cargo run -p crdb-seed --profile test
40942024-08-16T05:28:24.912Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
40952024-08-16T05:28:27.744Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
40962024-08-16T05:28:30.138Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
40972024-08-16T05:28:38.573Z Finished `test` profile [unoptimized + debuginfo] target(s) in 14.68s
40982024-08-16T05:28:38.680Z Running `target/debug/crdb-seed`
40992024-08-16T05:28:38.759ZAug 16 05:28:38.446 INFO cockroach temporary directory: /var/tmp/omicron_tmp/.tmpQLnauw
41002024-08-16T05:28:38.759ZAug 16 05:28:38.447 INFO cockroach command line: cockroach start-single-node --insecure --http-addr=:0 --store=path=/var/tmp/omicron_tmp/crdb-base-build/.tmpqVocdl,ballast-size=0 --listen-addr [::1]:0 --listening-url-file /var/tmp/omicron_tmp/.tmpQLnauw/listen-url
41012024-08-16T05:28:38.759ZAug 16 05:28:38.449 INFO cockroach environment: BUILDOMAT_JOB_ID=01J5CRQCXNYP0HP30M06D194GJ BUILDOMAT_TASK_ID=4 CARGO=/home/build/.rustup/toolchains/1.80.1-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= CI=true GITHUB_BRANCH=sunshowers/spr/rfc-back-out-update-rust-crate-tokio-to-1392-6249 GITHUB_REF=refs/heads/sunshowers/spr/rfc-back-out-update-rust-crate-tokio-to-1392-6249 GITHUB_REPOSITORY=oxidecomputer/omicron GITHUB_SHA=b927580f518ded71630e936d7c2ef13a91cd0ded 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/ring-682c1331c6315d61/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/work/oxidecomputer/omicron/target/debug/build/blake3-d831ae4038f18ad2/out:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-08ddf8a69eebe183/out/lib:/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d64bd7d29849fd42/out/build:/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out:/work/oxidecomputer/omicron/target/debug/build/ring-a041cc8256074d12/out:/work/oxidecomputer/omicron/target/debug/build/tofino-1db860de69b9b187/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/lib LOGNAME=build NEXTEST=1 NEXTEST_ENV=/var/tmp/omicron_tmp/nextest-envxlYXM8 NEXTEST_LD_LIBRARY_PATH=/work/oxidecomputer/omicron/target/debug/build/blake3-d831ae4038f18ad2/out:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-08ddf8a69eebe183/out/lib:/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d64bd7d29849fd42/out/build:/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out:/work/oxidecomputer/omicron/target/debug/build/ring-a041cc8256074d12/out:/work/oxidecomputer/omicron/target/debug/build/tofino-1db860de69b9b187/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/lib NEXTEST_RUN_ID=67974642-d981-469d-ba2b-9741a0f1bba9 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.80.1-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
41022024-08-16T05:28:39.715ZAug 16 05:28:39.429 INFO cockroach pid: 5995
41032024-08-16T05:28:39.715ZAug 16 05:28:39.429 INFO cockroach listen URL: postgresql://root@[::1]:44609/omicron?sslmode=disable
41042024-08-16T05:28:39.715ZAug 16 05:28:39.429 INFO cockroach: populating
41052024-08-16T05:28:43.009ZAug 16 05:28:42.752 INFO cockroach: populated
41062024-08-16T05:28:45.674ZAug 16 05:28:45.321 INFO Created CRDB seed tarball: `/var/tmp/omicron_tmp/crdb-base-build/b7700187af915d7b8385d065ee657a04f893c52c4de7ff43476e2c7e47a43880.tar`
41072024-08-16T05:28:45.775Z SETUP PASS [ 1/1] crdb-seed: cargo run -p crdb-seed --profile test
41082024-08-16T05:28:45.820Z PASS [ 0.074s] api_identity test::test_identity
41092024-08-16T05:28:45.820Z PASS [ 0.064s] api_identity test::test_identity_no_field
41102024-08-16T05:28:45.820Z PASS [ 0.055s] authz-macros tests::test_authz_snapshots
41112024-08-16T05:28:45.820Z PASS [ 0.047s] bootstore schemes::tests::hello_roundtrip
41122024-08-16T05:28:45.820Z PASS [ 0.058s] bootstore schemes::v0::share_pkg::tests::create_packages
41132024-08-16T05:28:45.820Z PASS [ 0.049s] bootstore trust_quorum::rack_secret::tests::create_and_verify
41142024-08-16T05:28:45.820Z PASS [ 0.038s] bootstore trust_quorum::rack_secret::tests::secret_splitting_fails_with_threshold_larger_than_total_shares
41152024-08-16T05:28:45.820Z PASS [ 0.099s] bootstore schemes::v0::peer::tests::network_config
41162024-08-16T05:28:45.820Z PASS [ 0.033s] cockroach-admin-types tests::test_node_decommission_parse_with_no_trailing_notes
41172024-08-16T05:28:45.820Z PASS [ 0.031s] cockroach-admin-types tests::test_node_decommission_parse_with_trailing_notes
41182024-08-16T05:28:45.820Z PASS [ 0.027s] cockroach-admin-types tests::test_node_decommission_parse_with_unexpected_membership_value
41192024-08-16T05:28:45.820Z PASS [ 0.028s] cockroach-admin-types tests::test_node_status_parse_multiple_lines_from_csv
41202024-08-16T05:28:45.820Z PASS [ 0.103s] cockroach-admin-types tests::node_decommission_parse_doesnt_panic_on_arbitrary_input
41212024-08-16T05:28:45.859Z PASS [ 0.035s] cockroach-admin-types tests::test_node_status_parse_single_line_from_csv
41222024-08-16T05:28:45.859Z PASS [ 0.117s] cockroach-admin-types tests::node_status_parse_doesnt_panic_on_arbitrary_input
41232024-08-16T05:28:45.908Z PASS [ 0.173s] cert-dev::test-cert-dev test_cert_create
41242024-08-16T05:28:45.944Z PASS [ 0.088s] db-macros lookup::test::test_lookup_snapshots
41252024-08-16T05:28:45.977Z PASS [ 0.032s] db-macros tests::test_derive_metadata_identity_fails_for_enums
41262024-08-16T05:28:46.006Z PASS [ 0.193s] db-dev::test-db-dev test_db_dev_wipe_no_args
41272024-08-16T05:28:46.036Z PASS [ 0.037s] db-macros tests::test_derive_metadata_identity_fails_with_wrong_table_name_type
41282024-08-16T05:28:46.079Z PASS [ 0.041s] db-macros tests::test_derive_metadata_identity_fails_without_embedded_identity
41292024-08-16T05:28:46.079Z PASS [ 0.035s] db-macros tests::test_derive_metadata_identity_fails_without_table_name
41302024-08-16T05:28:46.079Z PASS [ 0.285s] db-dev::test-db-dev test_db_dev_populate_no_args
41312024-08-16T05:28:46.110Z PASS [ 0.054s] db-macros tests::test_derive_metadata_identity_minimal_example_compiles
41322024-08-16T05:28:46.110Z PASS [ 0.050s] db-macros tests::test_derive_snapshots
41332024-08-16T05:28:46.143Z PASS [ 0.044s] db-macros tests::test_derive_with_unknown_field
41342024-08-16T05:28:46.347Z PASS [ 0.241s] dns-server storage::test::test_update_in_progress
41352024-08-16T05:28:46.375Z PASS [ 0.250s] dns-server storage::test::test_update_interrupted
41362024-08-16T05:28:46.403Z PASS [ 0.291s] dns-server storage::test::test_update_basic
41372024-08-16T05:28:46.759Z PASS [ 1.139s] bootstore schemes::v0::peer::tests::basic_3_nodes
41382024-08-16T05:28:46.823Z PASS [ 0.479s] dns-server::basic_test a_crud
41392024-08-16T05:28:46.855Z PASS [ 0.471s] dns-server::basic_test aaaa_crud
41402024-08-16T05:28:46.855Z PASS [ 0.459s] dns-server::basic_test empty_record
41412024-08-16T05:28:47.107Z PASS [ 0.349s] dns-server::basic_test multi_record_crud
41422024-08-16T05:28:47.181Z PASS [ 0.341s] dns-server::basic_test nxdomain
41432024-08-16T05:28:47.216Z PASS [ 0.386s] dns-server::basic_test name_contains_zone
41442024-08-16T05:28:47.240Z PASS [ 0.368s] dns-server::basic_test servfail
41452024-08-16T05:28:47.290Z PASS [ 0.064s] dns-service-client diff::test::diff_equivalent
41462024-08-16T05:28:47.318Z PASS [ 0.090s] dns-service-client diff::test::diff_different
41472024-08-16T05:28:47.352Z PASS [ 0.041s] dns-service-client diff::test::diff_invalid
41482024-08-16T05:28:47.378Z PASS [ 0.064s] gateway-cli::bin/gateway-cli picocom_map::tests::reject_invalid_rules
41492024-08-16T05:28:47.378Z PASS [ 0.046s] gateway-cli::bin/gateway-cli picocom_map::tests::remapping
41502024-08-16T05:28:47.451Z PASS [ 0.086s] illumos-utils destructor::test::test_delayed_delete
41512024-08-16T05:28:47.486Z PASS [ 0.035s] illumos-utils destructor::test::test_destructor_bad_close
41522024-08-16T05:28:47.511Z PASS [ 0.397s] dns-server::basic_test srv_crud
41532024-08-16T05:28:47.537Z PASS [ 0.039s] illumos-utils link::test::test_allocate
41542024-08-16T05:28:47.565Z PASS [ 0.037s] illumos-utils link::test::test_allocate_within_scopes
41552024-08-16T05:28:47.565Z PASS [ 0.038s] illumos-utils running_zone::tests::test_is_oxide_smf_service
41562024-08-16T05:28:47.593Z PASS [ 0.042s] illumos-utils zone::tests::test_parse_ip_network
41572024-08-16T05:28:47.618Z PASS [ 0.035s] illumos-utils zpool::test::test_parse_zpool
41582024-08-16T05:28:47.618Z PASS [ 0.031s] illumos-utils zpool::test::test_parse_zpool_missing_column
41592024-08-16T05:28:48.051Z PASS [ 0.678s] illumos-utils destructor::test::test_delayed_delete_with_error
41602024-08-16T05:28:48.298Z PASS [ 0.241s] installinator-common block_size_writer::tests::proptest_block_writer
41612024-08-16T05:28:48.350Z PASS [ 0.047s] internal-dns config::test::display_hosts
41622024-08-16T05:28:48.389Z PASS [ 0.032s] internal-dns config::test::display_srv_service
41632024-08-16T05:28:48.420Z PASS [ 0.049s] internal-dns config::test::test_builder_errors
41642024-08-16T05:28:48.511Z PASS [ 0.067s] internal-dns config::test::test_builder_output
41652024-08-16T05:28:49.362Z PASS [ 0.860s] internal-dns resolver::test::insert_and_lookup_multiple_records
41662024-08-16T05:28:49.858Z PASS [ 0.507s] internal-dns resolver::test::insert_and_lookup_one_record
41672024-08-16T05:28:50.142Z PASS [ 0.268s] internal-dns resolver::test::lookup_nonexistent_record_fails
41682024-08-16T05:28:50.707Z PASS [ 0.583s] internal-dns resolver::test::resolver_can_access_backup_dns_server
41692024-08-16T05:28:51.260Z PASS [ 4.084s] dns-server::commands_test test_dnsadm
41702024-08-16T05:28:51.336Z PASS [ 0.632s] internal-dns resolver::test::resolver_can_be_used_with_progenitor_client
41712024-08-16T05:28:51.759Z PASS [ 0.493s] internal-dns resolver::test::resolver_doesnt_bail_on_missing_targets
41722024-08-16T05:28:51.838Z PASS [ 0.081s] ipcc tests::deserialize_fixed_value
41732024-08-16T05:28:51.871Z PASS [ 0.513s] internal-dns resolver::test::update_record
41742024-08-16T05:28:51.897Z PASS [ 0.056s] ipcc tests::installinator_image_id_round_trip
41752024-08-16T05:28:51.927Z PASS [ 0.078s] ipcc tests::serialized_size
41762024-08-16T05:28:52.035Z PASS [ 0.134s] key-manager tests::different_disks_produce_different_keys
41772024-08-16T05:28:52.035Z PASS [ 0.095s] key-manager tests::different_ikm_produces_different_keys
41782024-08-16T05:28:52.064Z PASS [ 0.032s] key-manager tests::loading_key_for_old_epoch_loads_latest_epoch
41792024-08-16T05:28:52.100Z PASS [ 0.053s] key-manager tests::disk_encryption_key_epoch_0
41802024-08-16T05:28:52.128Z PASS [ 0.047s] nexus-auth authn::external::cookies::test::test_parse_cookies_empty_headers
41812024-08-16T05:28:52.154Z PASS [ 0.072s] nexus-auth authn::external::cookies::test::test_parse_cookies_ignore_other_headers
41822024-08-16T05:28:52.182Z PASS [ 0.046s] nexus-auth authn::external::cookies::test::test_parse_cookies_one_cookie
41832024-08-16T05:28:52.208Z PASS [ 0.038s] nexus-auth authn::external::cookies::test::test_parse_cookies_two_cookie_headers
41842024-08-16T05:28:52.238Z PASS [ 0.065s] nexus-auth authn::external::cookies::test::test_parse_cookies_two_cookie_headers_same_name
41852024-08-16T05:28:52.262Z PASS [ 0.056s] nexus-auth authn::external::cookies::test::test_parse_cookies_two_cookies
41862024-08-16T05:28:52.318Z PASS [ 0.070s] nexus-auth authn::external::session_cookie::test::test_expired_cookie_idle
41872024-08-16T05:28:52.349Z PASS [ 0.099s] nexus-auth authn::external::session_cookie::test::test_expired_cookie_absolute
41882024-08-16T05:28:52.373Z PASS [ 0.041s] nexus-auth authn::external::session_cookie::test::test_garbage_cookie
41892024-08-16T05:28:52.398Z PASS [ 0.053s] nexus-auth authn::external::session_cookie::test::test_get_token
41902024-08-16T05:28:52.426Z PASS [ 0.055s] nexus-auth authn::external::session_cookie::test::test_get_token_no_header
41912024-08-16T05:28:52.426Z PASS [ 0.049s] nexus-auth authn::external::session_cookie::test::test_get_token_other_cookie_present
41922024-08-16T05:28:52.450Z PASS [ 0.041s] nexus-auth authn::external::session_cookie::test::test_missing_cookie
41932024-08-16T05:28:52.474Z PASS [ 0.040s] nexus-auth authn::external::session_cookie::test::test_other_cookie
41942024-08-16T05:28:52.506Z PASS [ 0.037s] nexus-auth authn::external::session_cookie::test::test_session_cookie_value
41952024-08-16T05:28:52.533Z PASS [ 0.039s] nexus-auth authn::external::session_cookie::test::test_session_cookie_value_error
41962024-08-16T05:28:52.558Z PASS [ 0.046s] nexus-auth authn::external::session_cookie::test::test_valid_cookie
41972024-08-16T05:28:52.558Z PASS [ 0.044s] nexus-auth authn::external::spoof::test::test_make_header_value
41982024-08-16T05:28:52.583Z PASS [ 0.043s] nexus-auth authn::external::spoof::test::test_make_header_value_raw
41992024-08-16T05:28:52.608Z PASS [ 0.048s] nexus-auth authn::external::spoof::test::test_spoof_header_bad_uuids
42002024-08-16T05:28:52.636Z PASS [ 0.037s] nexus-auth authn::external::spoof::test::test_spoof_header_missing
42012024-08-16T05:28:52.663Z PASS [ 0.043s] nexus-auth authn::external::spoof::test::test_spoof_header_valid
42022024-08-16T05:28:52.663Z PASS [ 0.041s] nexus-auth authn::external::spoof::test::test_spoof_reserved_values
42032024-08-16T05:28:52.688Z PASS [ 0.049s] nexus-auth authn::external::test::test_authn_sequence
42042024-08-16T05:28:52.715Z PASS [ 0.045s] nexus-auth authn::external::token::test::test_make_header_value
42052024-08-16T05:28:52.747Z PASS [ 0.036s] nexus-auth authn::external::token::test::test_token_header_bad_utf8
42062024-08-16T05:28:52.778Z PASS [ 0.053s] nexus-auth authn::external::token::test::test_token_header_missing
42072024-08-16T05:28:52.778Z PASS [ 0.046s] nexus-auth authn::external::token::test::test_token_header_valid
42082024-08-16T05:28:52.806Z PASS [ 6.975s] db-dev::test-db-dev test_db_killed
42092024-08-16T05:28:52.841Z PASS [ 0.087s] nexus-auth authn::test::test_internal_users
42102024-08-16T05:28:52.866Z PASS [ 0.066s] nexus-auth authz::oso_generic::test::test_duplicate_polar_classes
42112024-08-16T05:28:52.915Z PASS [ 0.140s] nexus-auth authz::context::test::test_unregistered_resource
42122024-08-16T05:28:52.940Z PASS [ 0.088s] nexus-auth context::test::test_background_context
42132024-08-16T05:28:52.969Z PASS [ 0.099s] nexus-auth context::test::test_child_context
42142024-08-16T05:28:53.002Z PASS [ 0.069s] nexus-auth context::test::test_test_context
42152024-08-16T05:28:53.027Z PASS [ 0.064s] nexus-config nexus_config::test::test_config_bad_toml
42162024-08-16T05:28:53.027Z PASS [ 0.043s] nexus-config nexus_config::test::test_config_empty
42172024-08-16T05:28:53.071Z PASS [ 0.112s] nexus-config nexus_config::test::test_bad_authn_schemes
42182024-08-16T05:28:53.104Z PASS [ 0.040s] nexus-config nexus_config::test::test_config_nonexistent
42192024-08-16T05:28:53.104Z PASS [ 0.057s] nexus-config nexus_config::test::test_deployment_config_schema
42202024-08-16T05:28:53.104Z PASS [ 0.053s] nexus-config nexus_config::test::test_invalid_ipv4_prefix_tunable
42212024-08-16T05:28:53.136Z PASS [ 0.076s] nexus-config nexus_config::test::test_repo_configs_are_valid
42222024-08-16T05:28:53.162Z PASS [ 0.047s] nexus-config postgres_config::test::test_bad_url
42232024-08-16T05:28:53.162Z PASS [ 0.058s] nexus-config nexus_config::test::test_valid
42242024-08-16T05:28:53.162Z PASS [ 0.031s] nexus-config postgres_config::test::test_example_url
42252024-08-16T05:28:53.186Z PASS [ 0.045s] nexus-db-fixed-data role_builtin::test::test_fixed_role_data
42262024-08-16T05:28:53.282Z PASS [ 0.038s] nexus-db-fixed-data test::test_allowlist_id_is_valid
42272024-08-16T05:28:53.282Z PASS [ 0.059s] nexus-db-fixed-data silo_user::test::test_silo_user_ids_are_valid
42282024-08-16T05:28:53.282Z PASS [ 0.039s] nexus-db-fixed-data test::test_builtin_fleet_id_is_valid
42292024-08-16T05:28:53.282Z PASS [ 0.049s] nexus-db-fixed-data user_builtin::test::test_builtin_user_ids_are_valid
42302024-08-16T05:28:53.282Z PASS [ 0.050s] nexus-db-model bytecount::test::test_bytecount_i64_conversions
42312024-08-16T05:28:53.282Z PASS [ 0.054s] nexus-db-model bytecount::test::test_pg_numeric_to_byte_count
42322024-08-16T05:28:53.307Z PASS [ 0.042s] nexus-db-model role_assignment::tests::test_role_assignment_from_database
42332024-08-16T05:28:53.352Z PASS [ 0.049s] nexus-db-model schema_versions::test::test_known_versions
42342024-08-16T05:28:53.379Z PASS [ 0.086s] nexus-db-model schema_versions::test::test_allows_valid_up_sql_collections
42352024-08-16T05:28:53.380Z PASS [ 0.118s] nexus-db-model device_auth::test::test_generate_user_code
42362024-08-16T05:28:53.404Z PASS [ 0.045s] nexus-db-model schema_versions::test::test_reject_invalid_up_sql_collections
42372024-08-16T05:28:53.452Z PASS [ 0.048s] nexus-db-model schema_versions::test::test_reject_invalid_up_sql_names
42382024-08-16T05:28:53.452Z PASS [ 0.050s] nexus-db-model schema_versions::test::test_reject_no_up_sql_files
42392024-08-16T05:28:53.482Z PASS [ 0.043s] nexus-db-model schema_versions::test::test_verify
42402024-08-16T05:28:53.482Z PASS [ 0.048s] nexus-db-model semver_version::test::test_to_from_sortable_string
42412024-08-16T05:28:53.508Z PASS [ 0.050s] nexus-db-model tests::test_ip_subnet_check_requestable_address
42422024-08-16T05:28:53.508Z PASS [ 0.048s] nexus-db-model tests::test_ipv6_net_random_subnet
42432024-08-16T05:28:53.509Z PASS [ 0.046s] nexus-db-model tests::test_roles_database_strings
42442024-08-16T05:28:53.534Z PASS [ 0.049s] nexus-db-model tests::test_vpc_subnet_check_requestable_addr
42452024-08-16T05:28:56.737Z PASS [ 9.143s] installinator mock_peers::tests::proptest_fetch_artifact
42462024-08-16T05:28:59.842Z PASS [ 12.201s] installinator write::tests::proptest_write_artifact
42472024-08-16T05:29:05.033Z PASS [ 8.387s] nexus-db-queries db::collection_attach::test::test_attach_missing_collection_fails
42482024-08-16T05:29:05.146Z PASS [ 8.428s] nexus-db-queries db::collection_attach::test::test_attach_deleted_resource_fails
42492024-08-16T05:29:05.146Z PASS [ 8.870s] nexus-db-queries db::collection_attach::test::test_attach_beyond_capacity_fails
42502024-08-16T05:29:05.182Z PASS [ 7.739s] nexus-db-queries db::collection_attach::test::test_attach_missing_resource_fails
42512024-08-16T05:29:08.466Z PASS [ 8.646s] nexus-db-queries db::collection_attach::test::test_attach_multiple_times
42522024-08-16T05:29:11.261Z PASS [ 23.368s] db-dev::test-db-dev test_db_run
42532024-08-16T05:29:11.261Z PASS [ 0.054s] nexus-db-queries db::collection_attach::test::test_verify_query
42542024-08-16T05:29:11.262Z PASS [ 7.792s] nexus-db-queries db::collection_attach::test::test_attach_once
42552024-08-16T05:29:11.262Z PASS [ 7.975s] nexus-db-queries db::collection_attach::test::test_attach_once_synchronous
42562024-08-16T05:29:11.262Z PASS [ 7.862s] nexus-db-queries db::collection_attach::test::test_attach_while_already_attached
42572024-08-16T05:29:12.077Z PASS [ 7.597s] nexus-db-queries db::collection_attach::test::test_attach_with_filters
42582024-08-16T05:29:14.771Z PASS [ 6.308s] nexus-db-queries db::collection_attach::test::test_attach_without_update_filter
42592024-08-16T05:29:16.740Z PASS [ 7.499s] nexus-db-queries db::collection_detach::test::test_detach_deleted_resource_fails
42602024-08-16T05:29:16.792Z PASS [ 0.053s] nexus-db-queries db::collection_detach::test::test_verify_query
42612024-08-16T05:29:17.189Z PASS [ 7.266s] nexus-db-queries db::collection_detach::test::test_detach_missing_resource_fails
42622024-08-16T05:29:17.248Z PASS [ 7.545s] nexus-db-queries db::collection_detach::test::test_detach_missing_collection_fails
42632024-08-16T05:29:17.797Z PASS [ 7.577s] nexus-db-queries db::collection_detach::test::test_detach_once
42642024-08-16T05:29:19.868Z PASS [ 7.785s] nexus-db-queries db::collection_detach::test::test_detach_while_already_detached
42652024-08-16T05:29:21.215Z PASS [ 35.529s] bootstore::v0-fsm-proptest-learner run
42662024-08-16T05:29:22.497Z PASS [ 7.727s] nexus-db-queries db::collection_detach::test::test_detach_without_update_filter
42672024-08-16T05:29:24.220Z PASS [ 7.428s] nexus-db-queries db::collection_detach_many::test::test_detach_deleted_resource
42682024-08-16T05:29:24.687Z PASS [ 7.499s] nexus-db-queries db::collection_detach_many::test::test_detach_filter_collection
42692024-08-16T05:29:24.738Z PASS [ 0.052s] nexus-db-queries db::collection_detach_many::test::test_verify_query
42702024-08-16T05:29:24.798Z PASS [ 7.551s] nexus-db-queries db::collection_detach_many::test::test_detach_many
42712024-08-16T05:29:25.462Z PASS [ 7.667s] nexus-db-queries db::collection_detach_many::test::test_detach_missing_collection_fails
42722024-08-16T05:29:25.518Z PASS [ 0.056s] nexus-db-queries db::collection_insert::test::test_verify_query
42732024-08-16T05:29:25.570Z PASS [ 0.051s] nexus-db-queries db::column_walker::test::test_all_columns_with_prefix
42742024-08-16T05:29:25.620Z PASS [ 0.049s] nexus-db-queries db::column_walker::test::test_walk_columns
42752024-08-16T05:29:25.705Z PASS [ 0.071s] nexus-db-queries db::column_walker::test::test_walk_table
42762024-08-16T05:29:27.495Z PASS [ 7.620s] nexus-db-queries db::collection_detach_many::test::test_detach_missing_resource_succeeds
42772024-08-16T05:29:27.521Z PASS [ 6.320s] nexus-db-queries db::collection_detach_many::test::test_detach_once
42782024-08-16T05:29:29.970Z PASS [ 7.475s] nexus-db-queries db::collection_detach_many::test::test_detach_once_synchronous
42792024-08-16T05:29:30.969Z PASS [ 45.298s] bootstore::v0-fsm-proptest-rack-coordinator run
42802024-08-16T05:29:31.122Z PASS [ 6.324s] nexus-db-queries db::collection_insert::test::test_collection_present
42812024-08-16T05:29:31.561Z PASS [ 7.342s] nexus-db-queries db::collection_detach_many::test::test_detach_while_already_detached
42822024-08-16T05:29:32.442Z PASS [ 7.705s] nexus-db-queries db::collection_insert::test::test_collection_not_present
42832024-08-16T05:29:34.303Z PASS [ 8.613s] nexus-db-queries db::datastore::allow_list::tests::test_allowed_source_ip_database_ops
42842024-08-16T05:29:35.384Z PASS [ 7.907s] nexus-db-queries db::datastore::cockroachdb_node_id::tests::test_cockroachdb_node_id
42852024-08-16T05:29:35.522Z PASS [ 8.009s] nexus-db-queries db::datastore::cockroachdb_settings::test::test_preserve_downgrade
42862024-08-16T05:29:38.269Z PASS [ 7.295s] nexus-db-queries db::datastore::db_metadata::test::concurrent_nexus_instances_only_move_forward
42872024-08-16T05:29:38.293Z PASS [ 8.321s] nexus-db-queries db::datastore::dataset::test::test_insert_if_not_exists
42882024-08-16T05:29:38.557Z PASS [ 7.430s] nexus-db-queries db::datastore::db_metadata::test::ensure_schema_is_current_version
42892024-08-16T05:29:38.916Z PASS [ 7.352s] nexus-db-queries db::datastore::db_metadata::test::schema_version_subcomponents_save_progress
42902024-08-16T05:29:41.043Z PASS [ 8.599s] nexus-db-queries db::datastore::deployment::external_networking::tests::test_allocate_external_networking
42912024-08-16T05:29:41.105Z PASS [ 0.059s] nexus-db-queries db::datastore::dns::test::test_dns_builder_basic
42922024-08-16T05:29:42.740Z PASS [ 8.439s] nexus-db-queries db::datastore::deployment::external_networking::tests::test_deallocate_external_networking
42932024-08-16T05:29:43.444Z PASS [ 8.053s] nexus-db-queries db::datastore::deployment::tests::test_empty_blueprint
42942024-08-16T05:29:47.031Z PASS [ 8.742s] nexus-db-queries db::datastore::deployment::tests::test_set_target
42952024-08-16T05:29:47.190Z PASS [ 8.276s] nexus-db-queries db::datastore::disk::tests::test_undelete_disk_set_faulted_idempotent
42962024-08-16T05:29:47.323Z PASS [ 8.770s] nexus-db-queries db::datastore::deployment::tests::test_set_target_enabled
42972024-08-16T05:29:47.405Z PASS [ 9.141s] nexus-db-queries db::datastore::deployment::tests::test_representative_blueprint
42982024-08-16T05:29:48.714Z PASS [ 13.192s] nexus-db-queries db::datastore::deployment::tests::test_ensure_external_networking_bails_on_bad_target
42992024-08-16T05:29:48.750Z PASS [ 7.648s] nexus-db-queries db::datastore::dns::test::test_dns_uniqueness
43002024-08-16T05:29:50.690Z PASS [ 7.948s] nexus-db-queries db::datastore::dns::test::test_dns_update_from_version
43012024-08-16T05:29:52.207Z PASS [ 8.772s] nexus-db-queries db::datastore::dns::test::test_dns_update_incremental
43022024-08-16T05:29:55.857Z PASS [ 8.826s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_basic
43032024-08-16T05:29:56.206Z PASS [ 8.881s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_uninitialized
43042024-08-16T05:29:56.290Z PASS [ 9.100s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_complex
43052024-08-16T05:29:57.056Z PASS [ 9.634s] nexus-db-queries db::datastore::external_ip::tests::test_service_ip_list
43062024-08-16T05:29:57.602Z PASS [ 8.885s] nexus-db-queries db::datastore::instance::tests::test_instance_commit_update_is_idempotent
43072024-08-16T05:29:57.705Z PASS [ 8.954s] nexus-db-queries db::datastore::instance::tests::test_instance_fetch_all
43082024-08-16T05:29:59.758Z PASS [ 9.066s] nexus-db-queries db::datastore::instance::tests::test_instance_set_migration_ids
43092024-08-16T05:30:00.282Z PASS [ 8.012s] nexus-db-queries db::datastore::instance::tests::test_instance_update_invalidated_while_locked
43102024-08-16T05:30:07.259Z PASS [ 8.589s] nexus-db-queries db::datastore::instance::tests::test_instance_updater_acquires_lock
43112024-08-16T05:30:07.383Z PASS [ 8.751s] nexus-db-queries db::datastore::instance::tests::test_instance_updater_cant_unlock_someone_elses_instance_
43122024-08-16T05:30:07.383Z PASS [ 8.903s] nexus-db-queries db::datastore::instance::tests::test_instance_updater_lock_is_idempotent
43132024-08-16T05:30:07.383Z PASS [ 8.234s] nexus-db-queries db::datastore::inventory::test::test_find_hw_baseboard_id_missing_returns_not_found
43142024-08-16T05:30:07.383Z PASS [ 8.857s] nexus-db-queries db::datastore::instance::tests::test_unlocking_a_deleted_instance_is_okay
43152024-08-16T05:30:08.115Z PASS [ 7.869s] nexus-db-queries db::datastore::ip_pool::test::test_internal_ip_pool
43162024-08-16T05:30:08.687Z PASS [ 8.912s] nexus-db-queries db::datastore::ip_pool::test::test_default_ip_pools
43172024-08-16T05:30:10.040Z PASS [ 12.335s] nexus-db-queries db::datastore::inventory::test::test_inventory_insert
43182024-08-16T05:30:13.275Z PASS [ 8.828s] nexus-db-queries db::datastore::ip_pool::test::test_ip_pool_utilization
43192024-08-16T05:30:13.541Z PASS [ 8.350s] nexus-db-queries db::datastore::ipv4_nat_entry::test::ipv4_nat_sync_service_zones
43202024-08-16T05:30:14.459Z PASS [ 8.626s] nexus-db-queries db::datastore::ipv4_nat_entry::test::nat_version_tracking
43212024-08-16T05:30:14.523Z PASS [ 8.628s] nexus-db-queries db::datastore::ipv4_nat_entry::test::table_allows_unique_active_multiple_deleted
43222024-08-16T05:30:16.232Z PASS [ 11.273s] nexus-db-queries db::datastore::ipv4_nat_entry::test::ipv4_nat_changeset
43232024-08-16T05:30:16.940Z PASS [ 8.852s] nexus-db-queries db::datastore::migration::tests::test_migration_query_by_instance
43242024-08-16T05:30:17.726Z PASS [ 9.051s] nexus-db-queries db::datastore::network_interface::tests::test_service_network_interfaces_list
43252024-08-16T05:30:17.765Z PASS [ 7.723s] nexus-db-queries db::datastore::oximeter::tests::test_producers_list_expired
43262024-08-16T05:30:21.635Z PASS [ 8.335s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_cannot_insert_to_expunged_sled
43272024-08-16T05:30:21.843Z PASS [ 8.292s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_deletion_idempotency
43282024-08-16T05:30:23.342Z PASS [ 8.809s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_different_disks
43292024-08-16T05:30:23.417Z PASS [ 8.925s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_delete_reupsert_new_sled
43302024-08-16T05:30:24.966Z PASS [ 8.732s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_reupsert_new_sled
43312024-08-16T05:30:25.767Z PASS [ 8.756s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_same_uuid_collides
43322024-08-16T05:30:26.673Z PASS [ 8.949s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_uninitialized_list
43332024-08-16T05:30:26.707Z PASS [ 0.038s] nexus-db-queries db::datastore::region::test::test_extent_count
43342024-08-16T05:30:27.995Z PASS [ 10.223s] nexus-db-queries db::datastore::rack::test::allocate_sled_underlay_subnet_octets
43352024-08-16T05:30:30.546Z PASS [ 7.998s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_missing_service_pool_ip_throws_error
43362024-08-16T05:30:30.598Z PASS [ 8.658s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_empty
43372024-08-16T05:30:31.876Z PASS [ 8.541s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_overlapping_ips_throws_error
43382024-08-16T05:30:32.747Z PASS [ 9.357s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_many_nexus_services
43392024-08-16T05:30:33.669Z PASS [ 7.971s] nexus-db-queries db::datastore::rack::test::rack_sled_subnet_allocations
43402024-08-16T05:30:34.216Z PASS [ 7.509s] nexus-db-queries db::datastore::region_replacement::test::test_one_replacement_per_volume
43412024-08-16T05:30:34.680Z PASS [ 9.719s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_services
43422024-08-16T05:30:35.993Z PASS [ 8.006s] nexus-db-queries db::datastore::region_replacement::test::test_replacement_done_in_middle_of_drive_saga
43432024-08-16T05:30:37.566Z PASS [ 7.721s] nexus-db-queries db::datastore::region_replacement::test::test_replacement_done_in_middle_of_finish_saga
43442024-08-16T05:30:38.082Z PASS [ 7.816s] nexus-db-queries db::datastore::region_snapshot_replacement::test::count_replacement_steps
43452024-08-16T05:30:39.872Z PASS [ 7.997s] nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_conflict
43462024-08-16T05:30:40.846Z PASS [ 8.104s] nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_conflict_with_region_replacement
43472024-08-16T05:30:42.106Z PASS [ 8.433s] nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_gc
43482024-08-16T05:30:42.261Z PASS [ 8.045s] nexus-db-queries db::datastore::region_snapshot_replacement::test::test_one_replacement_per_volume
43492024-08-16T05:30:42.528Z PASS [ 7.847s] nexus-db-queries db::datastore::region_snapshot_replacement::test::test_one_replacement_per_volume_conflict_with_region
43502024-08-16T05:30:44.715Z PASS [ 8.258s] nexus-db-queries db::datastore::region_snapshot_replacement::test::unique_region_snapshot_replacement_step_per_volume
43512024-08-16T05:30:45.349Z PASS [ 7.796s] nexus-db-queries db::datastore::saga::test::test_create_event_idempotent
43522024-08-16T05:30:47.102Z PASS [ 9.020s] nexus-db-queries db::datastore::saga::test::test_list_candidate_sagas
43532024-08-16T05:30:47.558Z PASS [ 7.677s] nexus-db-queries db::datastore::saga::test::test_list_no_unfinished_nodes
43542024-08-16T05:30:49.803Z PASS [ 8.957s] nexus-db-queries db::datastore::saga::test::test_list_unfinished_nodes
43552024-08-16T05:30:50.721Z PASS [ 8.621s] nexus-db-queries db::datastore::saga::test::test_update_state_idempotent
43562024-08-16T05:30:53.057Z PASS [ 10.530s] nexus-db-queries db::datastore::sled::test::sled_reservation_create_non_provisionable
43572024-08-16T05:30:53.518Z PASS [ 11.260s] nexus-db-queries db::datastore::sled::test::sled_list_batch
43582024-08-16T05:30:53.556Z PASS [ 9.309s] nexus-db-queries db::datastore::sled::test::test_sled_expungement_also_expunges_disks
43592024-08-16T05:30:55.718Z PASS [ 8.616s] nexus-db-queries db::datastore::sled::test::upsert_sled_doesnt_update_decommissioned
43602024-08-16T05:30:55.912Z PASS [ 8.365s] nexus-db-queries db::datastore::sled::test::upsert_sled_updates_fails_with_stale_sled_agent_gen
43612024-08-16T05:30:57.308Z PASS [ 7.505s] nexus-db-queries db::datastore::sled::test::upsert_sled_updates_hardware
43622024-08-16T05:30:58.632Z PASS [ 7.910s] nexus-db-queries db::datastore::switch_port::test::test_bgp_boundary_switches
43632024-08-16T05:30:58.987Z PASS [ 13.642s] nexus-db-queries db::datastore::sled::test::test_sled_transitions
43642024-08-16T05:31:00.905Z PASS [ 7.848s] nexus-db-queries db::datastore::test::test_deallocate_external_ip_by_instance_id_is_idempotent
43652024-08-16T05:31:01.471Z PASS [ 7.950s] nexus-db-queries db::datastore::test::test_deallocate_external_ip_is_idempotent
43662024-08-16T05:31:01.838Z PASS [ 8.282s] nexus-db-queries db::datastore::test::test_external_ip_check_constraints
43672024-08-16T05:31:03.229Z PASS [ 7.512s] nexus-db-queries db::datastore::test::test_project_creation
43682024-08-16T05:31:03.520Z PASS [ 7.607s] nexus-db-queries db::datastore::test::test_queries_do_not_require_full_table_scan
43692024-08-16T05:31:05.879Z PASS [ 8.571s] nexus-db-queries db::datastore::test::test_rack_initialize_is_idempotent
43702024-08-16T05:31:07.167Z PASS [ 8.178s] nexus-db-queries db::datastore::test::test_region_allocation_not_enough_zpools
43712024-08-16T05:31:10.732Z PASS [ 9.264s] nexus-db-queries db::datastore::test::test_region_allocation_only_operates_on_zpools_in_inventory
43722024-08-16T05:31:10.852Z PASS [ 9.948s] nexus-db-queries db::datastore::test::test_region_allocation_only_considers_disks_in_service
43732024-08-16T05:31:14.691Z PASS [ 16.058s] nexus-db-queries db::datastore::test::test_region_allocation_is_idempotent
43742024-08-16T05:31:15.495Z PASS [ 8.329s] nexus-db-queries db::datastore::test::test_session_methods
43752024-08-16T05:31:18.122Z PASS [ 16.283s] nexus-db-queries db::datastore::test::test_region_allocation_out_of_space_fails
43762024-08-16T05:31:18.146Z PASS [ 7.406s] nexus-db-queries db::datastore::test::test_sled_ipv6_address_allocation
43772024-08-16T05:31:18.660Z PASS [ 15.429s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random
43782024-08-16T05:31:19.079Z PASS [ 8.228s] nexus-db-queries db::datastore::test::test_ssh_keys
43792024-08-16T05:31:20.699Z PASS [ 17.177s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds
43802024-08-16T05:31:22.576Z PASS [ 7.886s] nexus-db-queries db::datastore::test::test_table_scan
43812024-08-16T05:31:22.599Z PASS [ 16.719s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds_fails
43822024-08-16T05:31:22.642Z PASS [ 0.045s] nexus-db-queries db::datastore::volume::tests::test_read_only_target_in_vcr
43832024-08-16T05:31:22.691Z PASS [ 0.048s] nexus-db-queries db::datastore::volume::tests::test_replace_read_only_target_in_vcr
43842024-08-16T05:31:23.390Z PASS [ 7.893s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_instance_create_and_delete
43852024-08-16T05:31:26.495Z PASS [ 8.355s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_storage_create_and_delete
43862024-08-16T05:31:26.550Z PASS [ 8.429s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_instance_create_and_delete_twice
43872024-08-16T05:31:26.950Z PASS [ 8.291s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_storage_create_and_delete_twice
43882024-08-16T05:31:27.560Z PASS [ 8.482s] nexus-db-queries db::datastore::vmm::tests::test_vmm_and_migration_update_runtime
43892024-08-16T05:31:28.889Z PASS [ 8.192s] nexus-db-queries db::datastore::volume::tests::test_deserialize_old_crucible_resources
43902024-08-16T05:31:30.465Z PASS [ 7.890s] nexus-db-queries db::datastore::volume::tests::test_find_volumes_referencing_socket_addr
43912024-08-16T05:31:30.771Z PASS [ 8.081s] nexus-db-queries db::datastore::volume::tests::test_volume_replace_region
43922024-08-16T05:31:31.031Z PASS [ 7.642s] nexus-db-queries db::datastore::volume::tests::test_volume_replace_snapshot
43932024-08-16T05:31:34.549Z PASS [ 8.054s] nexus-db-queries db::datastore::volume_repair::test::volume_lock_conflict_error_returned
43942024-08-16T05:31:35.073Z PASS [ 8.523s] nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_raw_returns_none_on_vni_exhaustion
43952024-08-16T05:31:35.282Z PASS [ 8.333s] nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_retries
43962024-08-16T05:31:38.207Z PASS [ 7.434s] nexus-db-queries db::explain::test::test_explain_async
43972024-08-16T05:31:38.598Z PASS [ 7.567s] nexus-db-queries db::explain::test::test_explain_full_table_scan
43982024-08-16T05:31:38.622Z PASS [ 11.048s] nexus-db-queries db::datastore::vpc::tests::test_vpc_resolve_to_sleds_uses_current_target_blueprint
43992024-08-16T05:31:38.664Z PASS [ 0.055s] nexus-db-queries db::pagination::test::test_paginator
44002024-08-16T05:31:38.973Z PASS [ 10.084s] nexus-db-queries db::datastore::vpc::tests::test_vpc_router_rule_instance_resolve
44012024-08-16T05:31:39.783Z PASS [ 9.320s] nexus-db-queries db::datastore::vpc::tests::test_vpc_system_router_sync_to_subnets
44022024-08-16T05:31:41.775Z PASS [ 7.226s] nexus-db-queries db::lookup::test::test_lookup
44032024-08-16T05:31:42.142Z PASS [ 7.068s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_ascending
44042024-08-16T05:31:42.378Z PASS [ 7.095s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_descending
44052024-08-16T05:31:45.494Z PASS [ 7.287s] nexus-db-queries db::pagination::test::test_paginated_single_column_ascending
44062024-08-16T05:31:46.124Z PASS [ 7.523s] nexus-db-queries db::pagination::test::test_paginated_single_column_descending
44072024-08-16T05:31:48.220Z PASS [ 9.244s] nexus-db-queries db::queries::external_ip::tests::test_ephemeral_and_snat_ips_do_not_overlap
44082024-08-16T05:31:49.376Z PASS [ 9.687s] nexus-db-queries db::queries::external_ip::tests::test_ensure_pool_exhaustion_does_not_use_other_pool
44092024-08-16T05:31:49.399Z PASS [ 8.937s] nexus-db-queries db::queries::external_ip::tests::test_external_ip_allocate_omicron_zone_is_idempotent
44102024-08-16T05:31:50.126Z PASS [ 8.352s] nexus-db-queries db::queries::external_ip::tests::test_external_ip_allocate_omicron_zone_out_of_range
44112024-08-16T05:31:50.173Z PASS [ 0.046s] nexus-db-queries db::queries::network_interface::tests::test_first_available_address
44122024-08-16T05:31:50.936Z PASS [ 8.795s] nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_is_idempotent
44132024-08-16T05:31:51.312Z PASS [ 8.933s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_allocation_and_exhaustion
44142024-08-16T05:31:54.039Z PASS [ 8.519s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_is_restricted_to_pools
44152024-08-16T05:31:54.677Z PASS [ 8.552s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_out_of_order_allocation_ok
44162024-08-16T05:31:56.622Z PASS [ 8.271s] nexus-db-queries db::queries::network_interface::tests::test_delete_service_is_idempotent
44172024-08-16T05:31:57.437Z PASS [ 9.220s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_with_ephemeral_takes_whole_port_range
44182024-08-16T05:31:59.674Z PASS [ 8.363s] nexus-db-queries db::queries::network_interface::tests::test_insert_no_instance_fails
44192024-08-16T05:31:59.774Z PASS [ 9.599s] nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpc_subnets_succeeds
44202024-08-16T05:32:00.368Z PASS [ 9.432s] nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpcs_fails
44212024-08-16T05:32:02.484Z PASS [ 7.810s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_mac
44222024-08-16T05:32:03.127Z PASS [ 9.115s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_exact_ip
44232024-08-16T05:32:03.810Z PASS [ 15.088s] nexus-db-queries db::queries::network_interface::tests::test_detect_ip_exhaustion
44242024-08-16T05:32:05.639Z PASS [ 8.201s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_mac_fails
44252024-08-16T05:32:05.714Z PASS [ 9.092s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_ip_fails
44262024-08-16T05:32:05.764Z PASS [ 0.045s] nexus-db-queries db::queries::network_interface::tests::test_last_address_offset
44272024-08-16T05:32:07.903Z PASS [ 8.229s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_slot_fails
44282024-08-16T05:32:08.009Z PASS [ 0.105s] nexus-db-queries db::queries::network_interface::tests::test_next_mac_shifts_for_guest
44292024-08-16T05:32:08.092Z PASS [ 0.085s] nexus-db-queries db::queries::network_interface::tests::test_next_mac_shifts_for_system
44302024-08-16T05:32:08.259Z PASS [ 8.487s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_slot
44312024-08-16T05:32:08.307Z PASS [ 0.048s] nexus-db-queries db::queries::next_item::tests::test_shift_indices
44322024-08-16T05:32:08.617Z PASS [ 8.244s] nexus-db-queries db::queries::network_interface::tests::test_insert_running_instance_fails
44332024-08-16T05:32:10.077Z PASS [ 1.460s] nexus-db-queries db::queries::region_allocation::test::expectorate_query
44342024-08-16T05:32:11.570Z PASS [ 9.088s] nexus-db-queries db::queries::network_interface::tests::test_insert_same_interface_fails
44352024-08-16T05:32:11.910Z PASS [ 0.338s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_delete_instance
44362024-08-16T05:32:12.197Z PASS [ 9.070s] nexus-db-queries db::queries::network_interface::tests::test_insert_same_vpc_subnet_fails
44372024-08-16T05:32:12.263Z PASS [ 0.356s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_delete_storage
44382024-08-16T05:32:12.530Z PASS [ 0.334s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_insert_instance
44392024-08-16T05:32:12.602Z PASS [ 0.336s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_insert_storage
44402024-08-16T05:32:13.650Z PASS [ 9.839s] nexus-db-queries db::queries::network_interface::tests::test_insert_sequential_ip_allocation
44412024-08-16T05:32:14.542Z PASS [ 8.902s] nexus-db-queries db::queries::network_interface::tests::test_insert_with_duplicate_name_fails
44422024-08-16T05:32:15.675Z PASS [ 7.583s] nexus-db-queries db::queries::next_item::tests::test_next_item_query_is_ordered_by_indices
44432024-08-16T05:32:15.776Z PASS [ 0.098s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_full_count
44442024-08-16T05:32:15.822Z PASS [ 0.050s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_steps
44452024-08-16T05:32:15.861Z PASS [ 0.038s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_wrapping
44462024-08-16T05:32:15.909Z PASS [ 0.048s] nexus-db-queries db::queries::vpc::tests::test_vni_shift_no_wrapping
44472024-08-16T05:32:15.956Z PASS [ 0.045s] nexus-db-queries db::queries::vpc::tests::test_vni_shift_with_wrapping
44482024-08-16T05:32:16.006Z PASS [ 7.696s] nexus-db-queries db::queries::next_item::tests::test_wrapping_next_item_query
44492024-08-16T05:32:17.374Z PASS [ 7.301s] nexus-db-queries db::queries::region_allocation::test::explainable
44502024-08-16T05:32:18.562Z PASS [ 12.805s] nexus-db-queries db::queries::network_interface::tests::test_limit_number_of_interfaces_per_instance_query
44512024-08-16T05:32:19.764Z PASS [ 7.233s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_delete_instance
44522024-08-16T05:32:20.256Z PASS [ 7.658s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_delete_storage
44532024-08-16T05:32:20.589Z PASS [ 6.048s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_insert_storage
44542024-08-16T05:32:21.034Z PASS [ 7.384s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_insert_instance
44552024-08-16T05:32:21.081Z PASS [ 0.047s] nexus-defaults tests::test_random_vpc_ipv6_prefix
44562024-08-16T05:32:21.343Z PASS [ 0.261s] nexus-inventory builder::test::test_basic
44572024-08-16T05:32:21.393Z PASS [ 0.038s] nexus-inventory builder::test::test_empty
44582024-08-16T05:32:21.459Z PASS [ 0.073s] nexus-inventory builder::test::test_problems
44592024-08-16T05:32:22.829Z PASS [ 1.375s] nexus-inventory collector::test::test_basic
44602024-08-16T05:32:23.337Z PASS [ 7.381s] nexus-db-queries db::queries::vpc_subnet::test::explain_insert_query
44612024-08-16T05:32:23.814Z PASS [ 0.478s] nexus-inventory collector::test::test_multi_mgs_failure
44622024-08-16T05:32:23.838Z PASS [ 7.823s] nexus-db-queries db::queries::vpc_subnet::test::test_insert_vpc_subnet_query
44632024-08-16T05:32:23.861Z PASS [ 1.016s] nexus-inventory collector::test::test_multi_mgs
44642024-08-16T05:32:24.495Z PASS [ 0.681s] nexus-inventory collector::test::test_sled_agent_failure
44652024-08-16T05:32:24.753Z PASS [ 7.379s] nexus-db-queries db::queries::vpc_subnet::test::test_insert_vpc_subnet_query_is_idempotent
44662024-08-16T05:32:28.147Z PASS [ 7.889s] nexus-db-queries transaction_retry::test::test_transaction_retry_produces_samples
44672024-08-16T05:32:28.177Z PASS [ 7.588s] nexus-db-queries transaction_retry::test::test_transaction_rollback_produces_no_samples
44682024-08-16T05:32:28.270Z PASS [ 0.091s] nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_basic
44692024-08-16T05:32:28.345Z PASS [ 0.147s] nexus-reconfigurator-execution dns::test::test_blueprint_external_dns_basic
44702024-08-16T05:32:28.450Z PASS [ 0.088s] nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_empty
44712024-08-16T05:32:28.474Z PASS [ 0.133s] nexus-reconfigurator-execution dns::test::test_dns_compute_update
44722024-08-16T05:32:32.985Z PASS [ 14.422s] nexus-db-queries policy_test::test_conferred_roles
44732024-08-16T05:32:34.504Z PASS [ 10.680s] nexus-metrics-producer-gc tests::test_prune_expired_producers
44742024-08-16T05:32:34.617Z PASS [ 10.772s] nexus-metrics-producer-gc tests::test_prune_expired_producers_notifies_collector
44752024-08-16T05:32:56.637Z PASS [ 28.210s] nexus-reconfigurator-execution omicron_physical_disks::test::test_decommission_expunged_disks
44762024-08-16T05:32:59.593Z PASS [ 35.098s] nexus-reconfigurator-execution cockroachdb::test::test_ensure_preserve_downgrade_option
44772024-08-16T05:32:59.839Z PASS [ 0.246s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_nexus_error_cases
44782024-08-16T05:32:59.907Z PASS [ 0.068s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_nexus_with_no_existing_nexus_zones
44792024-08-16T05:33:00.004Z PASS [ 0.096s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_physical_disks
44802024-08-16T05:33:00.105Z PASS [ 0.102s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_basic
44812024-08-16T05:33:00.180Z PASS [ 0.075s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_ensure_cockroachdb
44822024-08-16T05:33:00.234Z PASS [ 0.053s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_initial
44832024-08-16T05:33:00.316Z PASS [ 0.082s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_invalid_parent_blueprint_two_nexus_zones_with_same_nic_ip
44842024-08-16T05:33:00.402Z PASS [ 0.085s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_invalid_parent_blueprint_two_zones_with_same_external_ip
44852024-08-16T05:33:00.464Z PASS [ 0.064s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_invalid_parent_blueprint_two_zones_with_same_vnic_mac
44862024-08-16T05:33:00.527Z PASS [ 0.061s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_prune_decommissioned_sleds
44872024-08-16T05:33:00.594Z PASS [ 0.068s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_zone_filesystem_zpool_colocated
44882024-08-16T05:33:00.680Z PASS [ 0.084s] nexus-reconfigurator-planning blueprint_builder::external_networking::test::test_available_iterator
44892024-08-16T05:33:02.165Z PASS [ 37.412s] nexus-reconfigurator-execution datasets::tests::test_ensure_dataset_records_exist
44902024-08-16T05:33:02.365Z PASS [ 0.198s] nexus-reconfigurator-planning blueprint_builder::zones::tests::test_builder_zones
44912024-08-16T05:33:02.407Z PASS [ 0.040s] nexus-reconfigurator-planning ip_allocator::test::test_basic
44922024-08-16T05:33:02.516Z PASS [ 0.110s] nexus-reconfigurator-planning planner::omicron_zone_placement::test::test_place_omicron_zones
44932024-08-16T05:33:02.641Z PASS [ 0.125s] nexus-reconfigurator-planning planner::test::planner_decommissions_sleds
44942024-08-16T05:33:02.780Z PASS [ 0.140s] nexus-reconfigurator-planning planner::test::test_add_multiple_nexus_to_one_sled
44952024-08-16T05:33:02.898Z PASS [ 28.393s] nexus-reconfigurator-execution omicron_zones::test::test_clean_up_cockroach_zones
44962024-08-16T05:33:03.017Z PASS [ 0.237s] nexus-reconfigurator-planning planner::test::test_basic_add_sled
44972024-08-16T05:33:03.041Z PASS [ 0.130s] nexus-reconfigurator-planning planner::test::test_crucible_allocation_skips_nonprovisionable_disks
44982024-08-16T05:33:03.124Z PASS [ 30.136s] nexus-reconfigurator-execution omicron_physical_disks::test::test_deploy_omicron_disks
44992024-08-16T05:33:03.149Z PASS [ 0.106s] nexus-reconfigurator-planning planner::test::test_disk_expungement_removes_zones_transient_filesystem
45002024-08-16T05:33:03.213Z PASS [ 0.192s] nexus-reconfigurator-planning planner::test::test_disk_expungement_removes_zones_durable_zpool
45012024-08-16T05:33:03.244Z PASS [ 0.103s] nexus-reconfigurator-planning planner::test::test_ensure_preserve_downgrade_option
45022024-08-16T05:33:03.351Z PASS [ 0.123s] nexus-reconfigurator-planning planner::test::test_spread_additional_nexus_zones_across_sleds
45032024-08-16T05:33:03.400Z PASS [ 0.170s] nexus-saga-recovery recovery::test::test_execution_basic
45042024-08-16T05:33:03.423Z PASS [ 0.276s] nexus-reconfigurator-planning planner::test::test_nexus_allocation_skips_nonprovisionable_sleds
45052024-08-16T05:33:03.501Z PASS [ 0.099s] nexus-saga-recovery recovery::test::test_plan_basic
45062024-08-16T05:33:03.501Z PASS [ 0.053s] nexus-saga-recovery recovery::test::test_read_all_from_channel
45072024-08-16T05:33:03.501Z PASS [ 28.830s] nexus-reconfigurator-execution omicron_zones::test::test_deploy_omicron_zones
45082024-08-16T05:33:03.501Z PASS [ 0.060s] nexus-sled-agent-shared inventory::tests::test_name_prefixes
45092024-08-16T05:33:03.524Z PASS [ 0.068s] nexus-types deployment::planning_input::tests::cockroachdb_cluster_versions
45102024-08-16T05:33:03.567Z PASS [ 0.131s] nexus-saga-recovery test::test_basic
45112024-08-16T05:33:03.609Z PASS [ 0.074s] nexus-types deployment::tri_map::tests::test_insert_entry_no_dups
45122024-08-16T05:33:03.655Z PASS [ 0.079s] nexus-types external_api::shared::test::test_policy_parsing
45132024-08-16T05:33:03.869Z PASS [ 0.248s] omicron-certificates tests::common_name_is_ignored_if_subject_alternate_names_exist
45142024-08-16T05:33:04.032Z PASS [ 0.438s] omicron-certificates tests::cert_validated_if_any_possible_hostname_is_valid
45152024-08-16T05:33:04.251Z PASS [ 44.486s] nexus-db-queries policy_test::test_iam_roles_behavior
45162024-08-16T05:33:04.350Z PASS [ 0.477s] omicron-certificates tests::test_cert_extended_key_usage
45172024-08-16T05:33:04.554Z PASS [ 0.525s] omicron-certificates tests::test_common_name_is_validated
45182024-08-16T05:33:04.704Z PASS [ 0.453s] omicron-certificates tests::test_subject_alternate_names_are_validated
45192024-08-16T05:33:08.931Z PASS [ 5.441s] nexus-types deployment::tri_map::tests::proptest_serialize_roundtrip
45202024-08-16T05:33:08.982Z PASS [ 0.048s] omicron-common address::test::test_dns_subnets
45212024-08-16T05:33:09.031Z PASS [ 0.037s] omicron-common address::test::test_ip_range_checks_non_decreasing
45222024-08-16T05:33:09.073Z PASS [ 0.055s] omicron-common address::test::test_ip_range_enum_deserialization
45232024-08-16T05:33:09.116Z PASS [ 0.038s] omicron-common address::test::test_ip_range_iter
45242024-08-16T05:33:09.149Z PASS [ 0.037s] omicron-common address::test::test_ip_range_length
45252024-08-16T05:33:09.192Z PASS [ 0.042s] omicron-common address::test::test_ip_range_try_from
45262024-08-16T05:33:09.231Z PASS [ 0.040s] omicron-common address::test::test_ipv6_subnet_deserialize
45272024-08-16T05:33:09.265Z PASS [ 0.035s] omicron-common address::test::test_sled_address
45282024-08-16T05:33:09.299Z PASS [ 0.034s] omicron-common api::external::error::test::test_bail_unless
45292024-08-16T05:33:09.337Z PASS [ 0.037s] omicron-common api::external::error::test::test_context
45302024-08-16T05:33:09.385Z PASS [ 0.046s] omicron-common api::external::http_pagination::test::test_pagination_examples
45312024-08-16T05:33:09.433Z PASS [ 0.049s] omicron-common api::external::http_pagination::test::test_pagination_schemas
45322024-08-16T05:33:09.478Z PASS [ 0.044s] omicron-common api::external::http_pagination::test::test_scan_by_id
45332024-08-16T05:33:09.530Z PASS [ 0.051s] omicron-common api::external::http_pagination::test::test_scan_by_name
45342024-08-16T05:33:09.566Z PASS [ 0.039s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_generic
45352024-08-16T05:33:09.605Z PASS [ 0.039s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_id
45362024-08-16T05:33:09.655Z PASS [ 0.047s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_name
45372024-08-16T05:33:09.689Z PASS [ 0.035s] omicron-common api::external::test::test_bytecount
45382024-08-16T05:33:09.727Z PASS [ 0.039s] omicron-common api::external::test::test_bytecount_display
45392024-08-16T05:33:09.776Z PASS [ 0.047s] omicron-common api::external::test::test_digest
45402024-08-16T05:33:09.811Z PASS [ 0.036s] omicron-common api::external::test::test_firewall_deserialization
45412024-08-16T05:33:09.888Z PASS [ 0.077s] omicron-common api::external::test::test_firewall_rule_host_filter_parse
45422024-08-16T05:33:09.958Z PASS [ 0.070s] omicron-common api::external::test::test_firewall_rule_target_parse
45432024-08-16T05:33:10.006Z PASS [ 0.047s] omicron-common api::external::test::test_hostname_from_str
45442024-08-16T05:33:10.039Z PASS [ 0.033s] omicron-common api::external::test::test_ip_port_range_from_str
45452024-08-16T05:33:10.075Z PASS [ 0.037s] omicron-common api::external::test::test_ip_port_range_into_str
45462024-08-16T05:33:10.115Z PASS [ 0.039s] omicron-common api::external::test::test_ipv6_net_operations
45472024-08-16T05:33:10.160Z PASS [ 0.045s] omicron-common api::external::test::test_mac_system_iterator
45482024-08-16T05:33:10.197Z PASS [ 0.038s] omicron-common api::external::test::test_mac_to_int_conversions
45492024-08-16T05:33:10.229Z PASS [ 0.031s] omicron-common api::external::test::test_macaddr
45502024-08-16T05:33:10.271Z PASS [ 0.042s] omicron-common api::external::test::test_name_parse
45512024-08-16T05:33:10.306Z PASS [ 0.035s] omicron-common api::external::test::test_name_parse_from_param
45522024-08-16T05:33:10.336Z PASS [ 0.031s] omicron-common api::external::test::test_resource_name_parse
45532024-08-16T05:33:10.376Z PASS [ 0.040s] omicron-common api::external::test::test_role_name_parse
45542024-08-16T05:33:10.435Z PASS [ 0.059s] omicron-common api::external::test::test_route_destination_parse
45552024-08-16T05:33:10.504Z PASS [ 0.068s] omicron-common api::external::test::test_route_target_parse
45562024-08-16T05:33:10.539Z PASS [ 0.035s] omicron-common api::external::test::test_semver_serialize
45572024-08-16T05:33:10.577Z PASS [ 0.038s] omicron-common api::external::test::test_semver_validation
45582024-08-16T05:33:10.620Z PASS [ 0.041s] omicron-common api::internal::nexus::tests::known_artifact_kind_roundtrip
45592024-08-16T05:33:10.657Z PASS [ 0.039s] omicron-common api::internal::shared::tests::test_deserialize_allowed_source_ips
45602024-08-16T05:33:10.691Z PASS [ 0.035s] omicron-common api::internal::shared::tests::test_deserialize_any_into_allowed_external_ips
45612024-08-16T05:33:10.733Z PASS [ 0.041s] omicron-common api::internal::shared::tests::test_deserialize_unknown_string
45622024-08-16T05:33:10.795Z PASS [ 0.063s] omicron-common ledger::test::test_commit_handles_write_failures
45632024-08-16T05:33:10.835Z PASS [ 0.039s] omicron-common ledger::test::test_create_default_ledger
45642024-08-16T05:33:10.878Z PASS [ 0.042s] omicron-common ledger::test::test_create_ledger_reads_from_storage
45652024-08-16T05:33:10.924Z PASS [ 0.047s] omicron-common ledger::test::test_create_ledger_reads_latest_from_storage
45662024-08-16T05:33:10.963Z PASS [ 0.037s] omicron-common update::tests::serde_artifact_kind
45672024-08-16T05:33:10.999Z PASS [ 0.039s] omicron-common zpool_name::test::test_parse_bad_zpool_names
45682024-08-16T05:33:11.045Z PASS [ 0.039s] omicron-common zpool_name::test::test_parse_external_zpool_name
45692024-08-16T05:33:11.098Z PASS [ 0.055s] omicron-common zpool_name::test::test_parse_internal_zpool_name
45702024-08-16T05:33:11.136Z PASS [ 0.041s] omicron-common zpool_name::test::test_parse_zpool_name_json
45712024-08-16T05:33:11.195Z PASS [ 0.056s] omicron-common zpool_name::test::test_zpool_name_regex
45722024-08-16T05:33:11.913Z PASS [ 0.719s] omicron-dev::test-omicron-dev test_omicron_dev_bad_cmd
45732024-08-16T05:33:12.027Z PASS [ 0.115s] omicron-dev::test-omicron-dev test_omicron_dev_no_args
45742024-08-16T05:33:12.077Z PASS [ 7.731s] omicron-cockroach-admin cockroach_cli::tests::test_node_decommission_compatibility
45752024-08-16T05:33:12.153Z PASS [ 0.071s] omicron-gateway management_switch::location_map::tests::test_config_validation
45762024-08-16T05:33:12.210Z PASS [ 0.062s] omicron-gateway management_switch::location_map::tests::test_resolve_location
45772024-08-16T05:33:12.247Z PASS [ 7.691s] omicron-cockroach-admin cockroach_cli::tests::test_node_status_compatibility
45782024-08-16T05:33:12.312Z PASS [ 7.608s] omicron-cockroach-admin context::tests::test_node_id
45792024-08-16T05:33:12.588Z PASS [ 0.274s] omicron-gateway::test_all integration_tests::serial_console::serial_console_communication
45802024-08-16T05:33:12.611Z PASS [ 0.389s] omicron-gateway::test_all integration_tests::component_list::component_list
45812024-08-16T05:33:12.722Z PASS [ 0.476s] omicron-gateway::test_all integration_tests::location_discovery::discovery_both_locations
45822024-08-16T05:33:12.807Z PASS [ 0.221s] omicron-gateway::test_all integration_tests::serial_console::serial_console_detach
45832024-08-16T05:33:14.743Z PASS [ 11.271s] nexus-types deployment::tri_map::tests::proptest_ops
45842024-08-16T05:33:14.921Z PASS [ 46.559s] nexus-reconfigurator-execution dns::test::test_silos_external_dns_end_to_end
45852024-08-16T05:33:17.990Z PASS [ 21.330s] nexus-reconfigurator-execution sled_state::tests::test_decommission_is_idempotent
45862024-08-16T05:33:31.506Z PASS [ 30.828s] nexus-reconfigurator-planning blueprint_builder::external_networking::test::test_external_ip_allocator
45872024-08-16T05:33:36.912Z PASS [ 24.192s] omicron-nexus app::background::driver::test::test_driver_basic
45882024-08-16T05:33:37.503Z PASS [ 24.695s] omicron-nexus app::background::init::test::test_dns_propagation_basic
45892024-08-16T05:33:38.034Z PASS [ 25.436s] omicron-nexus app::background::driver::test::test_activation_in_progress
45902024-08-16T05:33:41.379Z PASS [ 29.355s] omicron-dev::test-omicron-dev test_run_all
45912024-08-16T05:33:45.796Z PASS [ 8.294s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_fails_if_no_blueprint
45922024-08-16T05:33:45.860Z PASS [ 0.062s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_default_cockroach_admin_addrs_from_blueprint
45932024-08-16T05:33:46.251Z PASS [ 8.214s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_with_no_unknown_node_ids
45942024-08-16T05:33:47.069Z PASS [ 32.329s] omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::sled_resource_already_deleted
45952024-08-16T05:33:47.185Z PASS [ 32.270s] omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::test_abandoned_vmms_are_reaped
45962024-08-16T05:33:47.806Z PASS [ 29.838s] omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::vmm_already_deleted
45972024-08-16T05:33:50.060Z PASS [ 8.681s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_with_unknown_node_ids
45982024-08-16T05:33:52.680Z PASS [ 21.174s] omicron-nexus app::background::tasks::blueprint_execution::test::test_deploy_omicron_zones
45992024-08-16T05:33:57.847Z PASS [ 20.935s] omicron-nexus app::background::tasks::blueprint_load::test::test_load_blueprints
46002024-08-16T05:34:07.684Z PASS [ 21.436s] omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_does_not_clean_disks_with_regions
46012024-08-16T05:34:07.792Z PASS [ 21.934s] omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_cleans_disks_with_no_regions
46022024-08-16T05:34:08.147Z PASS [ 21.078s] omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_ignores_active_disks
46032024-08-16T05:34:08.573Z PASS [ 21.390s] omicron-nexus app::background::tasks::dns_config::test::test_basic
46042024-08-16T05:34:09.371Z PASS [ 21.565s] omicron-nexus app::background::tasks::dns_propagation::test::test_basic
46052024-08-16T05:34:12.479Z PASS [ 22.420s] omicron-nexus app::background::tasks::external_endpoints::test::test_basic
46062024-08-16T05:34:18.057Z PASS [ 20.210s] omicron-nexus app::background::tasks::inventory_collection::test::test_db_sled_enumerator
46072024-08-16T05:34:26.650Z PASS [ 18.965s] omicron-nexus app::background::tasks::metrics_producer_gc::tests::test_pruning
46082024-08-16T05:34:28.127Z PASS [ 20.325s] omicron-nexus app::background::tasks::region_replacement::test::test_add_region_replacement_causes_start
46092024-08-16T05:34:28.402Z PASS [ 20.254s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_done_region_replacement_causes_finish
46102024-08-16T05:34:28.733Z PASS [ 20.160s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_mark_region_replacement_done_after_notification
46112024-08-16T05:34:29.603Z PASS [ 20.232s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_no_mark_region_replacement_done_after_failed_notification
46122024-08-16T05:34:30.913Z PASS [ 18.433s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_running_region_replacement_causes_drive
46132024-08-16T05:34:32.109Z PASS [ 1.196s] omicron-nexus app::external_endpoints::test::test_authority
46142024-08-16T05:34:32.340Z PASS [ 0.232s] omicron-nexus app::external_endpoints::test::test_external_endpoints_basic
46152024-08-16T05:34:32.438Z PASS [ 39.759s] omicron-nexus app::background::tasks::inventory_collection::test::test_basic
46162024-08-16T05:34:32.552Z PASS [ 0.115s] omicron-nexus app::external_endpoints::test::test_external_endpoints_empty
46172024-08-16T05:34:32.610Z PASS [ 0.056s] omicron-nexus app::external_endpoints::test::test_no_endpoint
46182024-08-16T05:34:32.670Z PASS [ 0.060s] omicron-nexus app::instance::tests::test_instance_start_allowed_when_no_vmm
46192024-08-16T05:34:32.752Z PASS [ 0.081s] omicron-nexus app::instance::tests::test_instance_start_allowed_when_vmm_in_saga_unwound
46202024-08-16T05:34:32.815Z PASS [ 0.065s] omicron-nexus app::instance::tests::test_instance_start_forbidden_while_creating
46212024-08-16T05:34:32.878Z PASS [ 0.063s] omicron-nexus app::instance::tests::test_instance_start_idempotent_if_active
46222024-08-16T05:34:32.952Z PASS [ 0.069s] omicron-nexus app::instance::tests::test_serial_console_stream_proxying
46232024-08-16T05:34:34.136Z PASS [ 1.796s] omicron-nexus app::external_endpoints::test::test_external_endpoints_complex
46242024-08-16T05:34:36.264Z PASS [ 7.863s] omicron-nexus app::background::tasks::saga_recovery::test::test_failure_during_saga_can_be_recovered
46252024-08-16T05:34:36.477Z PASS [ 18.419s] omicron-nexus app::background::tasks::region_snapshot_replacement_garbage_collect::test::test_region_snapshot_replacement_garbage_collect_task
46262024-08-16T05:34:37.822Z PASS [ 8.220s] omicron-nexus app::background::tasks::saga_recovery::test::test_successful_saga_does_not_replay_during_recovery
46272024-08-16T05:34:46.526Z PASS [ 19.879s] omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_add_region_snapshot_replacement_causes_start
46282024-08-16T05:34:50.300Z PASS [ 21.565s] omicron-nexus app::background::tasks::saga_recovery::test::test_nexus_recovery
46292024-08-16T05:34:55.496Z PASS [ 27.378s] omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_expunge_disk_causes_region_snapshot_replacement_start
46302024-08-16T05:35:04.141Z PASS [ 27.662s] omicron-nexus app::sagas::disk_create::test::test_saga_basic_usage_succeeds
46312024-08-16T05:35:04.862Z PASS [ 31.901s] omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind
46322024-08-16T05:35:05.652Z PASS [ 29.386s] omicron-nexus app::sagas::disk_create::test::test_actions_succeed_idempotently
46332024-08-16T05:35:05.999Z PASS [ 28.176s] omicron-nexus app::sagas::disk_delete::test::test_actions_succeed_idempotently
46342024-08-16T05:35:06.088Z PASS [ 31.952s] omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind_idempotently
46352024-08-16T05:35:13.457Z PASS [ 26.930s] omicron-nexus app::sagas::disk_delete::test::test_saga_basic_usage_succeeds
46362024-08-16T05:35:38.591Z PASS [ 33.744s] omicron-nexus app::sagas::instance_create::test::test_saga_basic_usage_succeeds
46372024-08-16T05:35:41.478Z PASS [ 35.482s] omicron-nexus app::sagas::instance_delete::test::test_saga_basic_usage_succeeds
46382024-08-16T05:35:42.082Z PASS [ 36.431s] omicron-nexus app::sagas::instance_delete::test::test_actions_succeed_idempotently
46392024-08-16T05:35:42.675Z PASS [ 36.588s] omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind
46402024-08-16T05:35:49.286Z PASS [ 35.828s] omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind_idempotently
46412024-08-16T05:35:50.300Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
46422024-08-16T05:35:51.056Z PASS [ 46.917s] omicron-nexus app::sagas::instance_create::test::test_actions_succeed_idempotently
46432024-08-16T05:35:55.495Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
46442024-08-16T05:36:12.664Z PASS [ 34.072s] omicron-nexus app::sagas::instance_ip_attach::test::test_actions_succeed_idempotently
46452024-08-16T05:36:13.804Z PASS [ 32.325s] omicron-nexus app::sagas::instance_ip_attach::test::test_saga_basic_usage_succeeds
46462024-08-16T05:36:20.014Z PASS [ 37.933s] omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind
46472024-08-16T05:36:21.758Z PASS [ 39.082s] omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind_idempotently
46482024-08-16T05:36:24.661Z PASS [ 35.375s] omicron-nexus app::sagas::instance_ip_detach::test::test_actions_succeed_idempotently
46492024-08-16T05:36:25.495Z PASS [ 34.441s] omicron-nexus app::sagas::instance_ip_detach::test::test_saga_basic_usage_succeeds
46502024-08-16T05:36:42.821Z PASS [ 29.016s] omicron-nexus app::sagas::instance_migrate::tests::test_saga_basic_usage_succeeds
46512024-08-16T05:36:50.017Z PASS [ 28.260s] omicron-nexus app::sagas::instance_start::test::test_actions_succeed_idempotently
46522024-08-16T05:36:50.301Z SLOW [>120.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
46532024-08-16T05:36:51.223Z PASS [ 25.725s] omicron-nexus app::sagas::instance_start::test::test_saga_basic_usage_succeeds
46542024-08-16T05:36:51.922Z PASS [ 27.262s] omicron-nexus app::sagas::instance_start::test::test_ensure_running_unwind
46552024-08-16T05:36:55.239Z PASS [ 35.227s] omicron-nexus app::sagas::instance_start::test::test_action_failure_can_unwind
46562024-08-16T05:36:55.497Z SLOW [>120.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
46572024-08-16T05:37:12.663Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind
46582024-08-16T05:37:18.798Z PASS [ 28.781s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_actions_succeed_idempotently
46592024-08-16T05:37:19.325Z PASS [ 28.105s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_succeeds
46602024-08-16T05:37:23.300Z PASS [ 31.376s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_actions_succeed_idempotently
46612024-08-16T05:37:42.824Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_action_failure_can_unwind
46622024-08-16T05:37:47.723Z PASS [ 28.923s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_succeeds
46632024-08-16T05:37:48.171Z PASS [ 28.847s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_actions_succeed_idempotently
46642024-08-16T05:37:50.301Z SLOW [>180.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
46652024-08-16T05:37:55.241Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
46662024-08-16T05:37:55.499Z SLOW [>180.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
46672024-08-16T05:37:58.006Z PASS [ 105.343s] omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind
46682024-08-16T05:38:19.977Z PASS [ 97.157s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_action_failure_can_unwind
46692024-08-16T05:38:20.043Z PASS [ 32.322s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_succeeds
46702024-08-16T05:38:20.263Z PASS [ 32.091s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_actions_succeed_idempotently
46712024-08-16T05:38:23.300Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_can_unwind
46722024-08-16T05:38:50.302Z SLOW [>240.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
46732024-08-16T05:38:50.926Z PASS [ 115.687s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
46742024-08-16T05:38:51.633Z PASS [ 31.655s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_succeeds
46752024-08-16T05:38:52.862Z PASS [ 32.818s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_actions_succeed_idempotently
46762024-08-16T05:38:55.499Z SLOW [>240.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
46772024-08-16T05:38:58.005Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
46782024-08-16T05:39:01.673Z PASS [ 98.246s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_can_unwind
46792024-08-16T05:39:20.264Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_can_unwind
46802024-08-16T05:39:24.200Z PASS [ 33.273s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_succeeds
46812024-08-16T05:39:24.379Z PASS [ 64.116s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_can_unwind
46822024-08-16T05:39:24.855Z PASS [ 33.213s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_actions_succeed_idempotently
46832024-08-16T05:39:33.611Z PASS [ 32.068s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_succeeds
46842024-08-16T05:39:50.303Z SLOW [>300.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
46852024-08-16T05:39:52.862Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
46862024-08-16T05:39:55.454Z PASS [ 31.256s] omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_actions_succeed_idempotently
46872024-08-16T05:39:55.498Z SLOW [>300.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
46882024-08-16T05:39:55.823Z PASS [ 30.964s] omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_succeeds
46892024-08-16T05:39:58.008Z SLOW [>120.000s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
46902024-08-16T05:40:06.369Z PASS [ 32.759s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_actions_succeed_idempotently
46912024-08-16T05:40:24.379Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_can_unwind
46922024-08-16T05:40:27.492Z PASS [ 63.114s] omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_can_unwind
46932024-08-16T05:40:28.027Z PASS [ 32.217s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_actions_succeed_idempotently
46942024-08-16T05:40:32.764Z PASS [ 154.759s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
46952024-08-16T05:40:50.304Z SLOW [>360.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
46962024-08-16T05:40:52.636Z PASS [ 119.776s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
46972024-08-16T05:40:55.455Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_can_unwind
46982024-08-16T05:40:55.500Z SLOW [>360.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
46992024-08-16T05:40:58.297Z PASS [ 30.273s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_succeeds
47002024-08-16T05:40:58.371Z PASS [ 62.917s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_can_unwind
47012024-08-16T05:40:58.579Z PASS [ 31.087s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_succeeds
47022024-08-16T05:41:06.370Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_can_unwind
47032024-08-16T05:41:13.055Z PASS [ 40.260s] omicron-nexus app::sagas::instance_update::test::test_start_saga_action_failure_can_unwind
47042024-08-16T05:41:19.603Z PASS [ 21.025s] omicron-nexus app::sagas::region_replacement_finish::test::test_region_replacement_finish_saga
47052024-08-16T05:41:20.621Z PASS [ 22.250s] omicron-nexus app::sagas::project_create::test::test_saga_basic_usage_succeeds
47062024-08-16T05:41:21.992Z PASS [ 29.357s] omicron-nexus app::sagas::instance_update::test::test_start_saga_actions_succeed_idempotently
47072024-08-16T05:41:31.133Z PASS [ 32.836s] omicron-nexus app::sagas::project_create::test::test_action_failure_can_unwind
47082024-08-16T05:41:40.430Z PASS [ 19.810s] omicron-nexus app::sagas::region_replacement_start::test::test_find_only_new_region
47092024-08-16T05:41:47.295Z PASS [ 34.266s] omicron-nexus app::sagas::region_replacement_start::test::test_action_failure_can_unwind_idempotently
47102024-08-16T05:41:48.333Z PASS [ 28.728s] omicron-nexus app::sagas::region_replacement_start::test::test_actions_succeed_idempotently
47112024-08-16T05:41:49.051Z PASS [ 102.679s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_can_unwind
47122024-08-16T05:41:50.313Z SLOW [>420.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
47132024-08-16T05:41:51.537Z PASS [ 20.404s] omicron-nexus app::sagas::region_snapshot_replacement_garbage_collect::test::test_region_snapshot_replacement_garbage_collect_saga
47142024-08-16T05:41:52.185Z PASS [ 30.191s] omicron-nexus app::sagas::region_replacement_start::test::test_region_replacement_start_saga
47152024-08-16T05:41:52.269Z PASS [ 0.082s] omicron-nexus app::sagas::snapshot_create::test::test_create_snapshot_from_disk_modify_request
47162024-08-16T05:41:55.503Z SLOW [>420.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
47172024-08-16T05:42:17.563Z PASS [ 37.128s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_action_failure_can_unwind_idempotently
47182024-08-16T05:42:21.447Z PASS [ 33.732s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_actions_succeed_idempotently
47192024-08-16T05:42:21.447Z PASS [ 32.723s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_saga
47202024-08-16T05:42:22.271Z PASS [ 30.008s] omicron-nexus app::sagas::snapshot_create::test::test_saga_basic_usage_succeeds
47212024-08-16T05:42:41.743Z PASS [ 20.690s] omicron-nexus app::sagas::test_saga::test_saga_stuck
47222024-08-16T05:42:49.048Z SLOW [> 60.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
47232024-08-16T05:42:50.305Z SLOW [>480.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
47242024-08-16T05:42:50.781Z PASS [ 28.505s] omicron-nexus app::sagas::vpc_create::test::test_action_failure_can_unwind
47252024-08-16T05:42:51.538Z SLOW [> 60.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
47262024-08-16T05:42:55.329Z PASS [ 37.772s] omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_set
47272024-08-16T05:42:55.390Z PASS [ 0.061s] omicron-nexus external_api::console_api::test::test_accept_gz
47282024-08-16T05:42:55.463Z PASS [ 0.069s] omicron-nexus external_api::console_api::test::test_find_file_404_on_directory
47292024-08-16T05:42:55.500Z SLOW [>480.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
47302024-08-16T05:42:55.524Z PASS [ 0.057s] omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent
47312024-08-16T05:42:55.580Z PASS [ 0.062s] omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent_nested
47322024-08-16T05:42:55.641Z PASS [ 0.061s] omicron-nexus external_api::console_api::test::test_find_file_404_on_symlink
47332024-08-16T05:42:55.753Z PASS [ 0.111s] omicron-nexus external_api::console_api::test::test_find_file_finds_file
47342024-08-16T05:42:55.864Z PASS [ 0.111s] omicron-nexus external_api::console_api::test::test_find_file_wont_follow_symlink
47352024-08-16T05:42:55.940Z PASS [ 0.072s] omicron-nexus external_api::console_api::test::test_relative_uri
47362024-08-16T05:42:56.141Z PASS [ 0.195s] omicron-nexus external_api::http_entrypoints::test::test_nexus_tag_policy
47372024-08-16T05:42:57.290Z PASS [ 6.513s] omicron-nexus cidata::tests::build_vfat_works_with_arbitrarily_sized_input
47382024-08-16T05:42:59.721Z PASS [ 38.661s] omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_unset
47392024-08-16T05:43:04.329Z PASS [ 22.587s] omicron-nexus app::sagas::vpc_create::test::test_saga_basic_usage_succeeds
47402024-08-16T05:43:17.778Z PASS [ 20.488s] omicron-nexus::test_all integration_tests::address_lots::test_address_lot_basic_crud
47412024-08-16T05:43:19.364Z PASS [ 1.584s] omicron-nexus::test_all integration_tests::authn_http::test_authn_session_cookie
47422024-08-16T05:43:20.331Z PASS [ 20.649s] omicron-nexus::test_all integration_tests::address_lots::test_address_lot_invalid_range
47432024-08-16T05:43:20.485Z PASS [ 0.157s] omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_unconfigured
47442024-08-16T05:43:20.540Z PASS [ 1.179s] omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_allowed
47452024-08-16T05:43:22.272Z PASS [ 90.736s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
47462024-08-16T05:43:25.645Z PASS [ 21.315s] omicron-nexus::test_all integration_tests::allow_list::test_allow_list
47472024-08-16T05:43:40.729Z PASS [ 20.189s] omicron-nexus::test_all integration_tests::authz::test_list_silo_idps_for_unpriv
47482024-08-16T05:43:40.887Z PASS [ 20.399s] omicron-nexus::test_all integration_tests::authz::test_cannot_read_others_ssh_keys
47492024-08-16T05:43:42.119Z PASS [ 19.846s] omicron-nexus::test_all integration_tests::authz::test_list_silo_users_for_unpriv
47502024-08-16T05:43:45.202Z PASS [ 19.559s] omicron-nexus::test_all integration_tests::authz::test_session_me_for_unpriv
47512024-08-16T05:43:49.048Z SLOW [>120.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
47522024-08-16T05:43:50.305Z SLOW [>540.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
47532024-08-16T05:43:55.501Z SLOW [>540.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
47542024-08-16T05:43:56.141Z SLOW [> 60.000s] omicron-nexus populate::test::test_populators
47552024-08-16T05:43:59.878Z PASS [ 18.992s] omicron-nexus::test_all integration_tests::basic::test_basic_failures
47562024-08-16T05:44:00.636Z PASS [ 19.908s] omicron-nexus::test_all integration_tests::authz::test_silo_read_for_unpriv
47572024-08-16T05:44:01.381Z PASS [ 19.263s] omicron-nexus::test_all integration_tests::basic::test_ping
47582024-08-16T05:44:10.715Z PASS [ 25.512s] omicron-nexus::test_all integration_tests::basic::test_projects_basic
47592024-08-16T05:44:19.264Z PASS [ 18.627s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_cert
47602024-08-16T05:44:19.628Z PASS [ 18.248s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_key
47612024-08-16T05:44:21.227Z PASS [ 85.098s] omicron-nexus populate::test::test_populators
47622024-08-16T05:44:29.914Z PASS [ 19.198s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_expired_cert
47632024-08-16T05:44:31.484Z PASS [ 31.607s] omicron-nexus::test_all integration_tests::basic::test_projects_list
47642024-08-16T05:44:38.648Z PASS [ 19.018s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_mismatched_key
47652024-08-16T05:44:38.899Z PASS [ 19.636s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_incorrect_subject_alt_name
47662024-08-16T05:44:40.757Z PASS [ 2.109s] omicron-nexus::test_all integration_tests::commands::test_nexus_bad_config
47672024-08-16T05:44:40.798Z PASS [ 1.898s] omicron-nexus::test_all integration_tests::commands::test_nexus_invalid_config
47682024-08-16T05:44:40.934Z PASS [ 0.176s] omicron-nexus::test_all integration_tests::commands::test_nexus_no_args
47692024-08-16T05:44:42.137Z PASS [ 1.339s] omicron-nexus::test_all integration_tests::commands::test_nexus_openapi
47702024-08-16T05:44:43.242Z PASS [ 22.014s] omicron-nexus::test_all integration_tests::certificates::test_crud
47712024-08-16T05:44:48.737Z PASS [ 18.824s] omicron-nexus::test_all integration_tests::certificates::test_not_found_before_creation
47722024-08-16T05:44:49.049Z SLOW [>180.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
47732024-08-16T05:44:50.305Z SLOW [>600.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
47742024-08-16T05:44:55.501Z SLOW [>600.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
47752024-08-16T05:44:57.082Z PASS [ 25.598s] omicron-nexus::test_all integration_tests::certificates::test_silo_certificates
47762024-08-16T05:44:59.815Z PASS [ 18.879s] omicron-nexus::test_all integration_tests::console_api::test_absolute_static_dir
47772024-08-16T05:45:01.618Z PASS [ 19.481s] omicron-nexus::test_all integration_tests::console_api::test_assets
47782024-08-16T05:45:01.858Z PASS [ 18.611s] omicron-nexus::test_all integration_tests::console_api::test_bad_redirect_uri
47792024-08-16T05:45:11.787Z PASS [ 23.052s] omicron-nexus::test_all integration_tests::console_api::test_console_pages
47802024-08-16T05:45:19.682Z PASS [ 19.871s] omicron-nexus::test_all integration_tests::console_api::test_login_redirect_simple
47812024-08-16T05:45:19.927Z PASS [ 22.844s] omicron-nexus::test_all integration_tests::console_api::test_login_redirect_multiple_silos
47822024-08-16T05:45:20.478Z PASS [ 18.858s] omicron-nexus::test_all integration_tests::console_api::test_session_me
47832024-08-16T05:45:20.782Z PASS [ 18.930s] omicron-nexus::test_all integration_tests::console_api::test_session_me_groups
47842024-08-16T05:45:22.961Z PASS [ 632.650s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
47852024-08-16T05:45:30.815Z PASS [ 635.323s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
47862024-08-16T05:45:35.759Z PASS [ 23.972s] omicron-nexus::test_all integration_tests::console_api::test_sessions
47872024-08-16T05:45:39.280Z PASS [ 19.598s] omicron-nexus::test_all integration_tests::console_api::test_unauthed_console_pages
47882024-08-16T05:45:40.056Z PASS [ 19.582s] omicron-nexus::test_all integration_tests::device_auth::test_device_auth_flow
47892024-08-16T05:45:40.098Z PASS [ 20.171s] omicron-nexus::test_all integration_tests::demo_saga::test_demo_saga
47902024-08-16T05:45:49.050Z SLOW [>240.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
47912024-08-16T05:45:51.679Z PASS [ 30.897s] omicron-nexus::test_all integration_tests::disks::test_disk_backed_by_multiple_region_sets
47922024-08-16T05:45:59.383Z PASS [ 28.572s] omicron-nexus::test_all integration_tests::disks::test_disk_create_disk_that_already_exists_fails
47932024-08-16T05:46:02.125Z PASS [ 39.183s] omicron-nexus::test_all integration_tests::disks::test_disk_create_attach_detach_delete
47942024-08-16T05:46:02.660Z PASS [ 26.900s] omicron-nexus::test_all integration_tests::disks::test_disk_create_for_importing
47952024-08-16T05:46:06.357Z PASS [ 26.257s] omicron-nexus::test_all integration_tests::disks::test_disk_invalid_block_size_rejected
47962024-08-16T05:46:06.449Z PASS [ 27.168s] omicron-nexus::test_all integration_tests::disks::test_disk_creation_region_requested_then_started
47972024-08-16T05:46:07.692Z PASS [ 27.634s] omicron-nexus::test_all integration_tests::disks::test_disk_expunge
47982024-08-16T05:46:28.981Z PASS [ 22.531s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_greater_than_max_disk_size_bytes
47992024-08-16T05:46:29.576Z PASS [ 26.915s] omicron-nexus::test_all integration_tests::disks::test_disk_not_found_before_creation
48002024-08-16T05:46:29.693Z PASS [ 22.002s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_less_than_min_disk_size_bytes
48012024-08-16T05:46:30.573Z PASS [ 38.893s] omicron-nexus::test_all integration_tests::disks::test_disk_metrics
48022024-08-16T05:46:34.187Z PASS [ 27.833s] omicron-nexus::test_all integration_tests::disks::test_disk_region_creation_failure
48032024-08-16T05:46:45.093Z PASS [ 45.707s] omicron-nexus::test_all integration_tests::disks::test_disk_metrics_paginated
48042024-08-16T05:46:49.050Z SLOW [>300.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
48052024-08-16T05:46:51.198Z PASS [ 21.622s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_min_disk_size
48062024-08-16T05:46:54.576Z PASS [ 52.451s] omicron-nexus::test_all integration_tests::disks::test_disk_move_between_instances
48072024-08-16T05:46:54.601Z PASS [ 25.607s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_block_size
48082024-08-16T05:46:59.020Z PASS [ 29.326s] omicron-nexus::test_all integration_tests::disks::test_disk_size_accounting
48092024-08-16T05:47:00.992Z PASS [ 26.806s] omicron-nexus::test_all integration_tests::disks::test_disk_too_big
48102024-08-16T05:47:12.349Z PASS [ 41.777s] omicron-nexus::test_all integration_tests::disks::test_disk_slot_assignment
48112024-08-16T05:47:15.370Z PASS [ 30.278s] omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection
48122024-08-16T05:47:21.139Z PASS [ 29.942s] omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection_failed_delete
48132024-08-16T05:47:22.334Z PASS [ 27.749s] omicron-nexus::test_all integration_tests::disks::test_no_halt_disk_delete_one_region_on_expunged_agent
48142024-08-16T05:47:27.035Z PASS [ 32.457s] omicron-nexus::test_all integration_tests::disks::test_multiple_disks_multiple_zpools
48152024-08-16T05:47:28.436Z PASS [ 27.439s] omicron-nexus::test_all integration_tests::disks::test_project_delete_disk_no_auth_idempotent
48162024-08-16T05:47:29.182Z PASS [ 30.162s] omicron-nexus::test_all integration_tests::disks::test_phantom_disk_rename
48172024-08-16T05:47:40.958Z PASS [ 28.610s] omicron-nexus::test_all integration_tests::disks::test_region_allocation_after_delete
48182024-08-16T05:47:44.393Z PASS [ 29.023s] omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent
48192024-08-16T05:47:46.520Z PASS [ 25.381s] omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent_arbitrary
48202024-08-16T05:47:47.285Z PASS [ 24.948s] omicron-nexus::test_all integration_tests::disks::test_single_region_allocate
48212024-08-16T05:47:49.054Z SLOW [>360.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
48222024-08-16T05:47:56.626Z PASS [ 28.137s] omicron-nexus::test_all integration_tests::disks::test_single_region_allocate_for_replace_not_enough_zpools
48232024-08-16T05:47:56.898Z PASS [ 29.865s] omicron-nexus::test_all integration_tests::disks::test_single_region_allocate_for_replace
48242024-08-16T05:48:02.555Z PASS [ 33.367s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_ephemeral_at_pool_exhaustion
48252024-08-16T05:48:10.347Z PASS [ 23.064s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_access
48262024-08-16T05:48:20.713Z PASS [ 39.752s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fail_if_in_use_by_other
48272024-08-16T05:48:21.350Z PASS [ 24.452s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create
48282024-08-16T05:48:29.722Z PASS [ 33.155s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_attach_fail_between_projects
48292024-08-16T05:48:32.662Z PASS [ 48.268s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fails_after_maximum
48302024-08-16T05:48:32.893Z PASS [ 22.546s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_fails_in_other_silo_pool
48312024-08-16T05:48:33.571Z PASS [ 47.051s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_live_attach_detach
48322024-08-16T05:48:33.920Z PASS [ 0.348s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_delivers_progress
48332024-08-16T05:48:34.297Z PASS [ 0.377s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_remembers_successful_mgs_instance
48342024-08-16T05:48:34.861Z PASS [ 0.564s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_switches_mgs_instances_on_failure
48352024-08-16T05:48:35.350Z PASS [ 0.488s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_updates_sled
48362024-08-16T05:48:35.509Z PASS [ 32.961s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_attachment
48372024-08-16T05:48:42.294Z PASS [ 21.582s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_ip_in_use
48382024-08-16T05:48:43.039Z PASS [ 21.687s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_name_in_use
48392024-08-16T05:48:49.052Z SLOW [>420.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
48402024-08-16T05:48:54.170Z PASS [ 24.446s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_non_admin
48412024-08-16T05:48:56.534Z PASS [ 23.874s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_delete
48422024-08-16T05:48:56.593Z PASS [ 23.701s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_update
48432024-08-16T05:49:02.166Z PASS [ 26.816s] omicron-nexus::test_all integration_tests::images::test_image_create
48442024-08-16T05:49:04.724Z PASS [ 29.216s] omicron-nexus::test_all integration_tests::images::test_image_deletion_permissions
48452024-08-16T05:49:11.730Z PASS [ 28.693s] omicron-nexus::test_all integration_tests::images::test_image_promotion
48462024-08-16T05:49:14.089Z PASS [ 31.795s] omicron-nexus::test_all integration_tests::images::test_image_from_other_project_snapshot_fails
48472024-08-16T05:49:14.707Z PASS [ 9.982s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_cockroach
48482024-08-16T05:49:20.492Z PASS [ 26.322s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_image
48492024-08-16T05:49:21.304Z PASS [ 9.573s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_dendrite
48502024-08-16T05:49:22.377Z PASS [ 25.844s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_image_too_small
48512024-08-16T05:49:22.935Z PASS [ 8.225s] omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_until_schema_updated
48522024-08-16T05:49:22.973Z PASS [ 8.885s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_with_valid_schema
48532024-08-16T05:49:24.084Z PASS [ 27.491s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_other_project_image_fails
48542024-08-16T05:49:27.294Z PASS [ 25.131s] omicron-nexus::test_all integration_tests::images::test_silo_image_create
48552024-08-16T05:49:45.340Z PASS [ 24.849s] omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_without_valid_schema
48562024-08-16T05:49:47.002Z PASS [ 22.917s] omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_bad_hostname
48572024-08-16T05:49:48.371Z PASS [ 21.074s] omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_empty_hostname
48582024-08-16T05:49:49.053Z SLOW [>480.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
48592024-08-16T05:49:55.692Z PASS [ 32.718s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_nine_disks_to_instance
48602024-08-16T05:49:57.656Z PASS [ 35.278s] omicron-nexus::test_all integration_tests::instances::test_attach_one_disk_to_instance
48612024-08-16T05:50:09.173Z PASS [ 22.168s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_limit
48622024-08-16T05:50:09.881Z PASS [ 46.950s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_faulted_disks
48632024-08-16T05:50:10.660Z PASS [ 49.358s] omicron-nexus::test_all integration_tests::instances::test_attach_eight_disks_to_instance
48642024-08-16T05:50:27.152Z PASS [ 29.497s] omicron-nexus::test_all integration_tests::instances::test_instance_access
48652024-08-16T05:50:29.076Z PASS [ 43.734s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_capacity
48662024-08-16T05:50:30.993Z PASS [ 21.824s] omicron-nexus::test_all integration_tests::instances::test_instance_allow_only_one_ephemeral_ip
48672024-08-16T05:50:33.112Z PASS [ 44.743s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_ram_capacity
48682024-08-16T05:50:43.246Z PASS [ 33.363s] omicron-nexus::test_all integration_tests::instances::test_instance_attach_several_external_ips
48692024-08-16T05:50:46.009Z PASS [ 35.347s] omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks
48702024-08-16T05:50:49.054Z SLOW [>540.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
48712024-08-16T05:50:55.692Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed
48722024-08-16T05:51:03.023Z PASS [ 553.978s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
48732024-08-16T05:51:05.802Z PASS [ 34.811s] omicron-nexus::test_all integration_tests::instances::test_instance_create_in_silo
48742024-08-16T05:51:06.844Z PASS [ 39.668s] omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks_undo
48752024-08-16T05:51:07.918Z PASS [ 38.843s] omicron-nexus::test_all integration_tests::instances::test_instance_create_delete_network_interface
48762024-08-16T05:51:11.607Z PASS [ 38.494s] omicron-nexus::test_all integration_tests::instances::test_instance_create_saga_removes_instance_database_record
48772024-08-16T05:51:23.221Z PASS [ 39.979s] omicron-nexus::test_all integration_tests::instances::test_instance_create_with_ssh_keys
48782024-08-16T05:51:29.016Z PASS [ 93.305s] omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed
48792024-08-16T05:51:32.291Z PASS [ 29.269s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_orphan_pool
48802024-08-16T05:51:32.741Z PASS [ 26.940s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_no_default_pool_error
48812024-08-16T05:51:38.961Z PASS [ 52.953s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_correct_pool
48822024-08-16T05:51:42.872Z PASS [ 36.053s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_error
48832024-08-16T05:51:48.138Z PASS [ 40.220s] omicron-nexus::test_all integration_tests::instances::test_instance_metrics
48842024-08-16T05:51:49.033Z PASS [ 37.426s] omicron-nexus::test_all integration_tests::instances::test_instance_metrics_with_migration
48852024-08-16T05:51:59.304Z PASS [ 36.080s] omicron-nexus::test_all integration_tests::instances::test_instance_migrate
48862024-08-16T05:52:03.976Z PASS [ 21.104s] omicron-nexus::test_all integration_tests::instances::test_instance_using_image_from_other_project_fails
48872024-08-16T05:52:04.546Z PASS [ 35.549s] omicron-nexus::test_all integration_tests::instances::test_instance_migrate_v2p_and_routes
48882024-08-16T05:52:09.580Z PASS [ 20.547s] omicron-nexus::test_all integration_tests::instances::test_instance_with_multiple_nics_unwinds_completely
48892024-08-16T05:52:15.297Z PASS [ 43.008s] omicron-nexus::test_all integration_tests::instances::test_instance_serial
48902024-08-16T05:52:15.736Z PASS [ 42.994s] omicron-nexus::test_all integration_tests::instances::test_instance_start_creates_networking_state
48912024-08-16T05:52:16.604Z PASS [ 37.644s] omicron-nexus::test_all integration_tests::instances::test_instance_update_network_interfaces
48922024-08-16T05:52:18.530Z PASS [ 30.388s] omicron-nexus::test_all integration_tests::instances::test_instance_v2p_mappings
48932024-08-16T05:52:24.849Z PASS [ 20.304s] omicron-nexus::test_all integration_tests::instances::test_instances_access_before_create_returns_not_found
48942024-08-16T05:52:26.472Z PASS [ 27.167s] omicron-nexus::test_all integration_tests::instances::test_instance_with_new_custom_network_interfaces
48952024-08-16T05:52:30.157Z PASS [ 26.180s] omicron-nexus::test_all integration_tests::instances::test_instance_with_single_explicit_ip_address
48962024-08-16T05:52:35.547Z PASS [ 18.943s] omicron-nexus::test_all integration_tests::instances::test_instances_invalid_creation_returns_bad_request
48972024-08-16T05:52:40.600Z PASS [ 22.076s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_greater_than_max_size
48982024-08-16T05:52:42.716Z PASS [ 27.418s] omicron-nexus::test_all integration_tests::instances::test_instances_create_stopped_start
48992024-08-16T05:52:44.972Z PASS [ 20.124s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_not_divisible_by_min_memory_size
49002024-08-16T05:52:46.177Z PASS [ 30.440s] omicron-nexus::test_all integration_tests::instances::test_instances_delete_fails_when_running_succeeds_when_stopped
49012024-08-16T05:52:46.537Z PASS [ 20.069s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_rejected_less_than_min_memory_size
49022024-08-16T05:52:48.909Z PASS [ 18.752s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_basic_crud
49032024-08-16T05:52:49.697Z PASS [ 40.119s] omicron-nexus::test_all integration_tests::instances::test_instances_create_reboot_halt
49042024-08-16T05:52:58.971Z PASS [ 23.416s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_dedupe
49052024-08-16T05:53:01.947Z PASS [ 21.346s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_in_silo
49062024-08-16T05:53:02.533Z PASS [ 19.818s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_pagination
49072024-08-16T05:53:04.633Z PASS [ 19.661s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_overlapping_ranges_fails
49082024-08-16T05:53:05.426Z PASS [ 19.222s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_pagination
49092024-08-16T05:53:06.013Z PASS [ 19.474s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_rejects_v6
49102024-08-16T05:53:07.261Z PASS [ 18.353s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service
49112024-08-16T05:53:08.134Z PASS [ 18.433s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service_no_cud
49122024-08-16T05:53:23.302Z PASS [ 22.957s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_link
49132024-08-16T05:53:23.719Z PASS [ 21.773s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_list_only_discoverable
49142024-08-16T05:53:25.041Z PASS [ 19.643s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_utilization_total
49152024-08-16T05:53:26.521Z PASS [ 21.885s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_update_default
49162024-08-16T05:53:27.183Z PASS [ 24.647s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silos_pagination
49172024-08-16T05:53:35.888Z PASS [ 29.878s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_range_delete_with_allocated_external_ip_fails
49182024-08-16T05:53:41.414Z PASS [ 19.492s] omicron-nexus::test_all integration_tests::metrics::test_timeseries_schema_list
49192024-08-16T05:53:42.863Z PASS [ 19.142s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_database_records
49202024-08-16T05:53:48.113Z PASS [ 23.070s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_reregistration
49212024-08-16T05:53:48.721Z PASS [ 41.460s] omicron-nexus::test_all integration_tests::metrics::test_instance_watcher_metrics
49222024-08-16T05:54:00.713Z PASS [ 34.196s] omicron-nexus::test_all integration_tests::pantry::test_can_stop_start_import_from_bulk_write
49232024-08-16T05:54:01.320Z PASS [ 25.329s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_non_base64
49242024-08-16T05:54:06.094Z PASS [ 24.681s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_not_block_size_multiple
49252024-08-16T05:54:06.597Z PASS [ 58.469s] omicron-nexus::test_all integration_tests::metrics::test_metrics
49262024-08-16T05:54:08.185Z PASS [ 25.321s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_past_end_of_disk
49272024-08-16T05:54:11.849Z PASS [ 44.670s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_attached_disk
49282024-08-16T05:54:26.589Z PASS [ 25.876s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_to_unaligned_offset
49292024-08-16T05:54:32.066Z PASS [ 43.955s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_start_attached_disk
49302024-08-16T05:54:34.049Z PASS [ 45.327s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_stop_attached_disk
49312024-08-16T05:54:36.610Z PASS [ 24.758s] omicron-nexus::test_all integration_tests::pantry::test_disk_create_for_importing
49322024-08-16T05:54:39.849Z PASS [ 33.250s] omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_from_bulk_writes_disk
49332024-08-16T05:54:40.868Z PASS [ 34.775s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_without_stopping_bulk_writes
49342024-08-16T05:54:42.111Z PASS [ 33.929s] omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_ready_disk
49352024-08-16T05:54:45.191Z PASS [ 43.976s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_attached_disk
49362024-08-16T05:54:59.571Z PASS [ 22.961s] omicron-nexus::test_all integration_tests::probe::test_probe_basic_crud
49372024-08-16T05:55:00.709Z PASS [ 20.860s] omicron-nexus::test_all integration_tests::projects::test_project_deletion
49382024-08-16T05:55:04.952Z PASS [ 19.760s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_image
49392024-08-16T05:55:06.624Z PASS [ 25.755s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_disk
49402024-08-16T05:55:06.739Z PASS [ 24.610s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_floating_ip
49412024-08-16T05:55:08.909Z PASS [ 42.318s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write
49422024-08-16T05:55:18.840Z PASS [ 46.774s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write_with_snapshot
49432024-08-16T05:55:24.881Z PASS [ 25.312s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_instance
49442024-08-16T05:55:26.314Z PASS [ 21.361s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_vpc
49452024-08-16T05:55:27.500Z PASS [ 20.878s] omicron-nexus::test_all integration_tests::projects::test_projects
49462024-08-16T05:55:28.138Z PASS [ 21.416s] omicron-nexus::test_all integration_tests::quotas::test_quota_limits
49472024-08-16T05:55:29.436Z PASS [ 28.728s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_snapshot
49482024-08-16T05:55:32.191Z PASS [ 58.142s] omicron-nexus::test_all integration_tests::password_login::test_local_users
49492024-08-16T05:55:37.009Z PASS [ 18.170s] omicron-nexus::test_all integration_tests::rack::test_get_own_rack
49502024-08-16T05:55:44.411Z PASS [ 19.530s] omicron-nexus::test_all integration_tests::rack::test_list_own_rack
49512024-08-16T05:55:47.368Z PASS [ 21.055s] omicron-nexus::test_all integration_tests::rack::test_rack_initialization
49522024-08-16T05:55:47.552Z PASS [ 20.051s] omicron-nexus::test_all integration_tests::rack::test_sled_add
49532024-08-16T05:55:48.142Z PASS [ 20.004s] omicron-nexus::test_all integration_tests::rack::test_sled_list_uninitialized
49542024-08-16T05:55:48.385Z PASS [ 18.949s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_fleet
49552024-08-16T05:55:48.724Z PASS [ 0.339s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_switches_mgs_instances_on_failure
49562024-08-16T05:55:50.894Z PASS [ 3.343s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_delivers_progress
49572024-08-16T05:55:51.507Z PASS [ 3.365s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_remembers_successful_mgs_instance
49582024-08-16T05:55:51.661Z PASS [ 19.473s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_project
49592024-08-16T05:55:52.064Z PASS [ 3.335s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_updates_sled
49602024-08-16T05:55:53.658Z PASS [ 16.650s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo
49612024-08-16T05:55:54.202Z PASS [ 3.308s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_updates_switch
49622024-08-16T05:55:55.494Z PASS [ 46.588s] omicron-nexus::test_all integration_tests::quotas::test_quotas
49632024-08-16T05:55:55.646Z PASS [ 0.107s] omicron-nexus::test_all integration_tests::saml::test_accept_saml_response_only_assertion_signed
49642024-08-16T05:55:55.929Z PASS [ 0.326s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response
49652024-08-16T05:55:56.043Z PASS [ 0.112s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_ecdsa_sha256
49662024-08-16T05:55:56.254Z PASS [ 0.165s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes
49672024-08-16T05:55:56.361Z PASS [ 0.138s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes_wrong_attribute_name
49682024-08-16T05:56:02.404Z PASS [ 17.994s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo_implicit
49692024-08-16T05:56:07.245Z PASS [ 19.878s] omicron-nexus::test_all integration_tests::roles_builtin::test_roles_builtin
49702024-08-16T05:56:14.334Z PASS [ 22.672s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_disallow_custom_targets
49712024-08-16T05:56:14.924Z PASS [ 23.416s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_crud_operations
49722024-08-16T05:56:15.358Z PASS [ 21.698s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_internet_gateway_target
49732024-08-16T05:56:15.564Z PASS [ 21.363s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_modify_system_routes
49742024-08-16T05:56:15.643Z PASS [ 19.297s] omicron-nexus::test_all integration_tests::saml::test_create_a_hidden_silo_saml_idp
49752024-08-16T05:56:15.697Z PASS [ 0.116s] omicron-nexus::test_all integration_tests::saml::test_handle_saml_response_with_xml_comment
49762024-08-16T05:56:20.674Z PASS [ 28.615s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_disallow_mixed_v4_v6
49772024-08-16T05:56:20.858Z PASS [ 18.448s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp
49782024-08-16T05:56:20.882Z PASS [ 0.194s] omicron-nexus::test_all integration_tests::saml::test_reject_saml_response_signed_with_other_key
49792024-08-16T05:56:20.958Z PASS [ 0.099s] omicron-nexus::test_all integration_tests::saml::test_reject_unsigned_saml_response
49802024-08-16T05:56:25.963Z PASS [ 18.718s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_no_redirect_binding
49812024-08-16T05:56:33.784Z PASS [ 19.443s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_truncated
49822024-08-16T05:56:34.327Z PASS [ 19.414s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_no_keys
49832024-08-16T05:56:34.869Z PASS [ 19.524s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_only_encryption_keys
49842024-08-16T05:56:35.699Z PASS [ 20.029s] omicron-nexus::test_all integration_tests::saml::test_post_saml_response_with_relay_state
49852024-08-16T05:56:36.401Z PASS [ 20.762s] omicron-nexus::test_all integration_tests::saml::test_post_saml_response
49862024-08-16T05:56:38.549Z PASS [ 17.690s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_404
49872024-08-16T05:56:39.119Z PASS [ 18.176s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_invalid
49882024-08-16T05:56:41.342Z PASS [ 15.388s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_reject_keypair
49892024-08-16T05:56:46.258Z PASS [ 12.482s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_rsa_keypair_ok
49902024-08-16T05:56:49.489Z PASS [ 13.088s] omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_columns
49912024-08-16T05:56:57.562Z PASS [ 11.303s] omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_where_clause
49922024-08-16T05:57:00.729Z PASS [ 11.239s] omicron-nexus::test_all integration_tests::schema::compare_sequence_differing_increment
49932024-08-16T05:57:08.786Z PASS [ 11.225s] omicron-nexus::test_all integration_tests::schema::compare_table_differing_constraint
49942024-08-16T05:57:13.065Z PASS [ 12.336s] omicron-nexus::test_all integration_tests::schema::compare_table_differing_not_null_order
49952024-08-16T05:57:21.110Z PASS [ 12.323s] omicron-nexus::test_all integration_tests::schema::compare_view_differing_where_clause
49962024-08-16T05:57:27.859Z PASS [ 6.750s] omicron-nexus::test_all integration_tests::schema::dbinit_version_matches_version_known_to_nexus
49972024-08-16T05:58:09.095Z PASS [ 56.030s] omicron-nexus::test_all integration_tests::schema::dbinit_equals_sum_of_all_up
49982024-08-16T05:58:10.464Z PASS [ 42.604s] omicron-nexus::test_all integration_tests::schema::nexus_applies_update_on_boot
49992024-08-16T05:58:27.573Z PASS [ 18.479s] omicron-nexus::test_all integration_tests::schema::nexus_cannot_apply_update_from_unknown_version
50002024-08-16T05:58:46.327Z PASS [ 35.834s] omicron-nexus::test_all integration_tests::schema::validate_data_migration
50012024-08-16T05:59:00.987Z PASS [ 14.690s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_detail_bad_group_id
50022024-08-16T05:59:01.022Z PASS [ 14.707s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users_bad_group_id
50032024-08-16T05:59:01.467Z PASS [ 15.163s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users
50042024-08-16T05:59:02.110Z PASS [ 15.784s] omicron-nexus::test_all integration_tests::silos::test_deleting_a_silo_deletes_the_idp
50052024-08-16T05:59:11.579Z PASS [ 43.978s] omicron-nexus::test_all integration_tests::schema::versions_have_idempotent_up
50062024-08-16T05:59:16.669Z PASS [ 15.640s] omicron-nexus::test_all integration_tests::silos::test_jit_silo_constraints
50072024-08-16T05:59:16.792Z PASS [ 15.805s] omicron-nexus::test_all integration_tests::silos::test_ensure_same_silo_group
50082024-08-16T05:59:17.453Z PASS [ 15.979s] omicron-nexus::test_all integration_tests::silos::test_listing_identity_providers
50092024-08-16T05:59:18.689Z PASS [ 16.576s] omicron-nexus::test_all integration_tests::silos::test_local_silo_constraints
50102024-08-16T05:59:31.085Z PASS [ 19.517s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_truncated
50112024-08-16T05:59:31.482Z PASS [ 19.920s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_invalid
50122024-08-16T05:59:31.508Z PASS [ 19.920s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_valid
50132024-08-16T05:59:32.826Z PASS [ 21.275s] omicron-nexus::test_all integration_tests::silos::test_local_silo_users
50142024-08-16T05:59:36.065Z PASS [ 19.402s] omicron-nexus::test_all integration_tests::silos::test_silo_admin_can_create_certs
50152024-08-16T05:59:37.310Z PASS [ 20.519s] omicron-nexus::test_all integration_tests::silos::test_silo_admin_group
50162024-08-16T05:59:38.294Z PASS [ 19.611s] omicron-nexus::test_all integration_tests::silos::test_silo_delete_clean_up_groups
50172024-08-16T05:59:44.012Z PASS [ 26.566s] omicron-nexus::test_all integration_tests::silos::test_silo_authn_policy
50182024-08-16T05:59:51.427Z PASS [ 19.946s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_fixed
50192024-08-16T05:59:51.649Z PASS [ 20.151s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_jit
50202024-08-16T05:59:53.032Z PASS [ 21.947s] omicron-nexus::test_all integration_tests::silos::test_silo_delete_cleans_up_ip_pool_links
50212024-08-16T05:59:53.428Z PASS [ 20.604s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_both_groups
50222024-08-16T05:59:55.838Z PASS [ 19.776s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_one_group
50232024-08-16T05:59:55.980Z PASS [ 18.670s] omicron-nexus::test_all integration_tests::silos::test_silo_user_fetch_by_external_id
50242024-08-16T06:00:00.382Z PASS [ 22.087s] omicron-nexus::test_all integration_tests::silos::test_silo_user_provision_types
50252024-08-16T06:00:09.606Z PASS [ 25.592s] omicron-nexus::test_all integration_tests::silos::test_silo_user_views
50262024-08-16T06:00:12.025Z PASS [ 20.597s] omicron-nexus::test_all integration_tests::silos::test_silo_users_list
50272024-08-16T06:00:12.701Z PASS [ 19.666s] omicron-nexus::test_all integration_tests::sleds::test_physical_disk_create_list_delete
50282024-08-16T06:00:14.550Z PASS [ 18.711s] omicron-nexus::test_all integration_tests::sleds::test_sleds_list
50292024-08-16T06:00:16.051Z PASS [ 24.401s] omicron-nexus::test_all integration_tests::silos::test_silos
50302024-08-16T06:00:19.852Z PASS [ 19.469s] omicron-nexus::test_all integration_tests::snapshots::test_create_snapshot_record_idempotent
50312024-08-16T06:00:20.549Z PASS [ 27.119s] omicron-nexus::test_all integration_tests::sleds::test_sled_instance_list
50322024-08-16T06:00:21.296Z PASS [ 25.314s] omicron-nexus::test_all integration_tests::snapshots::test_cannot_snapshot_if_no_space
50332024-08-16T06:00:34.062Z PASS [ 19.506s] omicron-nexus::test_all integration_tests::snapshots::test_region_snapshot_create_idempotent
50342024-08-16T06:00:36.734Z PASS [ 20.683s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_illegal_snapshot
50352024-08-16T06:00:43.045Z PASS [ 29.783s] omicron-nexus::test_all integration_tests::snapshots::test_delete_snapshot
50362024-08-16T06:00:43.071Z PASS [ 20.319s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_snapshot
50372024-08-16T06:00:43.071Z PASS [ 21.180s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_other_project_snapshot
50382024-08-16T06:00:43.071Z PASS [ 30.102s] omicron-nexus::test_all integration_tests::snapshots::test_region_allocation_for_snapshot
50392024-08-16T06:00:44.332Z PASS [ 32.309s] omicron-nexus::test_all integration_tests::snapshots::test_multiple_deletes_not_sent
50402024-08-16T06:00:45.422Z PASS [ 4.391s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_delivers_progress
50412024-08-16T06:00:45.652Z PASS [ 1.319s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_switches_mgs_instances_on_failure
50422024-08-16T06:00:47.348Z PASS [ 4.549s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_remembers_successful_mgs_instance
50432024-08-16T06:00:49.755Z PASS [ 4.332s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_updates_sled
50442024-08-16T06:00:49.998Z PASS [ 4.346s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_updates_switch
50452024-08-16T06:00:52.437Z PASS [ 31.142s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_basic
50462024-08-16T06:00:54.871Z PASS [ 2.435s] omicron-nexus::test_all integration_tests::unauthorized_coverage::test_unauthorized_coverage
50472024-08-16T06:00:58.828Z PASS [ 24.773s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_expunge
50482024-08-16T06:01:05.275Z PASS [ 28.541s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_stopped_instance
50492024-08-16T06:01:06.905Z PASS [ 19.555s] omicron-nexus::test_all integration_tests::ssh_keys::test_ssh_keys
50502024-08-16T06:01:07.279Z PASS [ 26.412s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_without_instance
50512024-08-16T06:01:07.689Z PASS [ 28.299s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_unwind
50522024-08-16T06:01:12.059Z PASS [ 17.186s] omicron-nexus::test_all integration_tests::updates::test_download_with_dots_fails
50532024-08-16T06:01:20.126Z PASS [ 21.299s] omicron-nexus::test_all integration_tests::updates::test_update_end_to_end
50542024-08-16T06:01:23.443Z PASS [ 18.168s] omicron-nexus::test_all integration_tests::updates::test_update_uninitialized
50552024-08-16T06:01:24.014Z PASS [ 34.260s] omicron-nexus::test_all integration_tests::subnet_allocation::test_subnet_allocation
50562024-08-16T06:01:25.447Z PASS [ 18.545s] omicron-nexus::test_all integration_tests::users_builtin::test_users_builtin
50572024-08-16T06:01:35.463Z PASS [ 27.777s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot
50582024-08-16T06:01:39.752Z PASS [ 32.473s] omicron-nexus::test_all integration_tests::utilization::test_utilization
50592024-08-16T06:01:41.618Z PASS [ 29.561s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot_delete
50602024-08-16T06:01:49.224Z PASS [ 29.098s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_1
50612024-08-16T06:01:49.999Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
50622024-08-16T06:01:53.860Z PASS [ 29.828s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_3
50632024-08-16T06:01:53.991Z PASS [ 30.517s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_2
50642024-08-16T06:01:55.410Z PASS [ 29.963s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_4
50652024-08-16T06:02:05.276Z PASS [ 29.811s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_5
50662024-08-16T06:02:10.947Z PASS [ 31.181s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_6
50672024-08-16T06:02:11.047Z PASS [ 29.429s] omicron-nexus::test_all integration_tests::volume_management::test_delete_snapshot_then_disk
50682024-08-16T06:02:16.802Z PASS [ 27.578s] omicron-nexus::test_all integration_tests::volume_management::test_disk_create_saga_unwinds_correctly
50692024-08-16T06:02:18.601Z PASS [ 24.759s] omicron-nexus::test_all integration_tests::volume_management::test_keep_your_targets_straight
50702024-08-16T06:02:26.691Z PASS [ 96.694s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
50712024-08-16T06:02:27.722Z PASS [ 33.763s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_1
50722024-08-16T06:02:27.970Z PASS [ 32.558s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_2
50732024-08-16T06:02:45.851Z PASS [ 40.577s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_disks_first
50742024-08-16T06:02:45.875Z PASS [ 27.269s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_create_saga_unwinds_correctly
50752024-08-16T06:02:46.642Z PASS [ 18.674s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stop_request
50762024-08-16T06:02:48.037Z PASS [ 37.104s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_snapshots_first
50772024-08-16T06:02:48.114Z PASS [ 37.065s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_random_delete_order
50782024-08-16T06:02:53.652Z PASS [ 36.850s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_snapshots
50792024-08-16T06:02:56.748Z PASS [ 29.026s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_then_delete_disk
50802024-08-16T06:02:56.772Z PASS [ 30.077s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_prevents_other_disk
50812024-08-16T06:03:05.064Z PASS [ 19.212s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stops
50822024-08-16T06:03:05.580Z PASS [ 19.713s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry
50832024-08-16T06:03:05.696Z PASS [ 19.053s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry_interrupted
50842024-08-16T06:03:07.283Z PASS [ 19.172s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_idempotent
50852024-08-16T06:03:07.438Z PASS [ 19.402s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_different_finish_status
50862024-08-16T06:03:11.245Z PASS [ 17.593s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_reject_submit_progress_when_no_repair
50872024-08-16T06:03:14.971Z PASS [ 18.220s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_repair_id_and_type_conflict
50882024-08-16T06:03:15.571Z PASS [ 18.802s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_same_upstairs_retry
50892024-08-16T06:03:24.310Z PASS [ 18.729s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout
50902024-08-16T06:03:24.384Z PASS [ 18.691s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_randomize_ids_only_read_only
50912024-08-16T06:03:25.471Z PASS [ 18.028s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_nothing
50922024-08-16T06:03:26.096Z PASS [ 18.813s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_multiple_gen
50932024-08-16T06:03:26.245Z PASS [ 21.184s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_submit_progress
50942024-08-16T06:03:29.915Z PASS [ 18.670s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_mid_multiple_gen
50952024-08-16T06:03:32.012Z PASS [ 17.044s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_multiple_gen
50962024-08-16T06:03:32.648Z PASS [ 17.079s] omicron-nexus::test_all integration_tests::volume_management::test_volume_hard_delete_idempotent
50972024-08-16T06:03:45.129Z PASS [ 18.895s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_base
50982024-08-16T06:03:45.175Z PASS [ 19.701s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_bad_volume
50992024-08-16T06:03:45.175Z PASS [ 18.964s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_no_parent
51002024-08-16T06:03:45.175Z PASS [ 18.499s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_deleted
51012024-08-16T06:03:45.175Z PASS [ 18.785s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_not_volume
51022024-08-16T06:03:49.359Z PASS [ 19.442s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga
51032024-08-16T06:03:49.933Z PASS [ 17.923s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_deleted_volume
51042024-08-16T06:03:50.047Z PASS [ 17.396s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_no_volume
51052024-08-16T06:04:03.811Z PASS [ 19.800s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_volume_not_volume
51062024-08-16T06:04:03.834Z PASS [ 20.544s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_twice
51072024-08-16T06:04:04.206Z PASS [ 19.609s] omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_same_name
51082024-08-16T06:04:08.018Z PASS [ 22.988s] omicron-nexus::test_all integration_tests::vpc_firewall::test_vpc_firewall
51092024-08-16T06:04:08.129Z PASS [ 23.700s] omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_max_lengths
51102024-08-16T06:04:13.622Z PASS [ 23.689s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_crud_operations
51112024-08-16T06:04:16.961Z PASS [ 27.603s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_attach_to_subnet
51122024-08-16T06:04:17.021Z PASS [ 0.060s] omicron-package dot::test::test_bad_dependency
51132024-08-16T06:04:17.055Z PASS [ 0.035s] omicron-package dot::test::test_dot_output
51142024-08-16T06:04:19.833Z PASS [ 6.211s] omicron-omdb::test_all_output test_omdb_usage_errors
51152024-08-16T06:04:19.859Z PASS [ 0.024s] omicron-passwords test::test_password_constraints
51162024-08-16T06:04:22.828Z PASS [ 2.970s] omicron-passwords test::test_reproducible
51172024-08-16T06:04:23.868Z PASS [ 6.812s] omicron-passwords test::test_compatible
51182024-08-16T06:04:23.914Z PASS [ 0.045s] omicron-passwords test::test_stable
51192024-08-16T06:04:23.938Z PASS [ 0.026s] omicron-passwords test::test_weak_hashes
51202024-08-16T06:04:23.966Z PASS [ 0.027s] omicron-rpaths internal::tests::test_configure_from_path
51212024-08-16T06:04:24.029Z PASS [ 0.049s] omicron-rpaths internal::tests::test_configure_rpaths_from_bad_envvar
51222024-08-16T06:04:24.053Z PASS [ 0.018s] omicron-rpaths internal::tests::test_emit_rpath
51232024-08-16T06:04:24.259Z PASS [ 0.222s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_can_update_both_slots_simultaneously
51242024-08-16T06:04:24.868Z PASS [ 0.611s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_delivers_upload_progress_and_rejects_bad_hashes
51252024-08-16T06:04:24.970Z PASS [ 0.101s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_fails_if_reading_from_disk_doesnt_match
51262024-08-16T06:04:25.131Z PASS [ 0.157s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_rejects_new_updates_while_old_completed
51272024-08-16T06:04:25.227Z PASS [ 0.093s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_rejects_new_updates_while_old_running
51282024-08-16T06:04:25.800Z PASS [ 0.583s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_writes_data_to_disk
51292024-08-16T06:04:25.858Z PASS [ 0.057s] omicron-sled-agent bootstrap::params::tests::json_serialization_round_trips
51302024-08-16T06:04:25.904Z PASS [ 0.047s] omicron-sled-agent bootstrap::server::tests::start_sled_agent_request_serialization
51312024-08-16T06:04:25.951Z PASS [ 0.048s] omicron-sled-agent bootstrap::server::tests::test_persistent_sled_agent_request_schema
51322024-08-16T06:04:25.988Z PASS [ 0.035s] omicron-sled-agent common::instance::test::destruction_after_migration_out_does_not_transition
51332024-08-16T06:04:26.019Z PASS [ 0.032s] omicron-sled-agent common::instance::test::failure_after_migration_in_does_not_transition
51342024-08-16T06:04:26.052Z PASS [ 0.033s] omicron-sled-agent common::instance::test::propolis_terminal_states_request_destroy_action
51352024-08-16T06:04:26.079Z PASS [ 0.031s] omicron-sled-agent common::instance::test::rude_terminate_of_migration_target_does_not_transition_instance
51362024-08-16T06:04:26.105Z PASS [ 0.025s] omicron-sled-agent common::instance::test::source_termination_fails_in_progress_migration
51372024-08-16T06:04:26.132Z PASS [ 0.025s] omicron-sled-agent common::instance::test::target_termination_fails_in_progress_migration
51382024-08-16T06:04:26.185Z PASS [ 0.052s] omicron-sled-agent config::test::test_smf_configs
51392024-08-16T06:04:26.245Z PASS [ 0.060s] omicron-sled-agent dump_setup::tests::test_archives_rotated_logs_and_cores
51402024-08-16T06:04:26.280Z PASS [ 0.035s] omicron-sled-agent dump_setup::tests::test_configures_coreadm_only_when_crash_dataset_mounted
51412024-08-16T06:04:26.322Z PASS [ 0.041s] omicron-sled-agent dump_setup::tests::test_does_not_configure_coreadm_when_no_crash_dataset_mounted
51422024-08-16T06:04:26.365Z PASS [ 0.045s] omicron-sled-agent dump_setup::tests::test_dumpadm_called_when_vacant_slice_but_no_dir
51432024-08-16T06:04:26.389Z PASS [ 22.554s] omicron-nexus::test_all integration_tests::vpc_subnets::test_vpc_subnets
51442024-08-16T06:04:26.413Z PASS [ 0.043s] omicron-sled-agent dump_setup::tests::test_savecore_and_dumpadm_invoked_when_slices_occupied_and_dir_is_available
51452024-08-16T06:04:26.437Z PASS [ 0.042s] omicron-sled-agent dump_setup::tests::test_savecore_and_dumpadm_not_called_when_occupied_and_no_dir
51462024-08-16T06:04:26.682Z PASS [ 22.479s] omicron-nexus::test_all integration_tests::vpcs::test_vpcs
51472024-08-16T06:04:28.915Z PASS [ 2.505s] omicron-sled-agent instance::tests::test_instance_create_events_normal
51482024-08-16T06:04:29.203Z PASS [ 21.186s] omicron-omdb::test_all_output test_omdb_env_settings
51492024-08-16T06:04:29.464Z PASS [ 39.421s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_custom_delivered_to_instance
51502024-08-16T06:04:29.505Z PASS [ 0.039s] omicron-sled-agent probe_manager::test::probe_state_set_ops
51512024-08-16T06:04:29.543Z PASS [ 0.039s] omicron-sled-agent profile::tests::empty_profile
51522024-08-16T06:04:29.574Z PASS [ 0.032s] omicron-sled-agent profile::tests::test_disabled_instance
51532024-08-16T06:04:29.618Z PASS [ 0.042s] omicron-sled-agent profile::tests::test_instance
51542024-08-16T06:04:29.661Z PASS [ 0.042s] omicron-sled-agent profile::tests::test_multiple
51552024-08-16T06:04:29.685Z PASS [ 2.987s] omicron-sled-agent instance::tests::test_instance_create_timeout_while_starting_propolis
51562024-08-16T06:04:29.709Z PASS [ 0.041s] omicron-sled-agent profile::tests::test_property
51572024-08-16T06:04:29.733Z PASS [ 0.040s] omicron-sled-agent profile::tests::test_property_group
51582024-08-16T06:04:29.756Z PASS [ 0.037s] omicron-sled-agent profile::tests::test_service
51592024-08-16T06:04:29.756Z PASS [ 0.037s] omicron-sled-agent profile::tests::test_service_property_group
51602024-08-16T06:04:29.780Z PASS [ 0.032s] omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_basics
51612024-08-16T06:04:29.804Z PASS [ 0.035s] omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_exhaustion
51622024-08-16T06:04:29.829Z PASS [ 0.038s] omicron-sled-agent rack_setup::plan::service::tests::service_port_builder_skips_dns_ips
51632024-08-16T06:04:29.853Z PASS [ 0.046s] omicron-sled-agent rack_setup::plan::service::tests::test_rss_service_plan_v3_schema
51642024-08-16T06:04:29.853Z PASS [ 0.043s] omicron-sled-agent rack_setup::plan::sled::tests::test_read_known_rss_sled_plans
51652024-08-16T06:04:29.878Z PASS [ 0.050s] omicron-sled-agent rack_setup::plan::sled::tests::test_rss_sled_plan_schema
51662024-08-16T06:04:29.923Z PASS [ 0.072s] omicron-sled-agent rack_setup::service::test::test_omicron_zone_configs
51672024-08-16T06:04:29.948Z PASS [ 0.054s] omicron-sled-agent services::test::test_all_zones_requests_schema
51682024-08-16T06:04:29.977Z PASS [ 0.043s] omicron-sled-agent services::test::test_bootstrap_addr_to_techport_prefixes
51692024-08-16T06:04:30.000Z PASS [ 26.176s] omicron-nexus::test_all integration_tests::vpc_subnets::test_delete_vpc_subnet_with_interfaces_fails
51702024-08-16T06:04:30.716Z PASS [ 1.799s] omicron-sled-agent instance::tests::test_instance_manager_creation
51712024-08-16T06:04:31.088Z PASS [ 4.664s] omicron-sled-agent instance::tests::test_instance_create_timeout_while_creating_zone
51722024-08-16T06:04:32.353Z PASS [ 2.368s] omicron-sled-agent services::test::test_ensure_service_before_timesync
51732024-08-16T06:04:32.422Z PASS [ 2.500s] omicron-sled-agent services::test::test_bad_generations
51742024-08-16T06:04:32.462Z PASS [ 0.039s] omicron-sled-agent services::test::test_zone_bundle_metadata_schema
51752024-08-16T06:04:32.490Z PASS [ 2.513s] omicron-sled-agent services::test::test_ensure_service
51762024-08-16T06:04:32.515Z PASS [ 0.046s] omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_destroy
51772024-08-16T06:04:32.539Z PASS [ 0.038s] omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_fault
51782024-08-16T06:04:32.563Z PASS [ 0.034s] omicron-sled-agent sim::collection::test::test_sim_disk_transition_to_detached_states
51792024-08-16T06:04:32.587Z PASS [ 0.041s] omicron-sled-agent sim::collection::test::test_sim_instance_creating_to_stop
51802024-08-16T06:04:32.588Z PASS [ 0.036s] omicron-sled-agent sim::collection::test::test_sim_instance_reboot
51812024-08-16T06:04:32.612Z PASS [ 0.044s] omicron-sled-agent sim::collection::test::test_sim_instance_running_then_destroyed
51822024-08-16T06:04:32.649Z PASS [ 0.039s] omicron-sled-agent updates::test::test_query_no_components
51832024-08-16T06:04:32.688Z PASS [ 0.038s] omicron-sled-agent updates::test::test_query_sled_agent_version
51842024-08-16T06:04:32.728Z PASS [ 0.040s] omicron-sled-agent updates::test::test_query_zone_version
51852024-08-16T06:04:32.829Z PASS [ 2.115s] omicron-sled-agent services::test::test_ensure_service_which_already_exists
51862024-08-16T06:04:32.857Z PASS [ 0.127s] omicron-sled-agent updates::test::test_write_artifact_to_filesystem
51872024-08-16T06:04:32.882Z PASS [ 0.038s] omicron-sled-agent zone_bundle::illumos_tests::camino_starts_with_behaviour
51882024-08-16T06:04:33.428Z PASS [ 2.341s] omicron-sled-agent services::test::test_services_are_recreated_on_reboot
51892024-08-16T06:04:33.474Z PASS [ 0.046s] omicron-sled-agent zone_bundle::illumos_tests::test_find_archived_log_files
51902024-08-16T06:04:34.653Z PASS [ 2.299s] omicron-sled-agent services::test::test_services_do_not_persist_without_config
51912024-08-16T06:04:34.737Z PASS [ 1.868s] omicron-sled-agent zone_bundle::illumos_tests::test_context
51922024-08-16T06:04:35.157Z PASS [ 2.301s] omicron-sled-agent zone_bundle::illumos_tests::test_cleanup
51932024-08-16T06:04:35.228Z PASS [ 0.070s] omicron-sled-agent zone_bundle::illumos_tests::test_zfs_quota
51942024-08-16T06:04:35.277Z PASS [ 0.048s] omicron-sled-agent zone_bundle::tests::test_disk_usage
51952024-08-16T06:04:35.311Z PASS [ 27.180s] omicron-omdb::test_all_output test_omdb_success_cases
51962024-08-16T06:04:35.568Z PASS [ 0.291s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_no_args
51972024-08-16T06:04:35.642Z PASS [ 0.074s] omicron-sled-agent::mod integration_tests::early_network::early_network_blobs_deserialize
51982024-08-16T06:04:35.682Z PASS [ 0.373s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_sim_no_args
51992024-08-16T06:04:35.716Z PASS [ 2.243s] omicron-sled-agent zone_bundle::illumos_tests::test_list_with_filter
52002024-08-16T06:04:35.740Z PASS [ 0.084s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_in_path
52012024-08-16T06:04:35.765Z PASS [ 0.044s] omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_ready
52022024-08-16T06:04:35.790Z PASS [ 0.042s] omicron-test-utils dev::clickhouse::tests::test_discover_local_listening_port
52032024-08-16T06:04:35.815Z PASS [ 0.037s] omicron-test-utils dev::clickhouse::tests::test_discover_local_listening_port_timeout
52042024-08-16T06:04:35.851Z PASS [ 0.092s] omicron-test-utils dev::clickhouse::tests::test_discover_local_listening_port_slow_write
52052024-08-16T06:04:35.968Z PASS [ 13.130s] omicron-passwords test::test_smoke
52062024-08-16T06:04:36.072Z PASS [ 0.267s] omicron-test-utils dev::db::test::test_bad_cmd
52072024-08-16T06:04:36.372Z PASS [ 1.720s] omicron-sled-agent zone_bundle::illumos_tests::test_update_context
52082024-08-16T06:04:36.396Z PASS [ 0.529s] omicron-test-utils dev::db::test::test_cmd_fails
52092024-08-16T06:04:36.396Z PASS [ 0.317s] omicron-test-utils dev::db::test::test_database_start_hang
52102024-08-16T06:04:36.420Z PASS [ 0.042s] omicron-test-utils dev::db::test::test_make_pg_config_fail
52112024-08-16T06:04:36.444Z PASS [ 0.041s] omicron-test-utils dev::db::test::test_make_pg_config_ok
52122024-08-16T06:04:36.444Z PASS [ 0.044s] omicron-test-utils dev::db::test::test_process_exit_abnormal
52132024-08-16T06:04:36.469Z PASS [ 0.044s] omicron-test-utils dev::db::test::test_process_exit_normal
52142024-08-16T06:04:36.587Z PASS [ 4.010s] omicron-sled-agent sim::http_entrypoints_pantry::tests::test_simulated_api_matches_real
52152024-08-16T06:04:36.633Z PASS [ 0.043s] omicron-test-utils dev::db::test::test_starter_tmpdir
52162024-08-16T06:04:36.658Z PASS [ 1.913s] omicron-sled-agent zone_bundle::illumos_tests::test_utilization
52172024-08-16T06:04:36.697Z PASS [ 0.058s] omicron-test-utils dev::dendrite::tests::test_discover_local_listening_port
52182024-08-16T06:04:36.697Z PASS [ 0.041s] omicron-test-utils dev::dendrite::tests::test_dpd_in_path
52192024-08-16T06:04:36.726Z PASS [ 1.040s] omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_not_ready
52202024-08-16T06:04:36.753Z PASS [ 0.043s] omicron-test-utils dev::maghemite::tests::test_discover_local_listening_port
52212024-08-16T06:04:36.753Z PASS [ 0.051s] omicron-test-utils dev::maghemite::tests::test_mgd_in_path
52222024-08-16T06:04:36.779Z PASS [ 0.057s] omicron-test-utils dev::test_cmds::tests::test_redact_extra
52232024-08-16T06:04:36.907Z PASS [ 0.123s] oximeter-collector agent::tests::test_delete_nonexistent_producer_succeeds
52242024-08-16T06:04:37.123Z PASS [ 0.375s] oximeter test::timeseries_schema_consistency
52252024-08-16T06:04:37.169Z PASS [ 0.265s] oximeter-collector agent::tests::test_self_stat_collection_count
52262024-08-16T06:04:37.222Z LEAK [ 0.799s] omicron-test-utils dev::db::test::test_setup_database_bad_listen_url
52272024-08-16T06:04:37.262Z PASS [ 0.040s] oximeter-collector self_stats::tests::test_failure_reason_serialization
52282024-08-16T06:04:37.286Z PASS [ 0.540s] openapi-manager check::tests::check_apis_up_to_date
52292024-08-16T06:04:37.310Z PASS [ 0.171s] oximeter-collector agent::tests::test_self_stat_error_counter
52302024-08-16T06:04:37.337Z PASS [ 0.165s] oximeter-collector agent::tests::test_self_stat_unreachable_counter
52312024-08-16T06:04:37.379Z PASS [ 0.085s] oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_split_key_group_multiple_times
52322024-08-16T06:04:37.403Z PASS [ 0.116s] oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_all_in_one_chunk
52332024-08-16T06:04:37.403Z PASS [ 0.055s] oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_split_middle_of_key_group
52342024-08-16T06:04:37.707Z PASS [ 0.442s] oximeter-collector::test_commands test_oximeter_no_args
52352024-08-16T06:04:38.712Z PASS [ 1.332s] oximeter-db client::oxql::tests::test_get_entire_table
52362024-08-16T06:04:38.748Z PASS [ 1.357s] oximeter-db client::oxql::tests::test_get_entire_timeseries_and_part_of_another
52372024-08-16T06:04:38.782Z PASS [ 0.071s] oximeter-db client::tests::check_actual_schema_upgrades_are_valid_replicated
52382024-08-16T06:04:38.825Z PASS [ 0.066s] oximeter-db client::tests::check_actual_schema_upgrades_are_valid_single_node
52392024-08-16T06:04:38.825Z PASS [ 1.415s] oximeter-db client::oxql::tests::test_get_one_timeseries
52402024-08-16T06:04:38.907Z PASS [ 1.204s] oximeter-db client::oxql::tests::test_limit_operations
52412024-08-16T06:04:39.599Z PASS [ 0.776s] oximeter-db client::tests::test_apply_one_schema_upgrade_single_node
52422024-08-16T06:04:39.975Z PASS [ 1.068s] oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_single_node
52432024-08-16T06:04:40.554Z PASS [ 0.956s] oximeter-db client::tests::test_ensure_schema_with_missing_desired_schema_version_fails
52442024-08-16T06:04:40.936Z PASS [ 0.959s] oximeter-db client::tests::test_ensure_schema_with_version_gaps_fails
52452024-08-16T06:04:40.982Z PASS [ 0.047s] oximeter-db client::tests::test_read_schema_upgrade_sql_files
52462024-08-16T06:04:41.024Z PASS [ 0.041s] oximeter-db client::tests::test_read_timeseries_to_delete
52472024-08-16T06:04:41.064Z PASS [ 0.040s] oximeter-db client::tests::test_read_timeseries_to_delete_empty_file_is_ok
52482024-08-16T06:04:41.096Z PASS [ 0.034s] oximeter-db client::tests::test_read_timeseries_to_delete_nonexistent_file_is_ok
52492024-08-16T06:04:41.304Z PASS [ 2.491s] oximeter-db client::tests::check_db_init_is_sum_of_all_up_single_node
52502024-08-16T06:04:42.218Z PASS [ 1.121s] oximeter-db client::tests::test_select_all_field_types
52512024-08-16T06:04:42.339Z PASS [ 1.784s] oximeter-db client::tests::test_expunge_timeseries_by_name_single_node
52522024-08-16T06:04:42.382Z PASS [ 0.038s] oximeter-db client::tests::test_unravel_index
52532024-08-16T06:04:42.428Z PASS [ 0.053s] oximeter-db client::tests::test_verify_schema_upgrades
52542024-08-16T06:04:42.457Z PASS [ 0.030s] oximeter-db model::tests::test_db_bool
52552024-08-16T06:04:42.902Z PASS [ 0.442s] oximeter-db model::tests::test_db_bool_bad
52562024-08-16T06:04:42.933Z PASS [ 0.032s] oximeter-db model::tests::test_db_datum_type_conversion
52572024-08-16T06:04:42.965Z PASS [ 0.031s] oximeter-db model::tests::test_db_field_list_conversion
52582024-08-16T06:04:42.992Z PASS [ 6.534s] omicron-test-utils dev::db::test::test_setup_database_overridden_dir
52592024-08-16T06:04:43.017Z PASS [ 0.037s] oximeter-db model::tests::test_db_field_type_conversion
52602024-08-16T06:04:43.042Z PASS [ 0.036s] oximeter-db model::tests::test_db_histogram
52612024-08-16T06:04:43.149Z PASS [ 0.118s] oximeter-db model::tests::test_parse_bytes_measurement
52622024-08-16T06:04:43.173Z PASS [ 7.199s] omicron-test-utils dev::db::test::test_database_concurrent
52632024-08-16T06:04:43.200Z PASS [ 0.033s] oximeter-db model::tests::test_parse_string_datum_requiring_escape
52642024-08-16T06:04:43.224Z PASS [ 0.053s] oximeter-db model::tests::test_parse_timeseries_histogram_measurement
52652024-08-16T06:04:43.254Z PASS [ 0.042s] oximeter-db model::tests::test_parse_timeseries_scalar_cumulative_measurement
52662024-08-16T06:04:43.279Z PASS [ 0.048s] oximeter-db model::tests::test_parse_timeseries_scalar_gauge_measurement
52672024-08-16T06:04:43.303Z PASS [ 0.061s] oximeter-db model::tests::test_unroll_from_source
52682024-08-16T06:04:43.327Z PASS [ 0.044s] oximeter-db model::tests::test_unroll_measurement_row
52692024-08-16T06:04:43.327Z PASS [ 0.314s] oximeter-db model::tests::test_parse_bad_cumulative_json_data
52702024-08-16T06:04:43.327Z PASS [ 0.042s] oximeter-db model::tests::test_unroll_missing_measurement_row
52712024-08-16T06:04:43.360Z PASS [ 0.034s] oximeter-db oxql::ast::grammar::tests::test_align_table_op
52722024-08-16T06:04:43.360Z PASS [ 0.034s] oximeter-db oxql::ast::grammar::tests::test_boolean_literal
52732024-08-16T06:04:43.384Z PASS [ 0.039s] oximeter-db oxql::ast::grammar::tests::test_comparison
52742024-08-16T06:04:43.384Z PASS [ 0.044s] oximeter-db oxql::ast::grammar::tests::test_complicated_logical_combinations
52752024-08-16T06:04:43.409Z PASS [ 0.038s] oximeter-db oxql::ast::grammar::tests::test_double_literal
52762024-08-16T06:04:43.409Z PASS [ 0.032s] oximeter-db oxql::ast::grammar::tests::test_double_quoted_string_literal
52772024-08-16T06:04:43.433Z PASS [ 0.031s] oximeter-db oxql::ast::grammar::tests::test_duration_literal
52782024-08-16T06:04:43.433Z PASS [ 0.032s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_operator_precedence
52792024-08-16T06:04:43.433Z PASS [ 0.031s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_overridden_precedence
52802024-08-16T06:04:43.457Z PASS [ 0.031s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_single_negated_simple_expression
52812024-08-16T06:04:43.457Z PASS [ 0.032s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_single_simple_expression
52822024-08-16T06:04:43.482Z PASS [ 0.033s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_two_simple_filter_expressions
52832024-08-16T06:04:43.523Z PASS [ 0.036s] oximeter-db oxql::ast::grammar::tests::test_filter_table_op
52842024-08-16T06:04:43.523Z PASS [ 0.041s] oximeter-db oxql::ast::grammar::tests::test_get_table_op
52852024-08-16T06:04:43.523Z PASS [ 0.032s] oximeter-db oxql::ast::grammar::tests::test_group_by
52862024-08-16T06:04:43.523Z PASS [ 0.035s] oximeter-db oxql::ast::grammar::tests::test_ident
52872024-08-16T06:04:43.523Z PASS [ 0.030s] oximeter-db oxql::ast::grammar::tests::test_integer_literal
52882024-08-16T06:04:43.548Z PASS [ 0.032s] oximeter-db oxql::ast::grammar::tests::test_like_only_available_for_strings
52892024-08-16T06:04:43.572Z PASS [ 0.036s] oximeter-db oxql::ast::grammar::tests::test_limiting_table_ops
52902024-08-16T06:04:43.597Z PASS [ 0.037s] oximeter-db oxql::ast::grammar::tests::test_multiple_negation
52912024-08-16T06:04:43.597Z PASS [ 0.042s] oximeter-db oxql::ast::grammar::tests::test_parse_ipv4_literal
52922024-08-16T06:04:43.597Z PASS [ 0.057s] oximeter-db oxql::ast::grammar::tests::test_negated_filter_expr
52932024-08-16T06:04:43.621Z PASS [ 0.054s] oximeter-db oxql::ast::grammar::tests::test_parse_ipv6_literal
52942024-08-16T06:04:43.646Z PASS [ 0.033s] oximeter-db oxql::ast::grammar::tests::test_parse_literal_timestamp_string
52952024-08-16T06:04:43.670Z PASS [ 0.047s] oximeter-db oxql::ast::grammar::tests::test_query
52962024-08-16T06:04:43.670Z PASS [ 0.039s] oximeter-db oxql::ast::grammar::tests::test_query_starts_with_get
52972024-08-16T06:04:43.695Z PASS [ 0.029s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_invalid_unicode_sequence
52982024-08-16T06:04:43.744Z PASS [ 0.038s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_none
52992024-08-16T06:04:43.744Z PASS [ 0.060s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_valid_escape_sequence
53002024-08-16T06:04:43.769Z PASS [ 0.068s] oximeter-db oxql::ast::grammar::tests::test_reducer
53012024-08-16T06:04:43.809Z PASS [ 0.046s] oximeter-db oxql::ast::grammar::tests::test_single_quoted_string_literal
53022024-08-16T06:04:43.837Z PASS [ 0.055s] oximeter-db oxql::ast::grammar::tests::test_uuid_literal
53032024-08-16T06:04:43.867Z PASS [ 0.062s] oximeter-db oxql::ast::literal::tests::test_duration_to_db_interval
53042024-08-16T06:04:43.932Z PASS [ 0.062s] oximeter-db oxql::ast::literal::tests::test_literal_compare_field
53052024-08-16T06:04:43.932Z PASS [ 0.080s] oximeter-db oxql::ast::literal::tests::test_literal_compare_field_wrong_type
53062024-08-16T06:04:43.956Z PASS [ 0.068s] oximeter-db oxql::ast::table_ops::align::tests::test_fraction_overlap_with_window
53072024-08-16T06:04:43.980Z PASS [ 0.044s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_delta_does_not_modify_missing_values
53082024-08-16T06:04:44.005Z PASS [ 0.036s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_delta_value_in_window
53092024-08-16T06:04:44.029Z PASS [ 0.033s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_gauge_does_not_modify_missing_values
53102024-08-16T06:04:44.029Z PASS [ 0.032s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_gauge_value_in_window
53112024-08-16T06:04:44.029Z PASS [ 0.029s] oximeter-db oxql::ast::table_ops::align::tests::test_verify_max_upsampling_ratio
53122024-08-16T06:04:44.069Z PASS [ 0.055s] oximeter-db oxql::ast::table_ops::filter::tests::test_all_ident_names
53132024-08-16T06:04:44.093Z PASS [ 0.051s] oximeter-db oxql::ast::table_ops::filter::tests::test_atom_filter_double_points
53142024-08-16T06:04:44.118Z PASS [ 0.041s] oximeter-db oxql::ast::table_ops::filter::tests::test_atom_filter_points_wrong_type
53152024-08-16T06:04:44.142Z PASS [ 0.045s] oximeter-db oxql::ast::table_ops::filter::tests::test_dnf_conversion_fails_on_extremely_deep_expressions
53162024-08-16T06:04:44.167Z PASS [ 0.033s] oximeter-db oxql::ast::table_ops::filter::tests::test_dnf_conversion_fails_on_extremely_long_expressions
53172024-08-16T06:04:44.167Z PASS [ 0.034s] oximeter-db oxql::ast::table_ops::filter::tests::test_error_message_with_invalid_field_names
53182024-08-16T06:04:44.191Z PASS [ 0.033s] oximeter-db oxql::ast::table_ops::filter::tests::test_filter_empty_timeseries
53192024-08-16T06:04:44.215Z PASS [ 0.034s] oximeter-db oxql::ast::table_ops::filter::tests::test_filter_field_logic
53202024-08-16T06:04:44.215Z PASS [ 0.037s] oximeter-db oxql::ast::table_ops::filter::tests::test_simplify_to_dnf
53212024-08-16T06:04:44.239Z PASS [ 0.041s] oximeter-db oxql::ast::table_ops::group_by::tests::test_group_by
53222024-08-16T06:04:44.263Z PASS [ 0.031s] oximeter-db oxql::ast::table_ops::join::tests::test_join_point_arrays
53232024-08-16T06:04:44.288Z PASS [ 0.037s] oximeter-db oxql::ast::table_ops::join::tests::test_push_concrete_values
53242024-08-16T06:04:44.288Z PASS [ 0.032s] oximeter-db oxql::ast::table_ops::limit::tests::test_first_k
53252024-08-16T06:04:44.312Z PASS [ 0.033s] oximeter-db oxql::ast::table_ops::limit::tests::test_last_k
53262024-08-16T06:04:44.312Z PASS [ 0.034s] oximeter-db oxql::point::tests::test_cast_points_from_bool
53272024-08-16T06:04:44.336Z PASS [ 0.031s] oximeter-db oxql::point::tests::test_cast_points_from_double
53282024-08-16T06:04:44.360Z PASS [ 0.031s] oximeter-db oxql::point::tests::test_cast_points_from_double_distribution
53292024-08-16T06:04:44.384Z PASS [ 0.033s] oximeter-db oxql::point::tests::test_cast_points_from_int_distribution
53302024-08-16T06:04:44.384Z PASS [ 0.033s] oximeter-db oxql::point::tests::test_cast_points_from_integer
53312024-08-16T06:04:44.408Z PASS [ 0.036s] oximeter-db oxql::point::tests::test_cast_points_from_string
53322024-08-16T06:04:44.408Z PASS [ 0.034s] oximeter-db oxql::point::tests::test_point_delta_between
53332024-08-16T06:04:44.435Z PASS [ 0.032s] oximeter-db oxql::point::tests::test_point_delta_between_overlapping_time_ranges
53342024-08-16T06:04:44.459Z PASS [ 0.035s] oximeter-db oxql::point::tests::test_point_delta_between_with_new_epoch
53352024-08-16T06:04:44.483Z PASS [ 0.036s] oximeter-db oxql::point::tests::test_sub_between_histogram_distributions
53362024-08-16T06:04:44.509Z PASS [ 0.040s] oximeter-db oxql::query::tests::test_coalesce_limits
53372024-08-16T06:04:44.509Z PASS [ 0.035s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_coalesce_incompatible_kind_from_outer_query
53382024-08-16T06:04:44.538Z PASS [ 0.038s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_merge_different_kind_from_outer_query
53392024-08-16T06:04:44.567Z PASS [ 0.034s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_merge_different_kinds_within_query
53402024-08-16T06:04:44.597Z PASS [ 0.041s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_rearrange_around_incompatible_timestamp_filters
53412024-08-16T06:04:44.597Z PASS [ 0.037s] oximeter-db oxql::query::tests::test_coalesce_limits_merge_from_outer_query
53422024-08-16T06:04:44.621Z PASS [ 0.035s] oximeter-db oxql::query::tests::test_coalesce_limits_merge_same_kind_within_query
53432024-08-16T06:04:44.621Z PASS [ 0.035s] oximeter-db oxql::query::tests::test_coalesce_limits_rearrange_around_timestamp_filters
53442024-08-16T06:04:44.645Z PASS [ 0.037s] oximeter-db oxql::query::tests::test_coalesce_predicates
53452024-08-16T06:04:44.669Z PASS [ 0.036s] oximeter-db oxql::query::tests::test_coalesce_predicates_into_subqueries
53462024-08-16T06:04:44.693Z PASS [ 0.050s] oximeter-db oxql::query::tests::test_coalesce_predicates_into_subqueries_with_group_by
53472024-08-16T06:04:44.717Z PASS [ 0.061s] oximeter-db oxql::query::tests::test_coalesce_predicates_merged_into_subqueries
53482024-08-16T06:04:44.741Z PASS [ 0.052s] oximeter-db oxql::query::tests::test_query_end_time
53492024-08-16T06:04:44.764Z PASS [ 0.039s] oximeter-db oxql::query::tests::test_query_end_time_across_subqueries
53502024-08-16T06:04:44.788Z PASS [ 2.548s] oximeter-db client::tests::test_sql_query_output
53512024-08-16T06:04:44.788Z PASS [ 0.042s] oximeter-db oxql::query::tests::test_restrict_filter_idents_expr
53522024-08-16T06:04:44.812Z PASS [ 0.045s] oximeter-db oxql::query::tests::test_restrict_filter_idents_single_atom
53532024-08-16T06:04:44.836Z PASS [ 0.044s] oximeter-db oxql::query::tests::test_restrict_filter_idents_single_atom_with_timestamp
53542024-08-16T06:04:44.860Z PASS [ 0.049s] oximeter-db query::tests::test_field_cmp
53552024-08-16T06:04:44.860Z PASS [ 0.075s] oximeter-db oxql::query::tests::test_split_query
53562024-08-16T06:04:44.885Z PASS [ 0.055s] oximeter-db query::tests::test_field_selector_as_query
53572024-08-16T06:04:44.885Z PASS [ 0.039s] oximeter-db query::tests::test_field_value_as_db_str
53582024-08-16T06:04:44.910Z PASS [ 0.056s] oximeter-db query::tests::test_select_query_builder_field_selectors
53592024-08-16T06:04:44.937Z PASS [ 0.038s] oximeter-db query::tests::test_select_query_builder_from_parts
53602024-08-16T06:04:44.937Z PASS [ 0.053s] oximeter-db query::tests::test_select_query_builder_filter_raw
53612024-08-16T06:04:44.961Z PASS [ 0.040s] oximeter-db query::tests::test_select_query_builder_full
53622024-08-16T06:04:44.986Z PASS [ 0.043s] oximeter-db query::tests::test_select_query_builder_no_fields
53632024-08-16T06:04:45.009Z PASS [ 0.067s] oximeter-db query::tests::test_select_query_builder_limit_offset
53642024-08-16T06:04:45.009Z PASS [ 0.055s] oximeter-db query::tests::test_select_query_builder_no_selectors
53652024-08-16T06:04:45.033Z PASS [ 0.039s] oximeter-db query::tests::test_time_range
53662024-08-16T06:04:45.057Z PASS [ 0.067s] oximeter-db query::tests::test_string_field_selector
53672024-08-16T06:04:45.081Z PASS [ 0.052s] oximeter-db sql::tests::test_allow_limit_offset
53682024-08-16T06:04:45.105Z PASS [ 0.061s] oximeter-db sql::tests::test_allow_subqueries
53692024-08-16T06:04:45.105Z PASS [ 0.058s] oximeter-db sql::tests::test_cannot_name_database
53702024-08-16T06:04:45.129Z PASS [ 0.048s] oximeter-db sql::tests::test_ctes_are_not_supported
53712024-08-16T06:04:45.129Z PASS [ 0.039s] oximeter-db sql::tests::test_function_allow_list
53722024-08-16T06:04:45.153Z PASS [ 0.038s] oximeter-db sql::tests::test_multiple_statements_are_not_supported
53732024-08-16T06:04:45.177Z PASS [ 0.067s] oximeter-db sql::tests::test_join_must_be_inner
53742024-08-16T06:04:45.177Z PASS [ 0.048s] oximeter-db sql::tests::test_query_must_be_select_statement
53752024-08-16T06:04:45.201Z PASS [ 0.043s] oximeter-db sql::tests::test_query_with_multiple_timeseries_generates_one_cte
53762024-08-16T06:04:45.225Z PASS [ 0.053s] oximeter-db sql::tests::test_require_table_is_timeseries_name
53772024-08-16T06:04:45.248Z PASS [ 0.039s] oximeter-db sql::tests::test_with_comma_join_fails
53782024-08-16T06:04:45.248Z PASS [ 0.032s] oximeter-db tests::test_timeseries_key_field_stability
53792024-08-16T06:04:45.272Z PASS [ 0.083s] oximeter-db sql::tests::test_safe_sql_does_not_modify_original_alias
53802024-08-16T06:04:45.272Z PASS [ 0.037s] oximeter-db tests::test_timeseries_key_sample_stability
53812024-08-16T06:04:45.296Z PASS [ 1.651s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequence_with_valid_unicode_sequence
53822024-08-16T06:04:45.296Z PASS [ 0.036s] oximeter-db tests::test_unsorted_db_fields_are_sorted_on_read
53832024-08-16T06:04:45.368Z PASS [ 0.054s] oximeter-impl histogram::tests::test_bin_range_from
53842024-08-16T06:04:45.368Z PASS [ 0.063s] oximeter-impl histogram::tests::test_bin_range
53852024-08-16T06:04:45.392Z PASS [ 0.039s] oximeter-impl histogram::tests::test_bin_range_to
53862024-08-16T06:04:45.427Z PASS [ 0.039s] oximeter-impl histogram::tests::test_empty_bins_not_supported
53872024-08-16T06:04:45.451Z PASS [ 0.039s] oximeter-impl histogram::tests::test_ensure_finite
53882024-08-16T06:04:45.712Z PASS [ 0.041s] oximeter-impl histogram::tests::test_histogram
53892024-08-16T06:04:45.712Z PASS [ 0.039s] oximeter-impl histogram::tests::test_histogram_construct_with
53902024-08-16T06:04:45.712Z PASS [ 0.061s] oximeter-impl histogram::tests::test_histogram_extreme_samples
53912024-08-16T06:04:45.712Z PASS [ 0.072s] oximeter-impl histogram::tests::test_histogram_extreme_bins
53922024-08-16T06:04:45.736Z PASS [ 0.092s] oximeter-impl histogram::tests::test_histogram_float_bins
53932024-08-16T06:04:45.736Z PASS [ 0.110s] oximeter-impl histogram::tests::test_histogram_unbounded_samples
53942024-08-16T06:04:45.736Z PASS [ 0.027s] oximeter-impl histogram::tests::test_histogram_with_bins
53952024-08-16T06:04:45.736Z PASS [ 0.086s] oximeter-impl histogram::tests::test_histogram_unsorted_bins
53962024-08-16T06:04:45.736Z PASS [ 0.030s] oximeter-impl histogram::tests::test_histogram_with_non_partitioned_bins
53972024-08-16T06:04:45.765Z PASS [ 0.055s] oximeter-impl histogram::tests::test_histogram_with_overlapping_bins
53982024-08-16T06:04:45.793Z PASS [ 0.059s] oximeter-impl histogram::tests::test_log_linear_bins_all_representable
53992024-08-16T06:04:45.818Z PASS [ 0.042s] oximeter-impl histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_1
54002024-08-16T06:04:45.841Z PASS [ 0.053s] oximeter-impl histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_2
54012024-08-16T06:04:45.866Z PASS [ 0.042s] oximeter-impl histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_3
54022024-08-16T06:04:45.889Z PASS [ 0.030s] oximeter-impl histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_4
54032024-08-16T06:04:45.889Z PASS [ 0.034s] oximeter-impl histogram::tests::test_log_linear_bins_integer_size_checks
54042024-08-16T06:04:45.913Z PASS [ 0.032s] oximeter-impl histogram::tests::test_log_linear_bins_small_bin_count
54052024-08-16T06:04:45.913Z PASS [ 0.033s] oximeter-impl histogram::tests::test_span_decades
54062024-08-16T06:04:45.937Z PASS [ 0.027s] oximeter-impl histogram::tests::test_span_decades_other_counts_f64
54072024-08-16T06:04:45.961Z PASS [ 0.028s] oximeter-impl histogram::tests::test_span_decades_other_counts_u64_resolution_ok
54082024-08-16T06:04:45.961Z PASS [ 0.026s] oximeter-impl histogram::tests::test_span_decades_other_counts_u64_resolution_too_low
54092024-08-16T06:04:45.986Z PASS [ 0.028s] oximeter-impl quantile::tests::test_default_percentiles
54102024-08-16T06:04:45.986Z PASS [ 0.026s] oximeter-impl quantile::tests::test_empty_observations
54112024-08-16T06:04:46.010Z PASS [ 0.029s] oximeter-impl quantile::tests::test_find_cells
54122024-08-16T06:04:46.034Z PASS [ 0.030s] oximeter-impl quantile::tests::test_float_observations
54132024-08-16T06:04:46.034Z PASS [ 0.032s] oximeter-impl quantile::tests::test_integer_observations
54142024-08-16T06:04:46.058Z PASS [ 0.033s] oximeter-impl quantile::tests::test_invalid_p_value
54152024-08-16T06:04:46.082Z PASS [ 0.031s] oximeter-impl quantile::tests::test_max_p
54162024-08-16T06:04:46.082Z PASS [ 0.034s] oximeter-impl quantile::tests::test_min_p
54172024-08-16T06:04:46.106Z PASS [ 0.026s] oximeter-impl quantile::tests::test_non_filled_observations
54182024-08-16T06:04:46.106Z PASS [ 0.031s] oximeter-impl quantile::tests::test_rounding
54192024-08-16T06:04:46.139Z PASS [ 0.051s] oximeter-impl schema::codegen::tests::compute_extra_derives_respects_datum_type_with_no_extra_derives
54202024-08-16T06:04:46.164Z PASS [ 0.043s] oximeter-impl schema::codegen::tests::compute_extra_derives_respects_non_copy_datum_types
54212024-08-16T06:04:46.188Z PASS [ 0.034s] oximeter-impl schema::codegen::tests::compute_extra_derives_respects_non_copy_fields
54222024-08-16T06:04:46.212Z PASS [ 0.037s] oximeter-impl schema::codegen::tests::compute_extra_derives_respects_partially_ordered_datum_types
54232024-08-16T06:04:46.212Z PASS [ 0.034s] oximeter-impl schema::codegen::tests::compute_extra_derives_respects_totally_ordered_datum_types
54242024-08-16T06:04:46.237Z PASS [ 0.039s] oximeter-impl schema::codegen::tests::emit_schema_types_generates_expected_tokens
54252024-08-16T06:04:46.261Z PASS [ 0.042s] oximeter-impl schema::codegen::tests::emit_schema_types_with_no_metric_fields_generates_expected_tokens
54262024-08-16T06:04:46.261Z PASS [ 0.035s] oximeter-impl schema::ir::tests::construct_field_schema_fails_with_duplicate_field_names
54272024-08-16T06:04:46.286Z PASS [ 0.031s] oximeter-impl schema::ir::tests::construct_field_schema_fails_with_reference_to_unknown_field
54282024-08-16T06:04:46.310Z PASS [ 0.036s] oximeter-impl schema::ir::tests::construct_field_schema_picks_up_correct_fields
54292024-08-16T06:04:46.334Z PASS [ 0.038s] oximeter-impl schema::ir::tests::ensures_target_has_at_least_one_field
54302024-08-16T06:04:46.334Z PASS [ 0.031s] oximeter-impl schema::ir::tests::extract_authz_scope_requires_relevant_field
54312024-08-16T06:04:46.359Z PASS [ 0.026s] oximeter-impl schema::ir::tests::extract_metric_fields_fails_to_add_existing_metric
54322024-08-16T06:04:46.359Z PASS [ 0.026s] oximeter-impl schema::ir::tests::extract_metric_fields_fails_to_remove_non_existent_metric
54332024-08-16T06:04:46.383Z PASS [ 0.025s] oximeter-impl schema::ir::tests::extract_metric_fields_fails_with_non_increasing_versions
54342024-08-16T06:04:46.383Z PASS [ 0.025s] oximeter-impl schema::ir::tests::extract_metric_fields_requires_adding_first
54352024-08-16T06:04:46.407Z PASS [ 0.027s] oximeter-impl schema::ir::tests::extract_metric_fields_succeeds_with_gaps_in_versions
54362024-08-16T06:04:46.407Z PASS [ 0.028s] oximeter-impl schema::ir::tests::fail_on_empty_descriptions
54372024-08-16T06:04:46.435Z PASS [ 0.039s] oximeter-impl schema::ir::tests::fail_on_empty_metric_name
54382024-08-16T06:04:46.459Z PASS [ 0.038s] oximeter-impl schema::ir::tests::fail_on_empty_target_name
54392024-08-16T06:04:46.484Z PASS [ 0.030s] oximeter-impl schema::ir::tests::fail_on_very_long_field_names
54402024-08-16T06:04:46.484Z PASS [ 0.032s] oximeter-impl schema::ir::tests::fail_on_very_long_timeseries_name
54412024-08-16T06:04:46.509Z PASS [ 0.030s] oximeter-impl schema::ir::tests::into_schema_list_fails_with_zero_metrics
54422024-08-16T06:04:46.533Z PASS [ 0.037s] oximeter-impl schema::ir::tests::load_schema_catches_metric_versions_not_added_in
54432024-08-16T06:04:46.558Z PASS [ 0.049s] oximeter-impl schema::ir::tests::load_schema_fails_with_duplicate_timeseries
54442024-08-16T06:04:46.585Z PASS [ 0.057s] oximeter-impl schema::ir::tests::load_schema_fails_with_nonexistent_target_version
54452024-08-16T06:04:46.608Z PASS [ 0.059s] oximeter-impl schema::ir::tests::load_schema_fills_in_implied_metric_versions
54462024-08-16T06:04:46.633Z PASS [ 0.044s] oximeter-impl schema::ir::tests::load_schema_fills_in_implied_metric_versions_when_last_is_modified
54472024-08-16T06:04:46.656Z PASS [ 0.045s] oximeter-impl schema::ir::tests::load_schema_fills_in_implied_metric_versions_when_last_version_is_removed
54482024-08-16T06:04:46.680Z PASS [ 0.050s] oximeter-impl schema::ir::tests::load_schema_fills_in_late_implied_metric_versions
54492024-08-16T06:04:46.705Z PASS [ 0.037s] oximeter-impl schema::ir::tests::load_schema_skips_versions_until_metric_is_added
54502024-08-16T06:04:46.729Z PASS [ 0.043s] oximeter-impl schema::ir::tests::only_support_format_version_1
54512024-08-16T06:04:46.729Z PASS [ 0.034s] oximeter-impl schema::ir::tests::validate_field_name_disallows_bad_names
54522024-08-16T06:04:46.758Z PASS [ 0.036s] oximeter-impl schema::ir::tests::validate_field_name_verifies_uuid_field_names
54532024-08-16T06:04:46.801Z PASS [ 0.044s] oximeter-impl schema::tests::test_field_schema_ordering
54542024-08-16T06:04:46.906Z PASS [ 0.044s] oximeter-impl schema::tests::test_timeseries_name
54552024-08-16T06:04:46.906Z PASS [ 0.066s] oximeter-impl schema::tests::test_schema_field_ordering_across_target_metric
54562024-08-16T06:04:47.049Z PASS [ 0.111s] oximeter-impl schema::tests::test_timeseries_name_from_str
54572024-08-16T06:04:47.049Z PASS [ 0.186s] oximeter-impl schema::tests::test_timeseries_schema_from_parts
54582024-08-16T06:04:47.049Z PASS [ 0.125s] oximeter-impl schema::tests::test_timeseries_schema_from_sample
54592024-08-16T06:04:47.090Z PASS [ 0.066s] oximeter-impl test_util::tests::test_gen_test_samples
54602024-08-16T06:04:47.115Z PASS [ 0.058s] oximeter-impl traits::tests::test_metric_trait
54612024-08-16T06:04:47.139Z PASS [ 0.043s] oximeter-impl traits::tests::test_producer_trait
54622024-08-16T06:04:47.165Z PASS [ 0.036s] oximeter-impl traits::tests::test_target_trait
54632024-08-16T06:04:47.165Z PASS [ 0.035s] oximeter-impl types::tests::test_cumulative_f64
54642024-08-16T06:04:47.190Z PASS [ 0.029s] oximeter-impl types::tests::test_cumulative_i64
54652024-08-16T06:04:47.214Z PASS [ 0.029s] oximeter-impl types::tests::test_datum
54662024-08-16T06:04:47.214Z PASS [ 0.030s] oximeter-impl types::tests::test_field_value_parse_as_type::case_01_as_string
54672024-08-16T06:04:47.238Z PASS [ 0.028s] oximeter-impl types::tests::test_field_value_parse_as_type::case_02_as_i8
54682024-08-16T06:04:47.238Z PASS [ 0.032s] oximeter-impl types::tests::test_field_value_parse_as_type::case_03_as_u8
54692024-08-16T06:04:47.263Z PASS [ 0.030s] oximeter-impl types::tests::test_field_value_parse_as_type::case_04_as_i16
54702024-08-16T06:04:47.287Z PASS [ 0.036s] oximeter-impl types::tests::test_field_value_parse_as_type::case_05_as_u16
54712024-08-16T06:04:47.287Z PASS [ 0.031s] oximeter-impl types::tests::test_field_value_parse_as_type::case_06_as_i32
54722024-08-16T06:04:47.311Z PASS [ 0.037s] oximeter-impl types::tests::test_field_value_parse_as_type::case_07_as_u32
54732024-08-16T06:04:47.335Z PASS [ 0.048s] oximeter-impl types::tests::test_field_value_parse_as_type::case_08_as_i64
54742024-08-16T06:04:47.359Z PASS [ 0.032s] oximeter-impl types::tests::test_field_value_parse_as_type::case_09_as_u64
54752024-08-16T06:04:47.383Z PASS [ 0.036s] oximeter-impl types::tests::test_field_value_parse_as_type::case_10_as_uuid
54762024-08-16T06:04:47.383Z PASS [ 0.044s] oximeter-impl types::tests::test_field_value_parse_as_type::case_11_as_ipv4addr
54772024-08-16T06:04:47.409Z PASS [ 0.046s] oximeter-impl types::tests::test_field_value_parse_as_type::case_12_as_ipv6addr
54782024-08-16T06:04:47.434Z PASS [ 0.038s] oximeter-impl types::tests::test_field_value_parse_as_wrong_type::case_1_as_u64
54792024-08-16T06:04:47.459Z PASS [ 0.031s] oximeter-impl types::tests::test_field_value_parse_as_wrong_type::case_2_as_uuid
54802024-08-16T06:04:47.459Z PASS [ 0.033s] oximeter-impl types::tests::test_field_value_parse_as_wrong_type::case_3_as_bool
54812024-08-16T06:04:47.483Z PASS [ 0.032s] oximeter-impl types::tests::test_field_value_parse_as_wrong_type::case_4_as_ipaddr
54822024-08-16T06:04:47.507Z PASS [ 0.035s] oximeter-impl types::tests::test_field_value_parse_as_wrong_type::case_5_as_uuid
54832024-08-16T06:04:47.530Z PASS [ 0.036s] oximeter-impl types::tests::test_measurement
54842024-08-16T06:04:47.557Z PASS [ 0.045s] oximeter-impl types::tests::test_sample_struct
54852024-08-16T06:04:47.557Z PASS [ 0.034s] oximeter-impl types::tests::test_verify_field_names
54862024-08-16T06:04:47.585Z PASS [ 0.042s] oximeter-instruments http::tests::test_normalize_uri_path
54872024-08-16T06:04:47.610Z PASS [ 0.062s] oximeter-instruments http::tests::test_latency_tracker
54882024-08-16T06:04:47.830Z PASS [ 0.242s] oximeter-instruments kstat::link::tests::test_kstat_sampler
54892024-08-16T06:04:47.855Z PASS [ 0.245s] oximeter-instruments kstat::link::tests::test_kstat_sampler_with_overflow
54902024-08-16T06:04:47.914Z PASS [ 0.087s] oximeter-instruments kstat::link::tests::test_kstat_start_time_is_equal
54912024-08-16T06:04:47.938Z PASS [ 0.083s] oximeter-instruments kstat::link::tests::test_kstat_with_expiration
54922024-08-16T06:04:47.977Z PASS [ 0.064s] oximeter-instruments kstat::link::tests::test_prune_creation_times_when_kstat_is_gone
54932024-08-16T06:04:48.001Z PASS [ 0.071s] oximeter-instruments kstat::link::tests::test_prune_creation_times_when_target_is_removed
54942024-08-16T06:04:48.043Z PASS [ 0.042s] oximeter-macro-impl tests::test_extract_datum_type_by_annotatd_field
54952024-08-16T06:04:48.066Z PASS [ 0.075s] oximeter-instruments kstat::link::tests::test_sled_datalink
54962024-08-16T06:04:48.092Z PASS [ 0.048s] oximeter-macro-impl tests::test_extract_datum_type_by_field_name
54972024-08-16T06:04:48.117Z PASS [ 0.042s] oximeter-macro-impl tests::test_extract_datum_type_multiple_annotated_fields
54982024-08-16T06:04:48.149Z PASS [ 0.033s] oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated
54992024-08-16T06:04:48.173Z PASS [ 0.049s] oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated_same_field
55002024-08-16T06:04:48.197Z PASS [ 0.057s] oximeter-macro-impl tests::test_metric_annotated_field
55012024-08-16T06:04:48.197Z PASS [ 0.047s] oximeter-macro-impl tests::test_metric_datum_field
55022024-08-16T06:04:48.235Z PASS [ 0.030s] oximeter-macro-impl tests::test_metric_without_datum_field
55032024-08-16T06:04:48.269Z PASS [ 0.092s] oximeter-macro-impl tests::test_metric_enum
55042024-08-16T06:04:48.298Z PASS [ 0.071s] oximeter-macro-impl tests::test_target
55052024-08-16T06:04:48.323Z PASS [ 0.041s] oximeter-macro-impl tests::test_target_empty_struct
55062024-08-16T06:04:48.323Z PASS [ 0.032s] oximeter-macro-impl tests::test_target_enum
55072024-08-16T06:04:48.347Z PASS [ 0.031s] oximeter-macro-impl tests::test_target_unit_struct
55082024-08-16T06:04:48.371Z PASS [ 0.031s] oximeter-macro-impl tests::test_target_with_datum_field
55092024-08-16T06:04:48.395Z PASS [ 0.035s] oxlog tests::test_is_oxide_smf_log_file
55102024-08-16T06:04:48.425Z PASS [ 0.027s] oxlog tests::test_oxide_smf_service_name_from_log_file_name
55112024-08-16T06:04:48.449Z PASS [ 0.029s] oxlog tests::test_sort_logs
55122024-08-16T06:04:48.961Z PASS [ 0.515s] reconfigurator-cli::test_basic test_basic
55132024-08-16T06:04:51.444Z PASS [ 3.105s] oximeter-producer tests::test_producer_registration_task
55142024-08-16T06:04:51.524Z PASS [ 0.080s] sled-agent-types early_networking::tests::serialized_early_network_config_v0_to_v2_conversion
55152024-08-16T06:04:51.564Z PASS [ 0.041s] sled-agent-types early_networking::tests::serialized_early_network_config_v1_to_v2_conversion
55162024-08-16T06:04:51.618Z PASS [ 0.050s] sled-agent-types rack_init::tests::parse_rack_initialization
55172024-08-16T06:04:51.658Z PASS [ 0.040s] sled-agent-types rack_init::tests::parse_rack_initialization_weak_hash
55182024-08-16T06:04:51.708Z PASS [ 0.051s] sled-agent-types rack_init::tests::test_extra_certs
55192024-08-16T06:04:51.741Z PASS [ 0.034s] sled-agent-types rack_init::tests::test_subnets
55202024-08-16T06:04:51.785Z PASS [ 0.044s] sled-agent-types rack_init::tests::validate_external_dns_ips_must_be_in_internal_services_ip_pools
55212024-08-16T06:04:51.820Z PASS [ 0.035s] sled-agent-types sled::tests::serialize_start_sled_agent_v0_deserialize_v1
55222024-08-16T06:04:51.874Z PASS [ 0.055s] sled-agent-types zone_bundle::tests::test_compare_bundles
55232024-08-16T06:04:51.898Z PASS [ 15.451s] omicron-test-utils dev::db::test::test_setup_database_default_dir
55242024-08-16T06:04:51.922Z PASS [ 0.031s] sled-agent-types zone_bundle::tests::test_priority_dimension
55252024-08-16T06:04:51.922Z PASS [ 0.032s] sled-agent-types zone_bundle::tests::test_sort_zone_bundle_cause
55262024-08-16T06:04:51.945Z PASS [ 0.031s] sled-agent-types zone_bundle::tests::test_storage_limit_bytes_available
55272024-08-16T06:04:51.995Z PASS [ 0.078s] sled-hardware disk::test::test_disk_paths
55282024-08-16T06:04:52.018Z PASS [ 0.068s] sled-hardware disk::test::test_partition_device_paths
55292024-08-16T06:04:52.065Z PASS [ 0.060s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_cannot_format
55302024-08-16T06:04:52.065Z PASS [ 0.049s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_fails_with_empty_gpt
55312024-08-16T06:04:52.095Z PASS [ 0.039s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_with_expected_format
55322024-08-16T06:04:52.118Z PASS [ 0.042s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_fails_with_empty_gpt
55332024-08-16T06:04:52.142Z PASS [ 0.049s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_format_with_dev_path
55342024-08-16T06:04:52.165Z PASS [ 0.045s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_no_format_without_dev_path
55352024-08-16T06:04:52.188Z PASS [ 0.037s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_with_expected_format
55362024-08-16T06:04:52.188Z PASS [ 0.037s] sled-hardware-types underlay::tests::test_mac_to_bootstrap_ip
55372024-08-16T06:04:52.231Z PASS [ 0.053s] sled-storage dataset::test::serialize_dataset_name
55382024-08-16T06:04:52.255Z PASS [ 0.068s] sled-storage manager::test::test_omicron_physical_disks_schema
55392024-08-16T06:04:53.234Z PASS [ 0.976s] sled-storage manager::tests::add_raw_u2_does_not_create_zpool
55402024-08-16T06:04:53.296Z PASS [ 0.063s] sled-storage manager::tests::detected_raw_disk_removal_triggers_notification
55412024-08-16T06:04:54.020Z PASS [ 1.789s] sled-storage manager::tests::add_control_plane_disks_requires_keymanager
55422024-08-16T06:04:54.081Z PASS [ 0.060s] sled-storage manager::tests::ensure_using_exactly_these_disks
55432024-08-16T06:04:56.106Z PASS [ 2.809s] sled-storage manager::tests::disks_automatically_managed_after_key_manager_ready
55442024-08-16T06:04:56.314Z PASS [ 2.229s] sled-storage manager::tests::ledger_writes_require_at_least_one_m2
55452024-08-16T06:04:57.227Z PASS [ 0.916s] sled-storage manager::tests::update_rawdisk_firmware
55462024-08-16T06:04:57.629Z PASS [ 16.328s] oximeter-db client::tests::test_single_node
55472024-08-16T06:04:58.212Z PASS [ 2.106s] sled-storage manager::tests::queued_disks_get_requeued_on_secret_retriever_error
55482024-08-16T06:04:58.621Z PASS [ 0.989s] sled-storage manager::tests::wait_for_boot_disk
55492024-08-16T06:04:59.128Z PASS [ 1.902s] sled-storage manager::tests::upsert_filesystem
55502024-08-16T06:04:59.259Z PASS [ 0.639s] tufaceous::integration-tests command_tests::test_init_and_add
55512024-08-16T06:04:59.305Z PASS [ 0.046s] tufaceous-lib archive::tests::test_validate_path
55522024-08-16T06:04:59.345Z PASS [ 1.130s] tufaceous::integration-tests command_tests::test_assemble_fake
55532024-08-16T06:04:59.410Z PASS [ 0.105s] tufaceous-lib assemble::manifest::tests::fake_roundtrip
55542024-08-16T06:04:59.433Z PASS [ 0.079s] tufaceous-lib key::tests::test_from_str
55552024-08-16T06:04:59.549Z PASS [ 0.139s] tufaceous-lib repository::tests::reject_artifacts_with_the_same_filename
55562024-08-16T06:04:59.916Z PASS [ 0.788s] tufaceous::manifest-tests check_manifest::fake.toml
55572024-08-16T06:05:00.027Z PASS [ 0.111s] update-common artifacts::update_plan::tests::test_update_plan_from_artifacts
55582024-08-16T06:05:00.392Z PASS [ 0.364s] update-engine buffer::tests::test_buffer
55592024-08-16T06:05:00.492Z PASS [ 1.071s] update-common artifacts::artifacts_with_plan::tests::test_extract_fake
55602024-08-16T06:05:00.515Z PASS [ 0.111s] update-engine display::group_display::tests::test_stats
55612024-08-16T06:05:00.538Z PASS [ 0.031s] update-engine display::line_display_shared::tests::test_format_progress_counter
55622024-08-16T06:05:00.562Z PASS [ 0.048s] update-engine engine::tests::error_exits_early
55632024-08-16T06:05:00.562Z PASS [ 0.039s] update-engine events::tests::progress_event_parse_unknown
55642024-08-16T06:05:00.587Z PASS [ 0.038s] update-engine events::tests::step_event_parse_unknown
55652024-08-16T06:05:00.624Z PASS [ 0.036s] wicket state::inventory::tests::component_id_display
55662024-08-16T06:05:00.674Z PASS [ 0.113s] wicket cli::rack_setup::config_toml::tests::round_trip_nonempty_config
55672024-08-16T06:05:00.731Z PASS [ 0.058s] wicket-common rack_setup::tests::roundtrip_import_export_policy
55682024-08-16T06:05:00.831Z PASS [ 0.098s] wicketd installinator_progress::tests::test_states
55692024-08-16T06:05:00.893Z PASS [ 0.063s] wicketd rss_config::tests::test_bgp_auth_key_states
55702024-08-16T06:05:00.923Z PASS [ 0.299s] wicket::mod integration_tests::command_tests::test_wicket_ssh_force_command_like
55712024-08-16T06:05:01.343Z PASS [ 32.139s] omicron-sled-agent nexus::test::nexus_self_notification_test
55722024-08-16T06:05:01.950Z PASS [ 1.057s] wicketd::mod integration_tests::inventory::test_inventory
55732024-08-16T06:05:01.979Z PASS [ 16.725s] oximeter-db::integration_test test_schemas_disjoint
55742024-08-16T06:05:02.893Z PASS [ 1.561s] wicketd::mod integration_tests::updates::test_update_races
55752024-08-16T06:05:03.249Z PASS [ 3.709s] update-common artifacts::artifacts_with_plan::tests::test_fake_archive_idempotent
55762024-08-16T06:05:04.469Z PASS [ 2.529s] wicketd::mod integration_tests::updates::test_updates
55772024-08-16T06:05:04.586Z PASS [ 3.673s] wicketd::mod integration_tests::updates::test_installinator_fetch
55782024-08-16T06:05:08.565Z PASS [ 19.614s] reconfigurator-cli::test_basic test_blueprint_edit
55792024-08-16T06:05:29.685Z PASS [ 50.905s] oximeter-db client::tests::check_db_init_is_sum_of_all_up_replicated
55802024-08-16T06:05:30.610Z PASS [ 45.364s] oximeter-db::integration_test test_cluster
55812024-08-16T06:05:32.571Z PASS [ 2.886s] oximeter-db client::tests::test_apply_one_schema_upgrade_replicated
55822024-08-16T06:05:50.071Z PASS [ 17.501s] oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_replicated
55832024-08-16T06:06:11.104Z PASS [ 21.033s] oximeter-db client::tests::test_expunge_timeseries_by_name_replicated
55842024-08-16T06:07:11.105Z SLOW [> 60.000s] oximeter-db client::tests::test_replicated
55852024-08-16T06:08:11.106Z SLOW [>120.000s] oximeter-db client::tests::test_replicated
55862024-08-16T06:09:11.106Z SLOW [>180.000s] oximeter-db client::tests::test_replicated
55872024-08-16T06:10:11.107Z SLOW [>240.000s] oximeter-db client::tests::test_replicated
55882024-08-16T06:10:55.698Z PASS [ 284.603s] oximeter-db client::tests::test_replicated
55892024-08-16T06:10:55.722Z------------
55902024-08-16T06:10:55.722Z Summary [2551.959s] 1433 tests run: 1433 passed (18 slow, 1 leaky), 3 skipped
55912024-08-16T06:10:55.749Z
55922024-08-16T06:10:55.749Zreal 42:57.455004182
55932024-08-16T06:10:55.749Zuser 3:24:26.688787860
55942024-08-16T06:10:55.749Zsys 53:57.082191927
55952024-08-16T06:10:55.749Ztrap 3:08.526330499
55962024-08-16T06:10:55.749Ztflt 9.753047169
55972024-08-16T06:10:55.749Zdflt 38.397880878
55982024-08-16T06:10:55.749Zkflt 0.183179564
55992024-08-16T06:10:55.749Zlock 1205:54:24.499390667
56002024-08-16T06:10:55.749Zslp 52:53:15.775339984
56012024-08-16T06:10:55.749Zlat 4:40:19.169129121
56022024-08-16T06:10:55.749Zstop 53:17.002139280
56032024-08-16T06:10:55.749Z+ banner doctest
56042024-08-16T06:10:55.749Z
56052024-08-16T06:10:55.749Z ##### #### #### ##### ###### #### #####
56062024-08-16T06:10:55.749Z # # # # # # # # # #
56072024-08-16T06:10:55.749Z # # # # # # ##### #### #
56082024-08-16T06:10:55.749Z # # # # # # # # #
56092024-08-16T06:10:55.749Z # # # # # # # # # # #
56102024-08-16T06:10:55.749Z ##### #### #### # ###### #### #
56112024-08-16T06:10:55.749Z
56122024-08-16T06:10:55.749Z+ ptime -m timeout 1h cargo test --doc --locked --verbose --no-fail-fast
56132024-08-16T06:10:57.615Z Fresh unicode-ident v1.0.12
56142024-08-16T06:10:57.684Z Fresh cfg-if v1.0.0
56152024-08-16T06:10:57.684Z Fresh autocfg v1.3.0
56162024-08-16T06:10:57.684Z Fresh version_check v0.9.5
56172024-08-16T06:10:57.684Z Fresh once_cell v1.19.0
56182024-08-16T06:10:57.684Z Fresh memchr v2.7.2
56192024-08-16T06:10:57.684Z Fresh log v0.4.21
56202024-08-16T06:10:57.684Z Fresh scopeguard v1.2.0
56212024-08-16T06:10:57.684Z Fresh byteorder v1.5.0
56222024-08-16T06:10:57.684Z Fresh itoa v1.0.11
56232024-08-16T06:10:57.684Z Fresh proc-macro2 v1.0.86
56242024-08-16T06:10:57.684Z Fresh libc v0.2.155
56252024-08-16T06:10:57.684Z Fresh smallvec v1.13.2
56262024-08-16T06:10:57.684Z Fresh ryu v1.0.18
56272024-08-16T06:10:57.684Z Fresh pin-project-lite v0.2.14
56282024-08-16T06:10:57.684Z Fresh quote v1.0.36
56292024-08-16T06:10:57.684Z Fresh getrandom v0.2.14
56302024-08-16T06:10:57.684Z Fresh lock_api v0.4.12
56312024-08-16T06:10:57.684Z Fresh jobserver v0.1.32
56322024-08-16T06:10:57.684Z Fresh syn v2.0.74
56332024-08-16T06:10:57.684Z Fresh cc v1.0.97
56342024-08-16T06:10:57.684Z Fresh parking_lot_core v0.9.10
56352024-08-16T06:10:57.684Z Fresh signal-hook-registry v1.4.2
56362024-08-16T06:10:57.685Z Fresh rand_core v0.6.4
56372024-08-16T06:10:57.685Z Fresh serde_derive v1.0.207
56382024-08-16T06:10:57.685Z Fresh zerocopy-derive v0.7.34
56392024-08-16T06:10:57.685Z Fresh parking_lot v0.12.2
56402024-08-16T06:10:57.685Z Fresh thiserror-impl v1.0.63
56412024-08-16T06:10:57.685Z Fresh libm v0.2.8
56422024-08-16T06:10:57.685Z Fresh mio v0.8.11
56432024-08-16T06:10:57.685Z Fresh serde v1.0.207
56442024-08-16T06:10:57.685Z Fresh zerocopy v0.7.34
56452024-08-16T06:10:57.685Z Fresh thiserror v1.0.63
56462024-08-16T06:10:57.685Z Fresh num-traits v0.2.19
56472024-08-16T06:10:57.685Z Fresh allocator-api2 v0.2.18
56482024-08-16T06:10:57.685Z Fresh spin v0.9.8
56492024-08-16T06:10:57.685Z Fresh num_cpus v1.16.0
56502024-08-16T06:10:57.685Z Fresh bytes v1.7.1
56512024-08-16T06:10:57.685Z Fresh bitflags v2.6.0
56522024-08-16T06:10:57.685Z Fresh ahash v0.8.11
56532024-08-16T06:10:57.685Z Fresh serde_json v1.0.125
56542024-08-16T06:10:57.685Z Fresh tokio-macros v2.3.0
56552024-08-16T06:10:57.685Z Fresh socket2 v0.5.7
56562024-08-16T06:10:57.685Z Fresh zeroize_derive v1.4.2
56572024-08-16T06:10:57.685Z Fresh futures-core v0.3.30
56582024-08-16T06:10:57.685Z Fresh hashbrown v0.14.5
56592024-08-16T06:10:57.685Z Fresh tokio v1.38.1
56602024-08-16T06:10:57.685Z Fresh zeroize v1.7.0
56612024-08-16T06:10:57.685Z Fresh fnv v1.0.7
56622024-08-16T06:10:57.685Z Fresh equivalent v1.0.1
56632024-08-16T06:10:57.685Z Fresh regex-syntax v0.8.4
56642024-08-16T06:10:57.685Z Fresh indexmap v2.4.0
56652024-08-16T06:10:57.685Z Fresh futures-sink v0.3.30
56662024-08-16T06:10:57.685Z Fresh pkg-config v0.3.30
56672024-08-16T06:10:57.685Z Fresh aho-corasick v1.1.3
56682024-08-16T06:10:57.685Z Fresh futures-macro v0.3.30
56692024-08-16T06:10:57.685Z Fresh typenum v1.17.0
56702024-08-16T06:10:57.685Z Fresh regex-automata v0.4.6
56712024-08-16T06:10:57.685Z Fresh futures-channel v0.3.30
56722024-08-16T06:10:57.685Z Fresh futures-task v0.3.30
56732024-08-16T06:10:57.686Z Fresh pin-utils v0.1.0
56742024-08-16T06:10:57.686Z Fresh futures-io v0.3.30
56752024-08-16T06:10:57.686Z Fresh subtle v2.5.0
56762024-08-16T06:10:57.686Z Fresh generic-array v0.14.7
56772024-08-16T06:10:57.686Z Fresh slab v0.4.9
56782024-08-16T06:10:57.686Z Fresh heck v0.5.0
56792024-08-16T06:10:57.686Z Fresh iana-time-zone v0.1.60
56802024-08-16T06:10:57.686Z Fresh regex v1.10.6
56812024-08-16T06:10:57.686Z Fresh uuid v1.10.0
56822024-08-16T06:10:57.686Z Fresh tinyvec_macros v0.1.1
56832024-08-16T06:10:57.686Z Fresh futures-util v0.3.30
56842024-08-16T06:10:57.686Z Fresh crypto-common v0.1.6
56852024-08-16T06:10:57.686Z Fresh chrono v0.4.38
56862024-08-16T06:10:57.686Z Fresh tinyvec v1.6.0
56872024-08-16T06:10:57.686Z Fresh errno v0.3.9
56882024-08-16T06:10:57.686Z Fresh unicode-normalization v0.1.23
56892024-08-16T06:10:57.686Z Fresh semver v1.0.23
56902024-08-16T06:10:57.686Z Fresh vcpkg v0.2.15
56912024-08-16T06:10:57.686Z Fresh unicode-bidi v0.3.15
56922024-08-16T06:10:57.686Z Fresh const-oid v0.9.6
56932024-08-16T06:10:57.686Z Fresh serde_derive_internals v0.29.1
56942024-08-16T06:10:57.686Z Fresh syn v1.0.109
56952024-08-16T06:10:57.686Z Fresh rustix v0.38.34
56962024-08-16T06:10:57.686Z Fresh dyn-clone v1.0.17
56972024-08-16T06:10:57.686Z Fresh percent-encoding v2.3.1
56982024-08-16T06:10:57.686Z Fresh schemars_derive v0.8.21
56992024-08-16T06:10:57.686Z Fresh block-buffer v0.10.4
57002024-08-16T06:10:57.686Z Fresh tracing-attributes v0.1.27
57012024-08-16T06:10:57.686Z Fresh digest v0.10.7
57022024-08-16T06:10:57.686Z Fresh form_urlencoded v1.2.1
57032024-08-16T06:10:57.686Z Fresh tracing-core v0.1.32
57042024-08-16T06:10:57.686Z Fresh either v1.13.0
57052024-08-16T06:10:57.686Z Fresh cpufeatures v0.2.12
57062024-08-16T06:10:57.686Z Fresh idna v0.5.0
57072024-08-16T06:10:57.686Z Fresh schemars v0.8.21
57082024-08-16T06:10:57.686Z Fresh tracing v0.1.40
57092024-08-16T06:10:57.686Z Fresh lazy_static v1.5.0
57102024-08-16T06:10:57.686Z Fresh ppv-lite86 v0.2.17
57112024-08-16T06:10:57.687Z Fresh time-core v0.1.2
57122024-08-16T06:10:57.687Z Fresh powerfmt v0.2.0
57132024-08-16T06:10:57.687Z Fresh num-conv v0.1.0
57142024-08-16T06:10:57.711Z Fresh rustversion v1.0.17
57152024-08-16T06:10:57.711Z Fresh deranged v0.3.11
57162024-08-16T06:10:57.711Z Fresh rand_chacha v0.3.1
57172024-08-16T06:10:57.711Z Fresh url v2.5.2
57182024-08-16T06:10:57.711Z Fresh num_threads v0.1.7
57192024-08-16T06:10:57.711Z Fresh time-macros v0.2.18
57202024-08-16T06:10:57.711Z Fresh httparse v1.8.0
57212024-08-16T06:10:57.711Z Fresh rand v0.8.5
57222024-08-16T06:10:57.711Z Fresh http v0.2.12
57232024-08-16T06:10:57.711Z Fresh adler v1.0.2
57242024-08-16T06:10:57.711Z Fresh unicode-width v0.1.13
57252024-08-16T06:10:57.711Z Fresh untrusted v0.9.0
57262024-08-16T06:10:57.711Z Fresh time v0.3.36
57272024-08-16T06:10:57.711Z Fresh miniz_oxide v0.7.2
57282024-08-16T06:10:57.711Z Fresh ring v0.17.8
57292024-08-16T06:10:57.711Z Fresh serde_tokenstream v0.2.2
57302024-08-16T06:10:57.711Z Fresh serde_spanned v0.6.7
57312024-08-16T06:10:57.711Z Fresh toml_datetime v0.6.8
57322024-08-16T06:10:57.711Z Fresh strsim v0.11.1
57332024-08-16T06:10:57.711Z Fresh try-lock v0.2.5
57342024-08-16T06:10:57.711Z Fresh tokio-util v0.7.11
57352024-08-16T06:10:57.712Z Fresh gimli v0.28.1
57362024-08-16T06:10:57.712Z Fresh tower-service v0.3.2
57372024-08-16T06:10:57.712Z Fresh object v0.32.2
57382024-08-16T06:10:57.712Z Fresh slog v2.7.0
57392024-08-16T06:10:57.712Z Fresh want v0.3.1
57402024-08-16T06:10:57.712Z Fresh addr2line v0.21.0
57412024-08-16T06:10:57.712Z Fresh rustc-demangle v0.1.24
57422024-08-16T06:10:57.712Z Fresh async-trait v0.1.81
57432024-08-16T06:10:57.712Z Fresh backtrace v0.3.71
57442024-08-16T06:10:57.712Z Fresh httpdate v1.0.3
57452024-08-16T06:10:57.712Z Fresh base64 v0.21.7
57462024-08-16T06:10:57.712Z Fresh h2 v0.3.26
57472024-08-16T06:10:57.712Z Fresh http-body v0.4.6
57482024-08-16T06:10:57.712Z Fresh futures-executor v0.3.30
57492024-08-16T06:10:57.712Z Fresh foreign-types-shared v0.1.1
57502024-08-16T06:10:57.712Z Fresh anyhow v1.0.86
57512024-08-16T06:10:57.712Z Fresh hyper v0.14.30
57522024-08-16T06:10:57.712Z Fresh openssl-probe v0.1.5
57532024-08-16T06:10:57.712Z Fresh mime v0.3.17
57542024-08-16T06:10:57.712Z Fresh foreign-types v0.3.2
57552024-08-16T06:10:57.712Z Fresh futures v0.3.30
57562024-08-16T06:10:57.712Z Fresh openssl-sys v0.9.103
57572024-08-16T06:10:57.712Z Fresh openssl-macros v0.1.1
57582024-08-16T06:10:57.712Z Fresh rustls-webpki v0.101.7
57592024-08-16T06:10:57.712Z Fresh sct v0.7.1
57602024-08-16T06:10:57.712Z Fresh heck v0.4.1
57612024-08-16T06:10:57.712Z Fresh crossbeam-utils v0.8.19
57622024-08-16T06:10:57.712Z Fresh openssl v0.10.66
57632024-08-16T06:10:57.712Z Fresh winnow v0.5.40
57642024-08-16T06:10:57.712Z Fresh ucd-trie v0.1.6
57652024-08-16T06:10:57.712Z Fresh ipnet v2.9.0
57662024-08-16T06:10:57.712Z Fresh serde_urlencoded v0.7.1
57672024-08-16T06:10:57.712Z Fresh pest v2.7.10
57682024-08-16T06:10:57.712Z Fresh toml_edit v0.19.15
57692024-08-16T06:10:57.712Z Fresh rustls v0.21.12
57702024-08-16T06:10:57.712Z Fresh rustc_version v0.4.0
57712024-08-16T06:10:57.712Z Fresh block-padding v0.3.3
57722024-08-16T06:10:57.712Z Fresh encoding_rs v0.8.34
57732024-08-16T06:10:57.712Z Fresh utf8parse v0.2.1
57742024-08-16T06:10:57.713Z Fresh tokio-rustls v0.24.1
57752024-08-16T06:10:57.713Z Fresh native-tls v0.2.11
57762024-08-16T06:10:57.713Z Fresh pest_meta v2.7.10
57772024-08-16T06:10:57.713Z Fresh inout v0.1.3
57782024-08-16T06:10:57.713Z Fresh idna v0.3.0
57792024-08-16T06:10:57.713Z Fresh scroll_derive v0.12.0
57802024-08-16T06:10:57.713Z Fresh psl-types v2.0.11
57812024-08-16T06:10:57.713Z Fresh cipher v0.4.4
57822024-08-16T06:10:57.713Z Fresh tokio-native-tls v0.3.1
57832024-08-16T06:10:57.713Z Fresh cookie v0.17.0
57842024-08-16T06:10:57.713Z Fresh scroll v0.12.0
57852024-08-16T06:10:57.713Z Fresh pest_generator v2.7.10
57862024-08-16T06:10:57.713Z Fresh rustls-pemfile v1.0.4
57872024-08-16T06:10:57.713Z Fresh hmac v0.12.1
57882024-08-16T06:10:57.713Z Fresh publicsuffix v2.2.3
57892024-08-16T06:10:57.713Z Fresh openapiv3 v2.0.0
57902024-08-16T06:10:57.713Z Fresh plain v0.2.3
57912024-08-16T06:10:57.713Z Fresh base64ct v1.6.0
57922024-08-16T06:10:57.713Z Fresh anstyle v1.0.8
57932024-08-16T06:10:57.713Z Fresh pest_derive v2.7.10
57942024-08-16T06:10:57.713Z Fresh hyper-tls v0.5.0
57952024-08-16T06:10:57.713Z Fresh hyper-rustls v0.24.2
57962024-08-16T06:10:57.713Z Fresh goblin v0.8.2
57972024-08-16T06:10:57.713Z Fresh cookie_store v0.20.0
57982024-08-16T06:10:57.713Z Fresh webpki-roots v0.25.4
57992024-08-16T06:10:57.713Z Fresh bitflags v1.3.2
58002024-08-16T06:10:57.713Z Fresh sync_wrapper v0.1.2
58012024-08-16T06:10:57.713Z Fresh pretty-hex v0.4.1
58022024-08-16T06:10:57.713Z Fresh dtrace-parser v0.2.0
58032024-08-16T06:10:57.713Z Fresh reqwest v0.11.27
58042024-08-16T06:10:57.713Z Fresh dof v0.3.0
58052024-08-16T06:10:57.713Z Fresh sha2 v0.10.8
58062024-08-16T06:10:57.713Z Fresh thread-id v4.2.1
58072024-08-16T06:10:57.713Z Fresh pem-rfc7468 v0.7.0
58082024-08-16T06:10:57.713Z Fresh anstyle-parse v0.2.4
58092024-08-16T06:10:57.713Z Fresh der_derive v0.7.2
58102024-08-16T06:10:57.713Z Fresh usdt-impl v0.5.0
58112024-08-16T06:10:57.714Z Fresh data-encoding v2.6.0
58122024-08-16T06:10:57.714Z Fresh colorchoice v1.0.1
58132024-08-16T06:10:57.714Z Fresh is_terminal_polyfill v1.70.0
58142024-08-16T06:10:57.738Z Fresh anstyle-query v1.0.3
58152024-08-16T06:10:57.738Z Fresh flagset v0.4.5
58162024-08-16T06:10:57.738Z Fresh base64 v0.22.1
58172024-08-16T06:10:57.738Z Fresh terminal_size v0.3.0
58182024-08-16T06:10:57.738Z Fresh der v0.7.9
58192024-08-16T06:10:57.738Z Fresh anstream v0.6.14
58202024-08-16T06:10:57.738Z Fresh unicode-segmentation v1.11.0
58212024-08-16T06:10:57.738Z Fresh clap_lex v0.7.0
58222024-08-16T06:10:57.738Z Fresh usdt-attr-macro v0.5.0
58232024-08-16T06:10:57.738Z Fresh usdt-macro v0.5.0
58242024-08-16T06:10:57.738Z Fresh pbkdf2 v0.12.2
58252024-08-16T06:10:57.738Z Fresh clap_builder v4.5.15
58262024-08-16T06:10:57.738Z Fresh spki v0.7.3
58272024-08-16T06:10:57.738Z Fresh salsa20 v0.10.2
58282024-08-16T06:10:57.738Z Fresh sha1 v0.10.6
58292024-08-16T06:10:57.738Z Fresh clap_derive v4.5.13
58302024-08-16T06:10:57.738Z Fresh memmap v0.7.0
58312024-08-16T06:10:57.738Z Fresh siphasher v0.3.11
58322024-08-16T06:10:57.738Z Fresh usdt v0.5.0
58332024-08-16T06:10:57.739Z Fresh crc32fast v1.4.0
58342024-08-16T06:10:57.739Z Fresh clap v4.5.15
58352024-08-16T06:10:57.739Z Fresh scrypt v0.11.0
58362024-08-16T06:10:57.739Z Fresh cbc v0.1.2
58372024-08-16T06:10:57.739Z Fresh aes v0.8.4
58382024-08-16T06:10:57.739Z Fresh crossbeam-epoch v0.9.18
58392024-08-16T06:10:57.739Z Fresh itertools v0.10.5
58402024-08-16T06:10:57.739Z Fresh bit-vec v0.6.3
58412024-08-16T06:10:57.739Z Fresh stable_deref_trait v1.2.0
58422024-08-16T06:10:57.739Z Fresh pkcs5 v0.7.1
58432024-08-16T06:10:57.739Z Fresh hex v0.4.3
58442024-08-16T06:10:57.739Z Fresh winnow v0.6.18
58452024-08-16T06:10:57.739Z Fresh toml v0.7.8
58462024-08-16T06:10:57.739Z Fresh itertools v0.12.1
58472024-08-16T06:10:57.739Z Fresh bit-set v0.5.3
58482024-08-16T06:10:57.739Z Fresh pkcs8 v0.10.2
58492024-08-16T06:10:57.739Z Fresh toml_edit v0.22.20
58502024-08-16T06:10:57.739Z Fresh num-integer v0.1.46
58512024-08-16T06:10:57.739Z Fresh zerocopy-derive v0.6.6
58522024-08-16T06:10:57.739Z Fresh fixedbitset v0.4.2
58532024-08-16T06:10:57.739Z Fresh managed v0.8.0
58542024-08-16T06:10:57.739Z Fresh static_assertions v1.1.0
58552024-08-16T06:10:57.739Z Fresh zerocopy v0.6.6
58562024-08-16T06:10:57.739Z Fresh signal-hook v0.3.17
58572024-08-16T06:10:57.739Z Fresh petgraph v0.6.5
58582024-08-16T06:10:57.739Z Fresh flate2 v1.0.31
58592024-08-16T06:10:57.739Z Fresh phf_shared v0.10.0
58602024-08-16T06:10:57.739Z Fresh precomputed-hash v0.1.1
58612024-08-16T06:10:57.739Z Fresh unicode-xid v0.2.4
58622024-08-16T06:10:57.739Z Fresh new_debug_unreachable v1.0.6
58632024-08-16T06:10:57.739Z Fresh minimal-lexical v0.2.1
58642024-08-16T06:10:57.739Z Fresh num-iter v0.1.45
58652024-08-16T06:10:57.739Z Fresh mio v1.0.2
58662024-08-16T06:10:57.739Z Fresh lalrpop-util v0.19.12
58672024-08-16T06:10:57.739Z Fresh regex-automata v0.1.10
58682024-08-16T06:10:57.739Z Fresh nom v7.1.3
58692024-08-16T06:10:57.739Z Fresh string_cache v0.8.7
58702024-08-16T06:10:57.739Z Fresh signal-hook-mio v0.2.4
58712024-08-16T06:10:57.740Z Fresh cfg_aliases v0.1.1
58722024-08-16T06:10:57.740Z Fresh bstr v0.2.17
58732024-08-16T06:10:57.740Z Fresh pkcs1 v0.7.5
58742024-08-16T06:10:57.740Z Fresh num-bigint-dig v0.8.4
58752024-08-16T06:10:57.740Z Fresh enum-as-inner v0.6.0
58762024-08-16T06:10:57.740Z Fresh signature v2.2.0
58772024-08-16T06:10:57.740Z Fresh idna v0.4.0
58782024-08-16T06:10:57.740Z Fresh hash32 v0.2.1
58792024-08-16T06:10:57.740Z Fresh finl_unicode v1.2.0
58802024-08-16T06:10:57.740Z Fresh predicates-core v1.0.6
58812024-08-16T06:10:57.740Z Fresh rsa v0.9.6
58822024-08-16T06:10:57.740Z Fresh heapless v0.7.17
58832024-08-16T06:10:57.740Z Fresh stringprep v0.1.4
58842024-08-16T06:10:57.740Z Fresh hickory-proto v0.24.1
58852024-08-16T06:10:57.740Z Fresh console v0.15.8
58862024-08-16T06:10:57.740Z Fresh md-5 v0.10.6
58872024-08-16T06:10:57.740Z Fresh hubpack_derive v0.1.1
58882024-08-16T06:10:57.740Z Fresh bstr v1.9.1
58892024-08-16T06:10:57.740Z Fresh ff v0.13.0
58902024-08-16T06:10:57.740Z Fresh float-cmp v0.9.0
58912024-08-16T06:10:57.740Z Fresh difflib v0.4.0
58922024-08-16T06:10:57.740Z Fresh base16ct v0.2.0
58932024-08-16T06:10:57.740Z Fresh fallible-iterator v0.2.0
58942024-08-16T06:10:57.740Z Fresh normalize-line-endings v0.3.0
58952024-08-16T06:10:57.740Z Fresh hubpack v0.1.2
58962024-08-16T06:10:57.740Z Fresh sec1 v0.7.3
58972024-08-16T06:10:57.740Z Fresh postgres-protocol v0.6.7
58982024-08-16T06:10:57.740Z Fresh group v0.13.0
58992024-08-16T06:10:57.740Z Fresh smoltcp v0.9.1
59002024-08-16T06:10:57.740Z Fresh nix v0.28.0
59012024-08-16T06:10:57.740Z Fresh similar v2.5.0
59022024-08-16T06:10:57.740Z Fresh predicates v3.1.2
59032024-08-16T06:10:57.740Z Fresh phf_shared v0.11.2
59042024-08-16T06:10:57.740Z Fresh hkdf v0.12.4
59052024-08-16T06:10:57.740Z Fresh strum_macros v0.25.3
59062024-08-16T06:10:57.740Z Fresh crypto-bigint v0.5.5
59072024-08-16T06:10:57.740Z Fresh serde_repr v0.1.19
59082024-08-16T06:10:57.740Z Fresh peg-runtime v0.8.3
59092024-08-16T06:10:57.740Z Fresh phf v0.11.2
59102024-08-16T06:10:57.740Z Fresh gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
59112024-08-16T06:10:57.741Z Fresh elliptic-curve v0.13.8
59122024-08-16T06:10:57.741Z Fresh postgres-types v0.2.7
59132024-08-16T06:10:57.741Z Fresh whoami v1.5.1
59142024-08-16T06:10:57.765Z Fresh tokio-stream v0.1.15
59152024-08-16T06:10:57.765Z Fresh regress v0.9.1
59162024-08-16T06:10:57.765Z Fresh tokio-postgres v0.7.11
59172024-08-16T06:10:57.765Z Fresh fs-err v2.11.0
59182024-08-16T06:10:57.765Z Fresh typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
59192024-08-16T06:10:57.765Z Fresh getopts v0.2.21
59202024-08-16T06:10:57.765Z Fresh unsafe-libyaml v0.2.11
59212024-08-16T06:10:57.765Z Fresh progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
59222024-08-16T06:10:57.765Z Fresh is-terminal v0.4.12
59232024-08-16T06:10:57.765Z Fresh typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
59242024-08-16T06:10:57.765Z Fresh serde_yaml v0.9.34+deprecated
59252024-08-16T06:10:57.765Z Fresh dirs-sys-next v0.1.2
59262024-08-16T06:10:57.765Z Fresh ident_case v1.0.1
59272024-08-16T06:10:57.765Z Fresh strum_macros v0.26.4
59282024-08-16T06:10:57.765Z Fresh http v1.1.0
59292024-08-16T06:10:57.765Z Fresh camino v1.1.7
59302024-08-16T06:10:57.765Z Fresh typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
59312024-08-16T06:10:57.765Z Fresh dirs-next v2.0.0
59322024-08-16T06:10:57.765Z Fresh darling_core v0.20.9
59332024-08-16T06:10:57.765Z Fresh strum v0.26.3
59342024-08-16T06:10:57.765Z Fresh toml v0.8.19
59352024-08-16T06:10:57.766Z Fresh progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
59362024-08-16T06:10:57.766Z Fresh term v0.7.0
59372024-08-16T06:10:57.766Z Fresh darling_macro v0.20.9
59382024-08-16T06:10:57.766Z Fresh crossbeam-channel v0.5.12
59392024-08-16T06:10:57.766Z Fresh thread_local v1.1.8
59402024-08-16T06:10:57.766Z Fresh rustls-pki-types v1.7.0
59412024-08-16T06:10:57.766Z Fresh progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
59422024-08-16T06:10:57.766Z Fresh darling v0.20.9
59432024-08-16T06:10:57.766Z Fresh paste v1.0.15
59442024-08-16T06:10:57.766Z Fresh match_cfg v0.1.0
59452024-08-16T06:10:57.766Z Fresh fastrand v2.1.0
59462024-08-16T06:10:57.766Z Fresh take_mut v0.2.2
59472024-08-16T06:10:57.766Z Fresh slog-term v2.9.1
59482024-08-16T06:10:57.766Z Fresh progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
59492024-08-16T06:10:57.766Z Fresh hostname v0.3.1
59502024-08-16T06:10:57.766Z Fresh tempfile v3.10.1
59512024-08-16T06:10:57.766Z Fresh rustls-webpki v0.102.4
59522024-08-16T06:10:57.766Z Fresh ipnetwork v0.20.0
59532024-08-16T06:10:57.766Z Fresh rustls-pemfile v2.1.3
59542024-08-16T06:10:57.766Z Fresh slog-async v2.8.0
59552024-08-16T06:10:57.766Z Fresh debug-ignore v1.0.5
59562024-08-16T06:10:57.766Z Fresh slog-json v2.6.1
59572024-08-16T06:10:57.766Z Fresh async-stream-impl v0.3.5
59582024-08-16T06:10:57.766Z Fresh atomic-waker v1.1.2
59592024-08-16T06:10:57.766Z Fresh rustls v0.22.4
59602024-08-16T06:10:57.766Z Fresh waitgroup v0.1.2
59612024-08-16T06:10:57.766Z Fresh async-stream v0.3.5
59622024-08-16T06:10:57.766Z Fresh slog-bunyan v2.5.0
59632024-08-16T06:10:57.766Z Fresh dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4)
59642024-08-16T06:10:57.766Z Fresh newtype-uuid v1.1.0
59652024-08-16T06:10:57.766Z Fresh tokio-rustls v0.25.0
59662024-08-16T06:10:57.766Z Fresh multer v3.1.0
59672024-08-16T06:10:57.766Z Fresh serde_path_to_error v0.1.16
59682024-08-16T06:10:57.766Z Fresh hostname v0.4.0
59692024-08-16T06:10:57.766Z Fresh instant v0.1.12
59702024-08-16T06:10:57.766Z Fresh serde_with_macros v3.8.3
59712024-08-16T06:10:57.766Z Fresh quick-error v1.2.3
59722024-08-16T06:10:57.767Z Fresh dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4)
59732024-08-16T06:10:57.767Z Fresh serde_with v3.8.3
59742024-08-16T06:10:57.767Z Fresh structmeta-derive v0.3.0
59752024-08-16T06:10:57.767Z Fresh slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
59762024-08-16T06:10:57.767Z Fresh backoff v0.4.0
59772024-08-16T06:10:57.767Z Fresh oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
59782024-08-16T06:10:57.767Z Fresh mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
59792024-08-16T06:10:57.767Z Fresh structmeta v0.3.0
59802024-08-16T06:10:57.767Z Fresh slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
59812024-08-16T06:10:57.767Z Fresh serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
59822024-08-16T06:10:57.767Z Fresh macaddr v1.0.1
59832024-08-16T06:10:57.767Z Fresh wait-timeout v0.2.0
59842024-08-16T06:10:57.767Z Fresh structmeta-derive v0.2.0
59852024-08-16T06:10:57.767Z Fresh rand_xorshift v0.3.0
59862024-08-16T06:10:57.767Z Fresh unarray v0.1.4
59872024-08-16T06:10:57.767Z Fresh parse-display-derive v0.10.0
59882024-08-16T06:10:57.767Z Fresh rusty-fork v0.3.0
59892024-08-16T06:10:57.767Z Fresh structmeta v0.2.0
59902024-08-16T06:10:57.767Z Fresh camino-tempfile v1.1.1
59912024-08-16T06:10:57.767Z Fresh proc-macro-crate v1.3.1
59922024-08-16T06:10:57.767Z Fresh parse-display v0.10.0
59932024-08-16T06:10:57.767Z Fresh proptest v1.5.0
59942024-08-16T06:10:57.767Z Fresh test-strategy v0.3.1
59952024-08-16T06:10:57.767Z Fresh num_enum_derive v0.5.11
59962024-08-16T06:10:57.767Z Fresh proc-macro-error-attr v1.0.4
59972024-08-16T06:10:57.767Z Fresh num_enum v0.5.11
59982024-08-16T06:10:57.767Z Fresh foreign-types-macros v0.2.3
59992024-08-16T06:10:57.767Z Fresh foreign-types-shared v0.3.1
60002024-08-16T06:10:57.767Z Fresh nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
60012024-08-16T06:10:57.767Z Fresh proc-macro-error v1.0.4
60022024-08-16T06:10:57.767Z Fresh foreign-types v0.5.0
60032024-08-16T06:10:57.767Z Fresh libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
60042024-08-16T06:10:57.767Z Fresh rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
60052024-08-16T06:10:57.767Z Fresh cstr-argument v0.1.2
60062024-08-16T06:10:57.767Z Fresh pretty-hex v0.2.1
60072024-08-16T06:10:57.767Z Fresh tabwriter v1.4.0
60082024-08-16T06:10:57.767Z Fresh nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
60092024-08-16T06:10:57.767Z Fresh dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
60102024-08-16T06:10:57.768Z Fresh rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
60112024-08-16T06:10:57.768Z Fresh colored v2.1.0
60122024-08-16T06:10:57.768Z Fresh socket2 v0.4.10
60132024-08-16T06:10:57.768Z Fresh smf v0.2.3
60142024-08-16T06:10:57.792Z Fresh hash32 v0.3.1
60152024-08-16T06:10:57.792Z Fresh cobs v0.2.3
60162024-08-16T06:10:57.792Z Fresh embedded-io v0.4.0
60172024-08-16T06:10:57.792Z Fresh illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
60182024-08-16T06:10:57.792Z Fresh termtree v0.4.1
60192024-08-16T06:10:57.792Z Fresh heapless v0.8.0
60202024-08-16T06:10:57.792Z Fresh postcard v1.0.8
60212024-08-16T06:10:57.792Z Fresh predicates-tree v1.0.9
60222024-08-16T06:10:57.792Z Fresh kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
60232024-08-16T06:10:57.792Z Fresh crucible-workspace-hack v0.1.0
60242024-08-16T06:10:57.792Z Fresh smoltcp v0.11.0
60252024-08-16T06:10:57.792Z Fresh sigpipe v0.1.3
60262024-08-16T06:10:57.792Z Fresh poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
60272024-08-16T06:10:57.792Z Fresh zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
60282024-08-16T06:10:57.792Z Fresh bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
60292024-08-16T06:10:57.792Z Fresh opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
60302024-08-16T06:10:57.792Z Fresh mockall_derive v0.13.0
60312024-08-16T06:10:57.792Z Fresh num-derive v0.4.2
60322024-08-16T06:10:57.792Z Fresh downcast v0.11.0
60332024-08-16T06:10:57.792Z Fresh fragile v2.0.0
60342024-08-16T06:10:57.792Z Fresh opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
60352024-08-16T06:10:57.792Z Fresh libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
60362024-08-16T06:10:57.792Z Fresh crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
60372024-08-16T06:10:57.792Z Fresh mockall v0.13.0
60382024-08-16T06:10:57.792Z Fresh bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
60392024-08-16T06:10:57.792Z Fresh zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
60402024-08-16T06:10:57.792Z Fresh humantime v2.1.0
60412024-08-16T06:10:57.792Z Fresh oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
60422024-08-16T06:10:57.792Z Fresh same-file v1.0.6
60432024-08-16T06:10:57.792Z Fresh xattr v1.3.1
60442024-08-16T06:10:57.792Z Fresh filetime v0.2.24
60452024-08-16T06:10:57.792Z Fresh derive-where v1.2.7
60462024-08-16T06:10:57.792Z Fresh newline-converter v0.3.0
60472024-08-16T06:10:57.793Z Fresh password-hash v0.5.0
60482024-08-16T06:10:57.793Z Fresh blake2 v0.10.6
60492024-08-16T06:10:57.793Z Fresh opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd)
60502024-08-16T06:10:57.793Z Fresh walkdir v2.5.0
60512024-08-16T06:10:57.793Z Fresh tar v0.4.41
60522024-08-16T06:10:57.793Z Fresh expectorate v1.1.0
60532024-08-16T06:10:57.793Z Fresh argon2 v0.5.3
60542024-08-16T06:10:57.793Z Fresh termcolor v1.4.1
60552024-08-16T06:10:57.793Z Fresh utf-8 v0.7.6
60562024-08-16T06:10:57.793Z Fresh convert_case v0.4.0
60572024-08-16T06:10:57.793Z Fresh derive_more v0.99.18
60582024-08-16T06:10:57.793Z Fresh tungstenite v0.21.0
60592024-08-16T06:10:57.793Z Fresh arc-swap v1.7.1
60602024-08-16T06:10:57.793Z Fresh slog-scope v4.4.0
60612024-08-16T06:10:57.793Z Fresh tokio-tungstenite v0.21.0
60622024-08-16T06:10:57.793Z Fresh atty v0.2.14
60632024-08-16T06:10:57.793Z Fresh home v0.5.9
60642024-08-16T06:10:57.793Z Fresh semver v0.1.20
60652024-08-16T06:10:57.793Z Fresh slog-stdlog v4.1.1
60662024-08-16T06:10:57.793Z Fresh rustc_version v0.1.7
60672024-08-16T06:10:57.793Z Fresh pem v3.0.4
60682024-08-16T06:10:57.793Z Fresh env_logger v0.9.3
60692024-08-16T06:10:57.793Z Fresh bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
60702024-08-16T06:10:57.793Z Fresh bitstruct_derive v0.1.0
60712024-08-16T06:10:57.793Z Fresh slog-envlogger v2.2.0
60722024-08-16T06:10:57.793Z Fresh viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
60732024-08-16T06:10:57.793Z Fresh ascii v1.1.0
60742024-08-16T06:10:57.793Z Fresh bitstruct v0.1.1
60752024-08-16T06:10:57.793Z Fresh bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
60762024-08-16T06:10:57.793Z Fresh tungstenite v0.20.1
60772024-08-16T06:10:57.793Z Fresh dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
60782024-08-16T06:10:57.793Z Fresh rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
60792024-08-16T06:10:57.793Z Fresh viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
60802024-08-16T06:10:57.793Z Fresh propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
60812024-08-16T06:10:57.793Z Fresh serde_arrays v0.1.0
60822024-08-16T06:10:57.793Z Fresh erased-serde v0.3.31
60832024-08-16T06:10:57.793Z Fresh tokio-tungstenite v0.20.1
60842024-08-16T06:10:57.794Z Fresh newtype_derive v0.1.6
60852024-08-16T06:10:57.794Z Fresh propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
60862024-08-16T06:10:57.794Z Fresh heck v0.3.3
60872024-08-16T06:10:57.794Z Fresh half v2.4.1
60882024-08-16T06:10:57.794Z Fresh ciborium-io v0.2.2
60892024-08-16T06:10:57.794Z Fresh atomicwrites v0.4.3
60902024-08-16T06:10:57.794Z Fresh steno v0.4.1
60912024-08-16T06:10:57.794Z Fresh zone_cfg_derive v0.1.2
60922024-08-16T06:10:57.794Z Fresh ciborium-ll v0.2.2
60932024-08-16T06:10:57.794Z Fresh cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
60942024-08-16T06:10:57.794Z Fresh headers-core v0.2.0
60952024-08-16T06:10:57.794Z Fresh base64 v0.13.1
60962024-08-16T06:10:57.794Z Fresh swrite v0.1.0
60972024-08-16T06:10:57.794Z Fresh propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
60982024-08-16T06:10:57.794Z Fresh libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
60992024-08-16T06:10:57.794Z Fresh ciborium v0.2.2
61002024-08-16T06:10:57.794Z Fresh ron v0.7.1
61012024-08-16T06:10:57.794Z Fresh zone v0.1.8
61022024-08-16T06:10:57.794Z Fresh headers v0.3.9
61032024-08-16T06:10:57.794Z Fresh prettyplease v0.2.20
61042024-08-16T06:10:57.794Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
61052024-08-16T06:10:57.794Z Fresh yasna v0.5.2
61062024-08-16T06:10:57.794Z Fresh portpicker v0.1.1
61072024-08-16T06:10:57.794Z Fresh subprocess v0.2.9
61082024-08-16T06:10:57.794Z Fresh crossbeam-deque v0.8.5
61092024-08-16T06:10:57.794Z Fresh pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
61102024-08-16T06:10:57.794Z Fresh glob v0.3.1
61112024-08-16T06:10:57.794Z Fresh rcgen v0.12.1
61122024-08-16T06:10:57.794Z Fresh libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
61132024-08-16T06:10:57.794Z Fresh constant_time_eq v0.3.0
61142024-08-16T06:10:57.820Z Fresh arrayvec v0.7.4
61152024-08-16T06:10:57.820Z Fresh arrayref v0.3.7
61162024-08-16T06:10:57.821Z Fresh rayon-core v1.12.1
61172024-08-16T06:10:57.821Z Fresh num-rational v0.4.2
61182024-08-16T06:10:57.821Z Fresh num-complex v0.4.6
61192024-08-16T06:10:57.821Z Fresh libsw v3.3.1
61202024-08-16T06:10:57.821Z Fresh rayon v1.10.0
61212024-08-16T06:10:57.821Z Fresh cancel-safe-futures v0.1.5
61222024-08-16T06:10:57.821Z Fresh num v0.4.3
61232024-08-16T06:10:57.821Z Fresh linear-map v1.2.0
61242024-08-16T06:10:57.821Z Fresh owo-colors v4.0.0
61252024-08-16T06:10:57.821Z Fresh float-ord v0.3.2
61262024-08-16T06:10:57.821Z Fresh memmap2 v0.9.4
61272024-08-16T06:10:57.821Z Fresh spin v0.5.2
61282024-08-16T06:10:57.821Z Fresh linked-hash-map v0.5.6
61292024-08-16T06:10:57.821Z Fresh untrusted v0.7.1
61302024-08-16T06:10:57.821Z Fresh display-error-chain v0.2.0
61312024-08-16T06:10:57.821Z Fresh maplit v1.0.2
61322024-08-16T06:10:57.821Z Fresh blake3 v1.5.1
61332024-08-16T06:10:57.821Z Fresh lru-cache v0.1.2
61342024-08-16T06:10:57.821Z Fresh ring v0.16.20
61352024-08-16T06:10:57.821Z Fresh topological-sort v0.2.2
61362024-08-16T06:10:57.821Z Fresh toolchain_find v0.4.0
61372024-08-16T06:10:57.821Z Fresh omicron-zone-package v0.11.0
61382024-08-16T06:10:57.821Z Fresh rustfmt-wrapper v0.2.1
61392024-08-16T06:10:57.821Z Fresh itertools v0.13.0
61402024-08-16T06:10:57.821Z Fresh keccak v0.1.5
61412024-08-16T06:10:57.821Z Fresh slog-dtrace v0.3.0
61422024-08-16T06:10:57.821Z Fresh tap v1.0.1
61432024-08-16T06:10:57.821Z Fresh sha3 v0.10.8
61442024-08-16T06:10:57.821Z Fresh radium v0.7.0
61452024-08-16T06:10:57.821Z Fresh wyz v0.5.1
61462024-08-16T06:10:57.821Z Fresh resolv-conf v0.7.0
61472024-08-16T06:10:57.821Z Fresh secrecy v0.8.0
61482024-08-16T06:10:57.821Z Fresh crc-catalog v2.4.0
61492024-08-16T06:10:57.821Z Fresh funty v2.0.0
61502024-08-16T06:10:57.821Z Fresh hickory-resolver v0.24.1
61512024-08-16T06:10:57.821Z Fresh maybe-uninit v2.0.0
61522024-08-16T06:10:57.821Z Fresh crc v3.2.1
61532024-08-16T06:10:57.821Z Fresh packed_struct_codegen v0.10.1
61542024-08-16T06:10:57.822Z Fresh bitvec v1.0.1
61552024-08-16T06:10:57.822Z Fresh nodrop v0.1.14
61562024-08-16T06:10:57.822Z Fresh bzip2-sys v0.1.11+1.0.8
61572024-08-16T06:10:57.822Z Fresh smallvec v0.6.14
61582024-08-16T06:10:57.822Z Fresh hashbrown v0.12.3
61592024-08-16T06:10:57.822Z Fresh packed_struct v0.10.1
61602024-08-16T06:10:57.822Z Fresh array-init v0.0.4
61612024-08-16T06:10:57.822Z Fresh bitfield v0.14.0
61622024-08-16T06:10:57.822Z Fresh bzip2 v0.4.4
61632024-08-16T06:10:57.822Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
61642024-08-16T06:10:57.822Z Fresh env_logger v0.10.2
61652024-08-16T06:10:57.822Z Fresh dsl_auto_type v0.1.2
61662024-08-16T06:10:57.822Z Fresh serde-hex v0.1.0
61672024-08-16T06:10:57.822Z Fresh lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
61682024-08-16T06:10:57.822Z Fresh indexmap v1.9.3
61692024-08-16T06:10:57.822Z Fresh x509-cert v0.2.5
61702024-08-16T06:10:57.822Z Fresh ron v0.8.1
61712024-08-16T06:10:57.822Z Fresh hashbrown v0.13.2
61722024-08-16T06:10:57.822Z Fresh scheduled-thread-pool v0.2.7
61732024-08-16T06:10:57.822Z Fresh diesel_table_macro_syntax v0.2.0
61742024-08-16T06:10:57.822Z Fresh crc-any v2.5.0
61752024-08-16T06:10:57.822Z Fresh r2d2 v0.8.10
61762024-08-16T06:10:57.822Z Fresh object v0.30.4
61772024-08-16T06:10:57.822Z Fresh diesel_derives v2.2.2
61782024-08-16T06:10:57.822Z Fresh tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
61792024-08-16T06:10:57.822Z Fresh zip v0.6.6
61802024-08-16T06:10:57.822Z Fresh lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
61812024-08-16T06:10:57.822Z Fresh path-slash v0.1.5
61822024-08-16T06:10:57.822Z Fresh diff v0.1.13
61832024-08-16T06:10:57.822Z Fresh crunchy v0.2.2
61842024-08-16T06:10:57.822Z Fresh hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
61852024-08-16T06:10:57.822Z Fresh diesel v2.2.2
61862024-08-16T06:10:57.822Z Fresh thiserror-impl-no-std v2.0.2
61872024-08-16T06:10:57.822Z Fresh universal-hash v0.5.1
61882024-08-16T06:10:57.822Z Fresh curve25519-dalek-derive v0.1.1
61892024-08-16T06:10:57.822Z Fresh opaque-debug v0.3.1
61902024-08-16T06:10:57.822Z Fresh tiny-keccak v2.0.2
61912024-08-16T06:10:57.822Z Fresh thiserror-no-std v2.0.2
61922024-08-16T06:10:57.822Z Fresh poly1305 v0.8.0
61932024-08-16T06:10:57.823Z Fresh curve25519-dalek v4.1.3
61942024-08-16T06:10:57.823Z Fresh ascii-canvas v3.0.0
61952024-08-16T06:10:57.823Z Fresh chacha20 v0.9.1
61962024-08-16T06:10:57.823Z Fresh aead v0.5.2
61972024-08-16T06:10:57.823Z Fresh bitfield-struct v0.6.1
61982024-08-16T06:10:57.823Z Fresh async-recursion v1.1.1
61992024-08-16T06:10:57.823Z Fresh ref-cast-impl v1.0.23
62002024-08-16T06:10:57.823Z Fresh nibble_vec v0.1.0
62012024-08-16T06:10:57.823Z Fresh ena v0.14.3
62022024-08-16T06:10:57.823Z Fresh libloading v0.8.3
62032024-08-16T06:10:57.823Z Fresh regex-syntax v0.6.29
62042024-08-16T06:10:57.823Z Fresh endian-type v0.1.2
62052024-08-16T06:10:57.823Z Fresh libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
62062024-08-16T06:10:57.823Z Fresh ref-cast v1.0.23
62072024-08-16T06:10:57.823Z Fresh lalrpop v0.19.12
62082024-08-16T06:10:57.823Z Fresh clang-sys v1.7.0
62092024-08-16T06:10:57.823Z Fresh radix_trie v0.2.1
62102024-08-16T06:10:57.823Z Fresh chacha20poly1305 v0.10.1
62112024-08-16T06:10:57.823Z Fresh libefi-sys v0.1.0
62122024-08-16T06:10:57.823Z Fresh vsss-rs v3.3.4
62132024-08-16T06:10:57.823Z Fresh which v4.4.2
62142024-08-16T06:10:57.847Z Fresh illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
62152024-08-16T06:10:57.847Z Fresh cexpr v0.6.0
62162024-08-16T06:10:57.847Z Fresh gethostname v0.5.0
62172024-08-16T06:10:57.847Z Fresh fxhash v0.2.1
62182024-08-16T06:10:57.847Z Fresh nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
62192024-08-16T06:10:57.847Z Fresh lazycell v1.3.0
62202024-08-16T06:10:57.847Z Fresh rustc-hash v1.1.0
62212024-08-16T06:10:57.847Z Fresh shlex v1.3.0
62222024-08-16T06:10:57.847Z Fresh tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
62232024-08-16T06:10:57.847Z Fresh libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
62242024-08-16T06:10:57.847Z Fresh bindgen v0.69.4
62252024-08-16T06:10:57.847Z Fresh libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
62262024-08-16T06:10:57.847Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
62272024-08-16T06:10:57.847Z Fresh derive_builder_core v0.20.0
62282024-08-16T06:10:57.847Z Fresh derive_builder_macro v0.20.0
62292024-08-16T06:10:57.847Z Fresh strum_macros v0.24.3
62302024-08-16T06:10:57.847Z Fresh indoc v1.0.9
62312024-08-16T06:10:57.847Z Fresh libxml v0.3.3
62322024-08-16T06:10:57.847Z Fresh derive_builder v0.20.0
62332024-08-16T06:10:57.848Z Fresh polar-core v0.27.3
62342024-08-16T06:10:57.848Z Fresh crossterm v0.28.1
62352024-08-16T06:10:57.848Z Fresh impl-trait-for-tuples v0.2.2
62362024-08-16T06:10:57.848Z Fresh oso-derive v0.27.3
62372024-08-16T06:10:57.848Z Fresh quick-xml v0.31.0
62382024-08-16T06:10:57.848Z Fresh pin-project-internal v1.1.5
62392024-08-16T06:10:57.848Z Fresh samael v0.0.15
62402024-08-16T06:10:57.848Z Fresh oso v0.27.3
62412024-08-16T06:10:57.848Z Fresh pin-project v1.1.5
62422024-08-16T06:10:57.848Z Fresh cookie v0.18.1
62432024-08-16T06:10:57.848Z Fresh ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026)
62442024-08-16T06:10:57.848Z Fresh parking_lot_core v0.8.6
62452024-08-16T06:10:57.848Z Fresh const_format_proc_macros v0.2.32
62462024-08-16T06:10:57.848Z Fresh bb8 v0.8.5
62472024-08-16T06:10:57.848Z Fresh vte_generate_state_changes v0.1.1
62482024-08-16T06:10:57.848Z Fresh async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
62492024-08-16T06:10:57.848Z Fresh unicase v2.7.0
62502024-08-16T06:10:57.848Z Fresh parking_lot v0.11.2
62512024-08-16T06:10:57.848Z Fresh diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3)
62522024-08-16T06:10:57.848Z Fresh buf-list v1.0.3
62532024-08-16T06:10:57.848Z Fresh const_format v0.2.32
62542024-08-16T06:10:57.848Z Fresh vte v0.11.1
62552024-08-16T06:10:57.848Z Fresh fd-lock v4.0.2
62562024-08-16T06:10:57.848Z Fresh memoffset v0.9.1
62572024-08-16T06:10:57.848Z Fresh sled v0.34.7
62582024-08-16T06:10:57.848Z Fresh strip-ansi-escapes v0.2.0
62592024-08-16T06:10:57.848Z Fresh hickory-client v0.24.1
62602024-08-16T06:10:57.848Z Fresh hickory-server v0.24.1
62612024-08-16T06:10:57.848Z Fresh crossterm v0.27.0
62622024-08-16T06:10:57.848Z Fresh kstat-rs v0.2.4
62632024-08-16T06:10:57.848Z Fresh nanorand v0.7.0
62642024-08-16T06:10:57.848Z Fresh nu-ansi-term v0.50.0
62652024-08-16T06:10:57.848Z Fresh flume v0.11.0
62662024-08-16T06:10:57.848Z Fresh nix v0.27.1
62672024-08-16T06:10:57.848Z Fresh reedline v0.33.0
62682024-08-16T06:10:57.848Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
62692024-08-16T06:10:57.848Z Fresh serde-big-array v0.5.1
62702024-08-16T06:10:57.848Z Fresh bytecount v0.6.8
62712024-08-16T06:10:57.848Z Fresh mime_guess v2.0.4
62722024-08-16T06:10:57.849Z Fresh crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
62732024-08-16T06:10:57.849Z Fresh gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
62742024-08-16T06:10:57.849Z Fresh papergrid v0.11.0
62752024-08-16T06:10:57.849Z Fresh tabled_derive v0.7.0
62762024-08-16T06:10:57.849Z Fresh peg-macros v0.8.4
62772024-08-16T06:10:57.849Z Fresh signal-hook-tokio v0.3.1
62782024-08-16T06:10:57.849Z Fresh snafu-derive v0.8.2
62792024-08-16T06:10:57.849Z Fresh propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
62802024-08-16T06:10:57.849Z Fresh sqlparser_derive v0.2.2
62812024-08-16T06:10:57.849Z Fresh unicode_categories v0.1.1
62822024-08-16T06:10:57.849Z Fresh http-range v0.1.5
62832024-08-16T06:10:57.849Z Fresh peg v0.8.4
62842024-08-16T06:10:57.849Z Fresh sqlparser v0.45.0
62852024-08-16T06:10:57.849Z Fresh tabled v0.15.0
62862024-08-16T06:10:57.849Z Fresh snafu v0.8.2
62872024-08-16T06:10:57.849Z Fresh propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
62882024-08-16T06:10:57.849Z Fresh hyper-staticfile v0.9.5
62892024-08-16T06:10:57.849Z Fresh sqlformat v0.2.4
62902024-08-16T06:10:57.849Z Fresh rustyline v14.0.0
62912024-08-16T06:10:57.849Z Fresh clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e)
62922024-08-16T06:10:57.849Z Fresh globset v0.4.14
62932024-08-16T06:10:57.849Z Fresh olpc-cjson v0.1.3
62942024-08-16T06:10:57.849Z Fresh serde_plain v1.0.2
62952024-08-16T06:10:57.849Z Fresh bcs v0.1.6
62962024-08-16T06:10:57.849Z Fresh typed-path v0.7.1
62972024-08-16T06:10:57.849Z Fresh highway v1.2.0
62982024-08-16T06:10:57.849Z Fresh parse-size v1.0.0
62992024-08-16T06:10:57.849Z Fresh tough v0.17.1
63002024-08-16T06:10:57.849Z Fresh cargo-platform v0.1.8
63012024-08-16T06:10:57.849Z Fresh rand_seeder v0.3.0
63022024-08-16T06:10:57.849Z Fresh cargo_metadata v0.18.1
63032024-08-16T06:10:57.849Z Fresh csv-core v0.1.11
63042024-08-16T06:10:57.849Z Fresh is_ci v1.2.0
63052024-08-16T06:10:57.849Z Fresh portable-atomic v1.6.0
63062024-08-16T06:10:57.849Z Fresh libz-sys v1.1.16
63072024-08-16T06:10:57.849Z Fresh number_prefix v0.4.0
63082024-08-16T06:10:57.849Z Fresh supports-color v3.0.0
63092024-08-16T06:10:57.849Z Fresh csv v1.3.0
63102024-08-16T06:10:57.849Z Fresh openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
63112024-08-16T06:10:57.850Z Fresh indicatif v0.17.8
63122024-08-16T06:10:57.850Z Fresh libgit2-sys v0.17.0+1.8.1
63132024-08-16T06:10:57.850Z Fresh castaway v0.2.3
63142024-08-16T06:10:57.873Z Fresh unicode-truncate v1.0.0
63152024-08-16T06:10:57.873Z Fresh git2 v0.19.0
63162024-08-16T06:10:57.873Z Fresh compact_str v0.8.0
63172024-08-16T06:10:57.873Z Fresh lru v0.12.3
63182024-08-16T06:10:57.873Z Fresh instability v0.3.2
63192024-08-16T06:10:57.873Z Fresh assert_matches v1.5.0
63202024-08-16T06:10:57.874Z Fresh cassowary v0.3.0
63212024-08-16T06:10:57.874Z Fresh vergen v8.3.2
63222024-08-16T06:10:57.874Z Fresh ratatui v0.28.0
63232024-08-16T06:10:57.874Z Fresh rtoolbox v0.0.2
63242024-08-16T06:10:57.874Z Fresh smawk v0.3.2
63252024-08-16T06:10:57.874Z Fresh unicode-linebreak v0.1.5
63262024-08-16T06:10:57.874Z Fresh plotters-backend v0.3.5
63272024-08-16T06:10:57.874Z Fresh rpassword v7.3.1
63282024-08-16T06:10:57.874Z Fresh libsqlite3-sys v0.28.0
63292024-08-16T06:10:57.874Z Fresh plotters-svg v0.3.5
63302024-08-16T06:10:57.874Z Fresh textwrap v0.16.1
63312024-08-16T06:10:57.874Z Fresh tui-tree-widget v0.22.0
63322024-08-16T06:10:57.874Z Fresh http-body v1.0.0
63332024-08-16T06:10:57.874Z Fresh hashlink v0.9.1
63342024-08-16T06:10:57.874Z Fresh yansi v0.5.1
63352024-08-16T06:10:57.874Z Fresh fallible-streaming-iterator v0.1.9
63362024-08-16T06:10:57.874Z Fresh fallible-iterator v0.3.0
63372024-08-16T06:10:57.874Z Fresh cast v0.3.0
63382024-08-16T06:10:57.874Z Fresh shell-words v1.1.0
63392024-08-16T06:10:57.874Z Fresh tower-layer v0.3.2
63402024-08-16T06:10:57.874Z Fresh hyper v1.3.1
63412024-08-16T06:10:57.874Z Fresh rusqlite v0.31.0
63422024-08-16T06:10:57.874Z Fresh criterion-plot v0.5.0
63432024-08-16T06:10:57.874Z Fresh tower v0.4.13
63442024-08-16T06:10:57.874Z Fresh pretty_assertions v1.4.0
63452024-08-16T06:10:57.874Z Fresh plotters v0.3.5
63462024-08-16T06:10:57.874Z Fresh target-lexicon v0.12.16
63472024-08-16T06:10:57.874Z Fresh twox-hash v1.6.3
63482024-08-16T06:10:57.874Z Fresh tinytemplate v1.2.1
63492024-08-16T06:10:57.874Z Fresh anes v0.1.6
63502024-08-16T06:10:57.874Z Fresh oorandom v11.1.3
63512024-08-16T06:10:57.874Z Fresh criterion v0.5.1
63522024-08-16T06:10:57.874Z Fresh crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
63532024-08-16T06:10:57.874Z Fresh cfg-expr v0.16.0
63542024-08-16T06:10:57.874Z Fresh hyper-util v0.1.3
63552024-08-16T06:10:57.874Z Fresh guppy-workspace-hack v0.1.0
63562024-08-16T06:10:57.874Z Fresh doc-comment v0.3.3
63572024-08-16T06:10:57.874Z Fresh crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
63582024-08-16T06:10:57.874Z Fresh rustls-native-certs v0.7.0
63592024-08-16T06:10:57.875Z Fresh httptest v0.15.5
63602024-08-16T06:10:57.875Z Fresh fatfs v0.3.6
63612024-08-16T06:10:57.875Z Fresh escape8259 v0.5.2
63622024-08-16T06:10:57.875Z Fresh threadpool v1.8.1
63632024-08-16T06:10:57.875Z Fresh relative-path v1.9.3
63642024-08-16T06:10:57.875Z Fresh hyper-rustls v0.26.0
63652024-08-16T06:10:57.875Z Fresh assert_cmd v2.0.16
63662024-08-16T06:10:57.875Z Fresh rstest_macros v0.19.0
63672024-08-16T06:10:57.875Z Fresh libtest-mimic v0.7.3
63682024-08-16T06:10:57.875Z Fresh target-spec v3.2.1
63692024-08-16T06:10:57.875Z Fresh blake2b_simd v1.0.2
63702024-08-16T06:10:57.875Z Fresh pathdiff v0.2.1
63712024-08-16T06:10:57.875Z Fresh fancy-regex v0.13.0
63722024-08-16T06:10:57.875Z Fresh uzers v0.11.3
63732024-08-16T06:10:57.875Z Fresh futures-timer v3.0.3
63742024-08-16T06:10:57.875Z Fresh indent_write v2.2.0
63752024-08-16T06:10:57.875Z Fresh nested v0.1.1
63762024-08-16T06:10:57.875Z Fresh rust-argon2 v2.1.0
63772024-08-16T06:10:57.875Z Fresh trybuild v1.0.99
63782024-08-16T06:10:57.875Z Fresh rstest v0.19.0
63792024-08-16T06:10:57.875Z Fresh guppy v0.17.7
63802024-08-16T06:10:57.875Z Fresh datatest-stable v0.2.9
63812024-08-16T06:10:57.875Z Fresh partial-io v0.5.4
63822024-08-16T06:10:57.875Z Fresh similar-asserts v1.5.0
63832024-08-16T06:10:57.875Z Fresh rand_distr v0.4.3
63842024-08-16T06:10:57.875Z Fresh approx v0.5.1
63852024-08-16T06:10:57.875Z Fresh hex-literal v0.4.1
63862024-08-16T06:10:57.875Z Fresh wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
63872024-08-16T06:10:57.875Z Fresh omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
63882024-08-16T06:10:57.875Z Fresh xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
63892024-08-16T06:10:57.875Z Fresh omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
63902024-08-16T06:10:57.875Z Fresh oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl)
63912024-08-16T06:10:57.875Z Fresh omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
63922024-08-16T06:10:57.875Z Fresh omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
63932024-08-16T06:10:57.875Z Fresh installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
63942024-08-16T06:10:57.875Z Fresh omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
63952024-08-16T06:10:57.875Z Fresh omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
63962024-08-16T06:10:57.875Z Fresh openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
63972024-08-16T06:10:57.875Z Fresh zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
63982024-08-16T06:10:57.876Z Fresh wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
63992024-08-16T06:10:57.876Z Fresh tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
64002024-08-16T06:10:57.876Z Fresh omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
64012024-08-16T06:10:57.876Z Fresh oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
64022024-08-16T06:10:57.876Z Fresh nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
64032024-08-16T06:10:57.876Z Fresh nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
64042024-08-16T06:10:57.876Z Fresh wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
64052024-08-16T06:10:57.876Z Fresh nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
64062024-08-16T06:10:57.876Z Fresh nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
64072024-08-16T06:10:57.876Z Fresh nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
64082024-08-16T06:10:57.876Z Fresh nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
64092024-08-16T06:10:57.876Z Fresh installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
64102024-08-16T06:10:57.876Z Fresh update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
64112024-08-16T06:10:57.876Z Fresh nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
64122024-08-16T06:10:57.876Z Fresh clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
64132024-08-16T06:10:57.876Z Fresh installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
64142024-08-16T06:10:57.900Z Fresh cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
64152024-08-16T06:10:57.900Z Fresh cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
64162024-08-16T06:10:57.900Z Fresh wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
64172024-08-16T06:10:57.900Z Fresh nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
64182024-08-16T06:10:57.900Z Fresh nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
64192024-08-16T06:10:57.900Z Fresh internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
64202024-08-16T06:10:57.900Z Fresh bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
64212024-08-16T06:10:57.900Z Fresh nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
64222024-08-16T06:10:57.900Z Fresh cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
64232024-08-16T06:10:57.900Z Fresh update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
64242024-08-16T06:10:57.900Z Fresh wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
64252024-08-16T06:10:57.900Z Fresh oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
64262024-08-16T06:10:57.900Z Fresh nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
64272024-08-16T06:10:57.900Z Fresh dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
64282024-08-16T06:10:57.900Z Fresh typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
64292024-08-16T06:10:57.900Z Fresh tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
64302024-08-16T06:10:57.900Z Fresh nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
64312024-08-16T06:10:57.901Z Fresh oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
64322024-08-16T06:10:57.901Z Fresh wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
64332024-08-16T06:10:57.901Z Fresh gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
64342024-08-16T06:10:57.901Z Fresh omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
64352024-08-16T06:10:57.901Z Fresh oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
64362024-08-16T06:10:57.901Z Fresh oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
64372024-08-16T06:10:57.901Z Fresh sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
64382024-08-16T06:10:57.901Z Fresh oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
64392024-08-16T06:10:57.901Z Fresh oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
64402024-08-16T06:10:57.901Z Fresh bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
64412024-08-16T06:10:57.901Z Fresh sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
64422024-08-16T06:10:57.901Z Fresh sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
64432024-08-16T06:10:57.901Z Fresh gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
64442024-08-16T06:10:57.901Z Fresh nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
64452024-08-16T06:10:57.901Z Fresh dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
64462024-08-16T06:10:57.901Z Fresh omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
64472024-08-16T06:10:57.901Z Fresh key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
64482024-08-16T06:10:57.901Z Fresh bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
64492024-08-16T06:10:57.901Z Fresh authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
64502024-08-16T06:10:57.901Z Fresh sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
64512024-08-16T06:10:57.901Z Fresh nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
64522024-08-16T06:10:57.901Z Fresh sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
64532024-08-16T06:10:57.901Z Fresh gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
64542024-08-16T06:10:57.901Z Fresh nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
64552024-08-16T06:10:57.901Z Fresh omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
64562024-08-16T06:10:57.901Z Fresh nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
64572024-08-16T06:10:57.901Z Fresh nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
64582024-08-16T06:10:57.901Z Fresh db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
64592024-08-16T06:10:57.901Z Fresh ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
64602024-08-16T06:10:57.901Z Fresh omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
64612024-08-16T06:10:57.901Z Fresh nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
64622024-08-16T06:10:57.901Z Fresh dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
64632024-08-16T06:10:57.901Z Fresh oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
64642024-08-16T06:10:57.901Z Fresh installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
64652024-08-16T06:10:57.901Z Fresh sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
64662024-08-16T06:10:57.901Z Fresh oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
64672024-08-16T06:10:57.901Z Fresh oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
64682024-08-16T06:10:57.901Z Fresh nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
64692024-08-16T06:10:57.902Z Fresh nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
64702024-08-16T06:10:57.902Z Fresh sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
64712024-08-16T06:10:57.902Z Fresh dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
64722024-08-16T06:10:57.902Z Fresh nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
64732024-08-16T06:10:57.902Z Fresh illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
64742024-08-16T06:10:57.902Z Fresh gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
64752024-08-16T06:10:57.902Z Fresh omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
64762024-08-16T06:10:57.902Z Fresh omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
64772024-08-16T06:10:57.902Z Fresh oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
64782024-08-16T06:10:57.902Z Fresh api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
64792024-08-16T06:10:57.902Z Fresh omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
64802024-08-16T06:10:57.902Z Fresh omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
64812024-08-16T06:10:57.902Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1.89s
64822024-08-16T06:10:57.902Z Doc-tests api_identity
64832024-08-16T06:10:57.902Z Running `/home/build/.rustup/toolchains/1.80.1-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/blake3-d831ae4038f18ad2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-08ddf8a69eebe183/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d64bd7d29849fd42/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a041cc8256074d12/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1db860de69b9b187/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-9285882dc19bb036.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.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`
64842024-08-16T06:10:57.984Z
64852024-08-16T06:10:57.984Zrunning 0 tests
64862024-08-16T06:10:57.984Z
64872024-08-16T06:10:57.984Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
64882024-08-16T06:10:57.984Z
64892024-08-16T06:10:58.009Z Doc-tests authz_macros
64902024-08-16T06:10:58.009Z Running `/home/build/.rustup/toolchains/1.80.1-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/blake3-d831ae4038f18ad2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-08ddf8a69eebe183/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d64bd7d29849fd42/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a041cc8256074d12/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1db860de69b9b187/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-58ad506c65017ddb.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-dd2116e3ef4953cd.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-830498e334c402a9.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-d572bd3b4ad9a0a5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-32391bb99b637df4.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-028d17ed3d350904.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.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`
64912024-08-16T06:10:58.152Z
64922024-08-16T06:10:58.152Zrunning 7 tests
64932024-08-16T06:10:58.177Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 109) ... ignored
64942024-08-16T06:10:58.177Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 122) ... ignored
64952024-08-16T06:10:58.177Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 27) ... ignored
64962024-08-16T06:10:58.177Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 46) ... ignored
64972024-08-16T06:10:58.177Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 59) ... ignored
64982024-08-16T06:10:58.177Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 76) ... ignored
64992024-08-16T06:10:58.177Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 94) ... ignored
65002024-08-16T06:10:58.177Z
65012024-08-16T06:10:58.177Ztest result: ok. 0 passed; 0 failed; 7 ignored; 0 measured; 0 filtered out; finished in 0.00s
65022024-08-16T06:10:58.177Z
65032024-08-16T06:10:58.177Z Doc-tests bootstore
65042024-08-16T06:10:58.177Z Running `/home/build/.rustup/toolchains/1.80.1-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/blake3-d831ae4038f18ad2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-08ddf8a69eebe183/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d64bd7d29849fd42/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a041cc8256074d12/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1db860de69b9b187/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-d65da3ab02c6d0c5.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-70a28d88a58da555.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-3393a48ce8c6687e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9affaf578e5b973c.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-aa3d5d39ae47626b.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-b0c2f04905f8a49c.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-5c22e4d4702ea791.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-aae238a7f781fbdf.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-8b92b4dd1eb7bb06.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-594333c58b96dd95.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2ac75624a062f755.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-6d215da14f02215a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-b7c2c873485a1910.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d26c7a19acbbbb77.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-6f98b67ea44f7d5c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a989526e1a9c56b2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-458372da5fba99e4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-c36387f541279d8a.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d47f5ede55f99f5b.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`
65052024-08-16T06:10:58.975Z
65062024-08-16T06:10:58.975Zrunning 0 tests
65072024-08-16T06:10:58.975Z
65082024-08-16T06:10:58.975Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
65092024-08-16T06:10:58.975Z
65102024-08-16T06:10:59.023Z Doc-tests bootstrap_agent_api
65112024-08-16T06:10:59.023Z Running `/home/build/.rustup/toolchains/1.80.1-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/blake3-d831ae4038f18ad2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-08ddf8a69eebe183/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d64bd7d29849fd42/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a041cc8256074d12/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1db860de69b9b187/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-82c0101206cddea9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-03490b41d6426eda.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-2f508a04ad184464.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3f5ac9810f6b0f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3bdaf4c073f08b35.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a989526e1a9c56b2.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
65122024-08-16T06:10:59.429Z
65132024-08-16T06:10:59.430Zrunning 2 tests
65142024-08-16T06:10:59.453Ztest sled-agent/bootstrap-agent-api/src/lib.rs - bootstrap_agent_api_mod::api_description (line 32) ... ignored
65152024-08-16T06:10:59.453Ztest sled-agent/bootstrap-agent-api/src/lib.rs - bootstrap_agent_api_mod::stub_api_description (line 38) ... ignored
65162024-08-16T06:10:59.453Z
65172024-08-16T06:10:59.453Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
65182024-08-16T06:10:59.453Z
65192024-08-16T06:10:59.477Z Doc-tests bootstrap_agent_client
65202024-08-16T06:10:59.477Z Running `/home/build/.rustup/toolchains/1.80.1-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/blake3-d831ae4038f18ad2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-08ddf8a69eebe183/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d64bd7d29849fd42/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a041cc8256074d12/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1db860de69b9b187/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-6feb18972fdde000.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3f5ac9810f6b0f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f4cae71614ec40ae.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-488bb704975e32f2.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-371cc57c92bdfae7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a073906c8901333b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a989526e1a9c56b2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
65212024-08-16T06:11:00.322Z
65222024-08-16T06:11:00.322Zrunning 0 tests
65232024-08-16T06:11:00.322Z
65242024-08-16T06:11:00.322Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
65252024-08-16T06:11:00.322Z
65262024-08-16T06:11:00.362Z Doc-tests clickhouse_admin_api
65272024-08-16T06:11:00.362Z Running `/home/build/.rustup/toolchains/1.80.1-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/blake3-d831ae4038f18ad2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-08ddf8a69eebe183/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d64bd7d29849fd42/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a041cc8256074d12/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1db860de69b9b187/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-a1709ce059030a76.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-03490b41d6426eda.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3f5ac9810f6b0f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
65282024-08-16T06:11:00.585Z
65292024-08-16T06:11:00.585Zrunning 2 tests
65302024-08-16T06:11:00.609Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_api_mod::api_description (line 19) ... ignored
65312024-08-16T06:11:00.609Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_api_mod::stub_api_description (line 25) ... ignored
65322024-08-16T06:11:00.609Z
65332024-08-16T06:11:00.609Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
65342024-08-16T06:11:00.609Z
65352024-08-16T06:11:00.609Z Doc-tests cockroach_admin_api
65362024-08-16T06:11:00.609Z Running `/home/build/.rustup/toolchains/1.80.1-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/blake3-d831ae4038f18ad2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-08ddf8a69eebe183/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d64bd7d29849fd42/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a041cc8256074d12/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1db860de69b9b187/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-735bb0774e4813bf.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-8bd11f6db2324172.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-03490b41d6426eda.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3f5ac9810f6b0f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
65372024-08-16T06:11:00.843Z
65382024-08-16T06:11:00.843Zrunning 2 tests
65392024-08-16T06:11:00.866Ztest cockroach-admin/api/src/lib.rs - cockroach_admin_api_mod::api_description (line 20) ... ignored
65402024-08-16T06:11:00.866Ztest cockroach-admin/api/src/lib.rs - cockroach_admin_api_mod::stub_api_description (line 26) ... ignored
65412024-08-16T06:11:00.866Z
65422024-08-16T06:11:00.866Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
65432024-08-16T06:11:00.867Z
65442024-08-16T06:11:00.867Z Doc-tests cockroach_admin_client
65452024-08-16T06:11:00.867Z Running `/home/build/.rustup/toolchains/1.80.1-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/blake3-d831ae4038f18ad2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-08ddf8a69eebe183/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d64bd7d29849fd42/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a041cc8256074d12/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1db860de69b9b187/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-ec49e88f444663ef.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-8ed1f4e708c296f1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3f5ac9810f6b0f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-488bb704975e32f2.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a073906c8901333b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
65462024-08-16T06:11:01.182Z
65472024-08-16T06:11:01.182Zrunning 0 tests
65482024-08-16T06:11:01.182Z
65492024-08-16T06:11:01.182Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
65502024-08-16T06:11:01.182Z
65512024-08-16T06:11:01.208Z Doc-tests cockroach_admin_types
65522024-08-16T06:11:01.231Z Running `/home/build/.rustup/toolchains/1.80.1-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/blake3-d831ae4038f18ad2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-08ddf8a69eebe183/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d64bd7d29849fd42/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a041cc8256074d12/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1db860de69b9b187/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-ec49e88f444663ef.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-8bd11f6db2324172.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-5abb42632be98ee1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-6d215da14f02215a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-33f37eee6fa58373.so -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
65532024-08-16T06:11:01.402Z
65542024-08-16T06:11:01.402Zrunning 0 tests
65552024-08-16T06:11:01.402Z
65562024-08-16T06:11:01.402Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
65572024-08-16T06:11:01.402Z
65582024-08-16T06:11:01.425Z Doc-tests db_macros
65592024-08-16T06:11:01.426Z Running `/home/build/.rustup/toolchains/1.80.1-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/blake3-d831ae4038f18ad2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-08ddf8a69eebe183/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d64bd7d29849fd42/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a041cc8256074d12/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1db860de69b9b187/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-76d44953ce70a362.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-dd2116e3ef4953cd.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-830498e334c402a9.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-d572bd3b4ad9a0a5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-32391bb99b637df4.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-028d17ed3d350904.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.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`
65602024-08-16T06:11:01.727Z
65612024-08-16T06:11:01.727Zrunning 3 tests
65622024-08-16T06:11:01.750Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 31) ... ignored
65632024-08-16T06:11:01.751Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 51) ... ignored
65642024-08-16T06:11:01.751Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 76) ... ignored
65652024-08-16T06:11:01.751Z
65662024-08-16T06:11:01.751Ztest result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s
65672024-08-16T06:11:01.751Z
65682024-08-16T06:11:01.751Z Doc-tests dns_server
65692024-08-16T06:11:01.751Z Running `/home/build/.rustup/toolchains/1.80.1-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/blake3-d831ae4038f18ad2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-08ddf8a69eebe183/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d64bd7d29849fd42/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a041cc8256074d12/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1db860de69b9b187/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9affaf578e5b973c.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-aa3d5d39ae47626b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ec49e88f444663ef.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2196679845e40df5.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a400fb2b6ab7fec2.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-16344d770fcfc853.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-c9fa848e6abcca19.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-03490b41d6426eda.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-dd2116e3ef4953cd.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-2ede0d71f91e9e48.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-1c3047c1308b6d1d.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-e20d983ba3bdd9ca.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-e8383b0c77a700d3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-737c5057d02b1662.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2ac75624a062f755.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-394d7a51f5eb6839.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-704b70246acfb632.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-966337b29a6969eb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-41409eacafe99742.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-423154c0ac8a55bc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-458372da5fba99e4.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-327a8b94132b44f7.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c9a4d6e13c7778ce.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-f31de78172241bf8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
65702024-08-16T06:11:02.092Z
65712024-08-16T06:11:02.092Zrunning 0 tests
65722024-08-16T06:11:02.092Z
65732024-08-16T06:11:02.092Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
65742024-08-16T06:11:02.092Z
65752024-08-16T06:11:02.118Z Doc-tests dns_server_api
65762024-08-16T06:11:02.141Z Running `/home/build/.rustup/toolchains/1.80.1-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/blake3-d831ae4038f18ad2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-08ddf8a69eebe183/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d64bd7d29849fd42/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a041cc8256074d12/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1db860de69b9b187/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-ec49e88f444663ef.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-16344d770fcfc853.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-03490b41d6426eda.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
65772024-08-16T06:11:02.388Z
65782024-08-16T06:11:02.388Zrunning 2 tests
65792024-08-16T06:11:02.411Ztest dns-server-api/src/lib.rs - dns_server_api_mod::api_description (line 110) ... ignored
65802024-08-16T06:11:02.411Ztest dns-server-api/src/lib.rs - dns_server_api_mod::stub_api_description (line 116) ... ignored
65812024-08-16T06:11:02.411Z
65822024-08-16T06:11:02.411Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
65832024-08-16T06:11:02.412Z
65842024-08-16T06:11:02.412Z Doc-tests dns_service_client
65852024-08-16T06:11:02.435Z Running `/home/build/.rustup/toolchains/1.80.1-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/blake3-d831ae4038f18ad2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-08ddf8a69eebe183/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d64bd7d29849fd42/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a041cc8256074d12/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1db860de69b9b187/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ec49e88f444663ef.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-c9fa848e6abcca19.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-dd2116e3ef4953cd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-737c5057d02b1662.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-488bb704975e32f2.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a073906c8901333b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
65862024-08-16T06:11:02.735Z
65872024-08-16T06:11:02.735Zrunning 0 tests
65882024-08-16T06:11:02.735Z
65892024-08-16T06:11:02.735Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
65902024-08-16T06:11:02.735Z
65912024-08-16T06:11:02.758Z Doc-tests dpd_client
65922024-08-16T06:11:02.758Z Running `/home/build/.rustup/toolchains/1.80.1-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/blake3-d831ae4038f18ad2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-08ddf8a69eebe183/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d64bd7d29849fd42/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a041cc8256074d12/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1db860de69b9b187/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-ec49e88f444663ef.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-285400951f533a61.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-737c5057d02b1662.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-94f54481794992df.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-371cc57c92bdfae7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a073906c8901333b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
65932024-08-16T06:11:04.151Z
65942024-08-16T06:11:04.151Zrunning 0 tests
65952024-08-16T06:11:04.151Z
65962024-08-16T06:11:04.151Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
65972024-08-16T06:11:04.151Z
65982024-08-16T06:11:04.203Z Doc-tests gateway_api
65992024-08-16T06:11:04.226Z Running `/home/build/.rustup/toolchains/1.80.1-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/blake3-d831ae4038f18ad2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-08ddf8a69eebe183/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d64bd7d29849fd42/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a041cc8256074d12/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1db860de69b9b187/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-03490b41d6426eda.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-fcc883c5905660d4.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-18e41dbaf8e83871.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3f5ac9810f6b0f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
66002024-08-16T06:11:04.630Z
66012024-08-16T06:11:04.630Zrunning 2 tests
66022024-08-16T06:11:04.654Ztest gateway-api/src/lib.rs - gateway_api_mod::api_description (line 41) ... ignored
66032024-08-16T06:11:04.654Ztest gateway-api/src/lib.rs - gateway_api_mod::stub_api_description (line 47) ... ignored
66042024-08-16T06:11:04.654Z
66052024-08-16T06:11:04.654Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
66062024-08-16T06:11:04.654Z
66072024-08-16T06:11:04.678Z Doc-tests gateway_client
66082024-08-16T06:11:04.678Z Running `/home/build/.rustup/toolchains/1.80.1-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/blake3-d831ae4038f18ad2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-08ddf8a69eebe183/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d64bd7d29849fd42/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a041cc8256074d12/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1db860de69b9b187/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-2da632077f49dfb6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ec49e88f444663ef.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-ccfb31210373c817.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a0e7b87b4381c541.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-488bb704975e32f2.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a073906c8901333b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
66092024-08-16T06:11:05.825Z
66102024-08-16T06:11:05.826Zrunning 0 tests
66112024-08-16T06:11:05.826Z
66122024-08-16T06:11:05.826Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
66132024-08-16T06:11:05.826Z
66142024-08-16T06:11:05.867Z Doc-tests gateway_test_utils
66152024-08-16T06:11:05.890Z Running `/home/build/.rustup/toolchains/1.80.1-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/blake3-d831ae4038f18ad2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-08ddf8a69eebe183/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d64bd7d29849fd42/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a041cc8256074d12/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1db860de69b9b187/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-9affaf578e5b973c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-03490b41d6426eda.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a0e7b87b4381c541.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-e306e9b038f5734d.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-18e41dbaf8e83871.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-3c01943335d563b9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2ac75624a062f755.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-bdf0defd021caf5c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
66162024-08-16T06:11:06.328Z
66172024-08-16T06:11:06.328Zrunning 0 tests
66182024-08-16T06:11:06.328Z
66192024-08-16T06:11:06.328Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
66202024-08-16T06:11:06.328Z
66212024-08-16T06:11:06.358Z Doc-tests gateway_types
66222024-08-16T06:11:06.382Z Running `/home/build/.rustup/toolchains/1.80.1-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/blake3-d831ae4038f18ad2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-08ddf8a69eebe183/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d64bd7d29849fd42/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a041cc8256074d12/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1db860de69b9b187/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-a0e7b87b4381c541.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-18e41dbaf8e83871.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-8b92b4dd1eb7bb06.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-b11b4f112c1ecae0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
66232024-08-16T06:11:07.126Z
66242024-08-16T06:11:07.126Zrunning 0 tests
66252024-08-16T06:11:07.126Z
66262024-08-16T06:11:07.126Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
66272024-08-16T06:11:07.126Z
66282024-08-16T06:11:07.168Z Doc-tests illumos_utils
66292024-08-16T06:11:07.191Z Running `/home/build/.rustup/toolchains/1.80.1-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/blake3-d831ae4038f18ad2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-08ddf8a69eebe183/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d64bd7d29849fd42/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a041cc8256074d12/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1db860de69b9b187/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-eaec0f1802c5ca04.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-8d18c4146d23f941.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-325983a483f82094.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9affaf578e5b973c.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-aa3d5d39ae47626b.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-28e86c655782e1d0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df791fa27a35479c.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-576a17e2802e5273.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-2977f4e89cc8b9da.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-e96086556fa58dca.rlib --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-b1a54d07005cc8e8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3f5ac9810f6b0f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-35a1f2c604c24a61.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-4b5e4f6becb686d5.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-3baa27e2c88a295e.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f4cae71614ec40ae.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-371cc57c92bdfae7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-b94b1747d4cd77f0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-f31de78172241bf8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rlib --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-9ffcccbeeda8d38c.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-743d677180e987a0.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`
66302024-08-16T06:11:09.264Z
66312024-08-16T06:11:09.264Zrunning 0 tests
66322024-08-16T06:11:09.264Z
66332024-08-16T06:11:09.264Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
66342024-08-16T06:11:09.264Z
66352024-08-16T06:11:09.341Z Doc-tests installinator
66362024-08-16T06:11:09.386Z Running `/home/build/.rustup/toolchains/1.80.1-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/blake3-d831ae4038f18ad2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-08ddf8a69eebe183/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d64bd7d29849fd42/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a041cc8256074d12/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1db860de69b9b187/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-eaec0f1802c5ca04.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ca84c69def3e65cc.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-3393a48ce8c6687e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9affaf578e5b973c.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-aa3d5d39ae47626b.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-819f588facb1053e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2196679845e40df5.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c2184d2a5bed7ca0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-8b92b4dd1eb7bb06.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-61be641122cdfc7a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-737c5057d02b1662.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df791fa27a35479c.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-4337a6de54093122.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-ec09a0fa04db9812.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-cd4db557eb907901.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-b11b4f112c1ecae0.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-2977f4e89cc8b9da.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-39edd3fb5530f286.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2ac75624a062f755.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-00a73804a05d48ff.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-6d215da14f02215a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a073906c8901333b.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-fb339d0b1775d489.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-f6b25fab8a2790d4.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a989526e1a9c56b2.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-c5f03c43771f9382.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-423154c0ac8a55bc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-458372da5fba99e4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-b94b1747d4cd77f0.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-33f37eee6fa58373.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-9d0bf0a436f6bccd.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-d0a8a79035cdf72b.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-881349d15853b2c9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-standard"))' --document-private-items -D warnings --error-format human`
66372024-08-16T06:11:10.046Z
66382024-08-16T06:11:10.046Zrunning 0 tests
66392024-08-16T06:11:10.046Z
66402024-08-16T06:11:10.069Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
66412024-08-16T06:11:10.069Z
66422024-08-16T06:11:10.093Z Doc-tests installinator_api
66432024-08-16T06:11:10.093Z Running `/home/build/.rustup/toolchains/1.80.1-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/blake3-d831ae4038f18ad2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-08ddf8a69eebe183/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d64bd7d29849fd42/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a041cc8256074d12/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1db860de69b9b187/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-03490b41d6426eda.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e162d10efb2b5b84.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-dc8a0d71347cfb8b.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-cd4db557eb907901.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
66442024-08-16T06:11:10.419Z
66452024-08-16T06:11:10.419Zrunning 2 tests
66462024-08-16T06:11:10.443Ztest installinator-api/src/lib.rs - installinator_api_mod::api_description (line 39) ... ignored
66472024-08-16T06:11:10.443Ztest installinator-api/src/lib.rs - installinator_api_mod::stub_api_description (line 45) ... ignored
66482024-08-16T06:11:10.443Z
66492024-08-16T06:11:10.443Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
66502024-08-16T06:11:10.443Z
66512024-08-16T06:11:10.467Z Doc-tests installinator_client
66522024-08-16T06:11:10.467Z Running `/home/build/.rustup/toolchains/1.80.1-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/blake3-d831ae4038f18ad2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-08ddf8a69eebe183/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d64bd7d29849fd42/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a041cc8256074d12/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1db860de69b9b187/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-ec09a0fa04db9812.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-cd4db557eb907901.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-488bb704975e32f2.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-371cc57c92bdfae7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a073906c8901333b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-881349d15853b2c9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
66532024-08-16T06:11:11.418Z
66542024-08-16T06:11:11.418Zrunning 0 tests
66552024-08-16T06:11:11.418Z
66562024-08-16T06:11:11.418Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
66572024-08-16T06:11:11.418Z
66582024-08-16T06:11:11.456Z Doc-tests installinator_common
66592024-08-16T06:11:11.480Z Running `/home/build/.rustup/toolchains/1.80.1-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/blake3-d831ae4038f18ad2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-08ddf8a69eebe183/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d64bd7d29849fd42/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a041cc8256074d12/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1db860de69b9b187/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9affaf578e5b973c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df791fa27a35479c.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-cd4db557eb907901.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-2977f4e89cc8b9da.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-6d215da14f02215a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d26c7a19acbbbb77.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-33f37eee6fa58373.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-881349d15853b2c9.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
66602024-08-16T06:11:11.895Z
66612024-08-16T06:11:11.895Zrunning 0 tests
66622024-08-16T06:11:11.895Z
66632024-08-16T06:11:11.895Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
66642024-08-16T06:11:11.895Z
66652024-08-16T06:11:11.934Z Doc-tests internal_dns
66662024-08-16T06:11:11.957Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name internal_dns --test internal-dns/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/internal-dns -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-d831ae4038f18ad2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-08ddf8a69eebe183/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d64bd7d29849fd42/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a041cc8256074d12/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1db860de69b9b187/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-d65da3ab02c6d0c5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ec49e88f444663ef.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a400fb2b6ab7fec2.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-c9fa848e6abcca19.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-03490b41d6426eda.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-dd2116e3ef4953cd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-e20d983ba3bdd9ca.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e162d10efb2b5b84.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-bcfd1ebbe27d10c9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2ac75624a062f755.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3f5ac9810f6b0f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-488bb704975e32f2.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a073906c8901333b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-41409eacafe99742.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c9a4d6e13c7778ce.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
66672024-08-16T06:11:12.279Z
66682024-08-16T06:11:12.279Zrunning 0 tests
66692024-08-16T06:11:12.279Z
66702024-08-16T06:11:12.303Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
66712024-08-16T06:11:12.303Z
66722024-08-16T06:11:12.326Z Doc-tests ipcc
66732024-08-16T06:11:12.326Z Running `/home/build/.rustup/toolchains/1.80.1-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/blake3-d831ae4038f18ad2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-08ddf8a69eebe183/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d64bd7d29849fd42/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a041cc8256074d12/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1db860de69b9b187/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-94faf137b493206b.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-5c22e4d4702ea791.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-b11b4f112c1ecae0.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-2977f4e89cc8b9da.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-6d215da14f02215a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-33f37eee6fa58373.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/usr/platform/oxide/lib/amd64/ --document-private-items -D warnings --error-format human`
66742024-08-16T06:11:12.620Z
66752024-08-16T06:11:12.620Zrunning 0 tests
66762024-08-16T06:11:12.620Z
66772024-08-16T06:11:12.643Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
66782024-08-16T06:11:12.643Z
66792024-08-16T06:11:12.667Z Doc-tests key_manager
66802024-08-16T06:11:12.667Z Running `/home/build/.rustup/toolchains/1.80.1-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/blake3-d831ae4038f18ad2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-08ddf8a69eebe183/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d64bd7d29849fd42/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a041cc8256074d12/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1db860de69b9b187/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-eaec0f1802c5ca04.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-594333c58b96dd95.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-4364ac8ba4697365.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-b7c2c873485a1910.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-6f98b67ea44f7d5c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d47f5ede55f99f5b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
66812024-08-16T06:11:12.941Z
66822024-08-16T06:11:12.941Zrunning 0 tests
66832024-08-16T06:11:12.941Z
66842024-08-16T06:11:12.964Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
66852024-08-16T06:11:12.964Z
66862024-08-16T06:11:12.988Z Doc-tests nexus_auth
66872024-08-16T06:11:12.988Z Running `/home/build/.rustup/toolchains/1.80.1-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/blake3-d831ae4038f18ad2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-08ddf8a69eebe183/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d64bd7d29849fd42/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a041cc8256074d12/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1db860de69b9b187/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-eaec0f1802c5ca04.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-58ad506c65017ddb.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ec49e88f444663ef.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-c7f104889891d3e1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-03490b41d6426eda.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-f3310802715f6ca6.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-737c5057d02b1662.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e162d10efb2b5b84.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a6c5e59db985c498.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-711de2fecf75dbe1.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-101b044d8ff0402d.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-af455edcf36765ec.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f525b248421567dd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2ac75624a062f755.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3f5ac9810f6b0f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-f360003f1f14a369.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-b78c901d8feb2a59.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-fa10e218d0ec6d9f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-ecd473c12df48804.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d605b07ab2a0de30.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.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`
66882024-08-16T06:11:14.149Z
66892024-08-16T06:11:14.149Zrunning 0 tests
66902024-08-16T06:11:14.149Z
66912024-08-16T06:11:14.149Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
66922024-08-16T06:11:14.149Z
66932024-08-16T06:11:14.199Z Doc-tests nexus_client
66942024-08-16T06:11:14.223Z Running `/home/build/.rustup/toolchains/1.80.1-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/blake3-d831ae4038f18ad2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-08ddf8a69eebe183/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d64bd7d29849fd42/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a041cc8256074d12/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1db860de69b9b187/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-ec49e88f444663ef.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-2f508a04ad184464.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-5e32e5548903d79d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f525b248421567dd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-db0a2b655bd3c8dd.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3f5ac9810f6b0f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f4cae71614ec40ae.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-488bb704975e32f2.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-371cc57c92bdfae7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a073906c8901333b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
66952024-08-16T06:11:16.532Z
66962024-08-16T06:11:16.532Zrunning 0 tests
66972024-08-16T06:11:16.532Z
66982024-08-16T06:11:16.532Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
66992024-08-16T06:11:16.532Z
67002024-08-16T06:11:16.603Z Doc-tests nexus_config
67012024-08-16T06:11:16.626Z Running `/home/build/.rustup/toolchains/1.80.1-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/blake3-d831ae4038f18ad2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-08ddf8a69eebe183/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d64bd7d29849fd42/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a041cc8256074d12/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1db860de69b9b187/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9affaf578e5b973c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-03490b41d6426eda.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-dd2116e3ef4953cd.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-2977f4e89cc8b9da.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-da9d78a0f106b5f2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d26c7a19acbbbb77.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-b4c876c9fd606aee.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-f31de78172241bf8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
67022024-08-16T06:11:17.251Z
67032024-08-16T06:11:17.251Zrunning 0 tests
67042024-08-16T06:11:17.251Z
67052024-08-16T06:11:17.251Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
67062024-08-16T06:11:17.251Z
67072024-08-16T06:11:17.294Z Doc-tests nexus_db_fixed_data
67082024-08-16T06:11:17.317Z Running `/home/build/.rustup/toolchains/1.80.1-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/blake3-d831ae4038f18ad2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-08ddf8a69eebe183/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d64bd7d29849fd42/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a041cc8256074d12/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1db860de69b9b187/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-101b044d8ff0402d.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-af455edcf36765ec.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f525b248421567dd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d605b07ab2a0de30.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.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`
67092024-08-16T06:11:17.721Z
67102024-08-16T06:11:17.721Zrunning 0 tests
67112024-08-16T06:11:17.722Z
67122024-08-16T06:11:17.722Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
67132024-08-16T06:11:17.722Z
67142024-08-16T06:11:17.754Z Doc-tests nexus_db_model
67152024-08-16T06:11:17.778Z Running `/home/build/.rustup/toolchains/1.80.1-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/blake3-d831ae4038f18ad2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-08ddf8a69eebe183/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d64bd7d29849fd42/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a041cc8256074d12/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1db860de69b9b187/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9affaf578e5b973c.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-aa3d5d39ae47626b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ec49e88f444663ef.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-76d44953ce70a362.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-8755f378a0d2712e.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-b81fcb6fdc5df7f0.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-dd2116e3ef4953cd.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-8b92b4dd1eb7bb06.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-576a17e2802e5273.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-e96086556fa58dca.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a6c5e59db985c498.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-da9d78a0f106b5f2.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-af455edcf36765ec.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-fecb02797e6136ad.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-5e32e5548903d79d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f525b248421567dd.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-5e17b137d0230bd3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-db0a2b655bd3c8dd.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3f5ac9810f6b0f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f4cae71614ec40ae.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-aa2fc19618e8223a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-878a8767bd0518bb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-b79acf795c5ad975.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-d2da27428a6e7bb9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a33837303a60c71a.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-2b856dda25213192.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d605b07ab2a0de30.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.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`
67162024-08-16T06:11:31.156Z
67172024-08-16T06:11:31.156Zrunning 2 tests
67182024-08-16T06:11:33.625Ztest nexus/db-model/src/collection.rs - collection::DatastoreAttachTargetConfig (line 83) ... ok
67192024-08-16T06:12:19.684Ztest nexus/db-model/src/collection.rs - collection::DatastoreCollectionConfig (line 14) ... ok
67202024-08-16T06:12:19.684Z
67212024-08-16T06:12:19.684Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 48.53s
67222024-08-16T06:12:19.684Z
67232024-08-16T06:12:19.981Z Doc-tests nexus_db_queries
67242024-08-16T06:12:20.026Z Running `/home/build/.rustup/toolchains/1.80.1-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/blake3-d831ae4038f18ad2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-08ddf8a69eebe183/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d64bd7d29849fd42/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a041cc8256074d12/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1db860de69b9b187/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-d65da3ab02c6d0c5.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1d7a8f67369c9bea.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-eaec0f1802c5ca04.so --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-b89d510c69830ca4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9affaf578e5b973c.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-aa3d5d39ae47626b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ec49e88f444663ef.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-528bd09aa98caeb9.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-76d44953ce70a362.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-b81fcb6fdc5df7f0.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-010bca92c11df0ee.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-03490b41d6426eda.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-dd2116e3ef4953cd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-ccfb31210373c817.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-3ae205a88a0c1dc6.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df791fa27a35479c.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-bcfd1ebbe27d10c9.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-576a17e2802e5273.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-e96086556fa58dca.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-711de2fecf75dbe1.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-da9d78a0f106b5f2.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-101b044d8ff0402d.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-af455edcf36765ec.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-6088393bd71d5e76.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-867e4e9d6e644bef.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-8852daddbdc06050.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-5e32e5548903d79d.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-47ef7bb898de45cf.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f525b248421567dd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-db0a2b655bd3c8dd.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-36aa5512eab8c219.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2ac75624a062f755.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3f5ac9810f6b0f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-704b70246acfb632.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-b78c901d8feb2a59.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a0344401027e575e.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f4cae71614ec40ae.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4ec299dfa0e92da3.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-fc1210f8ac466272.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-c8c0afe22102a132.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-457abf17ed177e26.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-0027465b2e6825f2.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-3fa48fb409f4da6d.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-878a8767bd0518bb.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-96f0543fa0a6a6db.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-b79acf795c5ad975.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d26c7a19acbbbb77.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-d2da27428a6e7bb9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a33837303a60c71a.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0a062de836263b83.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-2b856dda25213192.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d605b07ab2a0de30.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-327a8b94132b44f7.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-618c4abe1decdfc2.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-310ac55cad65c385.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-1abcbb01f770e22b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.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`
67252024-08-16T06:12:22.460Z
67262024-08-16T06:12:22.460Zrunning 1 test
67272024-08-16T06:12:26.187Ztest nexus/db-queries/src/db/pagination.rs - db::pagination::Paginator (line 193) ... ok
67282024-08-16T06:12:26.187Z
67292024-08-16T06:12:26.187Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.73s
67302024-08-16T06:12:26.187Z
67312024-08-16T06:12:26.302Z Doc-tests nexus_defaults
67322024-08-16T06:12:26.302Z Running `/home/build/.rustup/toolchains/1.80.1-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/blake3-d831ae4038f18ad2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-08ddf8a69eebe183/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d64bd7d29849fd42/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a041cc8256074d12/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1db860de69b9b187/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-576a17e2802e5273.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-fecb02797e6136ad.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f4cae71614ec40ae.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
67332024-08-16T06:12:26.576Z
67342024-08-16T06:12:26.576Zrunning 0 tests
67352024-08-16T06:12:26.576Z
67362024-08-16T06:12:26.576Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
67372024-08-16T06:12:26.576Z
67382024-08-16T06:12:26.600Z Doc-tests nexus_internal_api
67392024-08-16T06:12:26.600Z Running `/home/build/.rustup/toolchains/1.80.1-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/blake3-d831ae4038f18ad2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-08ddf8a69eebe183/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d64bd7d29849fd42/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a041cc8256074d12/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1db860de69b9b187/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-03490b41d6426eda.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-279f2fd74dd69a7b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f525b248421567dd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3f5ac9810f6b0f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
67402024-08-16T06:12:27.113Z
67412024-08-16T06:12:27.113Zrunning 2 tests
67422024-08-16T06:12:27.137Ztest nexus/internal-api/src/lib.rs - nexus_internal_api_mod::api_description (line 58) ... ignored
67432024-08-16T06:12:27.137Ztest nexus/internal-api/src/lib.rs - nexus_internal_api_mod::stub_api_description (line 64) ... ignored
67442024-08-16T06:12:27.137Z
67452024-08-16T06:12:27.137Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
67462024-08-16T06:12:27.137Z
67472024-08-16T06:12:27.161Z Doc-tests nexus_inventory
67482024-08-16T06:12:27.161Z Running `/home/build/.rustup/toolchains/1.80.1-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/blake3-d831ae4038f18ad2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-08ddf8a69eebe183/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d64bd7d29849fd42/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a041cc8256074d12/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1db860de69b9b187/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ec49e88f444663ef.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-dd2116e3ef4953cd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-ccfb31210373c817.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a0e7b87b4381c541.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-e306e9b038f5734d.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-867e4e9d6e644bef.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-5e32e5548903d79d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f525b248421567dd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-36aa5512eab8c219.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3f5ac9810f6b0f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a073906c8901333b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-d2da27428a6e7bb9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d605b07ab2a0de30.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-6dcfc17d03d713f2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
67492024-08-16T06:12:27.565Z
67502024-08-16T06:12:27.565Zrunning 0 tests
67512024-08-16T06:12:27.565Z
67522024-08-16T06:12:27.565Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
67532024-08-16T06:12:27.565Z
67542024-08-16T06:12:27.597Z Doc-tests nexus_macros_common
67552024-08-16T06:12:27.620Z Running `/home/build/.rustup/toolchains/1.80.1-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/blake3-d831ae4038f18ad2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-08ddf8a69eebe183/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d64bd7d29849fd42/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a041cc8256074d12/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1db860de69b9b187/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-d572bd3b4ad9a0a5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
67562024-08-16T06:12:27.703Z
67572024-08-16T06:12:27.704Zrunning 0 tests
67582024-08-16T06:12:27.704Z
67592024-08-16T06:12:27.704Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
67602024-08-16T06:12:27.704Z
67612024-08-16T06:12:27.728Z Doc-tests nexus_metrics_producer_gc
67622024-08-16T06:12:27.728Z Running `/home/build/.rustup/toolchains/1.80.1-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/blake3-d831ae4038f18ad2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-08ddf8a69eebe183/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d64bd7d29849fd42/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a041cc8256074d12/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1db860de69b9b187/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-1d7a8f67369c9bea.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ec49e88f444663ef.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-b81fcb6fdc5df7f0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-2c94ebe8c9634964.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-576a17e2802e5273.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-af455edcf36765ec.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-6088393bd71d5e76.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-4e8c839a21a2f590.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-47ef7bb898de45cf.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f525b248421567dd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2ac75624a062f755.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-7363087b6d0e978b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a33837303a60c71a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.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`
67632024-08-16T06:12:28.189Z
67642024-08-16T06:12:28.189Zrunning 0 tests
67652024-08-16T06:12:28.189Z
67662024-08-16T06:12:28.213Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
67672024-08-16T06:12:28.213Z
67682024-08-16T06:12:28.236Z Doc-tests nexus_networking
67692024-08-16T06:12:28.236Z Running `/home/build/.rustup/toolchains/1.80.1-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/blake3-d831ae4038f18ad2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-08ddf8a69eebe183/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d64bd7d29849fd42/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a041cc8256074d12/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1db860de69b9b187/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-5835243fede18e51.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-576a17e2802e5273.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-6088393bd71d5e76.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-53a09219d78dc4c1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f4cae71614ec40ae.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a073906c8901333b.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-d2da27428a6e7bb9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
67702024-08-16T06:12:28.712Z
67712024-08-16T06:12:28.712Zrunning 0 tests
67722024-08-16T06:12:28.712Z
67732024-08-16T06:12:28.712Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
67742024-08-16T06:12:28.712Z
67752024-08-16T06:12:28.751Z Doc-tests nexus_reconfigurator_execution
67762024-08-16T06:12:28.796Z Running `/home/build/.rustup/toolchains/1.80.1-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/blake3-d831ae4038f18ad2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-08ddf8a69eebe183/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d64bd7d29849fd42/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a041cc8256074d12/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1db860de69b9b187/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1d7a8f67369c9bea.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ec49e88f444663ef.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-8ed1f4e708c296f1.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-b81fcb6fdc5df7f0.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-c9fa848e6abcca19.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-2c94ebe8c9634964.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-bcfd1ebbe27d10c9.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-7e28ccd96dc058f1.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-da9d78a0f106b5f2.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-af455edcf36765ec.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-6088393bd71d5e76.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-867e4e9d6e644bef.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-53a09219d78dc4c1.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-405a5f31c70e5fad.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-8852daddbdc06050.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-3a4c9d31f8d11bc4.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-5e32e5548903d79d.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-47ef7bb898de45cf.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-f6c5fd05e9d1159c.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f525b248421567dd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-4dc87e416bb9827b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2ac75624a062f755.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3f5ac9810f6b0f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f4cae71614ec40ae.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a073906c8901333b.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-d2da27428a6e7bb9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a33837303a60c71a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.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`
67772024-08-16T06:12:29.285Z
67782024-08-16T06:12:29.285Zrunning 0 tests
67792024-08-16T06:12:29.285Z
67802024-08-16T06:12:29.285Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
67812024-08-16T06:12:29.285Z
67822024-08-16T06:12:29.329Z Doc-tests nexus_reconfigurator_planning
67832024-08-16T06:12:29.352Z Running `/home/build/.rustup/toolchains/1.80.1-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/blake3-d831ae4038f18ad2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-08ddf8a69eebe183/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d64bd7d29849fd42/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a041cc8256074d12/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1db860de69b9b187/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ec49e88f444663ef.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f8d6e08c22f4130f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-dd2116e3ef4953cd.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-ccfb31210373c817.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-1d5c0c31f7d309a1.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-bcfd1ebbe27d10c9.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-7e28ccd96dc058f1.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-c9380d86e5571d46.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-da9d78a0f106b5f2.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-867e4e9d6e644bef.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-8852daddbdc06050.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-5e32e5548903d79d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f525b248421567dd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2ac75624a062f755.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3f5ac9810f6b0f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f4cae71614ec40ae.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-6d215da14f02215a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-d2da27428a6e7bb9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0a062de836263b83.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d605b07ab2a0de30.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-33f37eee6fa58373.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-6dcfc17d03d713f2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
67842024-08-16T06:12:29.814Z
67852024-08-16T06:12:29.814Zrunning 0 tests
67862024-08-16T06:12:29.815Z
67872024-08-16T06:12:29.815Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
67882024-08-16T06:12:29.815Z
67892024-08-16T06:12:29.851Z Doc-tests nexus_reconfigurator_preparation
67902024-08-16T06:12:29.874Z Running `/home/build/.rustup/toolchains/1.80.1-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/blake3-d831ae4038f18ad2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-08ddf8a69eebe183/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d64bd7d29849fd42/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a041cc8256074d12/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1db860de69b9b187/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-af455edcf36765ec.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-6088393bd71d5e76.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-3a4c9d31f8d11bc4.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f525b248421567dd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3f5ac9810f6b0f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a33837303a60c71a.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
67912024-08-16T06:12:30.310Z
67922024-08-16T06:12:30.310Zrunning 0 tests
67932024-08-16T06:12:30.310Z
67942024-08-16T06:12:30.310Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
67952024-08-16T06:12:30.310Z
67962024-08-16T06:12:30.348Z Doc-tests nexus_saga_recovery
67972024-08-16T06:12:30.372Z Running `/home/build/.rustup/toolchains/1.80.1-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/blake3-d831ae4038f18ad2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-08ddf8a69eebe183/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d64bd7d29849fd42/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a041cc8256074d12/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1db860de69b9b187/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-ec49e88f444663ef.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-711de2fecf75dbe1.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-af455edcf36765ec.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-6088393bd71d5e76.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-f20244f5b1805a4b.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-47ef7bb898de45cf.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-f6c5fd05e9d1159c.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f525b248421567dd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2ac75624a062f755.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-0027465b2e6825f2.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a33837303a60c71a.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-2b856dda25213192.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.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`
67982024-08-16T06:12:30.781Z
67992024-08-16T06:12:30.781Zrunning 0 tests
68002024-08-16T06:12:30.781Z
68012024-08-16T06:12:30.781Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
68022024-08-16T06:12:30.781Z
68032024-08-16T06:12:30.814Z Doc-tests nexus_sled_agent_shared
68042024-08-16T06:12:30.837Z Running `/home/build/.rustup/toolchains/1.80.1-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/blake3-d831ae4038f18ad2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-08ddf8a69eebe183/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d64bd7d29849fd42/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a041cc8256074d12/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1db860de69b9b187/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-5e32e5548903d79d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-db0a2b655bd3c8dd.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3f5ac9810f6b0f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a989526e1a9c56b2.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d605b07ab2a0de30.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
68052024-08-16T06:12:31.264Z
68062024-08-16T06:12:31.264Zrunning 0 tests
68072024-08-16T06:12:31.264Z
68082024-08-16T06:12:31.288Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
68092024-08-16T06:12:31.288Z
68102024-08-16T06:12:31.312Z Doc-tests nexus_test_interface
68112024-08-16T06:12:31.312Z Running `/home/build/.rustup/toolchains/1.80.1-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/blake3-d831ae4038f18ad2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-08ddf8a69eebe183/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d64bd7d29849fd42/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a041cc8256074d12/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1db860de69b9b187/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-eaec0f1802c5ca04.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-da9d78a0f106b5f2.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-5e32e5548903d79d.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-8f0c023b98ab8ab5.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f525b248421567dd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
68122024-08-16T06:12:31.645Z
68132024-08-16T06:12:31.645Zrunning 0 tests
68142024-08-16T06:12:31.646Z
68152024-08-16T06:12:31.646Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
68162024-08-16T06:12:31.646Z
68172024-08-16T06:12:31.673Z Doc-tests nexus_test_utils
68182024-08-16T06:12:31.697Z Running `/home/build/.rustup/toolchains/1.80.1-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/blake3-d831ae4038f18ad2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-08ddf8a69eebe183/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d64bd7d29849fd42/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a041cc8256074d12/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1db860de69b9b187/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-3393a48ce8c6687e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9affaf578e5b973c.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-aa3d5d39ae47626b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ec49e88f444663ef.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-1505c0847609e062.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a400fb2b6ab7fec2.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-c9fa848e6abcca19.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-03490b41d6426eda.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a0e7b87b4381c541.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-e306e9b038f5734d.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-f3310802715f6ca6.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-e20d983ba3bdd9ca.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-737c5057d02b1662.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e162d10efb2b5b84.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df791fa27a35479c.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-bcfd1ebbe27d10c9.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-da9d78a0f106b5f2.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-6088393bd71d5e76.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-5e32e5548903d79d.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-8f0c023b98ab8ab5.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-47ef7bb898de45cf.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f525b248421567dd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-db0a2b655bd3c8dd.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-36aa5512eab8c219.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2ac75624a062f755.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3f5ac9810f6b0f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a0344401027e575e.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-3a5668ea603712cf.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-601d92d7f435bea2.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f4cae71614ec40ae.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-ecd473c12df48804.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-d2da27428a6e7bb9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-24c6c22cba1fe6a7.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.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`
68192024-08-16T06:12:32.502Z
68202024-08-16T06:12:32.502Zrunning 0 tests
68212024-08-16T06:12:32.502Z
68222024-08-16T06:12:32.502Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
68232024-08-16T06:12:32.502Z
68242024-08-16T06:12:32.554Z Doc-tests nexus_test_utils_macros
68252024-08-16T06:12:32.555Z Running `/home/build/.rustup/toolchains/1.80.1-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/blake3-d831ae4038f18ad2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-08ddf8a69eebe183/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d64bd7d29849fd42/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a041cc8256074d12/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1db860de69b9b187/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-f6c5fd05e9d1159c.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.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`
68262024-08-16T06:12:32.668Z
68272024-08-16T06:12:32.668Zrunning 1 test
68282024-08-16T06:12:32.692Ztest nexus/test-utils-macros/src/lib.rs - nexus_test (line 43) ... ignored
68292024-08-16T06:12:32.692Z
68302024-08-16T06:12:32.692Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
68312024-08-16T06:12:32.692Z
68322024-08-16T06:12:32.692Z Doc-tests nexus_types
68332024-08-16T06:12:32.692Z Running `/home/build/.rustup/toolchains/1.80.1-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/blake3-d831ae4038f18ad2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-08ddf8a69eebe183/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d64bd7d29849fd42/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a041cc8256074d12/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1db860de69b9b187/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-9285882dc19bb036.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ec49e88f444663ef.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2196679845e40df5.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-8755f378a0d2712e.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-aae238a7f781fbdf.so --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-c9fa848e6abcca19.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-ccfb31210373c817.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-576a17e2802e5273.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-ee2c8e20fb86984d.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-5e32e5548903d79d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f525b248421567dd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-db0a2b655bd3c8dd.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3f5ac9810f6b0f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-f360003f1f14a369.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f4cae71614ec40ae.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-aa2fc19618e8223a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-6d215da14f02215a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d26c7a19acbbbb77.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a33837303a60c71a.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-2b856dda25213192.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d605b07ab2a0de30.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-33f37eee6fa58373.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
68342024-08-16T06:12:35.826Z
68352024-08-16T06:12:35.827Zrunning 0 tests
68362024-08-16T06:12:35.827Z
68372024-08-16T06:12:35.827Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
68382024-08-16T06:12:35.827Z
68392024-08-16T06:12:35.920Z Doc-tests omicron_certificates
68402024-08-16T06:12:35.944Z Running `/home/build/.rustup/toolchains/1.80.1-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/blake3-d831ae4038f18ad2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-08ddf8a69eebe183/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d64bd7d29849fd42/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a041cc8256074d12/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1db860de69b9b187/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-c2184d2a5bed7ca0.rlib --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-bb01e7ef2f5b8a88.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-5e17b137d0230bd3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2ac75624a062f755.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-f360003f1f14a369.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-9f72585c934d604c.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-3fa48fb409f4da6d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
68412024-08-16T06:12:36.228Z
68422024-08-16T06:12:36.228Zrunning 0 tests
68432024-08-16T06:12:36.228Z
68442024-08-16T06:12:36.228Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
68452024-08-16T06:12:36.228Z
68462024-08-16T06:12:36.254Z Doc-tests omicron_clickhouse_admin
68472024-08-16T06:12:36.279Z Running `/home/build/.rustup/toolchains/1.80.1-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/blake3-d831ae4038f18ad2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-08ddf8a69eebe183/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d64bd7d29849fd42/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a041cc8256074d12/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1db860de69b9b187/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9affaf578e5b973c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ec49e88f444663ef.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2196679845e40df5.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-a1709ce059030a76.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-03490b41d6426eda.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-dd2116e3ef4953cd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-737c5057d02b1662.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df791fa27a35479c.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-47ef7bb898de45cf.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-cf9b3e5259c03324.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2ac75624a062f755.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3f5ac9810f6b0f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-394d7a51f5eb6839.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-704b70246acfb632.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-26564232ce565725.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a33837303a60c71a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-327a8b94132b44f7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-b4c876c9fd606aee.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-f31de78172241bf8.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-c883dcfe2d3789aa.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
68482024-08-16T06:12:36.566Z
68492024-08-16T06:12:36.566Zrunning 0 tests
68502024-08-16T06:12:36.566Z
68512024-08-16T06:12:36.566Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
68522024-08-16T06:12:36.566Z
68532024-08-16T06:12:36.592Z Doc-tests omicron_cockroach_admin
68542024-08-16T06:12:36.592Z Running `/home/build/.rustup/toolchains/1.80.1-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/blake3-d831ae4038f18ad2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-08ddf8a69eebe183/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d64bd7d29849fd42/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a041cc8256074d12/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1db860de69b9b187/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9affaf578e5b973c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ec49e88f444663ef.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2196679845e40df5.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-735bb0774e4813bf.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-8bd11f6db2324172.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-5abb42632be98ee1.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-03490b41d6426eda.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-dd2116e3ef4953cd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-737c5057d02b1662.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df791fa27a35479c.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-47ef7bb898de45cf.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-a3f42a60d5729751.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2ac75624a062f755.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3f5ac9810f6b0f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-394d7a51f5eb6839.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-704b70246acfb632.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-6d215da14f02215a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-26564232ce565725.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a33837303a60c71a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-327a8b94132b44f7.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-33f37eee6fa58373.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-b4c876c9fd606aee.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-f31de78172241bf8.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-c883dcfe2d3789aa.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`
68552024-08-16T06:12:36.949Z
68562024-08-16T06:12:36.949Zrunning 0 tests
68572024-08-16T06:12:36.949Z
68582024-08-16T06:12:36.972Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
68592024-08-16T06:12:36.972Z
68602024-08-16T06:12:36.996Z Doc-tests omicron_common
68612024-08-16T06:12:36.996Z Running `/home/build/.rustup/toolchains/1.80.1-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/blake3-d831ae4038f18ad2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-08ddf8a69eebe183/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d64bd7d29849fd42/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a041cc8256074d12/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1db860de69b9b187/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-9285882dc19bb036.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-eaec0f1802c5ca04.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-36c3129a0af97f6f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9affaf578e5b973c.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-aa3d5d39ae47626b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ec49e88f444663ef.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-03490b41d6426eda.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-dd2116e3ef4953cd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-8b92b4dd1eb7bb06.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-737c5057d02b1662.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-576a17e2802e5273.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-2977f4e89cc8b9da.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-e96086556fa58dca.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-c5461d19fafa1d88.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3f5ac9810f6b0f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f4cae71614ec40ae.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-aa2fc19618e8223a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-488bb704975e32f2.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-94f54481794992df.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-6d215da14f02215a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-371cc57c92bdfae7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a073906c8901333b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-b79acf795c5ad975.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-249130ebaa9ec96b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-ecd473c12df48804.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d26c7a19acbbbb77.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a33837303a60c71a.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d605b07ab2a0de30.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-33f37eee6fa58373.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-f31de78172241bf8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.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`
68622024-08-16T06:12:39.210Z
68632024-08-16T06:12:39.210Zrunning 2 tests
68642024-08-16T06:12:39.234Ztest common/src/lib.rs - FileKv (line 60) ... ignored
68652024-08-16T06:12:44.524Ztest common/src/api/external/error.rs - api::external::error::InternalContext (line 614) ... ok
68662024-08-16T06:12:44.524Z
68672024-08-16T06:12:44.525Ztest result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 5.31s
68682024-08-16T06:12:44.525Z
68692024-08-16T06:12:44.609Z Doc-tests omicron_ddm_admin_client
68702024-08-16T06:12:44.632Z Running `/home/build/.rustup/toolchains/1.80.1-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/blake3-d831ae4038f18ad2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-08ddf8a69eebe183/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d64bd7d29849fd42/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a041cc8256074d12/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1db860de69b9b187/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-181ce8889576bb0e.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-5d39f2eb1424d60a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-39edd3fb5530f286.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-94f54481794992df.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a073906c8901333b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a989526e1a9c56b2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
68712024-08-16T06:12:44.933Z
68722024-08-16T06:12:44.934Zrunning 0 tests
68732024-08-16T06:12:44.934Z
68742024-08-16T06:12:44.934Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
68752024-08-16T06:12:44.934Z
68762024-08-16T06:12:44.961Z Doc-tests omicron_dev_lib
68772024-08-16T06:12:44.984Z Running `/home/build/.rustup/toolchains/1.80.1-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/blake3-d831ae4038f18ad2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-08ddf8a69eebe183/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d64bd7d29849fd42/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a041cc8256074d12/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1db860de69b9b187/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-2977f4e89cc8b9da.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-de25a3f3f7522f3c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2ac75624a062f755.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-327a8b94132b44f7.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
68782024-08-16T06:12:45.231Z
68792024-08-16T06:12:45.231Zrunning 0 tests
68802024-08-16T06:12:45.231Z
68812024-08-16T06:12:45.231Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
68822024-08-16T06:12:45.232Z
68832024-08-16T06:12:45.255Z Doc-tests omicron_gateway
68842024-08-16T06:12:45.279Z Running `/home/build/.rustup/toolchains/1.80.1-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/blake3-d831ae4038f18ad2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-08ddf8a69eebe183/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d64bd7d29849fd42/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a041cc8256074d12/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1db860de69b9b187/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9affaf578e5b973c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2196679845e40df5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-03490b41d6426eda.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-dd2116e3ef4953cd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-fcc883c5905660d4.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a0e7b87b4381c541.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-28a83fe8cb4ab568.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-e306e9b038f5734d.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-18e41dbaf8e83871.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-8b92b4dd1eb7bb06.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-737c5057d02b1662.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e162d10efb2b5b84.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df791fa27a35479c.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-b11b4f112c1ecae0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-3c01943335d563b9.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2ac75624a062f755.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-473da805c9564881.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-f3a370c833ea6c65.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-26564232ce565725.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a33837303a60c71a.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-bdf0defd021caf5c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-327a8b94132b44f7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-9d0bf0a436f6bccd.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-1a65099964f4de0b.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-f31de78172241bf8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
68852024-08-16T06:12:45.780Z
68862024-08-16T06:12:45.780Zrunning 0 tests
68872024-08-16T06:12:45.780Z
68882024-08-16T06:12:45.780Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
68892024-08-16T06:12:45.780Z
68902024-08-16T06:12:45.820Z Doc-tests omicron_nexus
68912024-08-16T06:12:45.887Z Running `/home/build/.rustup/toolchains/1.80.1-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/blake3-d831ae4038f18ad2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-08ddf8a69eebe183/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d64bd7d29849fd42/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a041cc8256074d12/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1db860de69b9b187/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-d65da3ab02c6d0c5.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1d7a8f67369c9bea.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-eaec0f1802c5ca04.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ca84c69def3e65cc.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-3393a48ce8c6687e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9affaf578e5b973c.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-aa3d5d39ae47626b.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-819f588facb1053e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ec49e88f444663ef.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2196679845e40df5.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-8ed1f4e708c296f1.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-34d767105288e6d5.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-1505c0847609e062.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-af17c3190fafabe4.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-defc005d7f24e86c.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-b81fcb6fdc5df7f0.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c2184d2a5bed7ca0.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a400fb2b6ab7fec2.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-c9fa848e6abcca19.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-285400951f533a61.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-03490b41d6426eda.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-dd2116e3ef4953cd.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-6eff82ac4e9024f7.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-ccfb31210373c817.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a0e7b87b4381c541.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-e306e9b038f5734d.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-f3310802715f6ca6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-8b92b4dd1eb7bb06.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-e20d983ba3bdd9ca.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-737c5057d02b1662.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-2c94ebe8c9634964.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-85b8feb57c2240bc.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e162d10efb2b5b84.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-3ae205a88a0c1dc6.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df791fa27a35479c.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-bcfd1ebbe27d10c9.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-576a17e2802e5273.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-e96086556fa58dca.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-c5461d19fafa1d88.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-711de2fecf75dbe1.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-2f508a04ad184464.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-da9d78a0f106b5f2.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-af455edcf36765ec.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-6088393bd71d5e76.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-fecb02797e6136ad.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-279f2fd74dd69a7b.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-867e4e9d6e644bef.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-4e8c839a21a2f590.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-53a09219d78dc4c1.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-405a5f31c70e5fad.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-8852daddbdc06050.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-3a4c9d31f8d11bc4.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-f20244f5b1805a4b.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-5e32e5548903d79d.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-8f0c023b98ab8ab5.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-47ef7bb898de45cf.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-f6c5fd05e9d1159c.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f525b248421567dd.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-8d0b37c8c3e1862e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-4dc87e416bb9827b.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-db0a2b655bd3c8dd.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-36aa5512eab8c219.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2ac75624a062f755.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3f5ac9810f6b0f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-394d7a51f5eb6839.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-704b70246acfb632.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-f360003f1f14a369.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-113b8d91d6e78966.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a0344401027e575e.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-7363087b6d0e978b.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-3a5668ea603712cf.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-7a16cb855e75f7e5.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-63d11fe8f2a04589.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-601d92d7f435bea2.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f4cae71614ec40ae.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-aa2fc19618e8223a.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4ec299dfa0e92da3.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-fc1210f8ac466272.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-c8c0afe22102a132.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-0027465b2e6825f2.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-94f54481794992df.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-6a751d4e1426c4a2.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-3fa48fb409f4da6d.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-878a8767bd0518bb.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a073906c8901333b.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-ffc41cccb7984683.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-96f0543fa0a6a6db.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-0825b86e4f23338d.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-fa10e218d0ec6d9f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-b79acf795c5ad975.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-ecd473c12df48804.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d26c7a19acbbbb77.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-212182bc2621e28e.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-d2da27428a6e7bb9.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3bdaf4c073f08b35.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-26564232ce565725.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a33837303a60c71a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-458372da5fba99e4.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-bdf0defd021caf5c.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-2b856dda25213192.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d605b07ab2a0de30.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-327a8b94132b44f7.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c9a4d6e13c7778ce.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-310ac55cad65c385.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-b4c876c9fd606aee.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-24c6c22cba1fe6a7.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-b4d884c79f993dd6.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-ff7bf564526ef019.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-d0a8a79035cdf72b.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-f50e9229479e5afb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.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`
68922024-08-16T06:12:49.658Z
68932024-08-16T06:12:49.658Zrunning 5 tests
68942024-08-16T06:12:49.682Ztest nexus/src/app/sagas/mod.rs - app::sagas::declare_saga_actions (line 258) ... ignored
68952024-08-16T06:12:53.354Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 780) ... ok
68962024-08-16T06:12:53.531Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 758) ... ok
68972024-08-16T06:12:53.556Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 822) ... ok
68982024-08-16T06:12:53.556Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 852) ... ok
68992024-08-16T06:12:53.556Z
69002024-08-16T06:12:53.556Ztest result: ok. 4 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 3.85s
69012024-08-16T06:12:53.557Z
69022024-08-16T06:12:53.648Z Doc-tests omicron_package
69032024-08-16T06:12:53.649Z Running `/home/build/.rustup/toolchains/1.80.1-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/blake3-d831ae4038f18ad2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-08ddf8a69eebe183/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d64bd7d29849fd42/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a041cc8256074d12/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1db860de69b9b187/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9affaf578e5b973c.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-30eb4c497a66f5ca.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2196679845e40df5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-dd2116e3ef4953cd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-8b92b4dd1eb7bb06.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df791fa27a35479c.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-0289058b02cf0b21.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-b43f85be01e8447c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-862ecc18dbd7f5f5.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-c8c0afe22102a132.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-8be4b95ce6e63459.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a073906c8901333b.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-ffc41cccb7984683.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-b79acf795c5ad975.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-f6b25fab8a2790d4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-b72fa1ce96857786.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-458372da5fba99e4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-b94b1747d4cd77f0.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d605b07ab2a0de30.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-be5b8cddf8b2d4c2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-f31de78172241bf8.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-321402a375879e82.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
69042024-08-16T06:12:53.917Z
69052024-08-16T06:12:53.918Zrunning 0 tests
69062024-08-16T06:12:53.918Z
69072024-08-16T06:12:53.918Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
69082024-08-16T06:12:53.918Z
69092024-08-16T06:12:53.942Z Doc-tests omicron_passwords
69102024-08-16T06:12:53.942Z Running `/home/build/.rustup/toolchains/1.80.1-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/blake3-d831ae4038f18ad2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-08ddf8a69eebe183/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d64bd7d29849fd42/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a041cc8256074d12/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1db860de69b9b187/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-e6a05c4ee967ff05.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2196679845e40df5.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-34d767105288e6d5.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-db0a2b655bd3c8dd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-5183c0a999dee1e3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d26c7a19acbbbb77.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
69112024-08-16T06:12:54.089Z
69122024-08-16T06:12:54.089Zrunning 0 tests
69132024-08-16T06:12:54.089Z
69142024-08-16T06:12:54.089Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
69152024-08-16T06:12:54.089Z
69162024-08-16T06:12:54.113Z Doc-tests omicron_rpaths
69172024-08-16T06:12:54.113Z Running `/home/build/.rustup/toolchains/1.80.1-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/blake3-d831ae4038f18ad2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-08ddf8a69eebe183/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d64bd7d29849fd42/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a041cc8256074d12/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1db860de69b9b187/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-8a57ef772b263da4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
69182024-08-16T06:12:54.192Z
69192024-08-16T06:12:54.193Zrunning 0 tests
69202024-08-16T06:12:54.193Z
69212024-08-16T06:12:54.193Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
69222024-08-16T06:12:54.193Z
69232024-08-16T06:12:54.217Z Doc-tests omicron_sled_agent
69242024-08-16T06:12:54.217Z Running `/home/build/.rustup/toolchains/1.80.1-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/blake3-d831ae4038f18ad2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-08ddf8a69eebe183/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d64bd7d29849fd42/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a041cc8256074d12/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1db860de69b9b187/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-d65da3ab02c6d0c5.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-eaec0f1802c5ca04.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-70a28d88a58da555.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-82c0101206cddea9.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-6feb18972fdde000.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-3393a48ce8c6687e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9affaf578e5b973c.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-aa3d5d39ae47626b.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-819f588facb1053e.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ec49e88f444663ef.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2196679845e40df5.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-1505c0847609e062.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-aae238a7f781fbdf.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c2184d2a5bed7ca0.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-a400fb2b6ab7fec2.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-c9fa848e6abcca19.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-285400951f533a61.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-03490b41d6426eda.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-dd2116e3ef4953cd.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-725dd47f885197a3.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-ab09ab072df8f040.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-ccfb31210373c817.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-39f07e80d6316e9c.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-d05f936a6be66dee.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-8b92b4dd1eb7bb06.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-737c5057d02b1662.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e162d10efb2b5b84.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-40a5384940f7cdb2.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df791fa27a35479c.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-cd4db557eb907901.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-bcfd1ebbe27d10c9.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-576a17e2802e5273.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-4364ac8ba4697365.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-2977f4e89cc8b9da.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-e96086556fa58dca.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-c5461d19fafa1d88.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-2f508a04ad184464.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-da9d78a0f106b5f2.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-5e32e5548903d79d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f525b248421567dd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-39edd3fb5530f286.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-36aa5512eab8c219.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2ac75624a062f755.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3f5ac9810f6b0f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-35a1f2c604c24a61.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a0344401027e575e.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-63d11fe8f2a04589.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-601d92d7f435bea2.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f4cae71614ec40ae.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-0027465b2e6825f2.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-6a751d4e1426c4a2.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-ec24f04f18174321.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-3fa48fb409f4da6d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a073906c8901333b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-b79acf795c5ad975.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-249130ebaa9ec96b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-6f98b67ea44f7d5c.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-47da08d280334705.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-d2da27428a6e7bb9.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3bdaf4c073f08b35.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-f6b25fab8a2790d4.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a989526e1a9c56b2.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-c5f03c43771f9382.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-26564232ce565725.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a33837303a60c71a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-458372da5fba99e4.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-b94b1747d4cd77f0.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-0a062de836263b83.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d605b07ab2a0de30.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-327a8b94132b44f7.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-be5b8cddf8b2d4c2.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c9a4d6e13c7778ce.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-c519dde80105a1c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-9d0bf0a436f6bccd.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-24c6c22cba1fe6a7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-f31de78172241bf8.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-1abcbb01f770e22b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d47f5ede55f99f5b.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-743d677180e987a0.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`
69252024-08-16T06:12:56.440Z
69262024-08-16T06:12:56.440Zrunning 0 tests
69272024-08-16T06:12:56.440Z
69282024-08-16T06:12:56.440Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
69292024-08-16T06:12:56.440Z
69302024-08-16T06:12:56.529Z Doc-tests omicron_test_utils
69312024-08-16T06:12:56.553Z Running `/home/build/.rustup/toolchains/1.80.1-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/blake3-d831ae4038f18ad2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-08ddf8a69eebe183/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d64bd7d29849fd42/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a041cc8256074d12/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1db860de69b9b187/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-c707a102e781c496.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9affaf578e5b973c.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-aa3d5d39ae47626b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-03490b41d6426eda.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-dd2116e3ef4953cd.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-9756a0ac9cc799e4.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-bb0530bc00d6c416.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-f3310802715f6ca6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-8b92b4dd1eb7bb06.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-737c5057d02b1662.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-2977f4e89cc8b9da.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-7146c831cf2967fc.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-da9d78a0f106b5f2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2ac75624a062f755.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-fc1210f8ac466272.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-3fa48fb409f4da6d.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a073906c8901333b.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-ffc41cccb7984683.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-96f0543fa0a6a6db.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-327a8b94132b44f7.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-be5b8cddf8b2d4c2.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c9a4d6e13c7778ce.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-b4c876c9fd606aee.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-1abcbb01f770e22b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-321402a375879e82.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`
69322024-08-16T06:12:56.916Z
69332024-08-16T06:12:56.916Zrunning 0 tests
69342024-08-16T06:12:56.916Z
69352024-08-16T06:12:56.916Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
69362024-08-16T06:12:56.916Z
69372024-08-16T06:12:56.947Z Doc-tests omicron_uuid_kinds
69382024-08-16T06:12:56.947Z Running `/home/build/.rustup/toolchains/1.80.1-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/blake3-d831ae4038f18ad2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-08ddf8a69eebe183/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d64bd7d29849fd42/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a041cc8256074d12/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1db860de69b9b187/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-ee2c8e20fb86984d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3f5ac9810f6b0f6.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4ec299dfa0e92da3.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.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`
69392024-08-16T06:12:57.088Z
69402024-08-16T06:12:57.088Zrunning 0 tests
69412024-08-16T06:12:57.088Z
69422024-08-16T06:12:57.089Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
69432024-08-16T06:12:57.089Z
69442024-08-16T06:12:57.113Z Doc-tests omicron_workspace_hack
69452024-08-16T06:12:57.113Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2015 --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/blake3-d831ae4038f18ad2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-08ddf8a69eebe183/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d64bd7d29849fd42/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a041cc8256074d12/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1db860de69b9b187/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-4cfcaff91b1aaac2.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-ccd418511fd0e494.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-f1815429b9cc9059.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-43a44750c8116f3c.rlib --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-f27c634c8e28190b.rlib --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-a4c480c9db0b285d.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-e992fadcca1ed6f2.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-2cdb80079c610eca.rlib --extern bstr_6f8ce4dd05d13bba=/work/oxidecomputer/omicron/target/debug/deps/libbstr-abe7cc3ca82e0c0a.rlib --extern bstr_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbstr-0b179f319982781a.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-325983a483f82094.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-3393a48ce8c6687e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ec49e88f444663ef.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-c9f83f04d6ed19b9.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2196679845e40df5.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-b99b4569f0c927e3.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-798580260be3f871.rlib --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-0fbd4ee0c026a43b.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-c305da7ac85d23b9.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-6f3b480f63e334a5.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-23aa52f79da63f7c.rlib --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-e6f841b1e5437932.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-57df871143d3c7b1.rlib --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-1a085fa010d506cf.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-5d39f2eb1424d60a.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-fc954fae29452eea.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-67b43136652833d4.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-725dd47f885197a3.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-b7cf0b44405e9775.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-315266bf3c88a0ab.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-965f1abbaef84084.rlib --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-1044befc4d8b6f32.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-d5a6af5eceae766d.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-b2e13e142afbdd87.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-a0ceeed7299917eb.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a0e7b87b4381c541.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-65767634d4000cd6.rlib --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-f17162317cb3b488.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-5047b6f58b65ac8a.rlib --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-9afe1f7747b99dd5.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-8b92b4dd1eb7bb06.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-1c3047c1308b6d1d.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-1502ad1d893e1f6e.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e162d10efb2b5b84.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-1d5c0c31f7d309a1.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-6cd38624c256774c.rlib --extern itertools_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libitertools-197a32e1da667e01.rlib --extern itertools_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libitertools-bb69c56d84ec7036.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-cabd6990d00654d2.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-4058c7340bf7b5f3.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-2977f4e89cc8b9da.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-46cf9439802ec3f9.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-7ebffa2b30e78119.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-3b15747880b886c1.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-f5538ab28795be32.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-678c9d855d2e9181.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-19a28b98cd1da8cc.rlib --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-f74b736f194674d1.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-8d0b37c8c3e1862e.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-1b50779845f357a9.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-2914d78ac96fc53c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-704b70246acfb632.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-f68472f095c24de4.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-e6975d27c0797841.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-c8c0afe22102a132.rlib --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-8ed8af365f89cea7.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-75632b89eb5c99a0.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-457abf17ed177e26.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-fcd8ea28b6b8ac77.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-7d938304ceffab4a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a073906c8901333b.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-ffc41cccb7984683.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-f924a3e3f4f22d95.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-ae3405e4bf64d784.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-5380524236143168.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-b79acf795c5ad975.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rlib --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-3eee71c48a5278a1.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-fb339d0b1775d489.rlib --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-1fc4ae7f6f26e36d.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-9b44837149fa8959.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-90c42fabfdf6af03.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-d52e3d8c16e8a214.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-0aa8e16b48bf5c57.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-69c441407b09e74b.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-fb18128a1fc11699.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-b4c876c9fd606aee.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-9d0bf0a436f6bccd.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-24c6c22cba1fe6a7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-b29c69c817ef28d4.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-50030cd7ef90b84f.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-a96eb0ad0abb3b00.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-733bdfb3eb0138dc.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-119892d76510e357.rlib --extern unicode_bidi=/work/oxidecomputer/omicron/target/debug/deps/libunicode_bidi-773c324f50696e3f.rlib --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-4163aa611c9fa9ab.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-1abcbb01f770e22b.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-0b7ec1b738c5429b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-6a6c96d3d3dbf088.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d47f5ede55f99f5b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
69462024-08-16T06:12:57.194Z
69472024-08-16T06:12:57.194Zrunning 0 tests
69482024-08-16T06:12:57.194Z
69492024-08-16T06:12:57.194Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
69502024-08-16T06:12:57.194Z
69512024-08-16T06:12:57.218Z Doc-tests openapi_manager
69522024-08-16T06:12:57.219Z Running `/home/build/.rustup/toolchains/1.80.1-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/blake3-d831ae4038f18ad2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-08ddf8a69eebe183/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d64bd7d29849fd42/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a041cc8256074d12/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1db860de69b9b187/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-c707a102e781c496.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-82c0101206cddea9.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9affaf578e5b973c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2196679845e40df5.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-a1709ce059030a76.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-735bb0774e4813bf.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-16344d770fcfc853.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-03490b41d6426eda.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-b7cf0b44405e9775.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-fcc883c5905660d4.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-fe7c60a6b43fea40.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-dc8a0d71347cfb8b.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-279f2fd74dd69a7b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-394d7a51f5eb6839.rlib --extern openapi_manager=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager-1d4947db4a91c073.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-704b70246acfb632.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-cedc2b4cdec5a13d.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-d5697f0f5afd97d6.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-9b44837149fa8959.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-47da08d280334705.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-bd01036f692a511f.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-4044a470f253f47c.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
69532024-08-16T06:12:57.662Z
69542024-08-16T06:12:57.662Zrunning 0 tests
69552024-08-16T06:12:57.662Z
69562024-08-16T06:12:57.662Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
69572024-08-16T06:12:57.662Z
69582024-08-16T06:12:57.699Z Doc-tests oxide_client
69592024-08-16T06:12:57.699Z Running `/home/build/.rustup/toolchains/1.80.1-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/blake3-d831ae4038f18ad2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-08ddf8a69eebe183/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d64bd7d29849fd42/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a041cc8256074d12/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1db860de69b9b187/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ec49e88f444663ef.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-e20d983ba3bdd9ca.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-737c5057d02b1662.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e162d10efb2b5b84.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-113b8d91d6e78966.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-488bb704975e32f2.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-371cc57c92bdfae7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a073906c8901333b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
69602024-08-16T06:13:03.730Z
69612024-08-16T06:13:03.730Zrunning 195 tests
69622024-08-16T06:13:03.797Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import (line 26) ... ignored
69632024-08-16T06:13:03.797Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_start (line 27) ... ignored
69642024-08-16T06:13:03.797Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_stop (line 27) ... ignored
69652024-08-16T06:13:03.797Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_create (line 25) ... ignored
69662024-08-16T06:13:03.797Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_delete (line 25) ... ignored
69672024-08-16T06:13:03.797Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_finalize_import (line 26) ... ignored
69682024-08-16T06:13:03.797Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_list (line 27) ... ignored
69692024-08-16T06:13:03.797Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_metrics_list (line 31) ... ignored
69702024-08-16T06:13:03.797Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_view (line 25) ... ignored
69712024-08-16T06:13:03.797Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_attach (line 28) ... ignored
69722024-08-16T06:13:03.798Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_create (line 25) ... ignored
69732024-08-16T06:13:03.798Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_delete (line 25) ... ignored
69742024-08-16T06:13:03.798Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_detach (line 25) ... ignored
69752024-08-16T06:13:03.798Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_list (line 27) ... ignored
69762024-08-16T06:13:03.798Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_update (line 26) ... ignored
69772024-08-16T06:13:03.798Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_view (line 25) ... ignored
69782024-08-16T06:13:03.798Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::device_access_token (line 24) ... ignored
69792024-08-16T06:13:03.798Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::device_auth_confirm (line 24) ... ignored
69802024-08-16T06:13:03.798Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::device_auth_request (line 24) ... ignored
69812024-08-16T06:13:03.798Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::logout (line 22) ... ignored
69822024-08-16T06:13:03.798Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::probe_create (line 25) ... ignored
69832024-08-16T06:13:03.798Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::probe_delete (line 25) ... ignored
69842024-08-16T06:13:03.798Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::probe_list (line 27) ... ignored
69852024-08-16T06:13:03.798Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::probe_view (line 25) ... ignored
69862024-08-16T06:13:03.798Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_create (line 27) ... ignored
69872024-08-16T06:13:03.798Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_delete (line 27) ... ignored
69882024-08-16T06:13:03.798Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_demote (line 27) ... ignored
69892024-08-16T06:13:03.798Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_list (line 29) ... ignored
69902024-08-16T06:13:03.798Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_promote (line 27) ... ignored
69912024-08-16T06:13:03.798Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_view (line 27) ... ignored
69922024-08-16T06:13:03.798Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_create (line 25) ... ignored
69932024-08-16T06:13:03.798Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_delete (line 25) ... ignored
69942024-08-16T06:13:03.798Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_attach (line 26) ... ignored
69952024-08-16T06:13:03.798Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_detach (line 26) ... ignored
69962024-08-16T06:13:03.798Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_list (line 28) ... ignored
69972024-08-16T06:13:03.798Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ephemeral_ip_attach (line 26) ... ignored
69982024-08-16T06:13:03.798Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ephemeral_ip_detach (line 25) ... ignored
69992024-08-16T06:13:03.798Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_external_ip_list (line 25) ... ignored
70002024-08-16T06:13:03.798Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_list (line 27) ... ignored
70012024-08-16T06:13:03.798Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_create (line 26) ... ignored
70022024-08-16T06:13:03.798Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_delete (line 28) ... ignored
70032024-08-16T06:13:03.798Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_list (line 28) ... ignored
70042024-08-16T06:13:03.798Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_update (line 27) ... ignored
70052024-08-16T06:13:03.798Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_view (line 26) ... ignored
70062024-08-16T06:13:03.798Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_reboot (line 25) ... ignored
70072024-08-16T06:13:03.798Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console (line 28) ... ignored
70082024-08-16T06:13:03.798Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console_stream (line 26) ... ignored
70092024-08-16T06:13:03.798Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ssh_public_key_list (line 30) ... ignored
70102024-08-16T06:13:03.798Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_start (line 25) ... ignored
70112024-08-16T06:13:03.798Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_stop (line 25) ... ignored
70122024-08-16T06:13:03.799Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_view (line 25) ... ignored
70132024-08-16T06:13:03.799Ztest clients/oxide-client/src/lib.rs - ClientLoginExt::login_local (line 22) ... ignored
70142024-08-16T06:13:03.799Ztest clients/oxide-client/src/lib.rs - ClientLoginExt::login_saml (line 22) ... ignored
70152024-08-16T06:13:03.799Ztest clients/oxide-client/src/lib.rs - ClientMetricsExt::silo_metric (line 32) ... ignored
70162024-08-16T06:13:03.799Ztest clients/oxide-client/src/lib.rs - ClientMetricsExt::timeseries_query (line 24) ... ignored
70172024-08-16T06:13:03.799Ztest clients/oxide-client/src/lib.rs - ClientMetricsExt::timeseries_schema_list (line 25) ... ignored
70182024-08-16T06:13:03.799Ztest clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_update (line 22) ... ignored
70192024-08-16T06:13:03.799Ztest clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_view (line 22) ... ignored
70202024-08-16T06:13:03.799Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_create (line 22) ... ignored
70212024-08-16T06:13:03.799Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_delete (line 24) ... ignored
70222024-08-16T06:13:03.799Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_ip_pool_list (line 26) ... ignored
70232024-08-16T06:13:03.799Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_ip_pool_view (line 24) ... ignored
70242024-08-16T06:13:03.799Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_list (line 26) ... ignored
70252024-08-16T06:13:03.799Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_update (line 25) ... ignored
70262024-08-16T06:13:03.799Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_view (line 24) ... ignored
70272024-08-16T06:13:03.799Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_update (line 25) ... ignored
70282024-08-16T06:13:03.799Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_view (line 24) ... ignored
70292024-08-16T06:13:03.799Ztest clients/oxide-client/src/lib.rs - ClientRolesExt::role_list (line 25) ... ignored
70302024-08-16T06:13:03.799Ztest clients/oxide-client/src/lib.rs - ClientRolesExt::role_view (line 24) ... ignored
70312024-08-16T06:13:03.799Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_groups (line 26) ... ignored
70322024-08-16T06:13:03.799Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_create (line 24) ... ignored
70332024-08-16T06:13:03.799Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_delete (line 26) ... ignored
70342024-08-16T06:13:03.799Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_list (line 28) ... ignored
70352024-08-16T06:13:03.799Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_view (line 26) ... ignored
70362024-08-16T06:13:03.799Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_view (line 22) ... ignored
70372024-08-16T06:13:03.799Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_create (line 24) ... ignored
70382024-08-16T06:13:03.799Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_delete (line 24) ... ignored
70392024-08-16T06:13:03.799Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_list (line 28) ... ignored
70402024-08-16T06:13:03.799Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_view (line 24) ... ignored
70412024-08-16T06:13:03.799Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::group_list (line 26) ... ignored
70422024-08-16T06:13:03.799Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::group_view (line 24) ... ignored
70432024-08-16T06:13:03.799Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::policy_update (line 22) ... ignored
70442024-08-16T06:13:03.799Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::policy_view (line 22) ... ignored
70452024-08-16T06:13:03.799Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_list (line 27) ... ignored
70462024-08-16T06:13:03.799Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::utilization_view (line 22) ... ignored
70472024-08-16T06:13:03.799Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_create (line 27) ... ignored
70482024-08-16T06:13:03.799Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_delete (line 25) ... ignored
70492024-08-16T06:13:03.799Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_list (line 27) ... ignored
70502024-08-16T06:13:03.799Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_view (line 25) ... ignored
70512024-08-16T06:13:03.800Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_apply_settings (line 27) ... ignored
70522024-08-16T06:13:03.800Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_clear_settings (line 26) ... ignored
70532024-08-16T06:13:03.800Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_list (line 27) ... ignored
70542024-08-16T06:13:03.800Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_status (line 26) ... ignored
70552024-08-16T06:13:03.800Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_list (line 26) ... ignored
70562024-08-16T06:13:03.800Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_view (line 24) ... ignored
70572024-08-16T06:13:03.800Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_list (line 26) ... ignored
70582024-08-16T06:13:03.800Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_view (line 24) ... ignored
70592024-08-16T06:13:03.800Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_add (line 22) ... ignored
70602024-08-16T06:13:03.800Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_instance_list (line 27) ... ignored
70612024-08-16T06:13:03.800Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list (line 26) ... ignored
70622024-08-16T06:13:03.824Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list_uninitialized (line 25) ... ignored
70632024-08-16T06:13:03.824Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_physical_disk_list (line 27) ... ignored
70642024-08-16T06:13:03.824Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_set_provision_policy (line 25) ... ignored
70652024-08-16T06:13:03.824Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_view (line 24) ... ignored
70662024-08-16T06:13:03.824Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_list (line 26) ... ignored
70672024-08-16T06:13:03.824Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_view (line 24) ... ignored
70682024-08-16T06:13:03.824Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_metric (line 32) ... ignored
70692024-08-16T06:13:03.824Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_create (line 22) ... ignored
70702024-08-16T06:13:03.824Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_delete (line 24) ... ignored
70712024-08-16T06:13:03.824Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_list (line 26) ... ignored
70722024-08-16T06:13:03.824Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_range_add (line 27) ... ignored
70732024-08-16T06:13:03.824Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_range_list (line 28) ... ignored
70742024-08-16T06:13:03.824Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_range_remove (line 25) ... ignored
70752024-08-16T06:13:03.824Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_service_range_add (line 24) ... ignored
70762024-08-16T06:13:03.824Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_service_range_list (line 27) ... ignored
70772024-08-16T06:13:03.824Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_service_range_remove (line 22) ... ignored
70782024-08-16T06:13:03.824Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_service_view (line 22) ... ignored
70792024-08-16T06:13:03.824Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_silo_link (line 27) ... ignored
70802024-08-16T06:13:03.825Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_silo_list (line 27) ... ignored
70812024-08-16T06:13:03.825Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_silo_unlink (line 24) ... ignored
70822024-08-16T06:13:03.825Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_silo_update (line 24) ... ignored
70832024-08-16T06:13:03.825Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_update (line 25) ... ignored
70842024-08-16T06:13:03.825Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_utilization_view (line 24) ... ignored
70852024-08-16T06:13:03.825Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_view (line 24) ... ignored
70862024-08-16T06:13:03.825Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_block_list (line 27) ... ignored
70872024-08-16T06:13:03.825Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_create (line 22) ... ignored
70882024-08-16T06:13:03.825Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_delete (line 24) ... ignored
70892024-08-16T06:13:03.825Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_list (line 26) ... ignored
70902024-08-16T06:13:03.825Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_allow_list_update (line 22) ... ignored
70912024-08-16T06:13:03.825Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_allow_list_view (line 22) ... ignored
70922024-08-16T06:13:03.825Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_disable (line 22) ... ignored
70932024-08-16T06:13:03.825Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_enable (line 22) ... ignored
70942024-08-16T06:13:03.825Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_status (line 22) ... ignored
70952024-08-16T06:13:03.825Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_delete (line 24) ... ignored
70962024-08-16T06:13:03.825Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_list (line 24) ... ignored
70972024-08-16T06:13:03.825Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_update (line 24) ... ignored
70982024-08-16T06:13:03.825Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_create (line 22) ... ignored
70992024-08-16T06:13:03.825Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_delete (line 24) ... ignored
71002024-08-16T06:13:03.825Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_list (line 27) ... ignored
71012024-08-16T06:13:03.825Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_imported_routes_ipv4 (line 24) ... ignored
71022024-08-16T06:13:03.825Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_message_history (line 24) ... ignored
71032024-08-16T06:13:03.825Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_status (line 22) ... ignored
71042024-08-16T06:13:03.825Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_create (line 22) ... ignored
71052024-08-16T06:13:03.825Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_delete (line 27) ... ignored
71062024-08-16T06:13:03.825Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_list (line 26) ... ignored
71072024-08-16T06:13:03.825Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_create (line 22) ... ignored
71082024-08-16T06:13:03.825Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_delete (line 24) ... ignored
71092024-08-16T06:13:03.825Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_list (line 27) ... ignored
71102024-08-16T06:13:03.825Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_view (line 24) ... ignored
71112024-08-16T06:13:03.825Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_create (line 27) ... ignored
71122024-08-16T06:13:03.825Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_delete (line 25) ... ignored
71132024-08-16T06:13:03.825Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_set_password (line 28) ... ignored
71142024-08-16T06:13:03.825Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_create (line 25) ... ignored
71152024-08-16T06:13:03.825Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_view (line 25) ... ignored
71162024-08-16T06:13:03.825Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_create (line 22) ... ignored
71172024-08-16T06:13:03.825Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_delete (line 26) ... ignored
71182024-08-16T06:13:03.825Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_identity_provider_list (line 27) ... ignored
71192024-08-16T06:13:03.826Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_ip_pool_list (line 29) ... ignored
71202024-08-16T06:13:03.826Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_list (line 28) ... ignored
71212024-08-16T06:13:03.826Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_update (line 25) ... ignored
71222024-08-16T06:13:03.826Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_view (line 24) ... ignored
71232024-08-16T06:13:03.826Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_quotas_update (line 27) ... ignored
71242024-08-16T06:13:03.826Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_quotas_view (line 24) ... ignored
71252024-08-16T06:13:03.826Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_list (line 27) ... ignored
71262024-08-16T06:13:03.826Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_view (line 25) ... ignored
71272024-08-16T06:13:03.826Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_utilization_list (line 26) ... ignored
71282024-08-16T06:13:03.826Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_utilization_view (line 24) ... ignored
71292024-08-16T06:13:03.826Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_view (line 26) ... ignored
71302024-08-16T06:13:03.826Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::system_quotas_list (line 26) ... ignored
71312024-08-16T06:13:03.826Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_list (line 26) ... ignored
71322024-08-16T06:13:03.826Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_view (line 22) ... ignored
71332024-08-16T06:13:03.826Ztest clients/oxide-client/src/lib.rs - ClientSystemStatusExt::ping (line 24) ... ignored
71342024-08-16T06:13:03.826Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_create (line 25) ... ignored
71352024-08-16T06:13:03.826Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_delete (line 25) ... ignored
71362024-08-16T06:13:03.826Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_update (line 32) ... ignored
71372024-08-16T06:13:03.826Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_view (line 25) ... ignored
71382024-08-16T06:13:03.826Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_list (line 27) ... ignored
71392024-08-16T06:13:03.826Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_create (line 26) ... ignored
71402024-08-16T06:13:03.826Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_delete (line 26) ... ignored
71412024-08-16T06:13:03.826Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_list (line 28) ... ignored
71422024-08-16T06:13:03.826Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_create (line 27) ... ignored
71432024-08-16T06:13:03.826Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_delete (line 27) ... ignored
71442024-08-16T06:13:03.826Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_list (line 31) ... ignored
71452024-08-16T06:13:03.826Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_update (line 28) ... ignored
71462024-08-16T06:13:03.826Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_view (line 27) ... ignored
71472024-08-16T06:13:03.826Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_update (line 27) ... ignored
71482024-08-16T06:13:03.826Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_view (line 26) ... ignored
71492024-08-16T06:13:03.826Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_create (line 26) ... ignored
71502024-08-16T06:13:03.826Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_delete (line 26) ... ignored
71512024-08-16T06:13:03.826Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list (line 28) ... ignored
71522024-08-16T06:13:03.826Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list_network_interfaces (line 29) ... ignored
71532024-08-16T06:13:03.826Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_update (line 27) ... ignored
71542024-08-16T06:13:03.826Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_view (line 26) ... ignored
71552024-08-16T06:13:03.826Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_update (line 26) ... ignored
71562024-08-16T06:13:03.826Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_view (line 25) ... ignored
71572024-08-16T06:13:03.827Z
71582024-08-16T06:13:03.827Ztest result: ok. 0 passed; 0 failed; 195 ignored; 0 measured; 0 filtered out; finished in 0.01s
71592024-08-16T06:13:03.827Z
71602024-08-16T06:13:03.874Z Doc-tests oximeter
71612024-08-16T06:13:03.874Z Running `/home/build/.rustup/toolchains/1.80.1-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/blake3-d831ae4038f18ad2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-08ddf8a69eebe183/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d64bd7d29849fd42/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a041cc8256074d12/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1db860de69b9b187/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ec49e88f444663ef.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2196679845e40df5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a0344401027e575e.rlib --extern oximeter_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_impl-e9be3407b2e67b4d.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-a344cc73a54d7845.so --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-17698f89c69b54a1.so --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-32391bb99b637df4.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-f31de78172241bf8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
71622024-08-16T06:13:04.193Z
71632024-08-16T06:13:04.193Zrunning 2 tests
71642024-08-16T06:13:04.216Ztest oximeter/oximeter/src/lib.rs - (line 111) ... ignored
71652024-08-16T06:13:05.556Ztest oximeter/oximeter/src/lib.rs - (line 118) ... ok
71662024-08-16T06:13:05.556Z
71672024-08-16T06:13:05.556Ztest result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 1.36s
71682024-08-16T06:13:05.556Z
71692024-08-16T06:13:05.605Z Doc-tests oximeter_api
71702024-08-16T06:13:05.605Z Running `/home/build/.rustup/toolchains/1.80.1-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/blake3-d831ae4038f18ad2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-08ddf8a69eebe183/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d64bd7d29849fd42/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a041cc8256074d12/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1db860de69b9b187/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-ec49e88f444663ef.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-03490b41d6426eda.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-d5697f0f5afd97d6.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
71712024-08-16T06:13:05.913Z
71722024-08-16T06:13:05.913Zrunning 2 tests
71732024-08-16T06:13:05.936Ztest oximeter/api/src/lib.rs - oximeter_api_mod::api_description (line 25) ... ignored
71742024-08-16T06:13:05.936Ztest oximeter/api/src/lib.rs - oximeter_api_mod::stub_api_description (line 31) ... ignored
71752024-08-16T06:13:05.937Z
71762024-08-16T06:13:05.937Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
71772024-08-16T06:13:05.937Z
71782024-08-16T06:13:05.960Z Doc-tests oximeter_client
71792024-08-16T06:13:05.960Z Running `/home/build/.rustup/toolchains/1.80.1-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/blake3-d831ae4038f18ad2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-08ddf8a69eebe183/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d64bd7d29849fd42/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a041cc8256074d12/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1db860de69b9b187/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-ec49e88f444663ef.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-7363087b6d0e978b.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-488bb704975e32f2.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a073906c8901333b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
71802024-08-16T06:13:06.315Z
71812024-08-16T06:13:06.315Zrunning 0 tests
71822024-08-16T06:13:06.315Z
71832024-08-16T06:13:06.315Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
71842024-08-16T06:13:06.315Z
71852024-08-16T06:13:06.343Z Doc-tests oximeter_collector
71862024-08-16T06:13:06.343Z Running `/home/build/.rustup/toolchains/1.80.1-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/blake3-d831ae4038f18ad2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-08ddf8a69eebe183/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d64bd7d29849fd42/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a041cc8256074d12/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1db860de69b9b187/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9affaf578e5b973c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ec49e88f444663ef.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2196679845e40df5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-03490b41d6426eda.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-dd2116e3ef4953cd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e162d10efb2b5b84.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-bcfd1ebbe27d10c9.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-2f508a04ad184464.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-f525b248421567dd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2ac75624a062f755.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-394d7a51f5eb6839.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-704b70246acfb632.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a0344401027e575e.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-d5697f0f5afd97d6.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-7363087b6d0e978b.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-3a5668ea603712cf.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-7a16cb855e75f7e5.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a073906c8901333b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-26564232ce565725.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-458372da5fba99e4.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d605b07ab2a0de30.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-327a8b94132b44f7.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-f31de78172241bf8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
71872024-08-16T06:13:06.967Z
71882024-08-16T06:13:06.967Zrunning 0 tests
71892024-08-16T06:13:06.967Z
71902024-08-16T06:13:06.967Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
71912024-08-16T06:13:06.967Z
71922024-08-16T06:13:07.018Z Doc-tests oximeter_db
71932024-08-16T06:13:07.062Z Running `/home/build/.rustup/toolchains/1.80.1-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/blake3-d831ae4038f18ad2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-08ddf8a69eebe183/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d64bd7d29849fd42/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a041cc8256074d12/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1db860de69b9b187/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-15fc923038689690.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-eaec0f1802c5ca04.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-e739c917e7207d30.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-3393a48ce8c6687e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9affaf578e5b973c.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-aa3d5d39ae47626b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ec49e88f444663ef.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2196679845e40df5.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-7a0c5025cefa8f36.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-fb5f3143e288ee2f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-03490b41d6426eda.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-dd2116e3ef4953cd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-1afa1300e0ddf1c3.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-1d5c0c31f7d309a1.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-11024960b20c5ca2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2ac75624a062f755.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a0344401027e575e.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-7a16cb855e75f7e5.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-dbd5df13355af3f1.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-9532508fd372b8b3.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a073906c8901333b.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-b47e8deacafd3975.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-26564232ce565725.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-458372da5fba99e4.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-72ddb42dd1caad9c.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-d32155322b970ee7.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d605b07ab2a0de30.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-fe3386b3995bd738.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c9a4d6e13c7778ce.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-1abcbb01f770e22b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rlib -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "oxql", "sql"))' --document-private-items -D warnings --error-format human`
71942024-08-16T06:13:08.639Z
71952024-08-16T06:13:08.639Zrunning 1 test
71962024-08-16T06:13:08.662Ztest oximeter/db/src/oxql/ast/table_ops/filter.rs - oxql::ast::table_ops::filter::Filter::simplify_to_dnf (line 115) ... ignored
71972024-08-16T06:13:08.662Z
71982024-08-16T06:13:08.662Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
71992024-08-16T06:13:08.662Z
72002024-08-16T06:13:08.711Z Doc-tests oximeter_impl
72012024-08-16T06:13:08.735Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oximeter_impl --test oximeter/impl/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/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/blake3-d831ae4038f18ad2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-08ddf8a69eebe183/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d64bd7d29849fd42/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a041cc8256074d12/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1db860de69b9b187/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-0b9fb23795fcdd0d.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-3393a48ce8c6687e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ec49e88f444663ef.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-34d767105288e6d5.rlib --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-7a1c88d1453503cb.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-830498e334c402a9.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-11024960b20c5ca2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern oximeter_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_impl-e9be3407b2e67b4d.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-a344cc73a54d7845.so --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-32391bb99b637df4.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-93c740329f33c467.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-b5d7063d76ac2e14.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a33837303a60c71a.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d605b07ab2a0de30.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-f31de78172241bf8.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-1225c288fcf6a118.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
72022024-08-16T06:13:09.601Z
72032024-08-16T06:13:09.601Zrunning 11 tests
72042024-08-16T06:13:09.993Ztest oximeter/impl/src/traits.rs - traits::Metric (line 187) - compile fail ... ok
72052024-08-16T06:13:15.818Ztest oximeter/impl/src/quantile.rs - quantile::Quantile::from_parts (line 118) ... ok
72062024-08-16T06:13:16.391Ztest oximeter/impl/src/traits.rs - traits::Metric (line 162) ... ok
72072024-08-16T06:13:16.432Ztest oximeter/impl/src/quantile.rs - quantile::Quantile::append (line 245) ... ok
72082024-08-16T06:13:16.525Ztest oximeter/impl/src/quantile.rs - quantile::Quantile::estimate (line 202) ... ok
72092024-08-16T06:13:16.548Ztest oximeter/impl/src/quantile.rs - quantile::Quantile::new (line 80) ... ok
72102024-08-16T06:13:16.548Ztest oximeter/impl/src/histogram.rs - histogram::Histogram<T>::span_decades (line 924) ... ok
72112024-08-16T06:13:16.572Ztest oximeter/impl/src/traits.rs - traits::Producer (line 366) ... ok
72122024-08-16T06:13:16.614Ztest oximeter/impl/src/histogram.rs - histogram::Histogram<T>::with_bins (line 525) ... ok
72132024-08-16T06:13:17.046Ztest oximeter/impl/src/traits.rs - traits::Target (line 77) - compile fail ... ok
72142024-08-16T06:13:21.588Ztest oximeter/impl/src/traits.rs - traits::Target (line 47) ... ok
72152024-08-16T06:13:21.588Z
72162024-08-16T06:13:21.588Ztest result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 11.99s
72172024-08-16T06:13:21.588Z
72182024-08-16T06:13:21.652Z Doc-tests oximeter_instruments
72192024-08-16T06:13:21.676Z Running `/home/build/.rustup/toolchains/1.80.1-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/blake3-d831ae4038f18ad2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-08ddf8a69eebe183/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d64bd7d29849fd42/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a041cc8256074d12/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1db860de69b9b187/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-94faf137b493206b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ec49e88f444663ef.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-03490b41d6426eda.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-737c5057d02b1662.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e162d10efb2b5b84.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-14fb1cd8515e604e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-2977f4e89cc8b9da.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a0344401027e575e.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-63d11fe8f2a04589.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-458372da5fba99e4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.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`
72202024-08-16T06:13:22.135Z
72212024-08-16T06:13:22.136Zrunning 0 tests
72222024-08-16T06:13:22.136Z
72232024-08-16T06:13:22.136Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
72242024-08-16T06:13:22.136Z
72252024-08-16T06:13:22.173Z Doc-tests oximeter_macro_impl
72262024-08-16T06:13:22.196Z Running `/home/build/.rustup/toolchains/1.80.1-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/blake3-d831ae4038f18ad2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-08ddf8a69eebe183/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d64bd7d29849fd42/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a041cc8256074d12/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1db860de69b9b187/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-117336d8d843d17f.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-a344cc73a54d7845.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.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`
72272024-08-16T06:13:22.302Z
72282024-08-16T06:13:22.302Zrunning 0 tests
72292024-08-16T06:13:22.302Z
72302024-08-16T06:13:22.302Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
72312024-08-16T06:13:22.302Z
72322024-08-16T06:13:22.325Z Doc-tests oximeter_producer
72332024-08-16T06:13:22.325Z Running `/home/build/.rustup/toolchains/1.80.1-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/blake3-d831ae4038f18ad2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-08ddf8a69eebe183/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d64bd7d29849fd42/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a041cc8256074d12/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1db860de69b9b187/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ec49e88f444663ef.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2196679845e40df5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-03490b41d6426eda.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-bcfd1ebbe27d10c9.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-2f508a04ad184464.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2ac75624a062f755.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-a0344401027e575e.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-601d92d7f435bea2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-26564232ce565725.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-458372da5fba99e4.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
72342024-08-16T06:13:22.773Z
72352024-08-16T06:13:22.773Zrunning 0 tests
72362024-08-16T06:13:22.773Z
72372024-08-16T06:13:22.773Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
72382024-08-16T06:13:22.773Z
72392024-08-16T06:13:22.812Z Doc-tests oximeter_timeseries_macro
72402024-08-16T06:13:22.836Z Running `/home/build/.rustup/toolchains/1.80.1-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/blake3-d831ae4038f18ad2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-08ddf8a69eebe183/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d64bd7d29849fd42/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a041cc8256074d12/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1db860de69b9b187/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-117336d8d843d17f.rlib --extern oximeter_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_impl-1b5984c05b62442a.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-17698f89c69b54a1.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-39d204f28cc7075a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.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`
72412024-08-16T06:13:23.097Z
72422024-08-16T06:13:23.097Zrunning 0 tests
72432024-08-16T06:13:23.097Z
72442024-08-16T06:13:23.097Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
72452024-08-16T06:13:23.097Z
72462024-08-16T06:13:23.123Z Doc-tests oxlog
72472024-08-16T06:13:23.146Z Running `/home/build/.rustup/toolchains/1.80.1-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/blake3-d831ae4038f18ad2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-08ddf8a69eebe183/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d64bd7d29849fd42/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a041cc8256074d12/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1db860de69b9b187/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9affaf578e5b973c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ec49e88f444663ef.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2196679845e40df5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-3baa27e2c88a295e.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-45b57db55fdbd199.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
72482024-08-16T06:13:23.248Z
72492024-08-16T06:13:23.248Zrunning 0 tests
72502024-08-16T06:13:23.248Z
72512024-08-16T06:13:23.248Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
72522024-08-16T06:13:23.248Z
72532024-08-16T06:13:23.271Z Doc-tests sled_agent_api
72542024-08-16T06:13:23.271Z Running `/home/build/.rustup/toolchains/1.80.1-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/blake3-d831ae4038f18ad2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-08ddf8a69eebe183/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d64bd7d29849fd42/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a041cc8256074d12/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1db860de69b9b187/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-9affaf578e5b973c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-03490b41d6426eda.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-5e32e5548903d79d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3f5ac9810f6b0f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-47da08d280334705.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3bdaf4c073f08b35.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a989526e1a9c56b2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
72552024-08-16T06:13:23.718Z
72562024-08-16T06:13:23.718Zrunning 2 tests
72572024-08-16T06:13:23.742Ztest sled-agent/api/src/lib.rs - sled_agent_api_mod::api_description (line 60) ... ignored
72582024-08-16T06:13:23.742Ztest sled-agent/api/src/lib.rs - sled_agent_api_mod::stub_api_description (line 66) ... ignored
72592024-08-16T06:13:23.742Z
72602024-08-16T06:13:23.742Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
72612024-08-16T06:13:23.742Z
72622024-08-16T06:13:23.765Z Doc-tests sled_agent_client
72632024-08-16T06:13:23.765Z Running `/home/build/.rustup/toolchains/1.80.1-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/blake3-d831ae4038f18ad2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-08ddf8a69eebe183/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d64bd7d29849fd42/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a041cc8256074d12/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1db860de69b9b187/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-eaec0f1802c5ca04.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ec49e88f444663ef.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-5e32e5548903d79d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3f5ac9810f6b0f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f4cae71614ec40ae.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-488bb704975e32f2.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-371cc57c92bdfae7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a073906c8901333b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-d2da27428a6e7bb9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
72642024-08-16T06:13:25.682Z
72652024-08-16T06:13:25.682Zrunning 0 tests
72662024-08-16T06:13:25.682Z
72672024-08-16T06:13:25.682Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
72682024-08-16T06:13:25.682Z
72692024-08-16T06:13:25.744Z Doc-tests sled_agent_types
72702024-08-16T06:13:25.767Z Running `/home/build/.rustup/toolchains/1.80.1-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/blake3-d831ae4038f18ad2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-08ddf8a69eebe183/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d64bd7d29849fd42/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a041cc8256074d12/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1db860de69b9b187/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-eaec0f1802c5ca04.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-70a28d88a58da555.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9affaf578e5b973c.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-aa3d5d39ae47626b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ec49e88f444663ef.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-5e32e5548903d79d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2ac75624a062f755.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3f5ac9810f6b0f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f4cae71614ec40ae.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-6a751d4e1426c4a2.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-3fa48fb409f4da6d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-249130ebaa9ec96b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-6f98b67ea44f7d5c.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-3bdaf4c073f08b35.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a989526e1a9c56b2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-f31de78172241bf8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
72712024-08-16T06:13:26.659Z
72722024-08-16T06:13:26.659Zrunning 0 tests
72732024-08-16T06:13:26.660Z
72742024-08-16T06:13:26.660Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
72752024-08-16T06:13:26.660Z
72762024-08-16T06:13:26.703Z Doc-tests sled_hardware
72772024-08-16T06:13:26.726Z Running `/home/build/.rustup/toolchains/1.80.1-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/blake3-d831ae4038f18ad2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-08ddf8a69eebe183/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d64bd7d29849fd42/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a041cc8256074d12/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1db860de69b9b187/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9affaf578e5b973c.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-bb0530bc00d6c416.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-220fdfcb400105b1.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df791fa27a35479c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-2977f4e89cc8b9da.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-e42f623a0ce1b727.rlib --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-ba4c1e913d3f904c.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-e96086556fa58dca.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2ac75624a062f755.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3f5ac9810f6b0f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-f6b25fab8a2790d4.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a989526e1a9c56b2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a33837303a60c71a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-c519dde80105a1c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
72782024-08-16T06:13:27.151Z
72792024-08-16T06:13:27.151Zrunning 0 tests
72802024-08-16T06:13:27.151Z
72812024-08-16T06:13:27.151Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
72822024-08-16T06:13:27.151Z
72832024-08-16T06:13:27.186Z Doc-tests sled_hardware_types
72842024-08-16T06:13:27.209Z Running `/home/build/.rustup/toolchains/1.80.1-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/blake3-d831ae4038f18ad2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-08ddf8a69eebe183/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d64bd7d29849fd42/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a041cc8256074d12/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1db860de69b9b187/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-df791fa27a35479c.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-e96086556fa58dca.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a989526e1a9c56b2.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
72852024-08-16T06:13:27.521Z
72862024-08-16T06:13:27.521Zrunning 0 tests
72872024-08-16T06:13:27.521Z
72882024-08-16T06:13:27.521Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
72892024-08-16T06:13:27.521Z
72902024-08-16T06:13:27.551Z Doc-tests sled_storage
72912024-08-16T06:13:27.574Z Running `/home/build/.rustup/toolchains/1.80.1-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/blake3-d831ae4038f18ad2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-08ddf8a69eebe183/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d64bd7d29849fd42/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a041cc8256074d12/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1db860de69b9b187/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-eaec0f1802c5ca04.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9affaf578e5b973c.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-aa3d5d39ae47626b.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f8d6e08c22f4130f.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-aae238a7f781fbdf.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-dd2116e3ef4953cd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-39f07e80d6316e9c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df791fa27a35479c.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-4364ac8ba4697365.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2ac75624a062f755.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3f5ac9810f6b0f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-f6b25fab8a2790d4.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-c5f03c43771f9382.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.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`
72922024-08-16T06:13:28.046Z
72932024-08-16T06:13:28.046Zrunning 0 tests
72942024-08-16T06:13:28.046Z
72952024-08-16T06:13:28.046Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
72962024-08-16T06:13:28.046Z
72972024-08-16T06:13:28.078Z Doc-tests sp_sim
72982024-08-16T06:13:28.078Z Running `/home/build/.rustup/toolchains/1.80.1-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/blake3-d831ae4038f18ad2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-08ddf8a69eebe183/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d64bd7d29849fd42/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a041cc8256074d12/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1db860de69b9b187/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-eaec0f1802c5ca04.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2196679845e40df5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-03490b41d6426eda.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a0e7b87b4381c541.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-18e41dbaf8e83871.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-8b92b4dd1eb7bb06.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-26564232ce565725.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-bdf0defd021caf5c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-f31de78172241bf8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
72992024-08-16T06:13:28.615Z
73002024-08-16T06:13:28.615Zrunning 0 tests
73012024-08-16T06:13:28.615Z
73022024-08-16T06:13:28.615Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
73032024-08-16T06:13:28.615Z
73042024-08-16T06:13:28.651Z Doc-tests tufaceous
73052024-08-16T06:13:28.651Z Running `/home/build/.rustup/toolchains/1.80.1-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/blake3-d831ae4038f18ad2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-08ddf8a69eebe183/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d64bd7d29849fd42/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a041cc8256074d12/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1db860de69b9b187/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-a7875292ff7f528f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9affaf578e5b973c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ec49e88f444663ef.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2196679845e40df5.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-798580260be3f871.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-94e6820d9897c3cf.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-b7cf0b44405e9775.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2ac75624a062f755.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-457abf17ed177e26.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-423154c0ac8a55bc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-458372da5fba99e4.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c9a4d6e13c7778ce.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-ff7bf564526ef019.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-d0a8a79035cdf72b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
73062024-08-16T06:13:29.016Z
73072024-08-16T06:13:29.016Zrunning 0 tests
73082024-08-16T06:13:29.016Z
73092024-08-16T06:13:29.039Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
73102024-08-16T06:13:29.040Z
73112024-08-16T06:13:29.063Z Doc-tests tufaceous_lib
73122024-08-16T06:13:29.063Z Running `/home/build/.rustup/toolchains/1.80.1-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/blake3-d831ae4038f18ad2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-08ddf8a69eebe183/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d64bd7d29849fd42/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a041cc8256074d12/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1db860de69b9b187/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-eaec0f1802c5ca04.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ca84c69def3e65cc.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-3393a48ce8c6687e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9affaf578e5b973c.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-aa3d5d39ae47626b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ec49e88f444663ef.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f8d6e08c22f4130f.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-725dd47f885197a3.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-b7cf0b44405e9775.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-8b92b4dd1eb7bb06.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-85b8feb57c2240bc.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2ac75624a062f755.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern parse_size=/work/oxidecomputer/omicron/target/debug/deps/libparse_size-93c89df6fe796d16.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-ffc41cccb7984683.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rlib --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-4be9361d119216e5.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-fb339d0b1775d489.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-be5b8cddf8b2d4c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-f31de78172241bf8.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-b4d884c79f993dd6.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-d0a8a79035cdf72b.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-c883dcfe2d3789aa.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-c31a6f04e89cb21e.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
73132024-08-16T06:13:29.543Z
73142024-08-16T06:13:29.543Zrunning 0 tests
73152024-08-16T06:13:29.543Z
73162024-08-16T06:13:29.543Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
73172024-08-16T06:13:29.543Z
73182024-08-16T06:13:29.582Z Doc-tests typed_rng
73192024-08-16T06:13:29.605Z Running `/home/build/.rustup/toolchains/1.80.1-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/blake3-d831ae4038f18ad2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-08ddf8a69eebe183/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d64bd7d29849fd42/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a041cc8256074d12/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1db860de69b9b187/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-ee2c8e20fb86984d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rlib --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-712f34846d8898c6.rlib --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-e2f1419aa81eff5f.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-6dcfc17d03d713f2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
73202024-08-16T06:13:29.692Z
73212024-08-16T06:13:29.692Zrunning 0 tests
73222024-08-16T06:13:29.692Z
73232024-08-16T06:13:29.692Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
73242024-08-16T06:13:29.692Z
73252024-08-16T06:13:29.715Z Doc-tests update_common
73262024-08-16T06:13:29.715Z Running `/home/build/.rustup/toolchains/1.80.1-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/blake3-d831ae4038f18ad2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-08ddf8a69eebe183/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d64bd7d29849fd42/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a041cc8256074d12/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1db860de69b9b187/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-3393a48ce8c6687e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9affaf578e5b973c.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-aa3d5d39ae47626b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-ec49e88f444663ef.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2196679845e40df5.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f8d6e08c22f4130f.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c2184d2a5bed7ca0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-03490b41d6426eda.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-8b92b4dd1eb7bb06.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-85b8feb57c2240bc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2ac75624a062f755.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-fb339d0b1775d489.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-24c6c22cba1fe6a7.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-b4d884c79f993dd6.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-ff7bf564526ef019.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-d0a8a79035cdf72b.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-f50e9229479e5afb.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
73272024-08-16T06:13:30.076Z
73282024-08-16T06:13:30.076Zrunning 0 tests
73292024-08-16T06:13:30.076Z
73302024-08-16T06:13:30.076Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
73312024-08-16T06:13:30.076Z
73322024-08-16T06:13:30.108Z Doc-tests update_engine
73332024-08-16T06:13:30.108Z Running `/home/build/.rustup/toolchains/1.80.1-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/blake3-d831ae4038f18ad2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-08ddf8a69eebe183/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d64bd7d29849fd42/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a041cc8256074d12/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1db860de69b9b187/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ca84c69def3e65cc.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-3393a48ce8c6687e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9affaf578e5b973c.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-aa3d5d39ae47626b.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-819f588facb1053e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2196679845e40df5.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f8d6e08c22f4130f.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-8755f378a0d2712e.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-5d39f2eb1424d60a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-1d5c0c31f7d309a1.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-0289058b02cf0b21.rlib --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-4373df1d96d0d404.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-fa674040a9ff2f04.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2ac75624a062f755.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-cedc2b4cdec5a13d.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-c8c0afe22102a132.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-d26c7a19acbbbb77.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-bd01036f692a511f.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-618c4abe1decdfc2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-9d0bf0a436f6bccd.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3919ec52e6b0b262.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-881349d15853b2c9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
73342024-08-16T06:13:30.685Z
73352024-08-16T06:13:30.686Zrunning 3 tests
73362024-08-16T06:13:30.709Ztest update-engine/src/events.rs - events::StepEvent::spec (line 78) ... ignored
73372024-08-16T06:13:30.709Ztest update-engine/src/macros.rs - macros::define_update_engine (line 11) ... ignored
73382024-08-16T06:13:30.709Ztest update-engine/src/macros.rs - macros::define_update_engine (line 17) ... ignored
73392024-08-16T06:13:30.709Z
73402024-08-16T06:13:30.709Ztest result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s
73412024-08-16T06:13:30.709Z
73422024-08-16T06:13:30.754Z Doc-tests wicket
73432024-08-16T06:13:30.754Z Running `/home/build/.rustup/toolchains/1.80.1-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/blake3-d831ae4038f18ad2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-08ddf8a69eebe183/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d64bd7d29849fd42/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a041cc8256074d12/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1db860de69b9b187/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-a7875292ff7f528f.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ca84c69def3e65cc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9affaf578e5b973c.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-5c22e4d4702ea791.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2196679845e40df5.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-fb5f3143e288ee2f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-dd2116e3ef4953cd.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-1d5c0c31f7d309a1.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-0289058b02cf0b21.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-c9380d86e5571d46.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-db0a2b655bd3c8dd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-cedc2b4cdec5a13d.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-6d215da14f02215a.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-bd07852e3678bdfa.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a073906c8901333b.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-1d8d3c5ded42b2d4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-bfaf6b529bbb10b0.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a989526e1a9c56b2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-423154c0ac8a55bc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-458372da5fba99e4.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-bd01036f692a511f.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-c9a4d6e13c7778ce.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a743db74423d42c5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-24c6c22cba1fe6a7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-f31de78172241bf8.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-733bdfb3eb0138dc.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-2d32cc024065640a.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3919ec52e6b0b262.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-881349d15853b2c9.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-8639f8d8e0767c92.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-3a532da9f75526e9.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-51d22023ed101131.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d47f5ede55f99f5b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
73442024-08-16T06:13:31.730Z
73452024-08-16T06:13:31.730Zrunning 0 tests
73462024-08-16T06:13:31.730Z
73472024-08-16T06:13:31.730Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
73482024-08-16T06:13:31.730Z
73492024-08-16T06:13:31.783Z Doc-tests wicket_common
73502024-08-16T06:13:31.783Z Running `/home/build/.rustup/toolchains/1.80.1-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/blake3-d831ae4038f18ad2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-08ddf8a69eebe183/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d64bd7d29849fd42/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a041cc8256074d12/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1db860de69b9b187/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-285400951f533a61.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-03490b41d6426eda.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-ccfb31210373c817.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-c9380d86e5571d46.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-cedc2b4cdec5a13d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f4cae71614ec40ae.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-fb339d0b1775d489.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a989526e1a9c56b2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-f31de78172241bf8.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-881349d15853b2c9.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-3a532da9f75526e9.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
73512024-08-16T06:13:32.462Z
73522024-08-16T06:13:32.462Zrunning 0 tests
73532024-08-16T06:13:32.462Z
73542024-08-16T06:13:32.462Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
73552024-08-16T06:13:32.462Z
73562024-08-16T06:13:32.502Z Doc-tests wicket_dbg
73572024-08-16T06:13:32.526Z Running `/home/build/.rustup/toolchains/1.80.1-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/blake3-d831ae4038f18ad2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-08ddf8a69eebe183/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d64bd7d29849fd42/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a041cc8256074d12/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1db860de69b9b187/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-3393a48ce8c6687e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9affaf578e5b973c.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-5c22e4d4702ea791.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2196679845e40df5.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-fb5f3143e288ee2f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-9532508fd372b8b3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-423154c0ac8a55bc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-458372da5fba99e4.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-8639f8d8e0767c92.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-af1b76f5209108f9.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
73582024-08-16T06:13:32.936Z
73592024-08-16T06:13:32.936Zrunning 0 tests
73602024-08-16T06:13:32.936Z
73612024-08-16T06:13:32.936Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
73622024-08-16T06:13:32.936Z
73632024-08-16T06:13:32.973Z Doc-tests wicketd
73642024-08-16T06:13:32.996Z Running `/home/build/.rustup/toolchains/1.80.1-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/blake3-d831ae4038f18ad2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-08ddf8a69eebe183/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d64bd7d29849fd42/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a041cc8256074d12/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1db860de69b9b187/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-eaec0f1802c5ca04.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-6feb18972fdde000.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ca84c69def3e65cc.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-3393a48ce8c6687e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9affaf578e5b973c.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-aa3d5d39ae47626b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2196679845e40df5.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f8d6e08c22f4130f.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-c2184d2a5bed7ca0.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-285400951f533a61.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-03490b41d6426eda.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-5d39f2eb1424d60a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-dd2116e3ef4953cd.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-725dd47f885197a3.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-ab09ab072df8f040.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-b7cf0b44405e9775.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-ccfb31210373c817.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-a0e7b87b4381c541.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-e306e9b038f5734d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-8b92b4dd1eb7bb06.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-e20d983ba3bdd9ca.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-737c5057d02b1662.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-85b8feb57c2240bc.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-e162d10efb2b5b84.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df791fa27a35479c.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-4337a6de54093122.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-dc8a0d71347cfb8b.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-ec09a0fa04db9812.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-cd4db557eb907901.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-bcfd1ebbe27d10c9.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-c9380d86e5571d46.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-5e17b137d0230bd3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-39edd3fb5530f286.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-db0a2b655bd3c8dd.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-2ac75624a062f755.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3f5ac9810f6b0f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-394d7a51f5eb6839.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-704b70246acfb632.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f4cae71614ec40ae.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-2bc27de9dad720ce.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a073906c8901333b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-fb339d0b1775d489.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a989526e1a9c56b2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-26564232ce565725.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-327a8b94132b44f7.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-be5b8cddf8b2d4c2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-9d0bf0a436f6bccd.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-24c6c22cba1fe6a7.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-f31de78172241bf8.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-b4d884c79f993dd6.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-ff7bf564526ef019.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-d0a8a79035cdf72b.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-f50e9229479e5afb.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-881349d15853b2c9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-8639f8d8e0767c92.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-3a532da9f75526e9.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-389c7bcac2cbdc62.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-4044a470f253f47c.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-51d22023ed101131.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
73652024-08-16T06:13:33.697Z
73662024-08-16T06:13:33.697Zrunning 0 tests
73672024-08-16T06:13:33.697Z
73682024-08-16T06:13:33.697Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
73692024-08-16T06:13:33.697Z
73702024-08-16T06:13:33.749Z Doc-tests wicketd_api
73712024-08-16T06:13:33.749Z Running `/home/build/.rustup/toolchains/1.80.1-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/blake3-d831ae4038f18ad2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-08ddf8a69eebe183/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d64bd7d29849fd42/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a041cc8256074d12/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1db860de69b9b187/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-6feb18972fdde000.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-03490b41d6426eda.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-ccfb31210373c817.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-db0a2b655bd3c8dd.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3f5ac9810f6b0f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a989526e1a9c56b2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-3a532da9f75526e9.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-4044a470f253f47c.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
73722024-08-16T06:13:34.255Z
73732024-08-16T06:13:34.255Zrunning 2 tests
73742024-08-16T06:13:34.279Ztest wicketd-api/src/lib.rs - wicketd_api_mod::api_description (line 51) ... ignored
73752024-08-16T06:13:34.279Ztest wicketd-api/src/lib.rs - wicketd_api_mod::stub_api_description (line 57) ... ignored
73762024-08-16T06:13:34.279Z
73772024-08-16T06:13:34.279Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
73782024-08-16T06:13:34.279Z
73792024-08-16T06:13:34.302Z Doc-tests wicketd_client
73802024-08-16T06:13:34.302Z Running `/home/build/.rustup/toolchains/1.80.1-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/blake3-d831ae4038f18ad2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-08ddf8a69eebe183/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d64bd7d29849fd42/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a041cc8256074d12/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1db860de69b9b187/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-ec49e88f444663ef.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-cd4db557eb907901.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-f3f5ac9810f6b0f6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-488bb704975e32f2.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-371cc57c92bdfae7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a073906c8901333b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-4e48251cad14b4f3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-e6d1b1e69c921f3e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a989526e1a9c56b2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-881349d15853b2c9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-c6d56b3c9a4ff60f.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-3a532da9f75526e9.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-51d22023ed101131.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
73812024-08-16T06:13:36.167Z
73822024-08-16T06:13:36.167Zrunning 0 tests
73832024-08-16T06:13:36.167Z
73842024-08-16T06:13:36.167Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
73852024-08-16T06:13:36.167Z
73862024-08-16T06:13:36.224Z Doc-tests xtask_downloader
73872024-08-16T06:13:36.248Z Running `/home/build/.rustup/toolchains/1.80.1-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/blake3-d831ae4038f18ad2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-08ddf8a69eebe183/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d64bd7d29849fd42/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a041cc8256074d12/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1db860de69b9b187/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9affaf578e5b973c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2196679845e40df5.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-725dd47f885197a3.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-a073906c8901333b.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-fb339d0b1775d489.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-584ba06da5147514.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-458372da5fba99e4.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d605b07ab2a0de30.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-be5b8cddf8b2d4c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rlib --extern xtask_downloader=/work/oxidecomputer/omicron/target/debug/deps/libxtask_downloader-aebdc706ea5b25a9.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
73882024-08-16T06:13:36.451Z
73892024-08-16T06:13:36.451Zrunning 1 test
73902024-08-16T06:13:36.475Ztest dev-tools/downloader/src/lib.rs - get_values_from_file (line 229) ... ignored
73912024-08-16T06:13:36.475Z
73922024-08-16T06:13:36.475Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
73932024-08-16T06:13:36.475Z
73942024-08-16T06:13:36.475Z Doc-tests zone_setup
73952024-08-16T06:13:36.475Z Running `/home/build/.rustup/toolchains/1.80.1-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/blake3-d831ae4038f18ad2/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-08ddf8a69eebe183/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-d64bd7d29849fd42/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-682c1331c6315d61/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-a041cc8256074d12/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1db860de69b9b187/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-91c8742fa2604f49.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-9affaf578e5b973c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-2196679845e40df5.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-03490b41d6426eda.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-df791fa27a35479c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-5c7c1d92ba715f3a.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-36aa5512eab8c219.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-117336d8d843d17f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-f4cae71614ec40ae.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-efe088325bfc0198.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-a989526e1a9c56b2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b23ecb928f1c2dac.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-0a480e167c1fa1e8.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-743d677180e987a0.rlib --extern zone_setup=/work/oxidecomputer/omicron/target/debug/deps/libzone_setup-88255fa80dd5acdd.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
73962024-08-16T06:13:36.798Z
73972024-08-16T06:13:36.798Zrunning 0 tests
73982024-08-16T06:13:36.798Z
73992024-08-16T06:13:36.798Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
74002024-08-16T06:13:36.798Z
74012024-08-16T06:13:36.922Z
74022024-08-16T06:13:36.946Zreal 2:41.185327425
74032024-08-16T06:13:36.946Zuser 2:32.310146371
74042024-08-16T06:13:36.946Zsys 55.543348042
74052024-08-16T06:13:36.946Ztrap 0.029816177
74062024-08-16T06:13:36.946Ztflt 0.702266924
74072024-08-16T06:13:36.946Zdflt 2.825559026
74082024-08-16T06:13:36.946Zkflt 0.007113999
74092024-08-16T06:13:36.946Zlock 3:46.179008504
74102024-08-16T06:13:36.946Zslp 16:33.598914499
74112024-08-16T06:13:36.946Zlat 3.198785144
74122024-08-16T06:13:36.946Zstop 5.283966074
74132024-08-16T06:13:36.946Z+ rm -rf /var/tmp/omicron_tmp/crdb-base-build
74142024-08-16T06:13:36.946Z+ unset TMPDIR
74152024-08-16T06:13:36.946Z+ echo 'files in /var/tmp/omicron_tmp (none expected on success):'
74162024-08-16T06:13:36.946Zfiles in /var/tmp/omicron_tmp (none expected on success):
74172024-08-16T06:13:36.946Z+ find /var/tmp/omicron_tmp -ls
74182024-08-16T06:13:36.946Z164163 25 drwxr-xr-x 2 build build 2 Aug 16 06:13 /var/tmp/omicron_tmp
74192024-08-16T06:13:36.946Z+ rmdir /var/tmp/omicron_tmp
74202024-08-16T06:13:37.216Zprocess exited: duration 4544862 ms, exit code 0
 
74212024-08-16T06:13:37.294Zfound 1 output files
74222024-08-16T06:13:37.294Zuploading: /work/crate-build-timings.json (535057 bytes)
74232024-08-16T06:13:38.499Zuploaded: /work/crate-build-timings.json