01J68FZV3QXCVB148V35T9BTCN: 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: 01J68G083TANJ2YYCR89HSEDE1

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-08-26T23:23:54.080Zjob assigned to worker 01J68G09K0Q712PQB7C6J8HJHN (queued for 43 s)
 
22024-08-26T23:24:01.745Zstarting task 0: "setup"
32024-08-26T23:24:01.756Z++ uname -s
42024-08-26T23:24:01.759Z+ kern=SunOS
52024-08-26T23:24:01.759Z+ case "$kern" in
62024-08-26T23:24:01.759Z+ groupadd -g 12345 build
72024-08-26T23:24:01.759Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-08-26T23:24:03.771Z+ zfs create -o mountpoint=/work rpool/work
92024-08-26T23:24:03.869Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-08-26T23:24:03.872Z+ home_fs=zfs
112024-08-26T23:24:03.872Z+ [[ zfs == autofs ]]
122024-08-26T23:24:03.872Z+ mkdir -p /home/build
132024-08-26T23:24:03.874Z+ chown build:build /home/build /work
142024-08-26T23:24:05.876Z+ chmod 0700 /home/build /work
152024-08-26T23:24:05.879Zprocess exited: duration 4134 ms, exit code 0
 
162024-08-26T23:24:05.885Zstarting task 1: "rust-toolchain"
172024-08-26T23:24:05.890Z+ printf ' * toolchain channel = "%s"
182024-08-26T23:24:05.890Z' 1.80.1
192024-08-26T23:24:05.903Z * toolchain channel = "1.80.1"
202024-08-26T23:24:05.903Z+ printf ' * toolchain profile = "%s"
212024-08-26T23:24:05.903Z' default
222024-08-26T23:24:05.903Z * toolchain profile = "default"
232024-08-26T23:24:05.903Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-08-26T23:24:05.903Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default
252024-08-26T23:24:06.009Zinfo: downloading installer
262024-08-26T23:24:07.253Zinfo: profile set to 'default'
272024-08-26T23:24:07.253Zinfo: default host triple is x86_64-unknown-illumos
282024-08-26T23:24:07.255Zinfo: syncing channel updates for '1.80.1-x86_64-unknown-illumos'
292024-08-26T23:24:07.400Zinfo: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06)
302024-08-26T23:24:07.400Zinfo: downloading component 'cargo'
312024-08-26T23:24:08.108Zinfo: downloading component 'clippy'
322024-08-26T23:24:08.361Zinfo: downloading component 'rust-docs'
332024-08-26T23:24:09.341Zinfo: downloading component 'rust-std'
342024-08-26T23:24:10.720Zinfo: downloading component 'rustc'
352024-08-26T23:24:14.551Zinfo: downloading component 'rustfmt'
362024-08-26T23:24:14.756Zinfo: installing component 'cargo'
372024-08-26T23:24:15.569Zinfo: installing component 'clippy'
382024-08-26T23:24:15.934Zinfo: installing component 'rust-docs'
392024-08-26T23:24:17.538Zinfo: installing component 'rust-std'
402024-08-26T23:24:19.175Zinfo: installing component 'rustc'
412024-08-26T23:24:23.325Zinfo: installing component 'rustfmt'
422024-08-26T23:24:23.661Zinfo: default toolchain set to '1.80.1-x86_64-unknown-illumos'
432024-08-26T23:24:23.661Z
442024-08-26T23:24:23.917Z 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06)
452024-08-26T23:24:23.917Z
462024-08-26T23:24:23.922Z
472024-08-26T23:24:23.922ZRust is installed now. Great!
482024-08-26T23:24:23.922Z
492024-08-26T23:24:23.922ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-08-26T23:24:23.922Zenvironment variable. This has not been done automatically.
512024-08-26T23:24:23.923Z
522024-08-26T23:24:23.923ZTo configure your current shell, you need to source
532024-08-26T23:24:23.923Zthe corresponding env file under $HOME/.cargo.
542024-08-26T23:24:23.923Z
552024-08-26T23:24:23.923ZThis is usually done by running one of the following (note the leading DOT):
562024-08-26T23:24:23.923Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-08-26T23:24:23.923Zsource "$HOME/.cargo/env.fish" # For fish
582024-08-26T23:24:23.974Z+ rustc --version
592024-08-26T23:24:24.038Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
602024-08-26T23:24:24.042Zprocess exited: duration 18149 ms, exit code 0
 
612024-08-26T23:24:24.054Zstarting task 2: "authentication"
622024-08-26T23:24:24.074Zprocess exited: duration 20 ms, exit code 0
 
632024-08-26T23:24:24.080Zstarting task 3: "clone repository"
642024-08-26T23:24:24.085Z+ mkdir -p /work/oxidecomputer/omicron
652024-08-26T23:24:24.089Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-08-26T23:24:24.129ZCloning into '/work/oxidecomputer/omicron'...
672024-08-26T23:24:30.676Z+ cd /work/oxidecomputer/omicron
682024-08-26T23:24:30.676Z+ git fetch origin fb9ee7ec124b207283e475ca337d60acf7d16ca1
692024-08-26T23:24:31.001ZFrom https://github.com/oxidecomputer/omicron
702024-08-26T23:24:31.001Z * branch fb9ee7ec124b207283e475ca337d60acf7d16ca1 -> FETCH_HEAD
712024-08-26T23:24:31.011Z+ [[ -n gjcolombo/sa-index-by-vmm-id ]]
722024-08-26T23:24:31.013Z++ git branch --show-current
732024-08-26T23:24:31.017Z+ current=main
742024-08-26T23:24:31.018Z+ [[ main != gjcolombo/sa-index-by-vmm-id ]]
752024-08-26T23:24:31.018Z+ git branch -f gjcolombo/sa-index-by-vmm-id fb9ee7ec124b207283e475ca337d60acf7d16ca1
762024-08-26T23:24:31.021Z+ git checkout -f gjcolombo/sa-index-by-vmm-id
772024-08-26T23:24:31.075ZSwitched to branch 'gjcolombo/sa-index-by-vmm-id'
782024-08-26T23:24:31.077Z+ git reset --hard fb9ee7ec124b207283e475ca337d60acf7d16ca1
792024-08-26T23:24:31.136ZHEAD is now at fb9ee7ec1 PR feedback
802024-08-26T23:24:31.138Zprocess exited: duration 7055 ms, exit code 0
 
812024-08-26T23:24:31.144Zstarting task 4: "build"
822024-08-26T23:24:31.153Z+ target_os=illumos
832024-08-26T23:24:31.153Z+ NEXTEST_VERSION=0.9.70
842024-08-26T23:24:31.153Z+ cargo --version
852024-08-26T23:24:31.208Zcargo 1.80.1 (376290515 2024-07-16)
862024-08-26T23:24:31.210Z+ rustc --version
872024-08-26T23:24:31.268Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
882024-08-26T23:24:31.271Z+ curl -sSfL --retry 10 https://get.nexte.st/0.9.70/illumos
892024-08-26T23:24:31.274Z+ gunzip
902024-08-26T23:24:31.274Z+ tar -xvf - -C /home/build/.cargo/bin
912024-08-26T23:24:32.288Zx cargo-nextest, 16766824 bytes, 32748 tape blocks
922024-08-26T23:24:32.291Z+ TEST_TMPDIR=/var/tmp/omicron_tmp
932024-08-26T23:24:32.291Z+ echo 'tests will store ephemeral output in /var/tmp/omicron_tmp'
942024-08-26T23:24:32.291Ztests will store ephemeral output in /var/tmp/omicron_tmp
952024-08-26T23:24:32.291Z+ mkdir /var/tmp/omicron_tmp
962024-08-26T23:24:32.295Z+ OUTPUT_DIR=/work
972024-08-26T23:24:32.295Z+ echo 'tests will store non-ephemeral output in /work'
982024-08-26T23:24:32.295Ztests will store non-ephemeral output in /work
992024-08-26T23:24:32.295Z+ mkdir -p /work
1002024-08-26T23:24:32.295Z+ source ./env.sh
1012024-08-26T23:24:32.295Z++ OLD_SHELL_OPTS=ehxB
1022024-08-26T23:24:32.295Z++ set -o xtrace
1032024-08-26T23:24:33.301Z++++ dirname ./env.sh
1042024-08-26T23:24:33.301Z+++ readlink -f .
1052024-08-26T23:24:33.304Z++ OMICRON_WS=/work/oxidecomputer/omicron
1062024-08-26T23:24:33.304Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1072024-08-26T23:24:33.304Z++ 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-26T23:24:33.304Z++ 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
1092024-08-26T23:24:33.304Z++ 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-26T23:24:33.304Z++ 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
1112024-08-26T23:24:33.304Z++ 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-26T23:24:33.304Z++ 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
1132024-08-26T23:24:33.304Z++ 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-26T23:24:33.304Z++ case $OLD_SHELL_OPTS in
1152024-08-26T23:24:33.304Z++ unset OLD_SHELL_OPTS OMICRON_WS
1162024-08-26T23:24:33.304Z+ banner prerequisites
1172024-08-26T23:24:33.304Z
1182024-08-26T23:24:33.304Z ##### ##### ###### ##### ###### #### # # # #### #
1192024-08-26T23:24:33.304Z # # # # # # # # # # # # # # #
1202024-08-26T23:24:33.304Z # # # # ##### # # ##### # # # # # #### #
1212024-08-26T23:24:33.304Z ##### ##### # ##### # # # # # # # # #
1222024-08-26T23:24:33.304Z # # # # # # # # # # # # # # #
1232024-08-26T23:24:33.304Z # # # ###### # # ###### ### # #### # #### #
1242024-08-26T23:24:33.304Z
1252024-08-26T23:24:33.304Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1262024-08-26T23:24:36.846Z Startup: Refreshing catalog 'helios-dev' ... Done
1272024-08-26T23:24:39.161Z Startup: Caching catalogs ... Done
1282024-08-26T23:24:41.020ZPlanning: Solver setup ... Done (1.296s)
1292024-08-26T23:24:41.041ZPlanning: Running solver ... Done (0.021s)
1302024-08-26T23:24:41.081ZPlanning: Finding local manifests ... Done (0.004s)
1312024-08-26T23:24:41.094ZPlanning: Fetching manifests: 0/5 0% complete
1322024-08-26T23:24:41.309ZPlanning: Fetching manifests: 5/5 100% complete
1332024-08-26T23:24:41.407ZPlanning: Package planning ... Done (0.099s)
1342024-08-26T23:24:41.461ZPlanning: Merging actions ... Done (0.055s)
1352024-08-26T23:24:41.673ZPlanning: Checking for conflicting actions ... Done (0.211s)
1362024-08-26T23:24:43.635ZPlanning: Consolidating action changes ... Done (1.962s)
1372024-08-26T23:24:44.052ZPlanning: Evaluating mediators ... Done (0.417s)
1382024-08-26T23:24:44.130ZPlanning: Planning completed in 4.90 seconds
1392024-08-26T23:24:44.146Z Packages to install: 4
1402024-08-26T23:24:44.146Z Packages to update: 1
1412024-08-26T23:24:44.149Z Mediators to change: 2
1422024-08-26T23:24:44.149Z Services to change: 1
1432024-08-26T23:24:44.149Z Estimated space available: 155.71 GB
1442024-08-26T23:24:44.149ZEstimated space to be consumed: 1.53 GB
1452024-08-26T23:24:44.149Z Create boot environment: No
1462024-08-26T23:24:44.149ZCreate backup boot environment: Yes
1472024-08-26T23:24:44.149Z Rebuild boot archive: No
1482024-08-26T23:24:44.149Z
1492024-08-26T23:24:44.149ZChanged mediators:
1502024-08-26T23:24:44.149Z mediator clang:
1512024-08-26T23:24:44.149Z version: None -> 15 (system default)
1522024-08-26T23:24:44.149Z
1532024-08-26T23:24:44.150Z mediator llvm:
1542024-08-26T23:24:44.150Z version: 14 (system default) -> 15 (system default)
1552024-08-26T23:24:44.150Z
1562024-08-26T23:24:44.150ZChanged packages:
1572024-08-26T23:24:44.150Zhelios-dev
1582024-08-26T23:24:44.150Z developer/build-essential
1592024-08-26T23:24:44.150Z None -> 11-2.0
1602024-08-26T23:24:44.150Z library/libxmlsec1
1612024-08-26T23:24:44.150Z None -> 1.2.35-2.0
1622024-08-26T23:24:44.150Z ooce/developer/clang-15
1632024-08-26T23:24:44.150Z None -> 15.0.7-2.0
1642024-08-26T23:24:44.150Z ooce/developer/llvm-15
1652024-08-26T23:24:44.150Z None -> 15.0.7-2.0
1662024-08-26T23:24:44.150Z package/pkg
1672024-08-26T23:24:44.150Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1682024-08-26T23:24:44.150Z
1692024-08-26T23:24:44.150ZServices:
1702024-08-26T23:24:44.150Z restart_fmri:
1712024-08-26T23:24:44.150Z svc:/system/update-man-index:default
1722024-08-26T23:24:44.150Z
1732024-08-26T23:24:44.150ZEditable files to change:
1742024-08-26T23:24:44.150Z Update:
1752024-08-26T23:24:44.150Z usr/share/lib/pkg/web/config.shtml
1762024-08-26T23:24:44.230Z
1772024-08-26T23:24:44.230ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1782024-08-26T23:24:49.225ZDownload: 1474/4281 items 112.2/220.6MB 50% complete (22.7M/s)
1792024-08-26T23:24:54.229ZDownload: 2450/4281 items 119.9/220.6MB 54% complete (12.4M/s)
1802024-08-26T23:24:59.923ZDownload: 3288/4281 items 212.6/220.6MB 96% complete (10.0M/s)
1812024-08-26T23:25:04.208ZDownload: Completed 220.60 MB in 19.98 seconds (11.0M/s)
1822024-08-26T23:25:06.214Z Actions: 1/5063 actions (Removing old actions)
1832024-08-26T23:25:06.236Z Actions: 194/5063 actions (Installing new actions)
1842024-08-26T23:25:10.937Z Actions: 4226/5063 actions (Updating modified actions)
1852024-08-26T23:25:11.250Z Actions: Completed 5063 actions in 5.03 seconds.
1862024-08-26T23:25:11.552Z Done (0.295s)
1872024-08-26T23:25:11.555Z Done (0.000s)
1882024-08-26T23:25:11.934Z Done (0.380s)
1892024-08-26T23:25:16.254Z Done (4.140s)
1902024-08-26T23:25:16.367Z Done (0.016s)
1912024-08-26T23:25:16.372Z Done (0.000s)
1922024-08-26T23:25:16.520Z Done (0.000s)
1932024-08-26T23:25:17.112ZPlanning: Evaluating mediator changes ... Done
1942024-08-26T23:25:17.270ZPlanning: Checking for conflicting actions ... Done
1952024-08-26T23:25:17.273ZPlanning: Consolidating action changes ... Done
1962024-08-26T23:25:17.540ZPlanning: Evaluating mediators ... Done
1972024-08-26T23:25:17.543ZPlanning: Planning completed in 0.43 seconds
1982024-08-26T23:25:17.580Z Mediators to change: 2
1992024-08-26T23:25:17.580Z Create boot environment: No
2002024-08-26T23:25:17.583ZCreate backup boot environment: No
2012024-08-26T23:25:17.682Z Done
2022024-08-26T23:25:17.682Z Done
2032024-08-26T23:25:17.960Z Done
2042024-08-26T23:25:21.597Z Done
2052024-08-26T23:25:21.688Z Done
2062024-08-26T23:25:21.691Z Done
2072024-08-26T23:25:21.780Z Done
2082024-08-26T23:25:22.383ZPlanning: Evaluating mediator changes ... Done
2092024-08-26T23:25:22.386ZPlanning: Merging actions ... Done
2102024-08-26T23:25:22.571ZPlanning: Checking for conflicting actions ... Done
2112024-08-26T23:25:22.574ZPlanning: Consolidating action changes ... Done
2122024-08-26T23:25:22.837ZPlanning: Evaluating mediators ... Done
2132024-08-26T23:25:22.893ZPlanning: Planning completed in 0.75 seconds
2142024-08-26T23:25:22.935Z Packages to change: 1
2152024-08-26T23:25:22.935Z Mediators to change: 1
2162024-08-26T23:25:22.937Z Services to change: 1
2172024-08-26T23:25:22.938Z Create boot environment: No
2182024-08-26T23:25:22.938ZCreate backup boot environment: Yes
2192024-08-26T23:25:24.996Z Actions: 1/6 actions (Updating modified actions)
2202024-08-26T23:25:24.998Z Actions: Completed 6 actions in 0.00 seconds.
2212024-08-26T23:25:24.999Z Done
2222024-08-26T23:25:24.999Z Done
2232024-08-26T23:25:25.078Z Done
2242024-08-26T23:25:28.704Z Done
2252024-08-26T23:25:28.802Z Done
2262024-08-26T23:25:28.805Z Done
2272024-08-26T23:25:28.915Z Done
2282024-08-26T23:25:29.345ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2292024-08-26T23:25:29.345Zclang system 15 system
2302024-08-26T23:25:29.345Zcsh system system illumos
2312024-08-26T23:25:29.345Zctags system system illumos
2322024-08-26T23:25:29.345Zgcc vendor 12 vendor
2332024-08-26T23:25:29.345Zgcc system 10 system
2342024-08-26T23:25:29.345Zgcc system 7 system
2352024-08-26T23:25:29.345Zgo system 1.20 system
2362024-08-26T23:25:29.345Zgo system 1.19 system
2372024-08-26T23:25:29.345Zllvm system 15 system
2382024-08-26T23:25:29.345Zllvm system 14 system
2392024-08-26T23:25:29.345Zmariadb system 10.6 system
2402024-08-26T23:25:29.345Zmta vendor vendor dma
2412024-08-26T23:25:29.345Zopenjdk system 17 system
2422024-08-26T23:25:29.345Zopenjdk system 11 system
2432024-08-26T23:25:29.345Zopenjdk system 1.8 system
2442024-08-26T23:25:29.345Zopenssl vendor 3 vendor
2452024-08-26T23:25:29.345Zperl system 5.36 system
2462024-08-26T23:25:29.345Zpostgresql system 15 system
2472024-08-26T23:25:29.345Zpostgresql system 13 system
2482024-08-26T23:25:29.345Zpython vendor 3 vendor
2492024-08-26T23:25:29.345Zpython system 2 system
2502024-08-26T23:25:29.345Zpython3 system 3.11 system
2512024-08-26T23:25:29.346Zruby system 3.0 system
2522024-08-26T23:25:29.346Zwords vendor vendor american-english
2532024-08-26T23:25:29.346Zwords system system australian-english
2542024-08-26T23:25:29.346Zwords system system british-english
2552024-08-26T23:25:29.346Zwords system system canadian-english
2562024-08-26T23:25:29.346Zwords system system french
2572024-08-26T23:25:29.346Zwords system system italian
2582024-08-26T23:25:29.346Zwords system system ngerman
2592024-08-26T23:25:29.346Zwords system system ogerman
2602024-08-26T23:25:29.346Zwords system system spanish
2612024-08-26T23:25:29.670ZPUBLISHER TYPE STATUS P LOCATION
2622024-08-26T23:25:29.670Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2632024-08-26T23:25:31.456ZFMRI IFO
2642024-08-26T23:25:31.456Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2652024-08-26T23:25:31.456Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2662024-08-26T23:25:31.456Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2672024-08-26T23:25:31.456Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2682024-08-26T23:25:31.456Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2692024-08-26T23:25:31.456Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2702024-08-26T23:25:31.456Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2712024-08-26T23:25:31.456Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2722024-08-26T23:25:31.456Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2732024-08-26T23:25:31.456Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2742024-08-26T23:25:31.456Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2752024-08-26T23:25:31.456Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2762024-08-26T23:25:31.456Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2772024-08-26T23:25:32.071Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2782024-08-26T23:25:32.386Z Updating git repository `https://github.com/oxidecomputer/zone`
2792024-08-26T23:25:32.654Z Updating crates.io index
2802024-08-26T23:25:32.656Z Updating git repository `https://github.com/oxidecomputer/dropshot`
2812024-08-26T23:25:33.477Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2822024-08-26T23:25:34.267Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2832024-08-26T23:25:34.517Z Updating git repository `https://github.com/oxidecomputer/progenitor`
2842024-08-26T23:25:36.023Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2852024-08-26T23:25:36.313Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2862024-08-26T23:25:36.597Z Updating git repository `https://github.com/oxidecomputer/propolis`
2872024-08-26T23:25:37.678Z Updating git repository `https://github.com/oxidecomputer/crucible`
2882024-08-26T23:25:39.676Z Updating git repository `https://github.com/oxidecomputer/opte`
2892024-08-26T23:25:40.614Z Updating git repository `https://github.com/oxidecomputer/falcon`
2902024-08-26T23:25:41.316Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2912024-08-26T23:25:41.546Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2922024-08-26T23:25:42.062Z Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel`
2932024-08-26T23:25:42.358Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
2942024-08-26T23:25:42.800Z Updating git repository `https://github.com/oxidecomputer/tofino`
2952024-08-26T23:25:43.086Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2962024-08-26T23:25:43.327Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2972024-08-26T23:25:43.555Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2982024-08-26T23:25:43.854Z Updating git repository `https://github.com/oxidecomputer/clickward`
2992024-08-26T23:25:44.158Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3002024-08-26T23:25:44.477Z Updating git repository `https://github.com/oxidecomputer/ispf`
3012024-08-26T23:25:44.887Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3022024-08-26T23:25:45.104Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3032024-08-26T23:25:45.643Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3042024-08-26T23:25:45.974Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3052024-08-26T23:25:46.376Z Updating git repository `https://github.com/oxidecomputer/typify`
3062024-08-26T23:25:48.685Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3072024-08-26T23:25:48.973Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3082024-08-26T23:25:49.240Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3092024-08-26T23:25:49.723Z Updating git repository `https://github.com/oxidecomputer/rfb`
3102024-08-26T23:25:50.923Z Downloading crates ...
3112024-08-26T23:25:50.988Z Downloaded clap_derive v4.5.13
3122024-08-26T23:25:50.994Z Downloaded pest_generator v2.7.10
3132024-08-26T23:25:50.997Z Downloaded is_terminal_polyfill v1.70.0
3142024-08-26T23:25:51.000Z Downloaded pretty-hex v0.4.1
3152024-08-26T23:25:51.000Z Downloaded generic-array v0.14.7
3162024-08-26T23:25:51.003Z Downloaded papergrid v0.11.0
3172024-08-26T23:25:51.010Z Downloaded equivalent v1.0.1
3182024-08-26T23:25:51.014Z Downloaded plain v0.2.3
3192024-08-26T23:25:51.017Z Downloaded block-buffer v0.10.4
3202024-08-26T23:25:51.021Z Downloaded crypto-common v0.1.6
3212024-08-26T23:25:51.023Z Downloaded colorchoice v1.0.1
3222024-08-26T23:25:51.023Z Downloaded cargo-platform v0.1.8
3232024-08-26T23:25:51.023Z Downloaded proc-macro-error-attr v1.0.4
3242024-08-26T23:25:51.026Z Downloaded macaddr v1.0.1
3252024-08-26T23:25:51.026Z Downloaded autocfg v1.3.0
3262024-08-26T23:25:51.030Z Downloaded serde_spanned v0.6.7
3272024-08-26T23:25:51.033Z Downloaded toml_datetime v0.6.8
3282024-08-26T23:25:51.035Z Downloaded dof v0.3.0
3292024-08-26T23:25:51.039Z Downloaded usdt-impl v0.5.0
3302024-08-26T23:25:51.041Z Downloaded terminal_size v0.3.0
3312024-08-26T23:25:51.041Z Downloaded heck v0.4.1
3322024-08-26T23:25:51.044Z Downloaded cargo_toml v0.20.4
3332024-08-26T23:25:51.054Z Downloaded anstream v0.6.14
3342024-08-26T23:25:51.057Z Downloaded version_check v0.9.5
3352024-08-26T23:25:51.060Z Downloaded serde_derive v1.0.208
3362024-08-26T23:25:51.063Z Downloaded swrite v0.1.0
3372024-08-26T23:25:51.065Z Downloaded scroll_derive v0.12.0
3382024-08-26T23:25:51.065Z Downloaded clap v4.5.16
3392024-08-26T23:25:51.073Z Downloaded ucd-trie v0.1.6
3402024-08-26T23:25:51.082Z Downloaded dtrace-parser v0.2.0
3412024-08-26T23:25:51.089Z Downloaded usdt-macro v0.5.0
3422024-08-26T23:25:51.097Z Downloaded usdt-attr-macro v0.5.0
3432024-08-26T23:25:51.101Z Downloaded fs-err v2.11.0
3442024-08-26T23:25:51.103Z Downloaded cfg-if v1.0.0
3452024-08-26T23:25:51.106Z Downloaded heck v0.5.0
3462024-08-26T23:25:51.108Z Downloaded fnv v1.0.7
3472024-08-26T23:25:51.108Z Downloaded camino v1.1.9
3482024-08-26T23:25:51.115Z Downloaded serde v1.0.208
3492024-08-26T23:25:51.118Z Downloaded byteorder v1.5.0
3502024-08-26T23:25:51.124Z Downloaded thiserror-impl v1.0.63
3512024-08-26T23:25:51.127Z Downloaded cpufeatures v0.2.12
3522024-08-26T23:25:51.127Z Downloaded bytecount v0.6.8
3532024-08-26T23:25:51.129Z Downloaded strsim v0.11.1
3542024-08-26T23:25:51.129Z Downloaded errno v0.3.9
3552024-08-26T23:25:51.132Z Downloaded clap_lex v0.7.0
3562024-08-26T23:25:51.132Z Downloaded digest v0.10.7
3572024-08-26T23:25:51.134Z Downloaded thread-id v4.2.1
3582024-08-26T23:25:51.136Z Downloaded utf8parse v0.2.1
3592024-08-26T23:25:51.137Z Downloaded thiserror v1.0.63
3602024-08-26T23:25:51.140Z Downloaded once_cell v1.19.0
3612024-08-26T23:25:51.143Z Downloaded usdt v0.5.0
3622024-08-26T23:25:51.147Z Downloaded tabled_derive v0.7.0
3632024-08-26T23:25:51.147Z Downloaded serde_tokenstream v0.2.2
3642024-08-26T23:25:51.151Z Downloaded itoa v1.0.11
3652024-08-26T23:25:51.151Z Downloaded anstyle v1.0.8
3662024-08-26T23:25:51.151Z Downloaded memmap v0.7.0
3672024-08-26T23:25:51.160Z Downloaded anstyle-parse v0.2.4
3682024-08-26T23:25:51.166Z Downloaded cargo_metadata v0.18.1
3692024-08-26T23:25:51.168Z Downloaded proc-macro-error v1.0.4
3702024-08-26T23:25:51.171Z Downloaded scroll v0.12.0
3712024-08-26T23:25:51.174Z Downloaded semver v1.0.23
3722024-08-26T23:25:51.177Z Downloaded zerocopy-derive v0.7.34
3732024-08-26T23:25:51.180Z Downloaded quote v1.0.36
3742024-08-26T23:25:51.184Z Downloaded anstyle-query v1.0.3
3752024-08-26T23:25:51.186Z Downloaded proc-macro2 v1.0.86
3762024-08-26T23:25:51.189Z Downloaded pest_derive v2.7.10
3772024-08-26T23:25:51.189Z Downloaded toml_edit v0.22.20
3782024-08-26T23:25:51.209Z Downloaded sha2 v0.10.8
3792024-08-26T23:25:51.212Z Downloaded unicode-ident v1.0.12
3802024-08-26T23:25:51.216Z Downloaded typenum v1.17.0
3812024-08-26T23:25:51.220Z Downloaded ryu v1.0.18
3822024-08-26T23:25:51.223Z Downloaded pest_meta v2.7.10
3832024-08-26T23:25:51.223Z Downloaded pest v2.7.10
3842024-08-26T23:25:51.225Z Downloaded memchr v2.7.2
3852024-08-26T23:25:51.230Z Downloaded log v0.4.21
3862024-08-26T23:25:51.233Z Downloaded toml v0.8.19
3872024-08-26T23:25:51.235Z Downloaded indexmap v2.4.0
3882024-08-26T23:25:51.239Z Downloaded bitflags v2.6.0
3892024-08-26T23:25:51.243Z Downloaded anyhow v1.0.86
3902024-08-26T23:25:51.252Z Downloaded hashbrown v0.14.5
3912024-08-26T23:25:51.259Z Downloaded zerocopy v0.7.34
3922024-08-26T23:25:51.290Z Downloaded tabled v0.15.0
3932024-08-26T23:25:51.305Z Downloaded winnow v0.6.18
3942024-08-26T23:25:51.313Z Downloaded syn v1.0.109
3952024-08-26T23:25:51.322Z Downloaded serde_json v1.0.125
3962024-08-26T23:25:51.329Z Downloaded clap_builder v4.5.15
3972024-08-26T23:25:51.335Z Downloaded goblin v0.8.2
3982024-08-26T23:25:51.341Z Downloaded syn v2.0.74
3992024-08-26T23:25:51.351Z Downloaded rustix v0.38.34
4002024-08-26T23:25:51.372Z Downloaded unicode-width v0.1.13
4012024-08-26T23:25:51.381Z Downloaded libc v0.2.156
4022024-08-26T23:25:51.684Z Compiling proc-macro2 v1.0.86
4032024-08-26T23:25:51.684Z Compiling unicode-ident v1.0.12
4042024-08-26T23:25:51.687Z Compiling version_check v0.9.5
4052024-08-26T23:25:51.687Z Compiling serde v1.0.208
4062024-08-26T23:25:51.687Z Compiling thiserror v1.0.63
4072024-08-26T23:25:51.687Z Compiling memchr v2.7.2
4082024-08-26T23:25:51.687Z Compiling libc v0.2.156
4092024-08-26T23:25:51.717Z Compiling itoa v1.0.11
4102024-08-26T23:25:51.932Z Compiling ucd-trie v0.1.6
4112024-08-26T23:25:52.004Z Compiling ryu v1.0.18
4122024-08-26T23:25:52.480Z Compiling once_cell v1.19.0
4132024-08-26T23:25:52.527Z Compiling byteorder v1.5.0
4142024-08-26T23:25:52.605Z Compiling serde_json v1.0.125
4152024-08-26T23:25:53.003Z Compiling proc-macro-error-attr v1.0.4
4162024-08-26T23:25:53.005Z Compiling usdt-impl v0.5.0
4172024-08-26T23:25:53.048Z Compiling rustix v0.38.34
4182024-08-26T23:25:53.296Z Compiling syn v1.0.109
4192024-08-26T23:25:53.320Z Compiling quote v1.0.36
4202024-08-26T23:25:53.469Z Compiling proc-macro-error v1.0.4
4212024-08-26T23:25:53.516Z Compiling equivalent v1.0.1
4222024-08-26T23:25:53.642Z Compiling plain v0.2.3
4232024-08-26T23:25:53.791Z Compiling syn v2.0.74
4242024-08-26T23:25:53.815Z Compiling hashbrown v0.14.5
4252024-08-26T23:25:54.033Z Compiling errno v0.3.9
4262024-08-26T23:25:54.060Z Compiling log v0.4.21
4272024-08-26T23:25:54.084Z Compiling bitflags v2.6.0
4282024-08-26T23:25:54.226Z Compiling thread-id v4.2.1
4292024-08-26T23:25:54.252Z Compiling utf8parse v0.2.1
4302024-08-26T23:25:54.420Z Compiling anstyle-parse v0.2.4
4312024-08-26T23:25:54.530Z Compiling colorchoice v1.0.1
4322024-08-26T23:25:54.708Z Compiling semver v1.0.23
4332024-08-26T23:25:54.795Z Compiling pretty-hex v0.4.1
4342024-08-26T23:25:54.877Z Compiling winnow v0.6.18
4352024-08-26T23:25:55.022Z Compiling anstyle v1.0.8
4362024-08-26T23:25:55.183Z Compiling indexmap v2.4.0
4372024-08-26T23:25:55.237Z Compiling autocfg v1.3.0
4382024-08-26T23:25:55.275Z Compiling camino v1.1.9
4392024-08-26T23:25:55.486Z Compiling is_terminal_polyfill v1.70.0
4402024-08-26T23:25:55.635Z Compiling anstyle-query v1.0.3
4412024-08-26T23:25:55.804Z Compiling anstream v0.6.14
4422024-08-26T23:25:56.066Z Compiling terminal_size v0.3.0
4432024-08-26T23:25:56.244Z Compiling fs-err v2.11.0
4442024-08-26T23:25:56.318Z Compiling heck v0.4.1
4452024-08-26T23:25:56.391Z Compiling clap_lex v0.7.0
4462024-08-26T23:25:56.524Z Compiling unicode-width v0.1.13
4472024-08-26T23:25:56.551Z Compiling heck v0.5.0
4482024-08-26T23:25:56.575Z Compiling bytecount v0.6.8
4492024-08-26T23:25:56.777Z Compiling fnv v1.0.7
4502024-08-26T23:25:56.804Z Compiling anyhow v1.0.86
4512024-08-26T23:25:56.828Z Compiling strsim v0.11.1
4522024-08-26T23:25:56.894Z Compiling papergrid v0.11.0
4532024-08-26T23:25:57.065Z Compiling memmap v0.7.0
4542024-08-26T23:25:57.435Z Compiling clap_builder v4.5.15
4552024-08-26T23:25:57.839Z Compiling swrite v0.1.0
4562024-08-26T23:25:59.506Z Compiling tabled_derive v0.7.0
4572024-08-26T23:26:00.882Z Compiling tabled v0.15.0
4582024-08-26T23:26:02.528Z Compiling serde_derive v1.0.208
4592024-08-26T23:26:02.528Z Compiling thiserror-impl v1.0.63
4602024-08-26T23:26:02.531Z Compiling zerocopy-derive v0.7.34
4612024-08-26T23:26:02.531Z Compiling scroll_derive v0.12.0
4622024-08-26T23:26:02.685Z Compiling clap_derive v4.5.13
4632024-08-26T23:26:04.042Z Compiling scroll v0.12.0
4642024-08-26T23:26:04.630Z Compiling goblin v0.8.2
4652024-08-26T23:26:04.766Z Compiling zerocopy v0.7.34
4662024-08-26T23:26:05.334Z Compiling pest v2.7.10
4672024-08-26T23:26:06.355Z Compiling clap v4.5.16
4682024-08-26T23:26:07.504Z Compiling pest_meta v2.7.10
4692024-08-26T23:26:08.325Z Compiling pest_generator v2.7.10
4702024-08-26T23:26:10.238Z Compiling pest_derive v2.7.10
4712024-08-26T23:26:10.969Z Compiling dtrace-parser v0.2.0
4722024-08-26T23:26:12.748Z Compiling serde_tokenstream v0.2.2
4732024-08-26T23:26:12.844Z Compiling toml_datetime v0.6.8
4742024-08-26T23:26:12.844Z Compiling serde_spanned v0.6.7
4752024-08-26T23:26:13.150Z Compiling cargo-platform v0.1.8
4762024-08-26T23:26:13.178Z Compiling toml_edit v0.22.20
4772024-08-26T23:26:13.335Z Compiling macaddr v1.0.1
4782024-08-26T23:26:14.163Z Compiling dof v0.3.0
4792024-08-26T23:26:14.306Z Compiling cargo_metadata v0.18.1
4802024-08-26T23:26:15.889Z Compiling usdt-attr-macro v0.5.0
4812024-08-26T23:26:15.889Z Compiling usdt-macro v0.5.0
4822024-08-26T23:26:16.105Z Compiling toml v0.8.19
4832024-08-26T23:26:16.983Z Compiling cargo_toml v0.20.4
4842024-08-26T23:26:17.269Z Compiling usdt v0.5.0
4852024-08-26T23:26:20.702Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4862024-08-26T23:26:24.527Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.67s
4872024-08-26T23:26:24.780Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4882024-08-26T23:26:25.339Z Downloading crates ...
4892024-08-26T23:26:25.460Z Downloaded async-trait v0.1.81
4902024-08-26T23:26:25.464Z Downloaded base64 v0.13.1
4912024-08-26T23:26:25.469Z Downloaded addr2line v0.21.0
4922024-08-26T23:26:25.472Z Downloaded atomicwrites v0.4.3
4932024-08-26T23:26:25.476Z Downloaded backoff v0.4.0
4942024-08-26T23:26:25.478Z Downloaded defmt-macros v0.3.9
4952024-08-26T23:26:25.482Z Downloaded ident_case v1.0.1
4962024-08-26T23:26:25.485Z Downloaded linked-hash-map v0.5.6
4972024-08-26T23:26:25.487Z Downloaded bb8 v0.8.5
4982024-08-26T23:26:25.487Z Downloaded bit-vec v0.6.3
4992024-08-26T23:26:25.490Z Downloaded aead v0.5.2
5002024-08-26T23:26:25.493Z Downloaded normalize-line-endings v0.3.0
5012024-08-26T23:26:25.493Z Downloaded nodrop v0.1.14
5022024-08-26T23:26:25.493Z Downloaded iana-time-zone v0.1.60
5032024-08-26T23:26:25.496Z Downloaded newtype_derive v0.1.6
5042024-08-26T23:26:25.499Z Downloaded number_prefix v0.4.0
5052024-08-26T23:26:25.501Z Downloaded openssl-macros v0.1.1
5062024-08-26T23:26:25.501Z Downloaded num-conv v0.1.0
5072024-08-26T23:26:25.504Z Downloaded num_threads v0.1.7
5082024-08-26T23:26:25.504Z Downloaded libefi-sys v0.1.0
5092024-08-26T23:26:25.506Z Downloaded managed v0.8.0
5102024-08-26T23:26:25.509Z Downloaded hyper-staticfile v0.9.5
5112024-08-26T23:26:25.511Z Downloaded cookie_store v0.20.0
5122024-08-26T23:26:25.514Z Downloaded num v0.4.3
5132024-08-26T23:26:25.516Z Downloaded memoffset v0.9.1
5142024-08-26T23:26:25.516Z Downloaded multimap v0.10.0
5152024-08-26T23:26:25.519Z Downloaded lru v0.12.3
5162024-08-26T23:26:25.521Z Downloaded num_enum v0.5.11
5172024-08-26T23:26:25.527Z Downloaded ipnetwork v0.20.0
5182024-08-26T23:26:25.530Z Downloaded new_debug_unreachable v1.0.6
5192024-08-26T23:26:25.533Z Downloaded cookie v0.17.0
5202024-08-26T23:26:25.535Z Downloaded is-terminal v0.4.12
5212024-08-26T23:26:25.536Z Downloaded num-rational v0.4.2
5222024-08-26T23:26:25.538Z Downloaded crossbeam-epoch v0.9.18
5232024-08-26T23:26:25.541Z Downloaded console v0.15.8
5242024-08-26T23:26:25.543Z Downloaded ascii v1.1.0
5252024-08-26T23:26:25.546Z Downloaded bitfield-struct v0.6.1
5262024-08-26T23:26:25.550Z Downloaded openssl-probe v0.1.5
5272024-08-26T23:26:25.552Z Downloaded atomic-waker v1.1.2
5282024-08-26T23:26:25.552Z Downloaded cfg_aliases v0.1.1
5292024-08-26T23:26:25.552Z Downloaded ascii-canvas v3.0.0
5302024-08-26T23:26:25.555Z Downloaded num-integer v0.1.46
5312024-08-26T23:26:25.555Z Downloaded crucible-workspace-hack v0.1.0
5322024-08-26T23:26:25.558Z Downloaded nanorand v0.7.0
5332024-08-26T23:26:25.560Z Downloaded kstat-rs v0.2.4
5342024-08-26T23:26:25.561Z Downloaded libsw v3.3.1
5352024-08-26T23:26:25.563Z Downloaded num_cpus v1.16.0
5362024-08-26T23:26:25.566Z Downloaded mime v0.3.17
5372024-08-26T23:26:25.569Z Downloaded colored v2.1.0
5382024-08-26T23:26:25.571Z Downloaded indoc v1.0.9
5392024-08-26T23:26:25.574Z Downloaded native-tls v0.2.11
5402024-08-26T23:26:25.576Z Downloaded bytes v1.7.1
5412024-08-26T23:26:25.581Z Downloaded time-core v0.1.2
5422024-08-26T23:26:25.584Z Downloaded match_cfg v0.1.0
5432024-08-26T23:26:25.586Z Downloaded ciborium-io v0.2.2
5442024-08-26T23:26:25.586Z Downloaded derive_builder_macro v0.20.0
5452024-08-26T23:26:25.586Z Downloaded mockall v0.13.0
5462024-08-26T23:26:25.589Z Downloaded base16ct v0.2.0
5472024-08-26T23:26:25.592Z Downloaded num_enum_derive v0.5.11
5482024-08-26T23:26:25.592Z Downloaded newtype-uuid v1.1.0
5492024-08-26T23:26:25.594Z Downloaded signal-hook-tokio v0.3.1
5502024-08-26T23:26:25.594Z Downloaded olpc-cjson v0.1.3
5512024-08-26T23:26:25.598Z Downloaded convert_case v0.4.0
5522024-08-26T23:26:25.598Z Downloaded cipher v0.4.4
5532024-08-26T23:26:25.600Z Downloaded lazycell v1.3.0
5542024-08-26T23:26:25.600Z Downloaded castaway v0.2.3
5552024-08-26T23:26:25.603Z Downloaded bitstruct_derive v0.1.0
5562024-08-26T23:26:25.603Z Downloaded ciborium-ll v0.2.2
5572024-08-26T23:26:25.606Z Downloaded array-init v0.0.4
5582024-08-26T23:26:25.608Z Downloaded data-encoding v2.6.0
5592024-08-26T23:26:25.608Z Downloaded float-cmp v0.9.0
5602024-08-26T23:26:25.611Z Downloaded curve25519-dalek-derive v0.1.1
5612024-08-26T23:26:25.611Z Downloaded endian-type v0.1.2
5622024-08-26T23:26:25.614Z Downloaded cancel-safe-futures v0.1.5
5632024-08-26T23:26:25.617Z Downloaded block-padding v0.3.3
5642024-08-26T23:26:25.617Z Downloaded memmap2 v0.9.4
5652024-08-26T23:26:25.619Z Downloaded ipnet v2.9.0
5662024-08-26T23:26:25.622Z Downloaded jobserver v0.1.32
5672024-08-26T23:26:25.625Z Downloaded slog-envlogger v2.2.0
5682024-08-26T23:26:25.628Z Downloaded assert_matches v1.5.0
5692024-08-26T23:26:25.628Z Downloaded arrayvec v0.7.4
5702024-08-26T23:26:25.630Z Downloaded lru-cache v0.1.2
5712024-08-26T23:26:25.633Z Downloaded slog-bunyan v2.5.0
5722024-08-26T23:26:25.633Z Downloaded tokio-native-tls v0.3.1
5732024-08-26T23:26:25.635Z Downloaded foreign-types-shared v0.3.1
5742024-08-26T23:26:25.638Z Downloaded wyz v0.5.1
5752024-08-26T23:26:25.640Z Downloaded scrypt v0.11.0
5762024-08-26T23:26:25.640Z Downloaded scopeguard v1.2.0
5772024-08-26T23:26:25.643Z Downloaded num-complex v0.4.6
5782024-08-26T23:26:25.645Z Downloaded structmeta v0.2.0
5792024-08-26T23:26:25.648Z Downloaded indicatif v0.17.8
5802024-08-26T23:26:25.650Z Downloaded percent-encoding v2.3.1
5812024-08-26T23:26:25.653Z Downloaded fastrand v2.1.0
5822024-08-26T23:26:25.655Z Downloaded unarray v0.1.4
5832024-08-26T23:26:25.655Z Downloaded enum-as-inner v0.6.0
5842024-08-26T23:26:25.658Z Downloaded darling v0.20.9
5852024-08-26T23:26:25.662Z Downloaded bzip2 v0.4.4
5862024-08-26T23:26:25.665Z Downloaded form_urlencoded v1.2.1
5872024-08-26T23:26:25.668Z Downloaded crc32fast v1.4.0
5882024-08-26T23:26:25.670Z Downloaded crc-catalog v2.4.0
5892024-08-26T23:26:25.670Z Downloaded linear-map v1.2.0
5902024-08-26T23:26:25.673Z Downloaded untrusted v0.9.0
5912024-08-26T23:26:25.675Z Downloaded zeroize_derive v1.4.2
5922024-08-26T23:26:25.675Z Downloaded sqlparser_derive v0.2.2
5932024-08-26T23:26:25.678Z Downloaded zeroize v1.7.0
5942024-08-26T23:26:25.681Z Downloaded defmt v0.3.8
5952024-08-26T23:26:25.683Z Downloaded packed_struct_codegen v0.10.1
5962024-08-26T23:26:25.685Z Downloaded predicates-core v1.0.6
5972024-08-26T23:26:25.686Z Downloaded packed_struct v0.10.1
5982024-08-26T23:26:25.688Z Downloaded radium v0.7.0
5992024-08-26T23:26:25.691Z Downloaded tokio-rustls v0.24.1
6002024-08-26T23:26:25.693Z Downloaded bcs v0.1.6
6012024-08-26T23:26:25.696Z Downloaded fragile v2.0.0
6022024-08-26T23:26:25.698Z Downloaded slog v2.7.0
6032024-08-26T23:26:25.700Z Downloaded serde_derive_internals v0.29.1
6042024-08-26T23:26:25.703Z Downloaded hex v0.4.3
6052024-08-26T23:26:25.705Z Downloaded vte_generate_state_changes v0.1.1
6062024-08-26T23:26:25.705Z Downloaded downcast v0.11.0
6072024-08-26T23:26:25.708Z Downloaded termtree v0.4.1
6082024-08-26T23:26:25.708Z Downloaded headers-core v0.2.0
6092024-08-26T23:26:25.711Z Downloaded pbkdf2 v0.12.2
6102024-08-26T23:26:25.711Z Downloaded hostname v0.4.0
6112024-08-26T23:26:25.714Z Downloaded r2d2 v0.8.10
6122024-08-26T23:26:25.717Z Downloaded indexmap v1.9.3
6132024-08-26T23:26:25.719Z Downloaded arc-swap v1.7.1
6142024-08-26T23:26:25.724Z Downloaded fxhash v0.2.1
6152024-08-26T23:26:25.726Z Downloaded phf_shared v0.10.0
6162024-08-26T23:26:25.727Z Downloaded signal-hook-mio v0.2.4
6172024-08-26T23:26:25.730Z Downloaded shell-words v1.1.0
6182024-08-26T23:26:25.730Z Downloaded crossbeam-utils v0.8.19
6192024-08-26T23:26:25.733Z Downloaded blake2 v0.10.6
6202024-08-26T23:26:25.736Z Downloaded unicode-linebreak v0.1.5
6212024-08-26T23:26:25.738Z Downloaded strum_macros v0.25.3
6222024-08-26T23:26:25.741Z Downloaded tempfile v3.10.1
6232024-08-26T23:26:25.743Z Downloaded serde_with_macros v3.9.0
6242024-08-26T23:26:25.746Z Downloaded portpicker v0.1.1
6252024-08-26T23:26:25.748Z Downloaded termcolor v1.4.1
6262024-08-26T23:26:25.749Z Downloaded serde_path_to_error v0.1.16
6272024-08-26T23:26:25.751Z Downloaded parse-size v1.0.0
6282024-08-26T23:26:25.751Z Downloaded tls_codec_derive v0.4.1
6292024-08-26T23:26:25.754Z Downloaded termios v0.3.3
6302024-08-26T23:26:25.756Z Downloaded tar v0.4.41
6312024-08-26T23:26:25.759Z Downloaded miniz_oxide v0.7.2
6322024-08-26T23:26:25.761Z Downloaded sigpipe v0.1.3
6332024-08-26T23:26:25.764Z Downloaded defmt-parser v0.3.4
6342024-08-26T23:26:25.766Z Downloaded xattr v1.3.1
6352024-08-26T23:26:25.768Z Downloaded gethostname v0.5.0
6362024-08-26T23:26:25.768Z Downloaded ff v0.13.0
6372024-08-26T23:26:25.771Z Downloaded fd-lock v4.0.2
6382024-08-26T23:26:25.776Z Downloaded pem-rfc7468 v0.7.0
6392024-08-26T23:26:25.779Z Downloaded take_mut v0.2.2
6402024-08-26T23:26:25.779Z Downloaded tower-service v0.3.2
6412024-08-26T23:26:25.779Z Downloaded home v0.5.9
6422024-08-26T23:26:25.779Z Downloaded ena v0.14.3
6432024-08-26T23:26:25.782Z Downloaded strum_macros v0.24.3
6442024-08-26T23:26:25.785Z Downloaded funty v2.0.0
6452024-08-26T23:26:25.785Z Downloaded postgres-protocol v0.6.7
6462024-08-26T23:26:25.787Z Downloaded crc-any v2.5.0
6472024-08-26T23:26:25.790Z Downloaded same-file v1.0.6
6482024-08-26T23:26:25.792Z Downloaded signal-hook-registry v1.4.2
6492024-08-26T23:26:25.795Z Downloaded clang-sys v1.7.0
6502024-08-26T23:26:25.798Z Downloaded predicates v3.1.2
6512024-08-26T23:26:25.800Z Downloaded mio v1.0.2
6522024-08-26T23:26:25.807Z Downloaded getrandom v0.2.14
6532024-08-26T23:26:25.810Z Downloaded pkcs5 v0.7.1
6542024-08-26T23:26:25.815Z Downloaded tracing-core v0.1.32
6552024-08-26T23:26:25.819Z Downloaded oso-derive v0.27.3
6562024-08-26T23:26:25.821Z Downloaded serde_plain v1.0.2
6572024-08-26T23:26:25.824Z Downloaded stringprep v0.1.4
6582024-08-26T23:26:25.824Z Downloaded thiserror-no-std v2.0.2
6592024-08-26T23:26:25.828Z Downloaded salsa20 v0.10.2
6602024-08-26T23:26:25.831Z Downloaded tokio-stream v0.1.15
6612024-08-26T23:26:25.835Z Downloaded pkcs8 v0.10.2
6622024-08-26T23:26:25.839Z Downloaded secrecy v0.8.0
6632024-08-26T23:26:25.852Z Downloaded fallible-iterator v0.3.0
6642024-08-26T23:26:25.854Z Downloaded thiserror-impl-no-std v2.0.2
6652024-08-26T23:26:25.857Z Downloaded sync_wrapper v0.1.2
6662024-08-26T23:26:25.857Z Downloaded schemars v0.8.21
6672024-08-26T23:26:25.870Z Downloaded base64 v0.22.1
6682024-08-26T23:26:25.874Z Downloaded semver v0.1.20
6692024-08-26T23:26:25.877Z Downloaded peg-runtime v0.8.3
6702024-08-26T23:26:25.877Z Downloaded sec1 v0.7.3
6712024-08-26T23:26:25.879Z Downloaded rustls-pemfile v1.0.4
6722024-08-26T23:26:25.882Z Downloaded tabwriter v1.4.0
6732024-08-26T23:26:25.884Z Downloaded rand_xorshift v0.3.0
6742024-08-26T23:26:25.884Z Downloaded rand_seeder v0.3.0
6752024-08-26T23:26:25.887Z Downloaded derive_builder_core v0.20.0
6762024-08-26T23:26:25.889Z Downloaded phf_shared v0.11.2
6772024-08-26T23:26:25.892Z Downloaded supports-color v3.0.0
6782024-08-26T23:26:25.892Z Downloaded phf v0.11.2
6792024-08-26T23:26:25.894Z Downloaded path-slash v0.1.5
6802024-08-26T23:26:25.894Z Downloaded hash32 v0.3.1
6812024-08-26T23:26:25.898Z Downloaded fallible-iterator v0.2.0
6822024-08-26T23:26:25.901Z Downloaded float-ord v0.3.2
6832024-08-26T23:26:25.901Z Downloaded untrusted v0.7.1
6842024-08-26T23:26:25.904Z Downloaded similar v2.6.0
6852024-08-26T23:26:25.907Z Downloaded futures v0.3.30
6862024-08-26T23:26:25.912Z Downloaded pkg-config v0.3.30
6872024-08-26T23:26:25.915Z Downloaded cc v1.0.97
6882024-08-26T23:26:25.918Z Downloaded scheduled-thread-pool v0.2.7
6892024-08-26T23:26:25.920Z Downloaded rustversion v1.0.17
6902024-08-26T23:26:25.923Z Downloaded serde_yaml v0.9.34+deprecated
6912024-08-26T23:26:25.927Z Downloaded hashlink v0.9.1
6922024-08-26T23:26:25.929Z Downloaded thread_local v1.1.8
6932024-08-26T23:26:25.932Z Downloaded strip-ansi-escapes v0.2.0
6942024-08-26T23:26:25.934Z Downloaded sqlformat v0.2.4
6952024-08-26T23:26:25.938Z Downloaded rtoolbox v0.0.2
6962024-08-26T23:26:25.938Z Downloaded spki v0.7.3
6972024-08-26T23:26:25.940Z Downloaded foreign-types-macros v0.2.3
6982024-08-26T23:26:25.940Z Downloaded foreign-types v0.3.2
6992024-08-26T23:26:25.943Z Downloaded serde-big-array v0.5.1
7002024-08-26T23:26:25.943Z Downloaded postcard v1.0.8
7012024-08-26T23:26:25.946Z Downloaded foreign-types v0.5.0
7022024-08-26T23:26:25.950Z Downloaded smawk v0.3.2
7032024-08-26T23:26:25.953Z Downloaded rpassword v7.3.1
7042024-08-26T23:26:25.953Z Downloaded rand_chacha v0.3.1
7052024-08-26T23:26:25.953Z Downloaded paste v1.0.15
7062024-08-26T23:26:25.956Z Downloaded parse-display-derive v0.10.0
7072024-08-26T23:26:25.959Z Downloaded ron v0.8.1
7082024-08-26T23:26:25.964Z Downloaded itertools v0.12.1
7092024-08-26T23:26:25.973Z Downloaded zone_cfg_derive v0.1.2
7102024-08-26T23:26:25.975Z Downloaded group v0.13.0
7112024-08-26T23:26:25.979Z Downloaded pin-project-internal v1.1.5
7122024-08-26T23:26:25.979Z Downloaded crossterm v0.28.1
7132024-08-26T23:26:25.986Z Downloaded strum_macros v0.26.4
7142024-08-26T23:26:25.990Z Downloaded diesel_table_macro_syntax v0.2.0
7152024-08-26T23:26:25.994Z Downloaded dirs-next v2.0.0
7162024-08-26T23:26:25.994Z Downloaded rcgen v0.12.1
7172024-08-26T23:26:25.997Z Downloaded unicode-truncate v1.0.0
7182024-08-26T23:26:25.997Z Downloaded heck v0.3.3
7192024-08-26T23:26:26.000Z Downloaded pretty-hex v0.2.1
7202024-08-26T23:26:26.001Z Downloaded precomputed-hash v0.1.1
7212024-08-26T23:26:26.001Z Downloaded stable_deref_trait v1.2.0
7222024-08-26T23:26:26.004Z Downloaded socket2 v0.4.10
7232024-08-26T23:26:26.004Z Downloaded serde_urlencoded v0.7.1
7242024-08-26T23:26:26.007Z Downloaded string_cache v0.8.7
7252024-08-26T23:26:26.007Z Downloaded env_logger v0.10.2
7262024-08-26T23:26:26.011Z Downloaded fixedbitset v0.4.2
7272024-08-26T23:26:26.013Z Downloaded erased-serde v0.3.31
7282024-08-26T23:26:26.016Z Downloaded pin-project v1.1.5
7292024-08-26T23:26:26.027Z Downloaded try-lock v0.2.5
7302024-08-26T23:26:26.029Z Downloaded strum v0.26.3
7312024-08-26T23:26:26.029Z Downloaded which v4.4.2
7322024-08-26T23:26:26.037Z Downloaded waitgroup v0.1.2
7332024-08-26T23:26:26.037Z Downloaded futures-core v0.3.30
7342024-08-26T23:26:26.037Z Downloaded password-hash v0.5.0
7352024-08-26T23:26:26.041Z Downloaded deranged v0.3.11
7362024-08-26T23:26:26.041Z Downloaded zone v0.1.8
7372024-08-26T23:26:26.041Z Downloaded difflib v0.4.0
7382024-08-26T23:26:26.042Z Downloaded proc-macro-crate v1.3.1
7392024-08-26T23:26:26.044Z Downloaded futures-sink v0.3.30
7402024-08-26T23:26:26.044Z Downloaded socket2 v0.5.7
7412024-08-26T23:26:26.044Z Downloaded zerocopy v0.6.6
7422024-08-26T23:26:26.047Z Downloaded powerfmt v0.2.0
7432024-08-26T23:26:26.050Z Downloaded http-range v0.1.5
7442024-08-26T23:26:26.050Z Downloaded yasna v0.5.2
7452024-08-26T23:26:26.052Z Downloaded tungstenite v0.20.1
7462024-08-26T23:26:26.056Z Downloaded futures-task v0.3.30
7472024-08-26T23:26:26.058Z Downloaded tiny-keccak v2.0.2
7482024-08-26T23:26:26.061Z Downloaded structmeta-derive v0.3.0
7492024-08-26T23:26:26.064Z Downloaded display-error-chain v0.2.0
7502024-08-26T23:26:26.064Z Downloaded sct v0.7.1
7512024-08-26T23:26:26.066Z Downloaded half v2.4.1
7522024-08-26T23:26:26.069Z Downloaded hash32 v0.2.1
7532024-08-26T23:26:26.072Z Downloaded serde-hex v0.1.0
7542024-08-26T23:26:26.075Z Downloaded derive-where v1.2.7
7552024-08-26T23:26:26.077Z Downloaded rustc_version v0.4.0
7562024-08-26T23:26:26.080Z Downloaded time v0.3.36
7572024-08-26T23:26:26.086Z Downloaded vergen v8.3.2
7582024-08-26T23:26:26.090Z Downloaded toolchain_find v0.4.0
7592024-08-26T23:26:26.092Z Downloaded tinyvec_macros v0.1.1
7602024-08-26T23:26:26.092Z Downloaded httpdate v1.0.3
7612024-08-26T23:26:26.095Z Downloaded derive_builder v0.20.0
7622024-08-26T23:26:26.099Z Downloaded futures-channel v0.3.30
7632024-08-26T23:26:26.101Z Downloaded siphasher v0.3.11
7642024-08-26T23:26:26.104Z Downloaded term v0.7.0
7652024-08-26T23:26:26.107Z Downloaded zip v0.6.6
7662024-08-26T23:26:26.111Z Downloaded slog-scope v4.4.0
7672024-08-26T23:26:26.113Z Downloaded tls_codec v0.4.1
7682024-08-26T23:26:26.116Z Downloaded crossterm v0.27.0
7692024-08-26T23:26:26.121Z Downloaded parse-display v0.10.0
7702024-08-26T23:26:26.123Z Downloaded either v1.13.0
7712024-08-26T23:26:26.126Z Downloaded httparse v1.8.0
7722024-08-26T23:26:26.129Z Downloaded hyper v0.14.30
7732024-08-26T23:26:26.137Z Downloaded rand_core v0.6.4
7742024-08-26T23:26:26.139Z Downloaded walkdir v2.5.0
7752024-08-26T23:26:26.140Z Downloaded tinyvec v1.6.0
7762024-08-26T23:26:26.143Z Downloaded http-body v0.4.6
7772024-08-26T23:26:26.145Z Downloaded tokio-tungstenite v0.21.0
7782024-08-26T23:26:26.148Z Downloaded unsafe-libyaml v0.2.11
7792024-08-26T23:26:26.151Z Downloaded rustc-hash v1.1.0
7802024-08-26T23:26:26.154Z Downloaded signature v2.2.0
7812024-08-26T23:26:26.158Z Downloaded poly1305 v0.8.0
7822024-08-26T23:26:26.158Z Downloaded slog-stdlog v4.1.1
7832024-08-26T23:26:26.160Z Downloaded dirs-sys-next v0.1.2
7842024-08-26T23:26:26.160Z Downloaded parking_lot_core v0.8.6
7852024-08-26T23:26:26.163Z Downloaded tracing-attributes v0.1.27
7862024-08-26T23:26:26.165Z Downloaded tokio-util v0.7.11
7872024-08-26T23:26:26.172Z Downloaded itertools v0.13.0
7882024-08-26T23:26:26.180Z Downloaded psl-types v2.0.11
7892024-08-26T23:26:26.183Z Downloaded unicode_categories v0.1.1
7902024-08-26T23:26:26.187Z Downloaded elliptic-curve v0.13.8
7912024-08-26T23:26:26.189Z Downloaded prettyplease v0.2.20
7922024-08-26T23:26:26.192Z Downloaded tokio-tungstenite v0.20.1
7932024-08-26T23:26:26.195Z Downloaded diff v0.1.13
7942024-08-26T23:26:26.198Z Downloaded oso v0.27.3
7952024-08-26T23:26:26.202Z Downloaded smallvec v1.13.2
7962024-08-26T23:26:26.205Z Downloaded hashbrown v0.12.3
7972024-08-26T23:26:26.210Z Downloaded tracing v0.1.40
7982024-08-26T23:26:26.214Z Downloaded http v1.1.0
7992024-08-26T23:26:26.219Z Downloaded heapless v0.7.17
8002024-08-26T23:26:26.223Z Downloaded flume v0.11.0
8012024-08-26T23:26:26.227Z Downloaded quick-xml v0.31.0
8022024-08-26T23:26:26.234Z Downloaded toml v0.7.8
8032024-08-26T23:26:26.238Z Downloaded bindgen v0.69.4
8042024-08-26T23:26:26.246Z Downloaded flate2 v1.0.31
8052024-08-26T23:26:26.252Z Downloaded vte v0.11.1
8062024-08-26T23:26:26.254Z Downloaded idna v0.5.0
8072024-08-26T23:26:27.264Z Downloaded idna v0.4.0
8082024-08-26T23:26:27.268Z Downloaded rayon-core v1.12.1
8092024-08-26T23:26:27.268Z Downloaded expectorate v1.1.0
8102024-08-26T23:26:27.268Z Downloaded heapless v0.8.0
8112024-08-26T23:26:27.268Z Downloaded hkdf v0.12.4
8122024-08-26T23:26:27.268Z Downloaded idna v0.3.0
8132024-08-26T23:26:27.268Z Downloaded unicode-segmentation v1.11.0
8142024-08-26T23:26:27.268Z Downloaded hickory-resolver v0.24.1
8152024-08-26T23:26:27.268Z Downloaded publicsuffix v2.2.3
8162024-08-26T23:26:27.268Z Downloaded winnow v0.5.40
8172024-08-26T23:26:27.268Z Downloaded smallvec v0.6.14
8182024-08-26T23:26:27.268Z Downloaded reqwest v0.11.27
8192024-08-26T23:26:27.268Z Downloaded object v0.30.4
8202024-08-26T23:26:27.268Z Downloaded rayon v1.10.0
8212024-08-26T23:26:27.268Z Downloaded curve25519-dalek v4.1.3
8222024-08-26T23:26:27.268Z Downloaded unicode-normalization v0.1.23
8232024-08-26T23:26:27.268Z Downloaded openssl v0.10.66
8242024-08-26T23:26:27.268Z Downloaded reedline v0.33.0
8252024-08-26T23:26:27.268Z Downloaded rusqlite v0.31.0
8262024-08-26T23:26:27.268Z Downloaded portable-atomic v1.6.0
8272024-08-26T23:26:27.268Z Downloaded sqlparser v0.45.0
8282024-08-26T23:26:27.268Z Downloaded webpki-roots v0.25.4
8292024-08-26T23:26:27.268Z Downloaded rustls-webpki v0.101.7
8302024-08-26T23:26:27.268Z Downloaded nix v0.28.0
8312024-08-26T23:26:27.268Z Downloaded futures-util v0.3.30
8322024-08-26T23:26:27.268Z Downloaded proptest v1.5.0
8332024-08-26T23:26:27.268Z Downloaded serde_with v3.9.0
8342024-08-26T23:26:27.268Z Downloaded smoltcp v0.9.1
8352024-08-26T23:26:27.268Z Downloaded regex-syntax v0.6.29
8362024-08-26T23:26:27.268Z Downloaded vcpkg v0.2.15
8372024-08-26T23:26:27.268Z Downloaded smoltcp v0.11.0
8382024-08-26T23:26:27.268Z Downloaded polar-core v0.27.3
8392024-08-26T23:26:27.268Z Downloaded rustls v0.21.12
8402024-08-26T23:26:27.268Z Downloaded rustls v0.22.4
8412024-08-26T23:26:27.269Z Downloaded regress v0.9.1
8422024-08-26T23:26:27.269Z Downloaded regex-syntax v0.8.4
8432024-08-26T23:26:27.269Z Downloaded ratatui v0.28.0
8442024-08-26T23:26:27.269Z Downloaded bzip2-sys v0.1.11+1.0.8
8452024-08-26T23:26:27.269Z Downloaded hickory-proto v0.24.1
8462024-08-26T23:26:27.269Z Downloaded finl_unicode v1.2.0
8472024-08-26T23:26:27.269Z Downloaded csv v1.3.0
8482024-08-26T23:26:27.269Z Downloaded zerocopy-derive v0.6.6
8492024-08-26T23:26:27.269Z Downloaded sled v0.34.7
8502024-08-26T23:26:27.269Z Downloaded bstr v1.9.1
8512024-08-26T23:26:27.269Z Downloaded regex v1.10.6
8522024-08-26T23:26:27.269Z Downloaded openapiv3 v2.0.0
8532024-08-26T23:26:27.269Z Downloaded diesel v2.2.2
8542024-08-26T23:26:27.269Z Downloaded gimli v0.28.1
8552024-08-26T23:26:27.269Z Downloaded regex-automata v0.4.6
8562024-08-26T23:26:27.269Z Downloaded rustls-webpki v0.102.4
8572024-08-26T23:26:27.269Z Downloaded radix_trie v0.2.1
8582024-08-26T23:26:27.269Z Downloaded petgraph v0.6.5
8592024-08-26T23:26:27.269Z Downloaded h2 v0.3.26
8602024-08-26T23:26:27.269Z Downloaded git2 v0.19.0
8612024-08-26T23:26:27.269Z Downloaded object v0.32.2
8622024-08-26T23:26:27.269Z Downloaded tokio v1.38.1
8632024-08-26T23:26:27.269Z Downloaded nix v0.27.1
8642024-08-26T23:26:27.269Z Downloaded sha3 v0.10.8
8652024-08-26T23:26:27.269Z Downloaded chrono v0.4.38
8662024-08-26T23:26:27.269Z Downloaded openssl-sys v0.9.103
8672024-08-26T23:26:27.269Z Downloaded steno v0.4.1
8682024-08-26T23:26:27.269Z Downloaded http v0.2.12
8692024-08-26T23:26:27.269Z Downloaded lalrpop v0.19.12
8702024-08-26T23:26:27.269Z Downloaded rustyline v14.0.0
8712024-08-26T23:26:27.269Z Downloaded x509-cert v0.2.5
8722024-08-26T23:26:27.269Z Downloaded tough v0.17.1
8732024-08-26T23:26:27.269Z Downloaded aho-corasick v1.1.3
8742024-08-26T23:26:27.269Z Downloaded toml_edit v0.19.15
8752024-08-26T23:26:27.269Z Downloaded rsa v0.9.6
8762024-08-26T23:26:27.269Z Downloaded bitvec v1.0.1
8772024-08-26T23:26:27.269Z Downloaded hashbrown v0.13.2
8782024-08-26T23:26:27.269Z Downloaded topological-sort v0.2.2
8792024-08-26T23:26:27.269Z Downloaded rustc_version v0.1.7
8802024-08-26T23:26:27.269Z Downloaded rustc-demangle v0.1.24
8812024-08-26T23:26:27.270Z Downloaded rustls-pki-types v1.7.0
8822024-08-26T23:26:27.270Z Downloaded hubpack v0.1.2
8832024-08-26T23:26:27.270Z Downloaded snafu v0.8.2
8842024-08-26T23:26:27.270Z Downloaded hickory-server v0.24.1
8852024-08-26T23:26:27.270Z Downloaded aes v0.8.4
8862024-08-26T23:26:27.270Z Downloaded test-strategy v0.3.1
8872024-08-26T23:26:27.270Z Downloaded env_logger v0.9.3
8882024-08-26T23:26:27.270Z Downloaded structmeta-derive v0.2.0
8892024-08-26T23:26:27.270Z Downloaded predicates-tree v1.0.9
8902024-08-26T23:26:27.270Z Downloaded ppv-lite86 v0.2.17
8912024-08-26T23:26:27.270Z Downloaded universal-hash v0.5.1
8922024-08-26T23:26:27.270Z Downloaded time-macros v0.2.18
8932024-08-26T23:26:27.270Z Downloaded rand v0.8.5
8942024-08-26T23:26:27.270Z Downloaded subprocess v0.2.9
8952024-08-26T23:26:27.270Z Downloaded textwrap v0.16.1
8962024-08-26T23:26:27.270Z Downloaded vsss-rs v3.3.4
8972024-08-26T23:26:27.270Z Downloaded parking_lot_core v0.9.10
8982024-08-26T23:26:27.270Z Downloaded typed-path v0.7.1
8992024-08-26T23:26:27.270Z Downloaded der v0.7.9
9002024-08-26T23:26:27.270Z Downloaded tui-tree-widget v0.22.0
9012024-08-26T23:26:27.270Z Downloaded static_assertions v1.1.0
9022024-08-26T23:26:27.270Z Downloaded serde_repr v0.1.19
9032024-08-26T23:26:27.270Z Downloaded serde_arrays v0.1.0
9042024-08-26T23:26:27.270Z Downloaded ref-cast v1.0.23
9052024-08-26T23:26:27.270Z Downloaded rustfmt-wrapper v0.2.1
9062024-08-26T23:26:27.270Z Downloaded pem v3.0.4
9072024-08-26T23:26:27.270Z Downloaded parking_lot v0.12.2
9082024-08-26T23:26:27.273Z Downloaded futures-macro v0.3.30
9092024-08-26T23:26:27.273Z Downloaded parking_lot v0.11.2
9102024-08-26T23:26:27.273Z Downloaded ref-cast-impl v1.0.23
9112024-08-26T23:26:27.273Z Downloaded want v0.3.1
9122024-08-26T23:26:27.273Z Downloaded peg v0.8.4
9132024-08-26T23:26:27.273Z Downloaded globset v0.4.14
9142024-08-26T23:26:27.273Z Downloaded flagset v0.4.5
9152024-08-26T23:26:27.273Z Downloaded whoami v1.5.1
9162024-08-26T23:26:27.273Z Downloaded uuid v1.10.0
9172024-08-26T23:26:27.273Z Downloaded postgres-types v0.2.7
9182024-08-26T23:26:27.273Z Downloaded itertools v0.10.5
9192024-08-26T23:26:27.273Z Downloaded blake3 v1.5.1
9202024-08-26T23:26:27.274Z Downloaded encoding_rs v0.8.34
9212024-08-26T23:26:27.274Z Downloaded spin v0.9.8
9222024-08-26T23:26:27.274Z Downloaded slog-term v2.9.1
9232024-08-26T23:26:27.274Z Downloaded const_format v0.2.32
9242024-08-26T23:26:27.274Z Downloaded glob v0.3.1
9252024-08-26T23:26:27.274Z Downloaded tap v1.0.1
9262024-08-26T23:26:27.274Z Downloaded unicode-xid v0.2.4
9272024-08-26T23:26:27.274Z Downloaded tungstenite v0.21.0
9282024-08-26T23:26:27.274Z Downloaded nom v7.1.3
9292024-08-26T23:26:27.274Z Downloaded libm v0.2.8
9302024-08-26T23:26:27.274Z Downloaded pin-utils v0.1.0
9312024-08-26T23:26:27.274Z Downloaded spin v0.5.2
9322024-08-26T23:26:27.274Z Downloaded minimal-lexical v0.2.1
9332024-08-26T23:26:27.274Z Downloaded unicode-bidi v0.3.15
9342024-08-26T23:26:27.274Z Downloaded pin-project-lite v0.2.14
9352024-08-26T23:26:27.274Z Downloaded utf-8 v0.7.6
9362024-08-26T23:26:27.274Z Downloaded snafu-derive v0.8.2
9372024-08-26T23:26:27.274Z Downloaded headers v0.3.9
9382024-08-26T23:26:27.274Z Downloaded hmac v0.12.1
9392024-08-26T23:26:27.274Z Downloaded tokio-rustls v0.25.0
9402024-08-26T23:26:27.274Z Downloaded mio v0.8.11
9412024-08-26T23:26:27.274Z Downloaded ron v0.7.1
9422024-08-26T23:26:27.274Z Downloaded diesel_derives v2.2.2
9432024-08-26T23:26:27.274Z Downloaded url v2.5.2
9442024-08-26T23:26:27.274Z Downloaded crossbeam-channel v0.5.12
9452024-08-26T23:26:27.274Z Downloaded peg-macros v0.8.4
9462024-08-26T23:26:27.274Z Downloaded libgit2-sys v0.17.0+1.8.1
9472024-08-26T23:26:27.274Z Downloaded futures-io v0.3.30
9482024-08-26T23:26:27.274Z Downloaded futures-executor v0.3.30
9492024-08-26T23:26:27.274Z Downloaded filetime v0.2.24
9502024-08-26T23:26:27.274Z Downloaded dyn-clone v1.0.17
9512024-08-26T23:26:27.274Z Downloaded dsl_auto_type v0.1.2
9522024-08-26T23:26:27.274Z Downloaded uzers v0.11.3
9532024-08-26T23:26:27.274Z Downloaded smf v0.2.3
9542024-08-26T23:26:27.274Z Downloaded embedded-io v0.4.0
9552024-08-26T23:26:27.274Z Downloaded pkcs1 v0.7.5
9562024-08-26T23:26:27.274Z Downloaded signal-hook v0.3.17
9572024-08-26T23:26:27.274Z Downloaded crypto-bigint v0.5.5
9582024-08-26T23:26:27.274Z Downloaded backtrace v0.3.71
9592024-08-26T23:26:27.277Z Downloaded highway v1.2.0
9602024-08-26T23:26:27.277Z Downloaded der_derive v0.7.2
9612024-08-26T23:26:27.280Z Downloaded rustls-pemfile v2.1.3
9622024-08-26T23:26:27.280Z Downloaded libxml v0.3.3
9632024-08-26T23:26:27.286Z Downloaded omicron-zone-package v0.11.0
9642024-08-26T23:26:27.288Z Downloaded chacha20poly1305 v0.10.1
9652024-08-26T23:26:27.291Z Downloaded base64 v0.21.7
9662024-08-26T23:26:27.294Z Downloaded quick-error v1.2.3
9672024-08-26T23:26:27.298Z Downloaded getopts v0.2.21
9682024-08-26T23:26:27.298Z Downloaded darling_core v0.20.9
9692024-08-26T23:26:27.301Z Downloaded fallible-streaming-iterator v0.1.9
9702024-08-26T23:26:27.305Z Downloaded rusty-fork v0.3.0
9712024-08-26T23:26:27.305Z Downloaded tokio-postgres v0.7.11
9722024-08-26T23:26:27.308Z Downloaded compact_str v0.8.0
9732024-08-26T23:26:27.313Z Downloaded owo-colors v4.0.0
9742024-08-26T23:26:27.317Z Downloaded twox-hash v1.6.3
9752024-08-26T23:26:27.321Z Downloaded fatfs v0.3.6
9762024-08-26T23:26:27.324Z Downloaded derive_more v0.99.18
9772024-08-26T23:26:27.327Z Downloaded samael v0.0.15
9782024-08-26T23:26:27.331Z Downloaded mime_guess v2.0.4
9792024-08-26T23:26:27.334Z Downloaded sha1 v0.10.6
9802024-08-26T23:26:27.337Z Downloaded schemars_derive v0.8.21
9812024-08-26T23:26:27.337Z Downloaded resolv-conf v0.7.0
9822024-08-26T23:26:27.340Z Downloaded num-traits v0.2.19
9832024-08-26T23:26:27.343Z Downloaded hickory-client v0.24.1
9842024-08-26T23:26:27.345Z Downloaded num-bigint-dig v0.8.4
9852024-08-26T23:26:27.349Z Downloaded cookie v0.18.1
9862024-08-26T23:26:27.351Z Downloaded const-oid v0.9.6
9872024-08-26T23:26:27.354Z Downloaded mockall_derive v0.13.0
9882024-08-26T23:26:27.357Z Downloaded hostname v0.3.1
9892024-08-26T23:26:27.357Z Downloaded slog-json v2.6.1
9902024-08-26T23:26:27.359Z Downloaded allocator-api2 v0.2.18
9912024-08-26T23:26:27.362Z Downloaded ahash v0.8.11
9922024-08-26T23:26:27.364Z Downloaded hyper-rustls v0.24.2
9932024-08-26T23:26:27.367Z Downloaded const_format_proc_macros v0.2.32
9942024-08-26T23:26:27.370Z Downloaded base64ct v1.6.0
9952024-08-26T23:26:27.373Z Downloaded camino-tempfile v1.1.1
9962024-08-26T23:26:27.375Z Downloaded tokio-macros v2.3.0
9972024-08-26T23:26:27.375Z Downloaded subtle v2.5.0
9982024-08-26T23:26:27.375Z Downloaded structmeta v0.3.0
9992024-08-26T23:26:27.378Z Downloaded slab v0.4.9
10002024-08-26T23:26:27.378Z Downloaded bitflags v1.3.2
10012024-08-26T23:26:27.381Z Downloaded wait-timeout v0.2.0
10022024-08-26T23:26:27.383Z Downloaded nu-ansi-term v0.50.0
10032024-08-26T23:26:27.386Z Downloaded multer v3.1.0
10042024-08-26T23:26:27.388Z Downloaded lock_api v0.4.12
10052024-08-26T23:26:27.388Z Downloaded lazy_static v1.5.0
10062024-08-26T23:26:27.391Z Downloaded foreign-types-shared v0.1.1
10072024-08-26T23:26:27.391Z Downloaded unicase v2.7.0
10082024-08-26T23:26:27.391Z Downloaded maybe-uninit v2.0.0
10092024-08-26T23:26:27.393Z Downloaded is_ci v1.2.0
10102024-08-26T23:26:27.394Z Downloaded crc v3.2.1
10112024-08-26T23:26:27.399Z Downloaded crossbeam-deque v0.8.5
10122024-08-26T23:26:27.401Z Downloaded shlex v1.3.0
10132024-08-26T23:26:27.401Z Downloaded indent_write v2.2.0
10142024-08-26T23:26:27.401Z Downloaded cobs v0.2.3
10152024-08-26T23:26:27.401Z Downloaded buf-list v1.0.3
10162024-08-26T23:26:27.404Z Downloaded bitfield v0.14.0
10172024-08-26T23:26:27.404Z Downloaded adler v1.0.2
10182024-08-26T23:26:27.407Z Downloaded slog-dtrace v0.3.0
10192024-08-26T23:26:27.407Z Downloaded slog-async v2.8.0
10202024-08-26T23:26:27.410Z Downloaded num-iter v0.1.45
10212024-08-26T23:26:27.410Z Downloaded num-derive v0.4.2
10222024-08-26T23:26:27.413Z Downloaded nibble_vec v0.1.0
10232024-08-26T23:26:27.413Z Downloaded crunchy v0.2.2
10242024-08-26T23:26:27.413Z Downloaded async-recursion v1.1.1
10252024-08-26T23:26:27.416Z Downloaded maplit v1.0.2
10262024-08-26T23:26:27.418Z Downloaded keccak v0.1.5
10272024-08-26T23:26:27.418Z Downloaded bit-set v0.5.3
10282024-08-26T23:26:27.421Z Downloaded lalrpop-util v0.19.12
10292024-08-26T23:26:27.421Z Downloaded instability v0.3.2
10302024-08-26T23:26:27.421Z Downloaded impl-trait-for-tuples v0.2.2
10312024-08-26T23:26:27.423Z Downloaded libloading v0.8.3
10322024-08-26T23:26:27.427Z Downloaded opaque-debug v0.3.1
10332024-08-26T23:26:27.430Z Downloaded constant_time_eq v0.3.0
10342024-08-26T23:26:27.430Z Downloaded argon2 v0.5.3
10352024-08-26T23:26:27.430Z Downloaded instant v0.1.12
10362024-08-26T23:26:27.433Z Downloaded atty v0.2.14
10372024-08-26T23:26:27.433Z Downloaded async-stream-impl v0.3.5
10382024-08-26T23:26:27.433Z Downloaded csv-core v0.1.11
10392024-08-26T23:26:27.436Z Downloaded md-5 v0.10.6
10402024-08-26T23:26:27.436Z Downloaded inout v0.1.3
10412024-08-26T23:26:27.439Z Downloaded ciborium v0.2.2
10422024-08-26T23:26:27.439Z Downloaded cassowary v0.3.0
10432024-08-26T23:26:27.442Z Downloaded arrayref v0.3.7
10442024-08-26T23:26:27.442Z Downloaded async-stream v0.3.5
10452024-08-26T23:26:27.444Z Downloaded debug-ignore v1.0.5
10462024-08-26T23:26:27.445Z Downloaded chacha20 v0.9.1
10472024-08-26T23:26:27.447Z Downloaded newline-converter v0.3.0
10482024-08-26T23:26:27.447Z Downloaded cbc v0.1.2
10492024-08-26T23:26:27.450Z Downloaded cexpr v0.6.0
10502024-08-26T23:26:27.453Z Downloaded hyper-tls v0.5.0
10512024-08-26T23:26:27.453Z Downloaded humantime v2.1.0
10522024-08-26T23:26:27.453Z Downloaded hubpack_derive v0.1.1
10532024-08-26T23:26:27.453Z Downloaded darling_macro v0.20.9
10542024-08-26T23:26:27.456Z Downloaded cstr-argument v0.1.2
10552024-08-26T23:26:27.456Z Downloaded bitstruct v0.1.1
10562024-08-26T23:26:27.730Z Downloaded libz-sys v1.1.16
10572024-08-26T23:26:27.829Z Downloaded ring v0.17.8
10582024-08-26T23:26:27.973Z Downloaded libsqlite3-sys v0.28.0
10592024-08-26T23:26:28.050Z Downloaded ring v0.16.20
10602024-08-26T23:26:28.216Z Compiling cfg-if v1.0.0
10612024-08-26T23:26:28.216Z Compiling serde v1.0.208
10622024-08-26T23:26:28.218Z Compiling typenum v1.17.0
10632024-08-26T23:26:28.218Z Compiling lock_api v0.4.12
10642024-08-26T23:26:28.218Z Compiling generic-array v0.14.7
10652024-08-26T23:26:28.392Z Compiling syn v2.0.74
10662024-08-26T23:26:28.394Z Compiling scopeguard v1.2.0
10672024-08-26T23:26:28.394Z Compiling log v0.4.21
10682024-08-26T23:26:28.454Z Compiling getrandom v0.2.14
10692024-08-26T23:26:28.555Z Compiling jobserver v0.1.32
10702024-08-26T23:26:28.686Z Compiling rand_core v0.6.4
10712024-08-26T23:26:28.938Z Compiling subtle v2.5.0
10722024-08-26T23:26:29.018Z Compiling const-oid v0.9.6
10732024-08-26T23:26:29.043Z Compiling pin-project-lite v0.2.14
10742024-08-26T23:26:29.174Z Compiling cc v1.0.97
10752024-08-26T23:26:29.339Z Compiling smallvec v1.13.2
10762024-08-26T23:26:29.360Z Compiling parking_lot_core v0.9.10
10772024-08-26T23:26:29.446Z Compiling signal-hook-registry v1.4.2
10782024-08-26T23:26:29.659Z Compiling spin v0.9.8
10792024-08-26T23:26:29.787Z Compiling mio v0.8.11
10802024-08-26T23:26:30.157Z Compiling ahash v0.8.11
10812024-08-26T23:26:30.374Z Compiling parking_lot v0.12.2
10822024-08-26T23:26:30.561Z Compiling tinyvec_macros v0.1.1
10832024-08-26T23:26:30.650Z Compiling tinyvec v1.6.0
10842024-08-26T23:26:30.668Z Compiling socket2 v0.5.7
10852024-08-26T23:26:31.155Z Compiling num_cpus v1.16.0
10862024-08-26T23:26:31.158Z Compiling serde_json v1.0.125
10872024-08-26T23:26:31.286Z Compiling libm v0.2.8
10882024-08-26T23:26:31.305Z Compiling cpufeatures v0.2.12
10892024-08-26T23:26:31.369Z Compiling futures-core v0.3.30
10902024-08-26T23:26:31.411Z Compiling slab v0.4.9
10912024-08-26T23:26:31.587Z Compiling num-traits v0.2.19
10922024-08-26T23:26:31.639Z Compiling unicode-bidi v0.3.15
10932024-08-26T23:26:31.718Z Compiling futures-sink v0.3.30
10942024-08-26T23:26:31.738Z Compiling allocator-api2 v0.2.18
10952024-08-26T23:26:32.180Z Compiling unicode-normalization v0.1.23
10962024-08-26T23:26:32.199Z Compiling futures-channel v0.3.30
10972024-08-26T23:26:32.227Z Compiling futures-task v0.3.30
10982024-08-26T23:26:32.531Z Compiling pin-utils v0.1.0
10992024-08-26T23:26:32.534Z Compiling futures-io v0.3.30
11002024-08-26T23:26:32.631Z Compiling vcpkg v0.2.15
11012024-08-26T23:26:32.651Z Compiling pkg-config v0.3.30
11022024-08-26T23:26:33.154Z Compiling base64ct v1.6.0
11032024-08-26T23:26:33.272Z Compiling percent-encoding v2.3.1
11042024-08-26T23:26:33.321Z Compiling flagset v0.4.5
11052024-08-26T23:26:33.507Z Compiling ring v0.17.8
11062024-08-26T23:26:33.534Z Compiling ppv-lite86 v0.2.17
11072024-08-26T23:26:33.641Z Compiling pem-rfc7468 v0.7.0
11082024-08-26T23:26:33.745Z Compiling tracing-core v0.1.32
11092024-08-26T23:26:34.275Z Compiling rustix v0.38.34
11102024-08-26T23:26:34.367Z Compiling rand_chacha v0.3.1
11112024-08-26T23:26:34.420Z Compiling untrusted v0.9.0
11122024-08-26T23:26:34.609Z Compiling rustversion v1.0.17
11132024-08-26T23:26:34.866Z Compiling openssl-sys v0.9.103
11142024-08-26T23:26:34.942Z Compiling rand v0.8.5
11152024-08-26T23:26:35.139Z Compiling openssl v0.10.66
11162024-08-26T23:26:35.175Z Compiling foreign-types-shared v0.1.1
11172024-08-26T23:26:35.289Z Compiling num-conv v0.1.0
11182024-08-26T23:26:35.358Z Compiling powerfmt v0.2.0
11192024-08-26T23:26:35.542Z Compiling time-core v0.1.2
11202024-08-26T23:26:35.559Z Compiling httparse v1.8.0
11212024-08-26T23:26:35.724Z Compiling time-macros v0.2.18
11222024-08-26T23:26:35.746Z Compiling deranged v0.3.11
11232024-08-26T23:26:36.091Z Compiling foreign-types v0.3.2
11242024-08-26T23:26:36.191Z Compiling form_urlencoded v1.2.1
11252024-08-26T23:26:36.512Z Compiling aho-corasick v1.1.3
11262024-08-26T23:26:36.661Z Compiling rustls v0.21.12
11272024-08-26T23:26:36.833Z Compiling regex-syntax v0.8.4
11282024-08-26T23:26:36.923Z Compiling native-tls v0.2.11
11292024-08-26T23:26:37.276Z Compiling syn v1.0.109
11302024-08-26T23:26:37.380Z Compiling crossbeam-utils v0.8.19
11312024-08-26T23:26:37.545Z Compiling try-lock v0.2.5
11322024-08-26T23:26:37.687Z Compiling num_threads v0.1.7
11332024-08-26T23:26:37.821Z Compiling siphasher v0.3.11
11342024-08-26T23:26:37.972Z Compiling want v0.3.1
11352024-08-26T23:26:38.241Z Compiling idna v0.5.0
11362024-08-26T23:26:38.908Z Compiling socket2 v0.4.10
11372024-08-26T23:26:38.931Z Compiling time v0.3.36
11382024-08-26T23:26:39.529Z Compiling cookie v0.17.0
11392024-08-26T23:26:39.783Z Compiling iana-time-zone v0.1.60
11402024-08-26T23:26:39.803Z Compiling finl_unicode v1.2.0
11412024-08-26T23:26:39.823Z Compiling adler v1.0.2
11422024-08-26T23:26:40.043Z Compiling tower-service v0.3.2
11432024-08-26T23:26:40.172Z Compiling regex-automata v0.4.6
11442024-08-26T23:26:40.255Z Compiling slog v2.7.0
11452024-08-26T23:26:40.395Z Compiling httpdate v1.0.3
11462024-08-26T23:26:40.804Z Compiling openssl-probe v0.1.5
11472024-08-26T23:26:40.917Z Compiling stringprep v0.1.4
11482024-08-26T23:26:41.158Z Compiling miniz_oxide v0.7.2
11492024-08-26T23:26:42.067Z Compiling url v2.5.2
11502024-08-26T23:26:42.134Z Compiling sct v0.7.1
11512024-08-26T23:26:42.460Z Compiling rustls-webpki v0.101.7
11522024-08-26T23:26:42.908Z Compiling serde_derive v1.0.208
11532024-08-26T23:26:43.281Z Compiling zeroize_derive v1.4.2
11542024-08-26T23:26:43.951Z Compiling zerocopy-derive v0.7.34
11552024-08-26T23:26:43.981Z Compiling tokio-macros v2.3.0
11562024-08-26T23:26:44.001Z Compiling thiserror-impl v1.0.63
11572024-08-26T23:26:44.166Z Compiling futures-macro v0.3.30
11582024-08-26T23:26:44.392Z Compiling der_derive v0.7.2
11592024-08-26T23:26:44.957Z Compiling zeroize v1.7.0
11602024-08-26T23:26:45.638Z Compiling scroll_derive v0.12.0
11612024-08-26T23:26:46.185Z Compiling futures-util v0.3.30
11622024-08-26T23:26:46.261Z Compiling zerocopy v0.7.34
11632024-08-26T23:26:46.803Z Compiling crypto-common v0.1.6
11642024-08-26T23:26:46.919Z Compiling block-buffer v0.10.4
11652024-08-26T23:26:47.032Z Compiling block-padding v0.3.3
11662024-08-26T23:26:47.126Z Compiling der v0.7.9
11672024-08-26T23:26:47.190Z Compiling digest v0.10.7
11682024-08-26T23:26:47.270Z Compiling inout v0.1.3
11692024-08-26T23:26:47.289Z Compiling thiserror v1.0.63
11702024-08-26T23:26:47.424Z Compiling pest v2.7.10
11712024-08-26T23:26:47.528Z Compiling cipher v0.4.4
11722024-08-26T23:26:47.685Z Compiling hmac v0.12.1
11732024-08-26T23:26:47.911Z Compiling sha2 v0.10.8
11742024-08-26T23:26:48.048Z Compiling salsa20 v0.10.2
11752024-08-26T23:26:48.266Z Compiling pbkdf2 v0.12.2
11762024-08-26T23:26:48.443Z Compiling hashbrown v0.14.5
11772024-08-26T23:26:48.443Z Compiling tracing-attributes v0.1.27
11782024-08-26T23:26:49.930Z Compiling spki v0.7.3
11792024-08-26T23:26:50.298Z Compiling pest_meta v2.7.10
11802024-08-26T23:26:50.503Z Compiling scrypt v0.11.0
11812024-08-26T23:26:50.532Z Compiling cbc v0.1.2
11822024-08-26T23:26:50.763Z Compiling aes v0.8.4
11832024-08-26T23:26:51.064Z Compiling scroll v0.12.0
11842024-08-26T23:26:51.564Z Compiling pest_generator v2.7.10
11852024-08-26T23:26:51.596Z Compiling goblin v0.8.2
11862024-08-26T23:26:52.310Z Compiling tracing v0.1.40
11872024-08-26T23:26:52.439Z Compiling pkcs5 v0.7.1
11882024-08-26T23:26:52.813Z Compiling openssl-macros v0.1.1
11892024-08-26T23:26:53.116Z Compiling pkcs8 v0.10.2
11902024-08-26T23:26:53.534Z Compiling md-5 v0.10.6
11912024-08-26T23:26:53.686Z Compiling num-integer v0.1.46
11922024-08-26T23:26:53.792Z Compiling backtrace v0.3.71
11932024-08-26T23:26:53.866Z Compiling idna v0.3.0
11942024-08-26T23:26:54.313Z Compiling lazy_static v1.5.0
11952024-08-26T23:26:54.444Z Compiling hash32 v0.2.1
11962024-08-26T23:26:54.532Z Compiling cfg_aliases v0.1.1
11972024-08-26T23:26:54.630Z Compiling smoltcp v0.9.1
11982024-08-26T23:26:54.820Z Compiling psl-types v2.0.11
11992024-08-26T23:26:55.015Z Compiling crc32fast v1.4.0
12002024-08-26T23:26:55.358Z Compiling pest_derive v2.7.10
12012024-08-26T23:26:55.386Z Compiling fallible-iterator v0.2.0
12022024-08-26T23:26:55.495Z Compiling num-bigint-dig v0.8.4
12032024-08-26T23:26:55.541Z Compiling stable_deref_trait v1.2.0
12042024-08-26T23:26:55.650Z Compiling base64 v0.22.1
12052024-08-26T23:26:55.809Z Compiling gimli v0.28.1
12062024-08-26T23:26:56.078Z Compiling signal-hook v0.3.17
12072024-08-26T23:26:56.171Z Compiling dtrace-parser v0.2.0
12082024-08-26T23:26:56.456Z Compiling publicsuffix v2.2.3
12092024-08-26T23:26:56.475Z Compiling nix v0.28.0
12102024-08-26T23:26:56.751Z Compiling num-iter v0.1.45
12112024-08-26T23:26:56.922Z Compiling zerocopy-derive v0.6.6
12122024-08-26T23:26:57.291Z Compiling bytes v1.7.1
12132024-08-26T23:26:57.565Z Compiling bitflags v2.6.0
12142024-08-26T23:26:58.364Z Compiling tokio v1.38.1
12152024-08-26T23:26:58.609Z Compiling indexmap v2.4.0
12162024-08-26T23:26:59.178Z Compiling http v0.2.12
12172024-08-26T23:27:00.099Z Compiling semver v1.0.23
12182024-08-26T23:27:00.849Z Compiling rustc_version v0.4.0
12192024-08-26T23:27:01.121Z Compiling http-body v0.4.6
12202024-08-26T23:27:01.591Z Compiling dof v0.3.0
12212024-08-26T23:27:01.612Z Compiling heapless v0.7.17
12222024-08-26T23:27:01.925Z Compiling uuid v1.10.0
12232024-08-26T23:27:02.132Z Compiling serde_spanned v0.6.7
12242024-08-26T23:27:02.368Z Compiling usdt-impl v0.5.0
12252024-08-26T23:27:02.514Z Compiling serde_tokenstream v0.2.2
12262024-08-26T23:27:03.133Z Compiling toml_datetime v0.6.8
12272024-08-26T23:27:03.365Z Compiling chrono v0.4.38
12282024-08-26T23:27:03.630Z Compiling terminal_size v0.3.0
12292024-08-26T23:27:03.836Z Compiling addr2line v0.21.0
12302024-08-26T23:27:03.890Z Compiling postgres-protocol v0.6.7
12312024-08-26T23:27:03.983Z Compiling async-trait v0.1.81
12322024-08-26T23:27:05.217Z Compiling phf_shared v0.11.2
12332024-08-26T23:27:05.606Z Compiling serde_derive_internals v0.29.1
12342024-08-26T23:27:05.681Z Compiling ff v0.13.0
12352024-08-26T23:27:05.734Z Compiling object v0.32.2
12362024-08-26T23:27:05.905Z Compiling fs-err v2.11.0
12372024-08-26T23:27:06.221Z Compiling anyhow v1.0.86
12382024-08-26T23:27:06.841Z Compiling tokio-util v0.7.11
12392024-08-26T23:27:06.859Z Compiling tokio-rustls v0.24.1
12402024-08-26T23:27:07.165Z Compiling base64 v0.21.7
12412024-08-26T23:27:07.248Z Compiling managed v0.8.0
12422024-08-26T23:27:07.694Z Compiling rustc-demangle v0.1.24
12432024-08-26T23:27:07.810Z Compiling h2 v0.3.26
12442024-08-26T23:27:08.235Z Compiling hubpack_derive v0.1.1
12452024-08-26T23:27:08.306Z Compiling tokio-native-tls v0.3.1
12462024-08-26T23:27:08.558Z Compiling either v1.13.0
12472024-08-26T23:27:08.578Z Compiling ipnet v2.9.0
12482024-08-26T23:27:08.720Z Compiling bitflags v1.3.2
12492024-08-26T23:27:08.826Z Compiling schemars v0.8.21
12502024-08-26T23:27:09.007Z Compiling base16ct v0.2.0
12512024-08-26T23:27:09.181Z Compiling winnow v0.5.40
12522024-08-26T23:27:09.268Z Compiling sec1 v0.7.3
12532024-08-26T23:27:09.355Z Compiling clap_builder v4.5.15
12542024-08-26T23:27:09.836Z Compiling hubpack v0.1.2
12552024-08-26T23:27:10.299Z Compiling schemars_derive v0.8.21
12562024-08-26T23:27:10.516Z Compiling rustls-pemfile v1.0.4
12572024-08-26T23:27:11.306Z Compiling group v0.13.0
12582024-08-26T23:27:11.637Z Compiling postgres-types v0.2.7
12592024-08-26T23:27:12.005Z Compiling phf v0.11.2
12602024-08-26T23:27:12.293Z Compiling cookie_store v0.20.0
12612024-08-26T23:27:12.935Z Compiling toml_edit v0.19.15
12622024-08-26T23:27:13.161Z Compiling usdt-attr-macro v0.5.0
12632024-08-26T23:27:13.668Z Compiling usdt-macro v0.5.0
12642024-08-26T23:27:13.823Z Compiling zerocopy v0.6.6
12652024-08-26T23:27:13.900Z Compiling serde_urlencoded v0.7.1
12662024-08-26T23:27:14.701Z Compiling hyper v0.14.30
12672024-08-26T23:27:15.287Z Compiling pkcs1 v0.7.5
12682024-08-26T23:27:16.173Z Compiling futures-executor v0.3.30
12692024-08-26T23:27:16.311Z Compiling hkdf v0.12.4
12702024-08-26T23:27:16.541Z Compiling signature v2.2.0
12712024-08-26T23:27:16.573Z Compiling crypto-bigint v0.5.5
12722024-08-26T23:27:16.746Z Compiling bstr v1.9.1
12732024-08-26T23:27:16.828Z Compiling regex v1.10.6
12742024-08-26T23:27:17.940Z Compiling strum_macros v0.25.3
12752024-08-26T23:27:18.415Z Compiling serde_repr v0.1.19
12762024-08-26T23:27:18.586Z Compiling clap_derive v4.5.13
12772024-08-26T23:27:18.606Z Compiling enum-as-inner v0.6.0
12782024-08-26T23:27:19.660Z Compiling phf_shared v0.10.0
12792024-08-26T23:27:19.732Z Compiling float-cmp v0.9.0
12802024-08-26T23:27:19.951Z Compiling idna v0.4.0
12812024-08-26T23:27:20.044Z Compiling mio v1.0.2
12822024-08-26T23:27:20.934Z Compiling encoding_rs v0.8.34
12832024-08-26T23:27:21.279Z Compiling whoami v1.5.1
12842024-08-26T23:27:21.553Z Compiling hyper-tls v0.5.0
12852024-08-26T23:27:21.908Z Compiling hyper-rustls v0.24.2
12862024-08-26T23:27:21.929Z Compiling webpki-roots v0.25.4
12872024-08-26T23:27:22.064Z Compiling mime v0.3.17
12882024-08-26T23:27:22.091Z Compiling fixedbitset v0.4.2
12892024-08-26T23:27:22.268Z Compiling data-encoding v2.6.0
12902024-08-26T23:27:22.542Z Compiling new_debug_unreachable v1.0.6
12912024-08-26T23:27:22.639Z Compiling static_assertions v1.1.0
12922024-08-26T23:27:22.671Z Compiling precomputed-hash v0.1.1
12932024-08-26T23:27:22.725Z Compiling unicode-segmentation v1.11.0
12942024-08-26T23:27:22.747Z Compiling predicates-core v1.0.6
12952024-08-26T23:27:22.792Z Compiling normalize-line-endings v0.3.0
12962024-08-26T23:27:22.922Z Compiling minimal-lexical v0.2.1
12972024-08-26T23:27:23.093Z Compiling sync_wrapper v0.1.2
12982024-08-26T23:27:23.219Z Compiling difflib v0.4.0
12992024-08-26T23:27:23.454Z Compiling dyn-clone v1.0.17
13002024-08-26T23:27:23.579Z Compiling bit-vec v0.6.3
13012024-08-26T23:27:23.677Z Compiling predicates v3.1.2
13022024-08-26T23:27:23.794Z Compiling clap v4.5.16
13032024-08-26T23:27:23.948Z Compiling bit-set v0.5.3
13042024-08-26T23:27:24.246Z Compiling toml_edit v0.22.20
13052024-08-26T23:27:24.535Z Compiling console v0.15.8
13062024-08-26T23:27:24.720Z Compiling similar v2.6.0
13072024-08-26T23:27:24.794Z Compiling reqwest v0.11.27
13082024-08-26T23:27:25.461Z Compiling nom v7.1.3
13092024-08-26T23:27:25.516Z Compiling hickory-proto v0.24.1
13102024-08-26T23:27:26.076Z Compiling string_cache v0.8.7
13112024-08-26T23:27:26.555Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
13122024-08-26T23:27:27.116Z Compiling petgraph v0.6.5
13132024-08-26T23:27:27.860Z Compiling tokio-postgres v0.7.11
13142024-08-26T23:27:29.172Z Compiling usdt v0.5.0
13152024-08-26T23:27:29.203Z Compiling signal-hook-mio v0.2.4
13162024-08-26T23:27:29.384Z Compiling elliptic-curve v0.13.8
13172024-08-26T23:27:29.694Z Compiling rsa v0.9.6
13182024-08-26T23:27:30.230Z Compiling futures v0.3.30
13192024-08-26T23:27:30.346Z Compiling toml v0.7.8
13202024-08-26T23:27:31.095Z Compiling flate2 v1.0.31
13212024-08-26T23:27:32.889Z Compiling itertools v0.10.5
13222024-08-26T23:27:32.986Z Compiling itertools v0.12.1
13232024-08-26T23:27:33.564Z Compiling tokio-stream v0.1.15
13242024-08-26T23:27:33.605Z Compiling openapiv3 v2.0.0
13252024-08-26T23:27:38.268Z Compiling hex v0.4.3
13262024-08-26T23:27:38.313Z Compiling sha1 v0.10.6
13272024-08-26T23:27:38.313Z Compiling crossbeam-epoch v0.9.18
13282024-08-26T23:27:38.313Z Compiling dirs-sys-next v0.1.2
13292024-08-26T23:27:38.313Z Compiling peg-runtime v0.8.3
13302024-08-26T23:27:38.313Z Compiling lalrpop-util v0.19.12
13312024-08-26T23:27:38.313Z Compiling unicode-xid v0.2.4
13322024-08-26T23:27:38.314Z Compiling dirs-next v2.0.0
13332024-08-26T23:27:38.314Z Compiling thread_local v1.1.8
13342024-08-26T23:27:38.314Z Compiling slog-async v2.8.0
13352024-08-26T23:27:38.314Z Compiling xattr v1.3.1
13362024-08-26T23:27:38.314Z Compiling term v0.7.0
13372024-08-26T23:27:38.314Z Compiling crossbeam-channel v0.5.12
13382024-08-26T23:27:38.314Z Compiling strum_macros v0.26.4
13392024-08-26T23:27:38.314Z Compiling filetime v0.2.24
13402024-08-26T23:27:38.314Z Compiling is-terminal v0.4.12
13412024-08-26T23:27:38.314Z Compiling take_mut v0.2.2
13422024-08-26T23:27:38.314Z Compiling slog-term v2.9.1
13432024-08-26T23:27:38.314Z Compiling tar v0.4.41
13442024-08-26T23:27:38.314Z Compiling camino v1.1.9
13452024-08-26T23:27:39.111Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
13462024-08-26T23:27:39.807Z Compiling strum v0.26.3
13472024-08-26T23:27:39.884Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
13482024-08-26T23:27:45.187Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 20s
13492024-08-26T23:27:45.322Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
13502024-08-26T23:27:45.369ZAug 26 23:27:43.693 INFO Starting download, target: Console
13512024-08-26T23:27:45.369ZAug 26 23:27:43.693 INFO Starting download, target: Clickhouse
13522024-08-26T23:27:45.369ZAug 26 23:27:43.693 INFO Starting download, target: Cockroach
13532024-08-26T23:27:45.373ZAug 26 23:27:43.693 INFO Starting download, target: DendriteOpenapi
13542024-08-26T23:27:45.373ZAug 26 23:27:43.693 INFO Starting download, target: DendriteStub
13552024-08-26T23:27:45.373ZAug 26 23:27:43.693 INFO Starting download, target: MaghemiteMgd
13562024-08-26T23:27:45.373ZAug 26 23:27:43.693 INFO Starting download, target: TransceiverControl
13572024-08-26T23:27:45.373ZAug 26 23:27:43.694 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
13582024-08-26T23:27:45.373ZAug 26 23:27:43.694 INFO Downloading out/downloads/dpd-21b16567f28e103f145cd18d53fac6958429c4ff.json (attempt 1/3), target: DendriteOpenapi
13592024-08-26T23:27:45.373ZAug 26 23:27:43.694 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
13602024-08-26T23:27:45.373ZAug 26 23:27:43.694 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
13612024-08-26T23:27:45.373ZAug 26 23:27:43.694 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
13622024-08-26T23:27:45.373ZAug 26 23:27:43.694 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
13632024-08-26T23:27:45.373ZAug 26 23:27:43.694 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
13642024-08-26T23:27:45.599ZAug 26 23:27:43.915 INFO Download complete, target: DendriteOpenapi
13652024-08-26T23:27:45.700ZAug 26 23:27:44.019 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
13662024-08-26T23:27:45.916ZAug 26 23:27:44.229 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
13672024-08-26T23:27:46.111ZAug 26 23:27:44.434 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
13682024-08-26T23:27:46.125ZAug 26 23:27:44.449 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
13692024-08-26T23:27:46.303ZAug 26 23:27:44.627 INFO Download complete, target: Console
13702024-08-26T23:27:46.575ZAug 26 23:27:44.899 INFO Download complete, target: TransceiverControl
13712024-08-26T23:27:46.835ZAug 26 23:27:45.159 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
13722024-08-26T23:27:46.835ZAug 26 23:27:45.159 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
13732024-08-26T23:27:47.426ZAug 26 23:27:45.750 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
13742024-08-26T23:27:49.280ZAug 26 23:27:47.603 INFO Download complete, target: DendriteStub
13752024-08-26T23:27:49.465ZAug 26 23:27:47.788 INFO Download complete, target: MaghemiteMgd
13762024-08-26T23:27:55.377ZAug 26 23:27:53.698 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
13772024-08-26T23:27:55.704ZAug 26 23:27:54.026 INFO Checking that binary works, target: Cockroach
13782024-08-26T23:27:55.869ZAug 26 23:27:54.191 INFO Download complete, target: Cockroach
13792024-08-26T23:28:01.683ZAug 26 23:28:00.004 INFO Checking that binary works, target: Clickhouse
13802024-08-26T23:28:01.845ZAug 26 23:28:00.165 INFO Download complete, target: Clickhouse
13812024-08-26T23:28:01.865ZAll builder prerequisites installed successfully, and PATH looks valid
13822024-08-26T23:28:01.868Z
13832024-08-26T23:28:01.868Zreal 3:29.504405471
13842024-08-26T23:28:01.868Zuser 11:23.362679229
13852024-08-26T23:28:01.868Zsys 2:27.010246751
13862024-08-26T23:28:01.868Ztrap 0.414142887
13872024-08-26T23:28:01.868Ztflt 1.454158421
13882024-08-26T23:28:01.868Zdflt 1.648528029
13892024-08-26T23:28:01.868Zkflt 0.022320717
13902024-08-26T23:28:01.868Zlock 22:40.761287530
13912024-08-26T23:28:01.868Zslp 43:14.783973297
13922024-08-26T23:28:01.868Zlat 43.424740599
13932024-08-26T23:28:01.868Zstop 1:53.336978412
13942024-08-26T23:28:01.868Z+ banner build
13952024-08-26T23:28:01.871Z
13962024-08-26T23:28:01.871Z ##### # # # # #####
13972024-08-26T23:28:01.871Z # # # # # # # #
13982024-08-26T23:28:01.871Z ##### # # # # # #
13992024-08-26T23:28:01.871Z # # # # # # # #
14002024-08-26T23:28:01.871Z # # # # # # # #
14012024-08-26T23:28:01.871Z ##### #### # ###### #####
14022024-08-26T23:28:01.871Z
14032024-08-26T23:28:01.871Z+ export 'RUSTFLAGS=-D warnings'
14042024-08-26T23:28:01.871Z+ RUSTFLAGS='-D warnings'
14052024-08-26T23:28:01.871Z+ export 'RUSTDOCFLAGS=--document-private-items -D warnings'
14062024-08-26T23:28:01.871Z+ RUSTDOCFLAGS='--document-private-items -D warnings'
14072024-08-26T23:28:01.871Z+ [[ illumos == \i\l\l\u\m\o\s ]]
14082024-08-26T23:28:01.871Z+ RUSTFLAGS='-D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64'
14092024-08-26T23:28:01.871Z+ export TMPDIR=/var/tmp/omicron_tmp
14102024-08-26T23:28:01.871Z+ TMPDIR=/var/tmp/omicron_tmp
14112024-08-26T23:28:01.871Z+ export RUST_BACKTRACE=1
14122024-08-26T23:28:01.871Z+ RUST_BACKTRACE=1
14132024-08-26T23:28:01.871Z+ export CARGO_INCREMENTAL=0
14142024-08-26T23:28:01.871Z+ CARGO_INCREMENTAL=0
14152024-08-26T23:28:01.871Z+ export RUSTC_BOOTSTRAP=1
14162024-08-26T23:28:01.871Z+ RUSTC_BOOTSTRAP=1
14172024-08-26T23:28:01.871Z+ ptime -m cargo build -Z unstable-options --timings=json --workspace --tests --locked --verbose
14182024-08-26T23:28:02.641Z Downloading crates ...
14192024-08-26T23:28:02.976Z Downloaded dhcproto-macros v0.1.0
14202024-08-26T23:28:02.982Z Downloaded escape8259 v0.5.2
14212024-08-26T23:28:02.982Z Downloaded doc-comment v0.3.3
14222024-08-26T23:28:02.985Z Downloaded cfg-expr v0.16.0
14232024-08-26T23:28:02.989Z Downloaded md5 v0.7.0
14242024-08-26T23:28:02.993Z Downloaded ghash v0.5.1
14252024-08-26T23:28:02.993Z Downloaded dirs-sys v0.4.1
14262024-08-26T23:28:02.996Z Downloaded http-body v1.0.0
14272024-08-26T23:28:03.004Z Downloaded guppy-workspace-hack v0.1.0
14282024-08-26T23:28:03.010Z Downloaded plotters-backend v0.3.5
14292024-08-26T23:28:03.013Z Downloaded relative-path v1.9.3
14302024-08-26T23:28:03.013Z Downloaded pbkdf2 v0.11.0
14312024-08-26T23:28:03.016Z Downloaded threadpool v1.8.1
14322024-08-26T23:28:03.017Z Downloaded similar-asserts v1.5.0
14332024-08-26T23:28:03.020Z Downloaded anes v0.1.6
14342024-08-26T23:28:03.024Z Downloaded bcrypt-pbkdf v0.10.0
14352024-08-26T23:28:03.024Z Downloaded ssh-encoding v0.2.0
14362024-08-26T23:28:03.028Z Downloaded rust-argon2 v2.1.0
14372024-08-26T23:28:03.032Z Downloaded libtest-mimic v0.7.3
14382024-08-26T23:28:03.037Z Downloaded approx v0.5.1
14392024-08-26T23:28:03.040Z Downloaded password-hash v0.4.2
14402024-08-26T23:28:03.040Z Downloaded rstest v0.22.0
14412024-08-26T23:28:03.049Z Downloaded p256 v0.13.2
14422024-08-26T23:28:03.053Z Downloaded hyper-util v0.1.3
14432024-08-26T23:28:03.057Z Downloaded cast v0.3.0
14442024-08-26T23:28:03.066Z Downloaded tower-layer v0.3.2
14452024-08-26T23:28:03.069Z Downloaded russh-cryptovec v0.7.2
14462024-08-26T23:28:03.073Z Downloaded enum-as-inner v0.5.1
14472024-08-26T23:28:03.076Z Downloaded dirs v5.0.1
14482024-08-26T23:28:03.076Z Downloaded ctr v0.9.2
14492024-08-26T23:28:03.080Z Downloaded target-lexicon v0.12.16
14502024-08-26T23:28:03.084Z Downloaded tower v0.4.13
14512024-08-26T23:28:03.089Z Downloaded p521 v0.13.3
14522024-08-26T23:28:03.093Z Downloaded plotters-svg v0.3.5
14532024-08-26T23:28:03.097Z Downloaded toml_edit v0.21.1
14542024-08-26T23:28:03.116Z Downloaded oorandom v11.1.3
14552024-08-26T23:28:03.118Z Downloaded ssh-cipher v0.2.0
14562024-08-26T23:28:03.118Z Downloaded proc-macro-crate v3.1.0
14572024-08-26T23:28:03.121Z Downloaded nested v0.1.1
14582024-08-26T23:28:03.121Z Downloaded internet-checksum v0.2.1
14592024-08-26T23:28:03.121Z Downloaded hex-literal v0.4.1
14602024-08-26T23:28:03.121Z Downloaded matches v0.1.10
14612024-08-26T23:28:03.124Z Downloaded pathdiff v0.2.1
14622024-08-26T23:28:03.124Z Downloaded option-ext v0.2.0
14632024-08-26T23:28:03.126Z Downloaded target-spec v3.2.1
14642024-08-26T23:28:03.126Z Downloaded rfc6979 v0.4.0
14652024-08-26T23:28:03.132Z Downloaded futures-timer v3.0.3
14662024-08-26T23:28:03.144Z Downloaded yansi v0.5.1
14672024-08-26T23:28:03.144Z Downloaded partial-io v0.5.4
14682024-08-26T23:28:03.144Z Downloaded blowfish v0.9.1
14692024-08-26T23:28:03.144Z Downloaded ecdsa v0.16.9
14702024-08-26T23:28:03.150Z Downloaded assert_cmd v2.0.16
14712024-08-26T23:28:03.152Z Downloaded ed25519 v2.2.3
14722024-08-26T23:28:03.155Z Downloaded rustls-native-certs v0.7.0
14732024-08-26T23:28:03.157Z Downloaded blake2b_simd v1.0.2
14742024-08-26T23:28:03.160Z Downloaded criterion-plot v0.5.0
14752024-08-26T23:28:03.160Z Downloaded tinytemplate v1.2.1
14762024-08-26T23:28:03.164Z Downloaded polyval v0.6.2
14772024-08-26T23:28:03.168Z Downloaded hyper-rustls v0.26.0
14782024-08-26T23:28:03.168Z Downloaded datatest-stable v0.2.9
14792024-08-26T23:28:03.169Z Downloaded russh-keys v0.44.0
14802024-08-26T23:28:03.174Z Downloaded rand_distr v0.4.3
14812024-08-26T23:28:03.180Z Downloaded trybuild v1.0.99
14822024-08-26T23:28:03.184Z Downloaded primeorder v0.13.6
14832024-08-26T23:28:03.185Z Downloaded dhcproto v0.12.0
14842024-08-26T23:28:03.196Z Downloaded rstest_macros v0.22.0
14852024-08-26T23:28:03.202Z Downloaded httptest v0.15.5
14862024-08-26T23:28:03.214Z Downloaded fancy-regex v0.13.0
14872024-08-26T23:28:03.221Z Downloaded num-bigint v0.4.5
14882024-08-26T23:28:03.229Z Downloaded pretty_assertions v1.4.0
14892024-08-26T23:28:03.233Z Downloaded ed25519-dalek v2.1.1
14902024-08-26T23:28:03.237Z Downloaded criterion v0.5.1
14912024-08-26T23:28:03.243Z Downloaded russh v0.44.1
14922024-08-26T23:28:03.249Z Downloaded ssh-key v0.6.6
14932024-08-26T23:28:03.255Z Downloaded aes-gcm v0.10.3
14942024-08-26T23:28:03.260Z Downloaded plotters v0.3.5
14952024-08-26T23:28:03.270Z Downloaded idna v0.2.3
14962024-08-26T23:28:03.276Z Downloaded regex-automata v0.1.10
14972024-08-26T23:28:03.283Z Downloaded hyper v1.3.1
14982024-08-26T23:28:03.290Z Downloaded guppy v0.17.7
14992024-08-26T23:28:03.293Z Downloaded trust-dns-proto v0.22.0
15002024-08-26T23:28:03.301Z Downloaded p384 v0.13.0
15012024-08-26T23:28:03.307Z Downloaded bstr v0.2.17
15022024-08-26T23:28:03.919Z Dirty proc-macro2 v1.0.86: the rustflags changed
15032024-08-26T23:28:03.919Z Compiling proc-macro2 v1.0.86
15042024-08-26T23:28:03.919Z Dirty unicode-ident v1.0.12: the rustflags changed
15052024-08-26T23:28:03.922Z Compiling unicode-ident v1.0.12
15062024-08-26T23:28:03.922Z Dirty libc v0.2.156: the rustflags changed
15072024-08-26T23:28:03.922Z Compiling libc v0.2.156
15082024-08-26T23:28:03.922Z Dirty cfg-if v1.0.0: the rustflags changed
15092024-08-26T23:28:03.922Z Compiling cfg-if v1.0.0
15102024-08-26T23:28:03.922Z Dirty serde v1.0.208: the rustflags changed
15112024-08-26T23:28:03.922Z Compiling serde v1.0.208
15122024-08-26T23:28:03.922Z Dirty version_check v0.9.5: the rustflags changed
15132024-08-26T23:28:03.922Z Compiling version_check v0.9.5
15142024-08-26T23:28:03.922Z Dirty autocfg v1.3.0: the rustflags changed
15152024-08-26T23:28:03.922Z Compiling autocfg v1.3.0
15162024-08-26T23:28:03.922Z Dirty once_cell v1.19.0: the rustflags changed
15172024-08-26T23:28:03.922Z Compiling once_cell v1.19.0
15182024-08-26T23:28:03.922Z 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`
15192024-08-26T23:28:04.065Z 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`
15202024-08-26T23:28:04.082Z 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`
15212024-08-26T23:28:04.082Z 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.156/build.rs --error-format=json --json=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=fa81e31615f1f057 -C extra-filename=-fa81e31615f1f057 --out-dir /work/oxidecomputer/omicron/target/debug/build/libc-fa81e31615f1f057 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15222024-08-26T23:28:04.085Z 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`
15232024-08-26T23:28:04.085Z 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`
15242024-08-26T23:28:04.085Z 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`
15252024-08-26T23:28:04.085Z 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.208/build.rs --error-format=json --json=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=b084312515d7d617 -C extra-filename=-b084312515d7d617 --out-dir /work/oxidecomputer/omicron/target/debug/build/serde-b084312515d7d617 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15262024-08-26T23:28:04.179Z Dirty memchr v2.7.2: the rustflags changed
15272024-08-26T23:28:04.179Z Compiling memchr v2.7.2
15282024-08-26T23:28:04.203Z 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`
15292024-08-26T23:28:04.205Z Dirty log v0.4.21: the rustflags changed
15302024-08-26T23:28:04.206Z Compiling log v0.4.21
15312024-08-26T23:28:04.227Z 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`
15322024-08-26T23:28:04.452Z Dirty scopeguard v1.2.0: the rustflags changed
15332024-08-26T23:28:04.452Z Compiling scopeguard v1.2.0
15342024-08-26T23:28:04.490Z 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`
15352024-08-26T23:28:04.624Z Dirty byteorder v1.5.0: the rustflags changed
15362024-08-26T23:28:04.624Z Compiling byteorder v1.5.0
15372024-08-26T23:28:04.639Z 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`
15382024-08-26T23:28:04.643Z Dirty itoa v1.0.11: the rustflags changed
15392024-08-26T23:28:04.643Z Compiling itoa v1.0.11
15402024-08-26T23:28:04.685Z 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`
15412024-08-26T23:28:04.742Z Running `/work/oxidecomputer/omicron/target/debug/build/serde-b084312515d7d617/build-script-build`
15422024-08-26T23:28:04.764Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro2-d49ccfd8249300a7/build-script-build`
15432024-08-26T23:28:04.798Z Dirty smallvec v1.13.2: the rustflags changed
15442024-08-26T23:28:04.799Z Compiling smallvec v1.13.2
15452024-08-26T23:28:04.801Z 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`
15462024-08-26T23:28:04.852Z Dirty parking_lot_core v0.9.10: the rustflags changed
15472024-08-26T23:28:04.852Z Compiling parking_lot_core v0.9.10
15482024-08-26T23:28:04.854Z 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`
15492024-08-26T23:28:04.874Z Running `/work/oxidecomputer/omicron/target/debug/build/libc-fa81e31615f1f057/build-script-build`
15502024-08-26T23:28:04.892Z Dirty thiserror v1.0.63: the rustflags changed
15512024-08-26T23:28:04.893Z Compiling thiserror v1.0.63
15522024-08-26T23:28:04.895Z 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`
15532024-08-26T23:28:04.946Z 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.156/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=551f41149d24b2b0 -C extra-filename=-551f41149d24b2b0 --out-dir /work/oxidecomputer/omicron/target/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"))'`
15542024-08-26T23:28:04.997Z 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)'`
15552024-08-26T23:28:05.018Z Dirty lock_api v0.4.12: the rustflags changed
15562024-08-26T23:28:05.018Z Compiling lock_api v0.4.12
15572024-08-26T23:28:05.020Z 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`
15582024-08-26T23:28:05.070Z Dirty ahash v0.8.11: the rustflags changed
15592024-08-26T23:28:05.070Z Compiling ahash v0.8.11
15602024-08-26T23:28:05.073Z 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`
15612024-08-26T23:28:05.191Z Dirty pin-project-lite v0.2.14: the rustflags changed
15622024-08-26T23:28:05.191Z Compiling pin-project-lite v0.2.14
15632024-08-26T23:28:05.194Z 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`
15642024-08-26T23:28:05.315Z Dirty ryu v1.0.18: the rustflags changed
15652024-08-26T23:28:05.315Z Compiling ryu v1.0.18
15662024-08-26T23:28:05.318Z 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`
15672024-08-26T23:28:05.376Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-aeb53c5354bb50d5/build-script-build`
15682024-08-26T23:28:05.379Z Running `/work/oxidecomputer/omicron/target/debug/build/lock_api-653785a230c85179/build-script-build`
15692024-08-26T23:28:05.424Z Dirty typenum v1.17.0: the rustflags changed
15702024-08-26T23:28:05.424Z Compiling typenum v1.17.0
15712024-08-26T23:28:05.426Z 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`
15722024-08-26T23:28:05.485Z Running `/work/oxidecomputer/omicron/target/debug/build/ahash-6093e0e56b120ab2/build-script-build`
15732024-08-26T23:28:05.541Z 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`
15742024-08-26T23:28:05.544Z Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-a6af16f059664a63/build-script-build`
15752024-08-26T23:28:05.575Z Dirty libm v0.2.8: the rustflags changed
15762024-08-26T23:28:05.575Z Compiling libm v0.2.8
15772024-08-26T23:28:05.578Z 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`
15782024-08-26T23:28:05.663Z Dirty num-traits v0.2.19: the rustflags changed
15792024-08-26T23:28:05.663Z Compiling num-traits v0.2.19
15802024-08-26T23:28:05.689Z 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`
15812024-08-26T23:28:05.790Z Dirty quote v1.0.36: the rustflags changed
15822024-08-26T23:28:05.790Z Compiling quote v1.0.36
15832024-08-26T23:28:05.793Z 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`
15842024-08-26T23:28:05.858Z Dirty generic-array v0.14.7: the rustflags changed
15852024-08-26T23:28:05.858Z Compiling generic-array v0.14.7
15862024-08-26T23:28:05.861Z 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`
15872024-08-26T23:28:06.009Z Running `/work/oxidecomputer/omicron/target/debug/build/libm-167dbd547a9f8507/build-script-build`
15882024-08-26T23:28:06.031Z Dirty allocator-api2 v0.2.18: the rustflags changed
15892024-08-26T23:28:06.031Z Compiling allocator-api2 v0.2.18
15902024-08-26T23:28:06.033Z 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`
15912024-08-26T23:28:06.033Z Running `/work/oxidecomputer/omicron/target/debug/build/num-traits-df973dab6b6b4461/build-script-build`
15922024-08-26T23:28:06.066Z 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`
15932024-08-26T23:28:06.239Z Dirty syn v2.0.74: the rustflags changed
15942024-08-26T23:28:06.239Z Compiling syn v2.0.74
15952024-08-26T23:28:06.242Z 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`
15962024-08-26T23:28:06.278Z Dirty getrandom v0.2.14: the rustflags changed
15972024-08-26T23:28:06.278Z Compiling getrandom v0.2.14
15982024-08-26T23:28:06.281Z 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=82dba1c6aa750728 -C extra-filename=-82dba1c6aa750728 --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-551f41149d24b2b0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
15992024-08-26T23:28:06.444Z Dirty jobserver v0.1.32: the rustflags changed
16002024-08-26T23:28:06.444Z Compiling jobserver v0.1.32
16012024-08-26T23:28:06.447Z 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=b8fdd547bdd3a6de -C extra-filename=-b8fdd547bdd3a6de --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-551f41149d24b2b0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16022024-08-26T23:28:06.474Z 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=7e6293b7733d3c17 -C extra-filename=-7e6293b7733d3c17 --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-551f41149d24b2b0.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`
16032024-08-26T23:28:06.592Z Dirty rand_core v0.6.4: the rustflags changed
16042024-08-26T23:28:06.592Z Compiling rand_core v0.6.4
16052024-08-26T23:28:06.612Z 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=3752dcaf4b41fa9b -C extra-filename=-3752dcaf4b41fa9b --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-82dba1c6aa750728.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16062024-08-26T23:28:06.674Z Running `/work/oxidecomputer/omicron/target/debug/build/typenum-f78d3e5b0e6ba211/build-script-main`
16072024-08-26T23:28:06.782Z Running `/work/oxidecomputer/omicron/target/debug/build/generic-array-6331d367a75138c7/build-script-build`
16082024-08-26T23:28:06.819Z Dirty cc v1.0.97: the rustflags changed
16092024-08-26T23:28:06.819Z Compiling cc v1.0.97
16102024-08-26T23:28:06.823Z 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=55f804e3ad1c579d -C extra-filename=-55f804e3ad1c579d --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-b8fdd547bdd3a6de.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-551f41149d24b2b0.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`
16112024-08-26T23:28:06.857Z Dirty parking_lot v0.12.2: the rustflags changed
16122024-08-26T23:28:06.857Z Compiling parking_lot v0.12.2
16132024-08-26T23:28:06.859Z 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=9a59c4899632d05e -C extra-filename=-9a59c4899632d05e --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-7e6293b7733d3c17.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16142024-08-26T23:28:06.887Z 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`
16152024-08-26T23:28:07.119Z Dirty signal-hook-registry v1.4.2: the rustflags changed
16162024-08-26T23:28:07.119Z Compiling signal-hook-registry v1.4.2
16172024-08-26T23:28:07.139Z 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=83ca1c97884212fb -C extra-filename=-83ca1c97884212fb --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-551f41149d24b2b0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16182024-08-26T23:28:07.156Z 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`
16192024-08-26T23:28:07.411Z Dirty mio v0.8.11: the rustflags changed
16202024-08-26T23:28:07.411Z Compiling mio v0.8.11
16212024-08-26T23:28:07.413Z 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=2d7911560284ff5c -C extra-filename=-2d7911560284ff5c --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-551f41149d24b2b0.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`
16222024-08-26T23:28:07.565Z Dirty spin v0.9.8: the rustflags changed
16232024-08-26T23:28:07.566Z Compiling spin v0.9.8
16242024-08-26T23:28:07.568Z 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`
16252024-08-26T23:28:07.840Z Dirty serde_json v1.0.125: the rustflags changed
16262024-08-26T23:28:07.840Z Compiling serde_json v1.0.125
16272024-08-26T23:28:07.843Z 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`
16282024-08-26T23:28:07.951Z Dirty num_cpus v1.16.0: the rustflags changed
16292024-08-26T23:28:07.951Z Compiling num_cpus v1.16.0
16302024-08-26T23:28:07.954Z 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=ed9368cdf4cb7927 -C extra-filename=-ed9368cdf4cb7927 --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-551f41149d24b2b0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16312024-08-26T23:28:08.007Z Dirty subtle v2.5.0: the rustflags changed
16322024-08-26T23:28:08.007Z Compiling subtle v2.5.0
16332024-08-26T23:28:08.031Z 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`
16342024-08-26T23:28:08.095Z Dirty socket2 v0.5.7: the rustflags changed
16352024-08-26T23:28:08.095Z Compiling socket2 v0.5.7
16362024-08-26T23:28:08.098Z 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=c0e11bad9d6e07ea -C extra-filename=-c0e11bad9d6e07ea --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-551f41149d24b2b0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
16372024-08-26T23:28:08.251Z Running `/work/oxidecomputer/omicron/target/debug/build/serde_json-15a1be94685c3c56/build-script-build`
16382024-08-26T23:28:08.281Z Dirty futures-core v0.3.30: the rustflags changed
16392024-08-26T23:28:08.281Z Compiling futures-core v0.3.30
16402024-08-26T23:28:08.283Z 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`
16412024-08-26T23:28:08.381Z Dirty equivalent v1.0.1: the rustflags changed
16422024-08-26T23:28:08.381Z Compiling equivalent v1.0.1
16432024-08-26T23:28:08.383Z 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`
16442024-08-26T23:28:08.401Z Dirty fnv v1.0.7: the rustflags changed
16452024-08-26T23:28:08.401Z Compiling fnv v1.0.7
16462024-08-26T23:28:08.404Z 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`
16472024-08-26T23:28:08.493Z Dirty futures-sink v0.3.30: the rustflags changed
16482024-08-26T23:28:08.493Z Compiling futures-sink v0.3.30
16492024-08-26T23:28:08.495Z 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`
16502024-08-26T23:28:09.531Z Dirty slab v0.4.9: the rustflags changed
16512024-08-26T23:28:09.531Z Compiling slab v0.4.9
16522024-08-26T23:28:09.534Z 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`
16532024-08-26T23:28:09.534Z Dirty regex-syntax v0.8.4: the rustflags changed
16542024-08-26T23:28:09.534Z Compiling regex-syntax v0.8.4
16552024-08-26T23:28:09.534Z 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`
16562024-08-26T23:28:09.534Z Dirty const-oid v0.9.6: the rustflags changed
16572024-08-26T23:28:09.534Z Compiling const-oid v0.9.6
16582024-08-26T23:28:09.534Z 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`
16592024-08-26T23:28:09.534Z Dirty futures-channel v0.3.30: the rustflags changed
16602024-08-26T23:28:09.534Z Compiling futures-channel v0.3.30
16612024-08-26T23:28:09.535Z 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`
16622024-08-26T23:28:09.535Z Running `/work/oxidecomputer/omicron/target/debug/build/slab-26e342cf5190e347/build-script-build`
16632024-08-26T23:28:09.535Z 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`
16642024-08-26T23:28:09.535Z Dirty aho-corasick v1.1.3: the rustflags changed
16652024-08-26T23:28:09.535Z Compiling aho-corasick v1.1.3
16662024-08-26T23:28:09.535Z 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`
16672024-08-26T23:28:09.535Z Dirty futures-task v0.3.30: the rustflags changed
16682024-08-26T23:28:09.535Z Compiling futures-task v0.3.30
16692024-08-26T23:28:09.535Z 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`
16702024-08-26T23:28:09.535Z Dirty futures-io v0.3.30: the rustflags changed
16712024-08-26T23:28:09.535Z Compiling futures-io v0.3.30
16722024-08-26T23:28:09.535Z 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`
16732024-08-26T23:28:09.535Z Dirty pin-utils v0.1.0: the rustflags changed
16742024-08-26T23:28:09.535Z Compiling pin-utils v0.1.0
16752024-08-26T23:28:09.535Z 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`
16762024-08-26T23:28:09.535Z Dirty pkg-config v0.3.30: the rustflags changed
16772024-08-26T23:28:09.535Z Compiling pkg-config v0.3.30
16782024-08-26T23:28:09.535Z 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`
16792024-08-26T23:28:09.535Z Dirty cpufeatures v0.2.12: the rustflags changed
16802024-08-26T23:28:09.535Z Compiling cpufeatures v0.2.12
16812024-08-26T23:28:09.535Z 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`
16822024-08-26T23:28:09.572Z Dirty heck v0.5.0: the rustflags changed
16832024-08-26T23:28:09.572Z Compiling heck v0.5.0
16842024-08-26T23:28:09.574Z 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`
16852024-08-26T23:28:09.601Z Dirty semver v1.0.23: the rustflags changed
16862024-08-26T23:28:09.601Z Compiling semver v1.0.23
16872024-08-26T23:28:09.604Z 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`
16882024-08-26T23:28:10.104Z Dirty tinyvec_macros v0.1.1: the rustflags changed
16892024-08-26T23:28:10.104Z Compiling tinyvec_macros v0.1.1
16902024-08-26T23:28:10.106Z 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`
16912024-08-26T23:28:10.205Z Dirty iana-time-zone v0.1.60: the rustflags changed
16922024-08-26T23:28:10.205Z Compiling iana-time-zone v0.1.60
16932024-08-26T23:28:10.205Z 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`
16942024-08-26T23:28:10.254Z Running `/work/oxidecomputer/omicron/target/debug/build/semver-746a93df62810af4/build-script-build`
16952024-08-26T23:28:10.327Z Dirty syn v1.0.109: the rustflags changed
16962024-08-26T23:28:10.327Z Compiling syn v1.0.109
16972024-08-26T23:28:10.330Z 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`
16982024-08-26T23:28:10.638Z Dirty tinyvec v1.6.0: the rustflags changed
16992024-08-26T23:28:10.638Z Compiling tinyvec v1.6.0
17002024-08-26T23:28:10.657Z 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`
17012024-08-26T23:28:10.683Z Dirty unicode-bidi v0.3.15: the rustflags changed
17022024-08-26T23:28:10.683Z Compiling unicode-bidi v0.3.15
17032024-08-26T23:28:10.685Z 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`
17042024-08-26T23:28:10.933Z Dirty rustix v0.38.34: the rustflags changed
17052024-08-26T23:28:10.933Z Compiling rustix v0.38.34
17062024-08-26T23:28:10.936Z 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`
17072024-08-26T23:28:11.021Z Dirty errno v0.3.9: the rustflags changed
17082024-08-26T23:28:11.021Z Compiling errno v0.3.9
17092024-08-26T23:28:11.024Z 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=e95c903907f8e46a -C extra-filename=-e95c903907f8e46a --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-551f41149d24b2b0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17102024-08-26T23:28:11.073Z Running `/work/oxidecomputer/omicron/target/debug/build/syn-7bd69fb34c9940b1/build-script-build`
17112024-08-26T23:28:11.146Z 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`
17122024-08-26T23:28:11.269Z Dirty vcpkg v0.2.15: the rustflags changed
17132024-08-26T23:28:11.269Z Compiling vcpkg v0.2.15
17142024-08-26T23:28:11.271Z 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`
17152024-08-26T23:28:11.807Z Running `/work/oxidecomputer/omicron/target/debug/build/rustix-acd65f42c1541416/build-script-build`
17162024-08-26T23:28:11.929Z Dirty percent-encoding v2.3.1: the rustflags changed
17172024-08-26T23:28:11.929Z Compiling percent-encoding v2.3.1
17182024-08-26T23:28:11.931Z 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`
17192024-08-26T23:28:12.120Z Dirty regex-automata v0.4.6: the rustflags changed
17202024-08-26T23:28:12.120Z Compiling regex-automata v0.4.6
17212024-08-26T23:28:12.122Z 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`
17222024-08-26T23:28:12.156Z Dirty unicode-normalization v0.1.23: the rustflags changed
17232024-08-26T23:28:12.156Z Compiling unicode-normalization v0.1.23
17242024-08-26T23:28:12.158Z 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`
17252024-08-26T23:28:12.334Z Dirty ppv-lite86 v0.2.17: the rustflags changed
17262024-08-26T23:28:12.334Z Compiling ppv-lite86 v0.2.17
17272024-08-26T23:28:12.337Z 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`
17282024-08-26T23:28:13.144Z Dirty schemars v0.8.21: the rustflags changed
17292024-08-26T23:28:13.144Z Compiling schemars v0.8.21
17302024-08-26T23:28:13.147Z 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`
17312024-08-26T23:28:13.292Z Dirty dyn-clone v1.0.17: the rustflags changed
17322024-08-26T23:28:13.292Z Compiling dyn-clone v1.0.17
17332024-08-26T23:28:13.295Z 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`
17342024-08-26T23:28:13.521Z Dirty rand_chacha v0.3.1: the rustflags changed
17352024-08-26T23:28:13.521Z Compiling rand_chacha v0.3.1
17362024-08-26T23:28:13.523Z Dirty form_urlencoded v1.2.1: the rustflags changed
17372024-08-26T23:28:13.523Z Compiling form_urlencoded v1.2.1
17382024-08-26T23:28:13.524Z 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=b102e2c78c1e8b69 -C extra-filename=-b102e2c78c1e8b69 --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-3752dcaf4b41fa9b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17392024-08-26T23:28:13.524Z 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`
17402024-08-26T23:28:13.576Z Running `/work/oxidecomputer/omicron/target/debug/build/schemars-55f55719d25eeb1e/build-script-build`
17412024-08-26T23:28:13.607Z Dirty tracing-core v0.1.32: the rustflags changed
17422024-08-26T23:28:13.607Z Compiling tracing-core v0.1.32
17432024-08-26T23:28:13.611Z 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`
17442024-08-26T23:28:13.871Z Dirty serde_derive_internals v0.29.1: the rustflags changed
17452024-08-26T23:28:13.871Z Compiling serde_derive_internals v0.29.1
17462024-08-26T23:28:13.874Z 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`
17472024-08-26T23:28:14.631Z Dirty rand v0.8.5: the rustflags changed
17482024-08-26T23:28:14.631Z Compiling rand v0.8.5
17492024-08-26T23:28:14.634Z 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=d0890cdebab6435b -C extra-filename=-d0890cdebab6435b --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-551f41149d24b2b0.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-b102e2c78c1e8b69.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-3752dcaf4b41fa9b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17502024-08-26T23:28:15.071Z Dirty lazy_static v1.5.0: the rustflags changed
17512024-08-26T23:28:15.071Z Compiling lazy_static v1.5.0
17522024-08-26T23:28:15.073Z 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`
17532024-08-26T23:28:15.193Z Dirty idna v0.5.0: the rustflags changed
17542024-08-26T23:28:15.193Z Compiling idna v0.5.0
17552024-08-26T23:28:15.196Z Dirty either v1.13.0: the rustflags changed
17562024-08-26T23:28:15.196Z Compiling either v1.13.0
17572024-08-26T23:28:15.196Z 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`
17582024-08-26T23:28:15.196Z 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`
17592024-08-26T23:28:15.664Z Dirty rustversion v1.0.17: the rustflags changed
17602024-08-26T23:28:15.664Z Compiling rustversion v1.0.17
17612024-08-26T23:28:15.667Z 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`
17622024-08-26T23:28:15.917Z Dirty num-conv v0.1.0: the rustflags changed
17632024-08-26T23:28:15.917Z Compiling num-conv v0.1.0
17642024-08-26T23:28:15.922Z 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`
17652024-08-26T23:28:16.227Z Dirty url v2.5.2: the rustflags changed
17662024-08-26T23:28:16.227Z Compiling url v2.5.2
17672024-08-26T23:28:16.227Z 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`
17682024-08-26T23:28:16.500Z Running `/work/oxidecomputer/omicron/target/debug/build/rustversion-12b051871c96bdc0/build-script-build`
17692024-08-26T23:28:16.572Z Dirty adler v1.0.2: the rustflags changed
17702024-08-26T23:28:16.572Z Compiling adler v1.0.2
17712024-08-26T23:28:16.575Z 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`
17722024-08-26T23:28:16.644Z Dirty httparse v1.8.0: the rustflags changed
17732024-08-26T23:28:16.644Z Compiling httparse v1.8.0
17742024-08-26T23:28:16.647Z 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`
17752024-08-26T23:28:16.665Z Dirty time-core v0.1.2: the rustflags changed
17762024-08-26T23:28:16.665Z Compiling time-core v0.1.2
17772024-08-26T23:28:16.668Z 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`
17782024-08-26T23:28:16.796Z Dirty powerfmt v0.2.0: the rustflags changed
17792024-08-26T23:28:16.796Z Compiling powerfmt v0.2.0
17802024-08-26T23:28:16.799Z 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`
17812024-08-26T23:28:16.824Z Dirty miniz_oxide v0.7.2: the rustflags changed
17822024-08-26T23:28:16.824Z Compiling miniz_oxide v0.7.2
17832024-08-26T23:28:16.826Z 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`
17842024-08-26T23:28:16.845Z Dirty time-macros v0.2.18: the rustflags changed
17852024-08-26T23:28:16.845Z Compiling time-macros v0.2.18
17862024-08-26T23:28:16.881Z 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`
17872024-08-26T23:28:17.189Z Running `/work/oxidecomputer/omicron/target/debug/build/httparse-080b0553c9222f9d/build-script-build`
17882024-08-26T23:28:17.220Z Dirty deranged v0.3.11: the rustflags changed
17892024-08-26T23:28:17.220Z Compiling deranged v0.3.11
17902024-08-26T23:28:17.223Z 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`
17912024-08-26T23:28:17.241Z 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"))'`
17922024-08-26T23:28:18.123Z Dirty regex v1.10.6: the rustflags changed
17932024-08-26T23:28:18.123Z Compiling regex v1.10.6
17942024-08-26T23:28:18.126Z 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`
17952024-08-26T23:28:18.441Z Dirty ring v0.17.8: the rustflags changed
17962024-08-26T23:28:18.441Z Compiling ring v0.17.8
17972024-08-26T23:28:18.444Z 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=335e66183307f33d -C extra-filename=-335e66183307f33d --out-dir /work/oxidecomputer/omicron/target/debug/build/ring-335e66183307f33d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-55f804e3ad1c579d.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
17982024-08-26T23:28:18.766Z Dirty num_threads v0.1.7: the rustflags changed
17992024-08-26T23:28:18.766Z Compiling num_threads v0.1.7
18002024-08-26T23:28:18.769Z 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`
18012024-08-26T23:28:18.909Z Dirty unicode-width v0.1.13: the rustflags changed
18022024-08-26T23:28:18.909Z Compiling unicode-width v0.1.13
18032024-08-26T23:28:18.912Z 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`
18042024-08-26T23:28:19.170Z 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`
18052024-08-26T23:28:19.224Z Dirty base64ct v1.6.0: the rustflags changed
18062024-08-26T23:28:19.224Z Compiling base64ct v1.6.0
18072024-08-26T23:28:19.251Z 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`
18082024-08-26T23:28:19.320Z Dirty untrusted v0.9.0: the rustflags changed
18092024-08-26T23:28:19.320Z Compiling untrusted v0.9.0
18102024-08-26T23:28:19.332Z 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`
18112024-08-26T23:28:19.503Z Dirty slog v2.7.0: the rustflags changed
18122024-08-26T23:28:19.503Z Compiling slog v2.7.0
18132024-08-26T23:28:19.510Z 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`
18142024-08-26T23:28:19.718Z Running `/work/oxidecomputer/omicron/target/debug/build/ring-335e66183307f33d/build-script-build`
18152024-08-26T23:28:19.811Z Dirty strsim v0.11.1: the rustflags changed
18162024-08-26T23:28:19.811Z Compiling strsim v0.11.1
18172024-08-26T23:28:19.813Z 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`
18182024-08-26T23:28:19.878Z Dirty backtrace v0.3.71: the rustflags changed
18192024-08-26T23:28:19.878Z Compiling backtrace v0.3.71
18202024-08-26T23:28:19.881Z 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=b21a7328ea4b39de -C extra-filename=-b21a7328ea4b39de --out-dir /work/oxidecomputer/omicron/target/debug/build/backtrace-b21a7328ea4b39de -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-55f804e3ad1c579d.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18212024-08-26T23:28:20.089Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-993125d68d51fc81/build-script-build`
18222024-08-26T23:28:20.164Z Dirty try-lock v0.2.5: the rustflags changed
18232024-08-26T23:28:20.164Z Compiling try-lock v0.2.5
18242024-08-26T23:28:20.166Z 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`
18252024-08-26T23:28:20.254Z Dirty time v0.3.36: the rustflags changed
18262024-08-26T23:28:20.254Z Compiling time v0.3.36
18272024-08-26T23:28:20.256Z 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=eaa35e1e3fce1599 -C extra-filename=-eaa35e1e3fce1599 --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-551f41149d24b2b0.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`
18282024-08-26T23:28:20.297Z Dirty gimli v0.28.1: the rustflags changed
18292024-08-26T23:28:20.297Z Compiling gimli v0.28.1
18302024-08-26T23:28:20.300Z 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`
18312024-08-26T23:28:20.430Z Running `/work/oxidecomputer/omicron/target/debug/build/backtrace-b21a7328ea4b39de/build-script-build`
18322024-08-26T23:28:20.461Z Dirty want v0.3.1: the rustflags changed
18332024-08-26T23:28:20.461Z Compiling want v0.3.1
18342024-08-26T23:28:20.464Z 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`
18352024-08-26T23:28:20.756Z 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`
18362024-08-26T23:28:20.761Z Dirty pem-rfc7468 v0.7.0: the rustflags changed
18372024-08-26T23:28:20.761Z Compiling pem-rfc7468 v0.7.0
18382024-08-26T23:28:20.764Z 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`
18392024-08-26T23:28:20.864Z Dirty serde_derive v1.0.208: the rustflags changed
18402024-08-26T23:28:20.864Z Compiling serde_derive v1.0.208
18412024-08-26T23:28:20.867Z 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.208/src/lib.rs --error-format=json --json=diagnostic-rendered-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=9d3985cfd86df11e -C extra-filename=-9d3985cfd86df11e --out-dir /work/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`
18422024-08-26T23:28:21.464Z Dirty zerocopy-derive v0.7.34: the rustflags changed
18432024-08-26T23:28:21.464Z Compiling zerocopy-derive v0.7.34
18442024-08-26T23:28:21.467Z 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`
18452024-08-26T23:28:21.550Z Dirty zeroize_derive v1.4.2: the rustflags changed
18462024-08-26T23:28:21.550Z Compiling zeroize_derive v1.4.2
18472024-08-26T23:28:21.552Z 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`
18482024-08-26T23:28:23.415Z Dirty zeroize v1.7.0: the rustflags changed
18492024-08-26T23:28:23.415Z Compiling zeroize v1.7.0
18502024-08-26T23:28:23.418Z 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`
18512024-08-26T23:28:23.812Z Dirty thiserror-impl v1.0.63: the rustflags changed
18522024-08-26T23:28:23.812Z Compiling thiserror-impl v1.0.63
18532024-08-26T23:28:23.827Z 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`
18542024-08-26T23:28:23.900Z Dirty zerocopy v0.7.34: the rustflags changed
18552024-08-26T23:28:23.900Z Compiling zerocopy v0.7.34
18562024-08-26T23:28:23.902Z 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`
18572024-08-26T23:28:24.778Z 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`
18582024-08-26T23:28:25.196Z Dirty tokio-macros v2.3.0: the rustflags changed
18592024-08-26T23:28:25.196Z Compiling tokio-macros v2.3.0
18602024-08-26T23:28:25.199Z 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`
18612024-08-26T23:28:25.290Z Dirty futures-macro v0.3.30: the rustflags changed
18622024-08-26T23:28:25.290Z Compiling futures-macro v0.3.30
18632024-08-26T23:28:25.292Z 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`
18642024-08-26T23:28:25.498Z 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=6e9acfc53597887c -C extra-filename=-6e9acfc53597887c --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-82dba1c6aa750728.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"'`
18652024-08-26T23:28:25.551Z Dirty tracing-attributes v0.1.27: the rustflags changed
18662024-08-26T23:28:25.551Z Compiling tracing-attributes v0.1.27
18672024-08-26T23:28:25.555Z 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`
18682024-08-26T23:28:25.606Z Dirty schemars_derive v0.8.21: the rustflags changed
18692024-08-26T23:28:25.606Z Compiling schemars_derive v0.8.21
18702024-08-26T23:28:25.609Z 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`
18712024-08-26T23:28:26.158Z Dirty hashbrown v0.14.5: the rustflags changed
18722024-08-26T23:28:26.158Z Compiling hashbrown v0.14.5
18732024-08-26T23:28:26.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=b64630deae89861a -C extra-filename=-b64630deae89861a --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-6e9acfc53597887c.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`
18742024-08-26T23:28:26.201Z Dirty crypto-common v0.1.6: the rustflags changed
18752024-08-26T23:28:26.201Z Compiling crypto-common v0.1.6
18762024-08-26T23:28:26.204Z 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=cc8c6f66177655eb -C extra-filename=-cc8c6f66177655eb --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-3752dcaf4b41fa9b.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`
18772024-08-26T23:28:26.451Z Dirty block-buffer v0.10.4: the rustflags changed
18782024-08-26T23:28:26.451Z Compiling block-buffer v0.10.4
18792024-08-26T23:28:26.453Z 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`
18802024-08-26T23:28:26.717Z Dirty digest v0.10.7: the rustflags changed
18812024-08-26T23:28:26.717Z Compiling digest v0.10.7
18822024-08-26T23:28:26.720Z 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=ecbca71b0fc94280 -C extra-filename=-ecbca71b0fc94280 --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-cc8c6f66177655eb.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`
18832024-08-26T23:28:26.986Z Dirty block-padding v0.3.3: the rustflags changed
18842024-08-26T23:28:26.986Z Compiling block-padding v0.3.3
18852024-08-26T23:28:26.989Z 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`
18862024-08-26T23:28:27.212Z Dirty hmac v0.12.1: the rustflags changed
18872024-08-26T23:28:27.212Z Compiling hmac v0.12.1
18882024-08-26T23:28:27.215Z 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=5570f39ece6a776c -C extra-filename=-5570f39ece6a776c --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-ecbca71b0fc94280.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18892024-08-26T23:28:27.272Z Dirty inout v0.1.3: the rustflags changed
18902024-08-26T23:28:27.272Z Compiling inout v0.1.3
18912024-08-26T23:28:27.290Z 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`
18922024-08-26T23:28:27.422Z 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)'`
18932024-08-26T23:28:27.469Z Dirty sha2 v0.10.8: the rustflags changed
18942024-08-26T23:28:27.470Z Compiling sha2 v0.10.8
18952024-08-26T23:28:27.472Z 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=095aade90ef040ee -C extra-filename=-095aade90ef040ee --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-ecbca71b0fc94280.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
18962024-08-26T23:28:27.548Z Dirty cipher v0.4.4: the rustflags changed
18972024-08-26T23:28:27.548Z Compiling cipher v0.4.4
18982024-08-26T23:28:27.548Z 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=ee5fc3c47faac230 -C extra-filename=-ee5fc3c47faac230 --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-cc8c6f66177655eb.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`
18992024-08-26T23:28:27.570Z Dirty futures-util v0.3.30: the rustflags changed
19002024-08-26T23:28:27.570Z Compiling futures-util v0.3.30
19012024-08-26T23:28:27.573Z 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`
19022024-08-26T23:28:27.573Z 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=662be56d9856735a -C extra-filename=-662be56d9856735a --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-82dba1c6aa750728.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-c6aa214cd381f61b/out -l static=ring_core_0_17_8_ -l static=ring_core_0_17_8_test`
19032024-08-26T23:28:27.607Z Dirty async-trait v0.1.81: the rustflags changed
19042024-08-26T23:28:27.607Z Compiling async-trait v0.1.81
19052024-08-26T23:28:27.611Z 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`
19062024-08-26T23:28:28.073Z Dirty addr2line v0.21.0: the rustflags changed
19072024-08-26T23:28:28.073Z Compiling addr2line v0.21.0
19082024-08-26T23:28:28.076Z 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`
19092024-08-26T23:28:28.735Z Dirty openssl-sys v0.9.103: the rustflags changed
19102024-08-26T23:28:28.735Z Compiling openssl-sys v0.9.103
19112024-08-26T23:28:28.738Z 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=a48c2cea1b96ce73 -C extra-filename=-a48c2cea1b96ce73 --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-sys-a48c2cea1b96ce73 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-55f804e3ad1c579d.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`
19122024-08-26T23:28:29.297Z Dirty socket2 v0.4.10: the rustflags changed
19132024-08-26T23:28:29.297Z Compiling socket2 v0.4.10
19142024-08-26T23:28:29.300Z 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=451919d220dae4fc -C extra-filename=-451919d220dae4fc --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-551f41149d24b2b0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19152024-08-26T23:28:29.375Z 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.208/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=19476516253bd8c8 -C extra-filename=-19476516253bd8c8 --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-9d3985cfd86df11e.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)'`
19162024-08-26T23:28:29.782Z Dirty tracing v0.1.40: the rustflags changed
19172024-08-26T23:28:29.782Z Compiling tracing v0.1.40
19182024-08-26T23:28:29.785Z 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`
19192024-08-26T23:28:29.913Z Dirty object v0.32.2: the rustflags changed
19202024-08-26T23:28:29.913Z Compiling object v0.32.2
19212024-08-26T23:28:29.917Z 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`
19222024-08-26T23:28:30.168Z Dirty anyhow v1.0.86: the rustflags changed
19232024-08-26T23:28:30.168Z Compiling anyhow v1.0.86
19242024-08-26T23:28:30.171Z 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`
19252024-08-26T23:28:30.296Z Dirty tower-service v0.3.2: the rustflags changed
19262024-08-26T23:28:30.296Z Compiling tower-service v0.3.2
19272024-08-26T23:28:30.300Z 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`
19282024-08-26T23:28:30.442Z Dirty rustc-demangle v0.1.24: the rustflags changed
19292024-08-26T23:28:30.442Z Compiling rustc-demangle v0.1.24
19302024-08-26T23:28:30.444Z 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`
19312024-08-26T23:28:30.582Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-sys-a48c2cea1b96ce73/build-script-main`
19322024-08-26T23:28:30.671Z Dirty der_derive v0.7.2: the rustflags changed
19332024-08-26T23:28:30.671Z Compiling der_derive v0.7.2
19342024-08-26T23:28:30.674Z 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`
19352024-08-26T23:28:30.920Z Running `/work/oxidecomputer/omicron/target/debug/build/anyhow-15411073692bfeba/build-script-build`
19362024-08-26T23:28:30.966Z Dirty heck v0.4.1: the rustflags changed
19372024-08-26T23:28:30.966Z Compiling heck v0.4.1
19382024-08-26T23:28:30.969Z 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`
19392024-08-26T23:28:31.211Z Dirty base64 v0.21.7: the rustflags changed
19402024-08-26T23:28:31.211Z Compiling base64 v0.21.7
19412024-08-26T23:28:31.214Z 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`
19422024-08-26T23:28:31.442Z Dirty winnow v0.5.40: the rustflags changed
19432024-08-26T23:28:31.442Z Compiling winnow v0.5.40
19442024-08-26T23:28:31.444Z 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`
19452024-08-26T23:28:31.459Z Dirty flagset v0.4.5: the rustflags changed
19462024-08-26T23:28:31.459Z Compiling flagset v0.4.5
19472024-08-26T23:28:31.462Z 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`
19482024-08-26T23:28:31.480Z Dirty httpdate v1.0.3: the rustflags changed
19492024-08-26T23:28:31.480Z Compiling httpdate v1.0.3
19502024-08-26T23:28:31.483Z 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`
19512024-08-26T23:28:31.672Z Dirty aes v0.8.4: the rustflags changed
19522024-08-26T23:28:31.672Z Compiling aes v0.8.4
19532024-08-26T23:28:31.675Z 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=286c073dadac4ac6 -C extra-filename=-286c073dadac4ac6 --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-ee5fc3c47faac230.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`
19542024-08-26T23:28:31.959Z Dirty pbkdf2 v0.12.2: the rustflags changed
19552024-08-26T23:28:31.959Z Compiling pbkdf2 v0.12.2
19562024-08-26T23:28:31.961Z 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=4099828abb67b202 -C extra-filename=-4099828abb67b202 --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-ecbca71b0fc94280.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-5570f39ece6a776c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19572024-08-26T23:28:31.994Z Dirty salsa20 v0.10.2: the rustflags changed
19582024-08-26T23:28:31.994Z Compiling salsa20 v0.10.2
19592024-08-26T23:28:31.997Z 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=eb20caea6aef1e0e -C extra-filename=-eb20caea6aef1e0e --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-ee5fc3c47faac230.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19602024-08-26T23:28:32.205Z Dirty cbc v0.1.2: the rustflags changed
19612024-08-26T23:28:32.205Z Compiling cbc v0.1.2
19622024-08-26T23:28:32.208Z 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=560bb371a7480f09 -C extra-filename=-560bb371a7480f09 --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-ee5fc3c47faac230.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19632024-08-26T23:28:32.283Z Dirty openssl-probe v0.1.5: the rustflags changed
19642024-08-26T23:28:32.283Z Compiling openssl-probe v0.1.5
19652024-08-26T23:28:32.286Z 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`
19662024-08-26T23:28:32.458Z Dirty ipnet v2.9.0: the rustflags changed
19672024-08-26T23:28:32.458Z Compiling ipnet v2.9.0
19682024-08-26T23:28:32.461Z 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`
19692024-08-26T23:28:32.674Z Dirty foreign-types-shared v0.1.1: the rustflags changed
19702024-08-26T23:28:32.674Z Compiling foreign-types-shared v0.1.1
19712024-08-26T23:28:32.676Z 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`
19722024-08-26T23:28:32.799Z Dirty crossbeam-utils v0.8.19: the rustflags changed
19732024-08-26T23:28:32.799Z Compiling crossbeam-utils v0.8.19
19742024-08-26T23:28:32.802Z 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`
19752024-08-26T23:28:33.474Z Dirty futures-executor v0.3.30: the rustflags changed
19762024-08-26T23:28:33.474Z Compiling futures-executor v0.3.30
19772024-08-26T23:28:33.477Z 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`
19782024-08-26T23:28:33.506Z Dirty der v0.7.9: the rustflags changed
19792024-08-26T23:28:33.506Z Compiling der v0.7.9
19802024-08-26T23:28:33.508Z 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`
19812024-08-26T23:28:33.693Z Dirty openssl v0.10.66: the rustflags changed
19822024-08-26T23:28:33.693Z Compiling openssl v0.10.66
19832024-08-26T23:28:33.696Z 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`
19842024-08-26T23:28:33.805Z Dirty futures v0.3.30: the rustflags changed
19852024-08-26T23:28:33.805Z Compiling futures v0.3.30
19862024-08-26T23:28:33.808Z 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`
19872024-08-26T23:28:33.933Z Dirty mime v0.3.17: the rustflags changed
19882024-08-26T23:28:33.933Z Compiling mime v0.3.17
19892024-08-26T23:28:33.936Z 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`
19902024-08-26T23:28:34.058Z Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-c614866a1ad12207/build-script-build`
19912024-08-26T23:28:34.087Z Dirty foreign-types v0.3.2: the rustflags changed
19922024-08-26T23:28:34.087Z Compiling foreign-types v0.3.2
19932024-08-26T23:28:34.090Z 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`
19942024-08-26T23:28:34.196Z Dirty scrypt v0.11.0: the rustflags changed
19952024-08-26T23:28:34.196Z Compiling scrypt v0.11.0
19962024-08-26T23:28:34.199Z 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=9dac26e062309dc9 -C extra-filename=-9dac26e062309dc9 --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-4099828abb67b202.rmeta --extern salsa20=/work/oxidecomputer/omicron/target/debug/deps/libsalsa20-eb20caea6aef1e0e.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-095aade90ef040ee.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
19972024-08-26T23:28:34.199Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-a8b0d1321d6e4d0d/build-script-build`
19982024-08-26T23:28:34.248Z 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=1b60d4a49558a731 -C extra-filename=-1b60d4a49558a731 --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-551f41149d24b2b0.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)'`
19992024-08-26T23:28:34.530Z Dirty openssl-macros v0.1.1: the rustflags changed
20002024-08-26T23:28:34.530Z Compiling openssl-macros v0.1.1
20012024-08-26T23:28:34.537Z 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`
20022024-08-26T23:28:34.549Z Dirty ucd-trie v0.1.6: the rustflags changed
20032024-08-26T23:28:34.550Z Compiling ucd-trie v0.1.6
20042024-08-26T23:28:34.556Z 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`
20052024-08-26T23:28:34.782Z Dirty rustls v0.21.12: the rustflags changed
20062024-08-26T23:28:34.782Z Compiling rustls v0.21.12
20072024-08-26T23:28:34.785Z 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`
20082024-08-26T23:28:35.135Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-cc7004d78b197d5b/build-script-build`
20092024-08-26T23:28:35.168Z Dirty pest v2.7.10: the rustflags changed
20102024-08-26T23:28:35.168Z Compiling pest v2.7.10
20112024-08-26T23:28:35.171Z 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`
20122024-08-26T23:28:35.191Z 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`
20132024-08-26T23:28:35.399Z Dirty bytes v1.7.1: the rustflags changed
20142024-08-26T23:28:35.399Z Compiling bytes v1.7.1
20152024-08-26T23:28:35.403Z 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=7296041c0fd81490 -C extra-filename=-7296041c0fd81490 --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-19476516253bd8c8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20162024-08-26T23:28:35.468Z Dirty bitflags v2.6.0: the rustflags changed
20172024-08-26T23:28:35.468Z Compiling bitflags v2.6.0
20182024-08-26T23:28:35.471Z 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=8e41b751a0ccc20a -C extra-filename=-8e41b751a0ccc20a --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-19476516253bd8c8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20192024-08-26T23:28:35.650Z 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=c52af4401d46531c -C extra-filename=-c52af4401d46531c --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-19476516253bd8c8.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)'`
20202024-08-26T23:28:35.757Z Dirty indexmap v2.4.0: the rustflags changed
20212024-08-26T23:28:35.757Z Compiling indexmap v2.4.0
20222024-08-26T23:28:35.760Z 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=838b0c6a07887d50 -C extra-filename=-838b0c6a07887d50 --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-b64630deae89861a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20232024-08-26T23:28:35.938Z Dirty chrono v0.4.38: the rustflags changed
20242024-08-26T23:28:35.938Z Compiling chrono v0.4.38
20252024-08-26T23:28:35.940Z 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=8599901668faa364 -C extra-filename=-8599901668faa364 --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-19476516253bd8c8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20262024-08-26T23:28:36.442Z Dirty tokio v1.38.1: the rustflags changed
20272024-08-26T23:28:36.442Z Compiling tokio v1.38.1
20282024-08-26T23:28:36.462Z 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=4ee1cdbeb2bccd78 -C extra-filename=-4ee1cdbeb2bccd78 --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-7296041c0fd81490.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-551f41149d24b2b0.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-2d7911560284ff5c.rmeta --extern num_cpus=/work/oxidecomputer/omicron/target/debug/deps/libnum_cpus-ed9368cdf4cb7927.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-9a59c4899632d05e.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-83ca1c97884212fb.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-c0e11bad9d6e07ea.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`
20292024-08-26T23:28:36.661Z 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=cb8c86c5f719f8c5 -C extra-filename=-cb8c86c5f719f8c5 --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-19476516253bd8c8.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)'`
20302024-08-26T23:28:36.797Z Dirty uuid v1.10.0: the rustflags changed
20312024-08-26T23:28:36.797Z Compiling uuid v1.10.0
20322024-08-26T23:28:36.800Z 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=d7278fad9f84f0d2 -C extra-filename=-d7278fad9f84f0d2 --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-82dba1c6aa750728.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20332024-08-26T23:28:37.212Z 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=875671fddfd10789 -C extra-filename=-875671fddfd10789 --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-8e41b751a0ccc20a.rmeta --extern libc_errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-e95c903907f8e46a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-551f41149d24b2b0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg libc --cfg solarish`
20342024-08-26T23:28:37.262Z Dirty toml_datetime v0.6.8: the rustflags changed
20352024-08-26T23:28:37.262Z Compiling toml_datetime v0.6.8
20362024-08-26T23:28:37.265Z 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=a13a239ec45c3af2 -C extra-filename=-a13a239ec45c3af2 --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-19476516253bd8c8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20372024-08-26T23:28:37.470Z Dirty http v0.2.12: the rustflags changed
20382024-08-26T23:28:37.470Z Compiling http v0.2.12
20392024-08-26T23:28:37.473Z 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=7309206c31ed76bc -C extra-filename=-7309206c31ed76bc --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-7296041c0fd81490.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`
20402024-08-26T23:28:37.776Z Dirty serde_tokenstream v0.2.2: the rustflags changed
20412024-08-26T23:28:37.776Z Compiling serde_tokenstream v0.2.2
20422024-08-26T23:28:37.779Z 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=18d2f5765b7a5050 -C extra-filename=-18d2f5765b7a5050 --out-dir /work/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-19476516253bd8c8.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`
20432024-08-26T23:28:38.320Z 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=539e8d31df955ad4 -C extra-filename=-539e8d31df955ad4 --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-7296041c0fd81490.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.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-19476516253bd8c8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rmeta --extern uuid1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg std_atomic64 --cfg std_atomic`
20442024-08-26T23:28:38.341Z Dirty serde_spanned v0.6.7: the rustflags changed
20452024-08-26T23:28:38.341Z Compiling serde_spanned v0.6.7
20462024-08-26T23:28:38.344Z 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=fc6ddcff9f820214 -C extra-filename=-fc6ddcff9f820214 --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-19476516253bd8c8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20472024-08-26T23:28:38.437Z 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=ffb3e81194ef946d -C extra-filename=-ffb3e81194ef946d --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-551f41149d24b2b0.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`
20482024-08-26T23:28:38.589Z Dirty rustc_version v0.4.0: the rustflags changed
20492024-08-26T23:28:38.589Z Compiling rustc_version v0.4.0
20502024-08-26T23:28:38.592Z 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=5207196babc65af3 -C extra-filename=-5207196babc65af3 --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-cb8c86c5f719f8c5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20512024-08-26T23:28:38.758Z Dirty spki v0.7.3: the rustflags changed
20522024-08-26T23:28:38.758Z Compiling spki v0.7.3
20532024-08-26T23:28:38.760Z 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`
20542024-08-26T23:28:39.152Z Dirty http-body v0.4.6: the rustflags changed
20552024-08-26T23:28:39.152Z Compiling http-body v0.4.6
20562024-08-26T23:28:39.155Z 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=070372ae925891ba -C extra-filename=-070372ae925891ba --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-7296041c0fd81490.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7309206c31ed76bc.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`
20572024-08-26T23:28:39.381Z 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=e4310a1dc3a65bf6 -C extra-filename=-e4310a1dc3a65bf6 --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-ffb3e81194ef946d.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)'`
20582024-08-26T23:28:39.628Z Dirty pkcs5 v0.7.1: the rustflags changed
20592024-08-26T23:28:39.628Z Compiling pkcs5 v0.7.1
20602024-08-26T23:28:39.631Z 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=f38bfbf5f8f64116 -C extra-filename=-f38bfbf5f8f64116 --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-286c073dadac4ac6.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-560bb371a7480f09.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-e6f841b1e5437932.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-4099828abb67b202.rmeta --extern scrypt=/work/oxidecomputer/omicron/target/debug/deps/libscrypt-9dac26e062309dc9.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-095aade90ef040ee.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`
20612024-08-26T23:28:39.695Z 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=fec373713784d663 -C extra-filename=-fec373713784d663 --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-8e41b751a0ccc20a.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-551f41149d24b2b0.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-1b60d4a49558a731.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)'`
20622024-08-26T23:28:40.134Z Dirty rustls-webpki v0.101.7: the rustflags changed
20632024-08-26T23:28:40.134Z Compiling rustls-webpki v0.101.7
20642024-08-26T23:28:40.137Z 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=86ea1c34810d26f6 -C extra-filename=-86ea1c34810d26f6 --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-662be56d9856735a.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-c6aa214cd381f61b/out`
20652024-08-26T23:28:40.298Z Dirty sct v0.7.1: the rustflags changed
20662024-08-26T23:28:40.298Z Compiling sct v0.7.1
20672024-08-26T23:28:40.301Z 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=bff8915116da6e40 -C extra-filename=-bff8915116da6e40 --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-662be56d9856735a.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-c6aa214cd381f61b/out`
20682024-08-26T23:28:40.321Z Dirty native-tls v0.2.11: the rustflags changed
20692024-08-26T23:28:40.321Z Compiling native-tls v0.2.11
20702024-08-26T23:28:40.324Z 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`
20712024-08-26T23:28:40.600Z Dirty utf8parse v0.2.1: the rustflags changed
20722024-08-26T23:28:40.600Z Compiling utf8parse v0.2.1
20732024-08-26T23:28:40.603Z 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`
20742024-08-26T23:28:40.724Z Running `/work/oxidecomputer/omicron/target/debug/build/native-tls-cf90cf2c6b0283f2/build-script-build`
20752024-08-26T23:28:40.755Z Dirty pkcs8 v0.10.2: the rustflags changed
20762024-08-26T23:28:40.755Z Compiling pkcs8 v0.10.2
20772024-08-26T23:28:40.758Z Dirty toml_edit v0.19.15: the rustflags changed
20782024-08-26T23:28:40.758Z Compiling toml_edit v0.19.15
20792024-08-26T23:28:40.758Z 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=72c84ac99faa15a7 -C extra-filename=-72c84ac99faa15a7 --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-f38bfbf5f8f64116.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-3752dcaf4b41fa9b.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`
20802024-08-26T23:28:40.758Z 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=0871d168f4a43476 -C extra-filename=-0871d168f4a43476 --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-838b0c6a07887d50.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-fc6ddcff9f820214.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-a13a239ec45c3af2.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`
20812024-08-26T23:28:40.858Z Dirty pest_meta v2.7.10: the rustflags changed
20822024-08-26T23:28:40.858Z Compiling pest_meta v2.7.10
20832024-08-26T23:28:40.860Z 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`
20842024-08-26T23:28:41.496Z 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=66634629c70f78e3 -C extra-filename=-66634629c70f78e3 --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-662be56d9856735a.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-86ea1c34810d26f6.rmeta --extern sct=/work/oxidecomputer/omicron/target/debug/deps/libsct-bff8915116da6e40.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out`
20852024-08-26T23:28:42.006Z Dirty serde_urlencoded v0.7.1: the rustflags changed
20862024-08-26T23:28:42.006Z Compiling serde_urlencoded v0.7.1
20872024-08-26T23:28:42.010Z 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=8ce276b9163974ea -C extra-filename=-8ce276b9163974ea --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-19476516253bd8c8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
20882024-08-26T23:28:42.149Z Dirty scroll_derive v0.12.0: the rustflags changed
20892024-08-26T23:28:42.149Z Compiling scroll_derive v0.12.0
20902024-08-26T23:28:42.152Z 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`
20912024-08-26T23:28:42.209Z Dirty cookie v0.17.0: the rustflags changed
20922024-08-26T23:28:42.210Z Compiling cookie v0.17.0
20932024-08-26T23:28:42.212Z 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`
20942024-08-26T23:28:42.587Z Dirty encoding_rs v0.8.34: the rustflags changed
20952024-08-26T23:28:42.587Z Compiling encoding_rs v0.8.34
20962024-08-26T23:28:42.590Z 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`
20972024-08-26T23:28:42.612Z Running `/work/oxidecomputer/omicron/target/debug/build/cookie-f9006c4f2b124dac/build-script-build`
20982024-08-26T23:28:42.688Z Dirty pest_generator v2.7.10: the rustflags changed
20992024-08-26T23:28:42.688Z Compiling pest_generator v2.7.10
21002024-08-26T23:28:42.691Z 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`
21012024-08-26T23:28:43.881Z Dirty scroll v0.12.0: the rustflags changed
21022024-08-26T23:28:43.881Z Compiling scroll v0.12.0
21032024-08-26T23:28:43.884Z 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`
21042024-08-26T23:28:44.470Z Dirty idna v0.3.0: the rustflags changed
21052024-08-26T23:28:44.470Z Compiling idna v0.3.0
21062024-08-26T23:28:44.473Z 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`
21072024-08-26T23:28:44.748Z Dirty tokio-util v0.7.11: the rustflags changed
21082024-08-26T23:28:44.748Z Compiling tokio-util v0.7.11
21092024-08-26T23:28:44.751Z 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=cc3443c69aa91ffb -C extra-filename=-cc3443c69aa91ffb --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-7296041c0fd81490.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-4ee1cdbeb2bccd78.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21102024-08-26T23:28:46.045Z Dirty h2 v0.3.26: the rustflags changed
21112024-08-26T23:28:46.045Z Compiling h2 v0.3.26
21122024-08-26T23:28:46.048Z 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=87cf2b5b71d82b0a -C extra-filename=-87cf2b5b71d82b0a --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-7296041c0fd81490.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-7309206c31ed76bc.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-838b0c6a07887d50.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-f96e20c34b56be83.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4ee1cdbeb2bccd78.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-cc3443c69aa91ffb.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`
21132024-08-26T23:28:46.123Z 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=80072394795d7762 -C extra-filename=-80072394795d7762 --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-fec373713784d663.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-1b60d4a49558a731.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`
21142024-08-26T23:28:46.153Z Dirty tokio-rustls v0.24.1: the rustflags changed
21152024-08-26T23:28:46.153Z Compiling tokio-rustls v0.24.1
21162024-08-26T23:28:46.156Z 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=47e4ffb0419c39e6 -C extra-filename=-47e4ffb0419c39e6 --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-66634629c70f78e3.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4ee1cdbeb2bccd78.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out`
21172024-08-26T23:28:46.578Z Dirty anstyle v1.0.8: the rustflags changed
21182024-08-26T23:28:46.578Z Compiling anstyle v1.0.8
21192024-08-26T23:28:46.582Z 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`
21202024-08-26T23:28:46.778Z Dirty plain v0.2.3: the rustflags changed
21212024-08-26T23:28:46.778Z Compiling plain v0.2.3
21222024-08-26T23:28:46.787Z 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`
21232024-08-26T23:28:46.944Z Dirty data-encoding v2.6.0: the rustflags changed
21242024-08-26T23:28:46.945Z Compiling data-encoding v2.6.0
21252024-08-26T23:28:46.947Z 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`
21262024-08-26T23:28:47.068Z Dirty psl-types v2.0.11: the rustflags changed
21272024-08-26T23:28:47.068Z Compiling psl-types v2.0.11
21282024-08-26T23:28:47.071Z Dirty goblin v0.8.2: the rustflags changed
21292024-08-26T23:28:47.071Z Compiling goblin v0.8.2
21302024-08-26T23:28:47.071Z 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`
21312024-08-26T23:28:47.106Z 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`
21322024-08-26T23:28:47.296Z Dirty publicsuffix v2.2.3: the rustflags changed
21332024-08-26T23:28:47.296Z Compiling publicsuffix v2.2.3
21342024-08-26T23:28:47.313Z 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`
21352024-08-26T23:28:47.574Z Dirty tokio-native-tls v0.3.1: the rustflags changed
21362024-08-26T23:28:47.574Z Compiling tokio-native-tls v0.3.1
21372024-08-26T23:28:47.577Z 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=bbbef967989769e4 -C extra-filename=-bbbef967989769e4 --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-80072394795d7762.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4ee1cdbeb2bccd78.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
21382024-08-26T23:28:47.856Z Dirty pest_derive v2.7.10: the rustflags changed
21392024-08-26T23:28:47.856Z Compiling pest_derive v2.7.10
21402024-08-26T23:28:47.859Z 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`
21412024-08-26T23:28:48.653Z 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=dda05c465d127731 -C extra-filename=-dda05c465d127731 --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-eaa35e1e3fce1599.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21422024-08-26T23:28:48.696Z Dirty openapiv3 v2.0.0: the rustflags changed
21432024-08-26T23:28:48.696Z Compiling openapiv3 v2.0.0
21442024-08-26T23:28:48.699Z 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=5ba3e73c543b84ff -C extra-filename=-5ba3e73c543b84ff --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-838b0c6a07887d50.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21452024-08-26T23:28:48.933Z Dirty rustls-pemfile v1.0.4: the rustflags changed
21462024-08-26T23:28:48.933Z Compiling rustls-pemfile v1.0.4
21472024-08-26T23:28:48.936Z 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`
21482024-08-26T23:28:49.382Z Dirty usdt-impl v0.5.0: the rustflags changed
21492024-08-26T23:28:49.382Z Compiling usdt-impl v0.5.0
21502024-08-26T23:28:49.385Z Dirty pretty-hex v0.4.1: the rustflags changed
21512024-08-26T23:28:49.385Z Compiling pretty-hex v0.4.1
21522024-08-26T23:28:49.385Z 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`
21532024-08-26T23:28:49.385Z 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`
21542024-08-26T23:28:49.622Z Dirty cookie_store v0.20.0: the rustflags changed
21552024-08-26T23:28:49.622Z Compiling cookie_store v0.20.0
21562024-08-26T23:28:49.625Z 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=d5edf637fad77d00 -C extra-filename=-d5edf637fad77d00 --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-dda05c465d127731.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-19476516253bd8c8.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-9d3985cfd86df11e.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-eaa35e1e3fce1599.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`
21572024-08-26T23:28:49.755Z Dirty dtrace-parser v0.2.0: the rustflags changed
21582024-08-26T23:28:49.755Z Compiling dtrace-parser v0.2.0
21592024-08-26T23:28:49.758Z 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`
21602024-08-26T23:28:49.816Z Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-6caa4c31d5230c97/build-script-build`
21612024-08-26T23:28:49.983Z Dirty thread-id v4.2.1: the rustflags changed
21622024-08-26T23:28:49.983Z Compiling thread-id v4.2.1
21632024-08-26T23:28:49.985Z 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=72768196baa0a6de -C extra-filename=-72768196baa0a6de --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-551f41149d24b2b0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21642024-08-26T23:28:50.108Z Dirty sync_wrapper v0.1.2: the rustflags changed
21652024-08-26T23:28:50.108Z Compiling sync_wrapper v0.1.2
21662024-08-26T23:28:50.111Z 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`
21672024-08-26T23:28:50.251Z Dirty webpki-roots v0.25.4: the rustflags changed
21682024-08-26T23:28:50.251Z Compiling webpki-roots v0.25.4
21692024-08-26T23:28:50.268Z 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`
21702024-08-26T23:28:50.431Z Dirty bitflags v1.3.2: the rustflags changed
21712024-08-26T23:28:50.431Z Compiling bitflags v1.3.2
21722024-08-26T23:28:50.434Z 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`
21732024-08-26T23:28:50.550Z Dirty anstyle-parse v0.2.4: the rustflags changed
21742024-08-26T23:28:50.550Z Compiling anstyle-parse v0.2.4
21752024-08-26T23:28:50.552Z 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`
21762024-08-26T23:28:50.689Z Dirty anstyle-query v1.0.3: the rustflags changed
21772024-08-26T23:28:50.689Z Compiling anstyle-query v1.0.3
21782024-08-26T23:28:50.692Z 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`
21792024-08-26T23:28:50.844Z Dirty colorchoice v1.0.1: the rustflags changed
21802024-08-26T23:28:50.844Z Compiling colorchoice v1.0.1
21812024-08-26T23:28:50.847Z 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`
21822024-08-26T23:28:50.893Z Dirty is_terminal_polyfill v1.70.0: the rustflags changed
21832024-08-26T23:28:50.893Z Compiling is_terminal_polyfill v1.70.0
21842024-08-26T23:28:50.896Z 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`
21852024-08-26T23:28:51.018Z Dirty anstream v0.6.14: the rustflags changed
21862024-08-26T23:28:51.018Z Compiling anstream v0.6.14
21872024-08-26T23:28:51.021Z 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`
21882024-08-26T23:28:51.040Z Dirty terminal_size v0.3.0: the rustflags changed
21892024-08-26T23:28:51.040Z Compiling terminal_size v0.3.0
21902024-08-26T23:28:51.043Z 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=d03cea20ad7c1211 -C extra-filename=-d03cea20ad7c1211 --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-875671fddfd10789.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21912024-08-26T23:28:51.141Z Dirty sha1 v0.10.6: the rustflags changed
21922024-08-26T23:28:51.141Z Compiling sha1 v0.10.6
21932024-08-26T23:28:51.144Z 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=f3995908aff446a0 -C extra-filename=-f3995908aff446a0 --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-ecbca71b0fc94280.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21942024-08-26T23:28:51.250Z Dirty signature v2.2.0: the rustflags changed
21952024-08-26T23:28:51.250Z Compiling signature v2.2.0
21962024-08-26T23:28:51.254Z 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=6d3f00a2c57965b5 -C extra-filename=-6d3f00a2c57965b5 --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-ecbca71b0fc94280.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-3752dcaf4b41fa9b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21972024-08-26T23:28:51.561Z Dirty clap_lex v0.7.0: the rustflags changed
21982024-08-26T23:28:51.561Z Compiling clap_lex v0.7.0
21992024-08-26T23:28:51.564Z 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`
22002024-08-26T23:28:51.585Z Dirty base64 v0.22.1: the rustflags changed
22012024-08-26T23:28:51.585Z Compiling base64 v0.22.1
22022024-08-26T23:28:51.587Z 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`
22032024-08-26T23:28:51.789Z Dirty crc32fast v1.4.0: the rustflags changed
22042024-08-26T23:28:51.789Z Compiling crc32fast v1.4.0
22052024-08-26T23:28:51.793Z Dirty clap_derive v4.5.13: the rustflags changed
22062024-08-26T23:28:51.793Z Compiling clap_derive v4.5.13
22072024-08-26T23:28:51.793Z 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`
22082024-08-26T23:28:51.793Z 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`
22092024-08-26T23:28:51.892Z Dirty clap_builder v4.5.15: the rustflags changed
22102024-08-26T23:28:51.892Z Compiling clap_builder v4.5.15
22112024-08-26T23:28:51.895Z 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=8b135c539e8f94b8 -C extra-filename=-8b135c539e8f94b8 --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-d03cea20ad7c1211.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22122024-08-26T23:28:52.089Z Dirty num-integer v0.1.46: the rustflags changed
22132024-08-26T23:28:52.090Z Compiling num-integer v0.1.46
22142024-08-26T23:28:52.092Z 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`
22152024-08-26T23:28:52.369Z Dirty memmap v0.7.0: the rustflags changed
22162024-08-26T23:28:52.369Z Compiling memmap v0.7.0
22172024-08-26T23:28:52.372Z 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=02c0eb91180a0e28 -C extra-filename=-02c0eb91180a0e28 --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-551f41149d24b2b0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22182024-08-26T23:28:52.417Z Running `/work/oxidecomputer/omicron/target/debug/build/crc32fast-37021511ff531a57/build-script-build`
22192024-08-26T23:28:52.491Z Dirty unicode-segmentation v1.11.0: the rustflags changed
22202024-08-26T23:28:52.491Z Compiling unicode-segmentation v1.11.0
22212024-08-26T23:28:52.494Z 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`
22222024-08-26T23:28:52.728Z 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`
22232024-08-26T23:28:52.923Z Dirty hyper v0.14.30: the rustflags changed
22242024-08-26T23:28:52.924Z Compiling hyper v0.14.30
22252024-08-26T23:28:52.926Z 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=c086ee7b27d2f7df -C extra-filename=-c086ee7b27d2f7df --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-7296041c0fd81490.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-87cf2b5b71d82b0a.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7309206c31ed76bc.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-070372ae925891ba.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-451919d220dae4fc.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4ee1cdbeb2bccd78.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`
22262024-08-26T23:28:53.084Z Dirty dof v0.3.0: the rustflags changed
22272024-08-26T23:28:53.084Z Compiling dof v0.3.0
22282024-08-26T23:28:53.087Z 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=89864ba25cc11d31 -C extra-filename=-89864ba25cc11d31 --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-19476516253bd8c8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.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`
22292024-08-26T23:28:53.225Z Dirty siphasher v0.3.11: the rustflags changed
22302024-08-26T23:28:53.225Z Compiling siphasher v0.3.11
22312024-08-26T23:28:53.228Z 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`
22322024-08-26T23:28:53.331Z Dirty base16ct v0.2.0: the rustflags changed
22332024-08-26T23:28:53.331Z Compiling base16ct v0.2.0
22342024-08-26T23:28:53.334Z 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`
22352024-08-26T23:28:53.623Z Dirty winnow v0.6.18: the rustflags changed
22362024-08-26T23:28:53.626Z Compiling winnow v0.6.18
22372024-08-26T23:28:53.626Z 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`
22382024-08-26T23:28:53.669Z Dirty sec1 v0.7.3: the rustflags changed
22392024-08-26T23:28:53.670Z Compiling sec1 v0.7.3
22402024-08-26T23:28:53.672Z 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=27d71e0160c694dc -C extra-filename=-27d71e0160c694dc --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-72c84ac99faa15a7.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`
22412024-08-26T23:28:54.247Z 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=e408134f56547e55 -C extra-filename=-e408134f56547e55 --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-89864ba25cc11d31.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-81d1636c56845813.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-551f41149d24b2b0.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-19476516253bd8c8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.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-72768196baa0a6de.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm --cfg usdt_backend_standard`
22422024-08-26T23:28:55.201Z Dirty crossbeam-epoch v0.9.18: the rustflags changed
22432024-08-26T23:28:55.201Z Compiling crossbeam-epoch v0.9.18
22442024-08-26T23:28:55.203Z 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`
22452024-08-26T23:28:55.868Z Dirty hex v0.4.3: the rustflags changed
22462024-08-26T23:28:55.868Z Compiling hex v0.4.3
22472024-08-26T23:28:55.871Z 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=599d8f15621b0c55 -C extra-filename=-599d8f15621b0c55 --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-19476516253bd8c8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22482024-08-26T23:28:55.997Z Dirty itertools v0.10.5: the rustflags changed
22492024-08-26T23:28:55.997Z Compiling itertools v0.10.5
22502024-08-26T23:28:56.000Z 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`
22512024-08-26T23:28:56.496Z Dirty ff v0.13.0: the rustflags changed
22522024-08-26T23:28:56.496Z Compiling ff v0.13.0
22532024-08-26T23:28:56.498Z 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=e4d7abd680aec4b7 -C extra-filename=-e4d7abd680aec4b7 --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-3752dcaf4b41fa9b.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`
22542024-08-26T23:28:56.727Z Dirty stable_deref_trait v1.2.0: the rustflags changed
22552024-08-26T23:28:56.727Z Compiling stable_deref_trait v1.2.0
22562024-08-26T23:28:56.729Z 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`
22572024-08-26T23:28:56.748Z Dirty bit-vec v0.6.3: the rustflags changed
22582024-08-26T23:28:56.748Z Compiling bit-vec v0.6.3
22592024-08-26T23:28:56.750Z 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`
22602024-08-26T23:28:56.846Z Dirty group v0.13.0: the rustflags changed
22612024-08-26T23:28:56.846Z Compiling group v0.13.0
22622024-08-26T23:28:56.849Z 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=4d6ae8c84e9444ff -C extra-filename=-4d6ae8c84e9444ff --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-e4d7abd680aec4b7.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-3752dcaf4b41fa9b.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`
22632024-08-26T23:28:57.107Z Dirty clap v4.5.16: the rustflags changed
22642024-08-26T23:28:57.107Z Compiling clap v4.5.16
22652024-08-26T23:28:57.109Z 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.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::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=18d404915a4b87df -C extra-filename=-18d404915a4b87df --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-8b135c539e8f94b8.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`
22662024-08-26T23:28:57.216Z Dirty toml_edit v0.22.20: the rustflags changed
22672024-08-26T23:28:57.216Z Compiling toml_edit v0.22.20
22682024-08-26T23:28:57.219Z 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=d27e04d35aedf7ad -C extra-filename=-d27e04d35aedf7ad --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-838b0c6a07887d50.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-fc6ddcff9f820214.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-a13a239ec45c3af2.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`
22692024-08-26T23:28:57.235Z Dirty bit-set v0.5.3: the rustflags changed
22702024-08-26T23:28:57.235Z Compiling bit-set v0.5.3
22712024-08-26T23:28:57.235Z 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`
22722024-08-26T23:28:57.257Z Dirty num-iter v0.1.45: the rustflags changed
22732024-08-26T23:28:57.257Z Compiling num-iter v0.1.45
22742024-08-26T23:28:57.261Z 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`
22752024-08-26T23:28:57.448Z Dirty hkdf v0.12.4: the rustflags changed
22762024-08-26T23:28:57.448Z Compiling hkdf v0.12.4
22772024-08-26T23:28:57.450Z 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=68ec4873a140f59f -C extra-filename=-68ec4873a140f59f --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-5570f39ece6a776c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22782024-08-26T23:28:57.527Z Dirty crypto-bigint v0.5.5: the rustflags changed
22792024-08-26T23:28:57.527Z Compiling crypto-bigint v0.5.5
22802024-08-26T23:28:57.530Z 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=dc6f297b756790e0 -C extra-filename=-dc6f297b756790e0 --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-3752dcaf4b41fa9b.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`
22812024-08-26T23:28:57.551Z Dirty num-bigint-dig v0.8.4: the rustflags changed
22822024-08-26T23:28:57.551Z Compiling num-bigint-dig v0.8.4
22832024-08-26T23:28:57.554Z 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`
22842024-08-26T23:28:57.645Z Dirty usdt-attr-macro v0.5.0: the rustflags changed
22852024-08-26T23:28:57.645Z Compiling usdt-attr-macro v0.5.0
22862024-08-26T23:28:57.648Z 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=9e235d9b38c4b657 -C extra-filename=-9e235d9b38c4b657 --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-18d2f5765b7a5050.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-e408134f56547e55.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22872024-08-26T23:28:57.714Z Dirty usdt-macro v0.5.0: the rustflags changed
22882024-08-26T23:28:57.715Z Compiling usdt-macro v0.5.0
22892024-08-26T23:28:57.717Z 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=c907f4e741cc0a45 -C extra-filename=-c907f4e741cc0a45 --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-18d2f5765b7a5050.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-e408134f56547e55.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22902024-08-26T23:28:57.926Z Dirty signal-hook v0.3.17: the rustflags changed
22912024-08-26T23:28:57.926Z Compiling signal-hook v0.3.17
22922024-08-26T23:28:57.929Z 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`
22932024-08-26T23:28:58.282Z Running `/work/oxidecomputer/omicron/target/debug/build/signal-hook-aa21692816cd7757/build-script-build`
22942024-08-26T23:28:58.315Z Running `/work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-a48bba7d8738e000/build-script-build`
22952024-08-26T23:28:58.346Z Dirty flate2 v1.0.31: the rustflags changed
22962024-08-26T23:28:58.346Z Compiling flate2 v1.0.31
22972024-08-26T23:28:58.349Z 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`
22982024-08-26T23:28:58.922Z Dirty toml v0.7.8: the rustflags changed
22992024-08-26T23:28:58.922Z Compiling toml v0.7.8
23002024-08-26T23:28:58.941Z 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=285ef98ad16b5f7d -C extra-filename=-285ef98ad16b5f7d --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-19476516253bd8c8.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-fc6ddcff9f820214.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-a13a239ec45c3af2.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-0871d168f4a43476.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23012024-08-26T23:28:59.352Z Dirty zerocopy-derive v0.6.6: the rustflags changed
23022024-08-26T23:28:59.352Z Compiling zerocopy-derive v0.6.6
23032024-08-26T23:28:59.355Z 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`
23042024-08-26T23:28:59.583Z Dirty itertools v0.12.1: the rustflags changed
23052024-08-26T23:28:59.583Z Compiling itertools v0.12.1
23062024-08-26T23:28:59.585Z Dirty usdt v0.5.0: the rustflags changed
23072024-08-26T23:28:59.586Z Compiling usdt v0.5.0
23082024-08-26T23:28:59.586Z 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`
23092024-08-26T23:28:59.601Z 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=8afcbd4e255af8a0 -C extra-filename=-8afcbd4e255af8a0 --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-89864ba25cc11d31.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-02c0eb91180a0e28.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-9e235d9b38c4b657.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-e408134f56547e55.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-c907f4e741cc0a45.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23102024-08-26T23:29:00.114Z Dirty hyper-tls v0.5.0: the rustflags changed
23112024-08-26T23:29:00.114Z Compiling hyper-tls v0.5.0
23122024-08-26T23:29:00.117Z 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=7a7096f3b5acd17e -C extra-filename=-7a7096f3b5acd17e --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-7296041c0fd81490.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c086ee7b27d2f7df.rmeta --extern native_tls=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-80072394795d7762.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4ee1cdbeb2bccd78.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-bbbef967989769e4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
23132024-08-26T23:29:00.488Z Dirty hyper-rustls v0.24.2: the rustflags changed
23142024-08-26T23:29:00.488Z Compiling hyper-rustls v0.24.2
23152024-08-26T23:29:00.491Z 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=749440423c85fb5a -C extra-filename=-749440423c85fb5a --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-7309206c31ed76bc.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c086ee7b27d2f7df.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-66634629c70f78e3.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4ee1cdbeb2bccd78.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-47e4ffb0419c39e6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out`
23162024-08-26T23:29:00.638Z Dirty elliptic-curve v0.13.8: the rustflags changed
23172024-08-26T23:29:00.639Z Compiling elliptic-curve v0.13.8
23182024-08-26T23:29:00.641Z 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=a0bd0e7d45708eb7 -C extra-filename=-a0bd0e7d45708eb7 --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-dc6f297b756790e0.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-ecbca71b0fc94280.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-e4d7abd680aec4b7.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-65767634d4000cd6.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-4d6ae8c84e9444ff.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-68ec4873a140f59f.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-e6975d27c0797841.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-72c84ac99faa15a7.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-3752dcaf4b41fa9b.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-27d71e0160c694dc.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`
23192024-08-26T23:29:00.858Z Dirty reqwest v0.11.27: the rustflags changed
23202024-08-26T23:29:00.858Z Compiling reqwest v0.11.27
23212024-08-26T23:29:00.861Z 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=8966d7042f423cc1 -C extra-filename=-8966d7042f423cc1 --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-7296041c0fd81490.rmeta --extern cookie_crate=/work/oxidecomputer/omicron/target/debug/deps/libcookie-dda05c465d127731.rmeta --extern cookie_store=/work/oxidecomputer/omicron/target/debug/deps/libcookie_store-d5edf637fad77d00.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-87cf2b5b71d82b0a.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7309206c31ed76bc.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-070372ae925891ba.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c086ee7b27d2f7df.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-749440423c85fb5a.rmeta --extern hyper_tls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_tls-7a7096f3b5acd17e.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-80072394795d7762.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-66634629c70f78e3.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-ef67309bf96e0f1b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-8ce276b9163974ea.rmeta --extern sync_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libsync_wrapper-12c43cd70bd8ae58.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4ee1cdbeb2bccd78.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-bbbef967989769e4.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-47e4ffb0419c39e6.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-cc3443c69aa91ffb.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-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
23222024-08-26T23:29:01.253Z Dirty static_assertions v1.1.0: the rustflags changed
23232024-08-26T23:29:01.253Z Compiling static_assertions v1.1.0
23242024-08-26T23:29:01.256Z 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`
23252024-08-26T23:29:01.365Z Dirty managed v0.8.0: the rustflags changed
23262024-08-26T23:29:01.365Z Compiling managed v0.8.0
23272024-08-26T23:29:01.368Z 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`
23282024-08-26T23:29:01.467Z Dirty fixedbitset v0.4.2: the rustflags changed
23292024-08-26T23:29:01.467Z Compiling fixedbitset v0.4.2
23302024-08-26T23:29:01.469Z 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`
23312024-08-26T23:29:01.693Z Dirty zerocopy v0.6.6: the rustflags changed
23322024-08-26T23:29:01.693Z Compiling zerocopy v0.6.6
23332024-08-26T23:29:01.697Z 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`
23342024-08-26T23:29:01.830Z Dirty petgraph v0.6.5: the rustflags changed
23352024-08-26T23:29:01.831Z Compiling petgraph v0.6.5
23362024-08-26T23:29:01.833Z 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=8e22a607cc27b13c -C extra-filename=-8e22a607cc27b13c --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-838b0c6a07887d50.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-9d3985cfd86df11e.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23372024-08-26T23:29:01.938Z 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=d7aaee262faf2cbb -C extra-filename=-d7aaee262faf2cbb --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-d0890cdebab6435b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.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`
23382024-08-26T23:29:02.616Z 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=9022b5771569f421 -C extra-filename=-9022b5771569f421 --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-551f41149d24b2b0.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-83ca1c97884212fb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23392024-08-26T23:29:02.887Z Dirty phf_shared v0.10.0: the rustflags changed
23402024-08-26T23:29:02.887Z Compiling phf_shared v0.10.0
23412024-08-26T23:29:02.891Z 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`
23422024-08-26T23:29:02.937Z Dirty pkcs1 v0.7.5: the rustflags changed
23432024-08-26T23:29:02.937Z Compiling pkcs1 v0.7.5
23442024-08-26T23:29:02.940Z 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=caee2cbd9bdd8ed6 -C extra-filename=-caee2cbd9bdd8ed6 --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-72c84ac99faa15a7.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`
23452024-08-26T23:29:03.337Z Dirty precomputed-hash v0.1.1: the rustflags changed
23462024-08-26T23:29:03.337Z Compiling precomputed-hash v0.1.1
23472024-08-26T23:29:03.340Z 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`
23482024-08-26T23:29:03.470Z Dirty unicode-xid v0.2.4: the rustflags changed
23492024-08-26T23:29:03.470Z Compiling unicode-xid v0.2.4
23502024-08-26T23:29:03.473Z 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`
23512024-08-26T23:29:03.639Z Dirty minimal-lexical v0.2.1: the rustflags changed
23522024-08-26T23:29:03.639Z Compiling minimal-lexical v0.2.1
23532024-08-26T23:29:03.657Z 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`
23542024-08-26T23:29:03.663Z Dirty new_debug_unreachable v1.0.6: the rustflags changed
23552024-08-26T23:29:03.663Z Compiling new_debug_unreachable v1.0.6
23562024-08-26T23:29:03.666Z Dirty bstr v1.9.1: the rustflags changed
23572024-08-26T23:29:03.666Z Compiling bstr v1.9.1
23582024-08-26T23:29:03.666Z 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`
23592024-08-26T23:29:03.666Z 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`
23602024-08-26T23:29:03.756Z Dirty string_cache v0.8.7: the rustflags changed
23612024-08-26T23:29:03.756Z Compiling string_cache v0.8.7
23622024-08-26T23:29:03.759Z 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=8bbc893b3e799bb4 -C extra-filename=-8bbc893b3e799bb4 --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-9a59c4899632d05e.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-19476516253bd8c8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23632024-08-26T23:29:03.993Z Dirty mio v1.0.2: the rustflags changed
23642024-08-26T23:29:03.993Z Compiling mio v1.0.2
23652024-08-26T23:29:03.996Z 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=450a852b1834f94d -C extra-filename=-450a852b1834f94d --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-551f41149d24b2b0.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`
23662024-08-26T23:29:04.179Z Dirty nom v7.1.3: the rustflags changed
23672024-08-26T23:29:04.179Z Compiling nom v7.1.3
23682024-08-26T23:29:04.183Z 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`
23692024-08-26T23:29:04.240Z Dirty heapless v0.7.17: the rustflags changed
23702024-08-26T23:29:04.240Z Compiling heapless v0.7.17
23712024-08-26T23:29:04.247Z 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=b998ca263ea272d2 -C extra-filename=-b998ca263ea272d2 --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-b998ca263ea272d2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-5207196babc65af3.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23722024-08-26T23:29:04.795Z Dirty rsa v0.9.6: the rustflags changed
23732024-08-26T23:29:04.796Z Compiling rsa v0.9.6
23742024-08-26T23:29:04.798Z 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=ab25628c826f87ab -C extra-filename=-ab25628c826f87ab --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-ecbca71b0fc94280.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-d7aaee262faf2cbb.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-caee2cbd9bdd8ed6.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-72c84ac99faa15a7.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-3752dcaf4b41fa9b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-095aade90ef040ee.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-6d3f00a2c57965b5.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`
23752024-08-26T23:29:05.199Z Dirty signal-hook-mio v0.2.4: the rustflags changed
23762024-08-26T23:29:05.199Z Compiling signal-hook-mio v0.2.4
23772024-08-26T23:29:05.202Z 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=3f2eed7877441fdb -C extra-filename=-3f2eed7877441fdb --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-551f41149d24b2b0.rmeta --extern mio_0_8=/work/oxidecomputer/omicron/target/debug/deps/libmio-2d7911560284ff5c.rmeta --extern mio_1_0=/work/oxidecomputer/omicron/target/debug/deps/libmio-450a852b1834f94d.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-9022b5771569f421.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23782024-08-26T23:29:05.398Z Dirty cfg_aliases v0.1.1: the rustflags changed
23792024-08-26T23:29:05.398Z Compiling cfg_aliases v0.1.1
23802024-08-26T23:29:05.400Z 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`
23812024-08-26T23:29:05.475Z Dirty lalrpop-util v0.19.12: the rustflags changed
23822024-08-26T23:29:05.475Z Compiling lalrpop-util v0.19.12
23832024-08-26T23:29:05.480Z 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`
23842024-08-26T23:29:05.511Z Dirty nix v0.28.0: the rustflags changed
23852024-08-26T23:29:05.511Z Compiling nix v0.28.0
23862024-08-26T23:29:05.523Z 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`
23872024-08-26T23:29:05.819Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-b998ca263ea272d2/build-script-build`
23882024-08-26T23:29:05.864Z Dirty enum-as-inner v0.6.0: the rustflags changed
23892024-08-26T23:29:05.864Z Compiling enum-as-inner v0.6.0
23902024-08-26T23:29:05.882Z 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`
23912024-08-26T23:29:05.892Z Dirty idna v0.4.0: the rustflags changed
23922024-08-26T23:29:05.892Z Compiling idna v0.4.0
23932024-08-26T23:29:05.892Z 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`
23942024-08-26T23:29:06.031Z Dirty hash32 v0.2.1: the rustflags changed
23952024-08-26T23:29:06.031Z Compiling hash32 v0.2.1
23962024-08-26T23:29:06.039Z 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`
23972024-08-26T23:29:06.404Z Dirty finl_unicode v1.2.0: the rustflags changed
23982024-08-26T23:29:06.404Z Compiling finl_unicode v1.2.0
23992024-08-26T23:29:06.407Z 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`
24002024-08-26T23:29:06.435Z Dirty predicates-core v1.0.6: the rustflags changed
24012024-08-26T23:29:06.435Z Compiling predicates-core v1.0.6
24022024-08-26T23:29:06.438Z 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`
24032024-08-26T23:29:06.810Z Dirty smoltcp v0.9.1: the rustflags changed
24042024-08-26T23:29:06.810Z Compiling smoltcp v0.9.1
24052024-08-26T23:29:06.813Z 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`
24062024-08-26T23:29:07.021Z Dirty stringprep v0.1.4: the rustflags changed
24072024-08-26T23:29:07.021Z Compiling stringprep v0.1.4
24082024-08-26T23:29:07.061Z 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`
24092024-08-26T23:29:07.159Z Dirty hickory-proto v0.24.1: the rustflags changed
24102024-08-26T23:29:07.159Z Compiling hickory-proto v0.24.1
24112024-08-26T23:29:07.161Z 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=1df3c7b1c45bee2a -C extra-filename=-1df3c7b1c45bee2a --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-d0890cdebab6435b.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-4ee1cdbeb2bccd78.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`
24122024-08-26T23:29:07.501Z Running `/work/oxidecomputer/omicron/target/debug/build/nix-82ca83025de97a0f/build-script-build`
24132024-08-26T23:29:07.532Z 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=8016ed793f9c2bdc -C extra-filename=-8016ed793f9c2bdc --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`
24142024-08-26T23:29:07.646Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-bdbe85cbcf8150ee/build-script-build`
24152024-08-26T23:29:07.679Z Dirty md-5 v0.10.6: the rustflags changed
24162024-08-26T23:29:07.679Z Compiling md-5 v0.10.6
24172024-08-26T23:29:07.681Z 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=430faf9c654b7825 -C extra-filename=-430faf9c654b7825 --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-ecbca71b0fc94280.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24182024-08-26T23:29:07.951Z Dirty hubpack_derive v0.1.1: the rustflags changed
24192024-08-26T23:29:07.951Z Compiling hubpack_derive v0.1.1
24202024-08-26T23:29:07.954Z 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`
24212024-08-26T23:29:07.990Z Dirty console v0.15.8: the rustflags changed
24222024-08-26T23:29:07.991Z Compiling console v0.15.8
24232024-08-26T23:29:07.993Z 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=4b67e8dd0f215dc6 -C extra-filename=-4b67e8dd0f215dc6 --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-551f41149d24b2b0.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`
24242024-08-26T23:29:08.284Z Dirty float-cmp v0.9.0: the rustflags changed
24252024-08-26T23:29:08.284Z Compiling float-cmp v0.9.0
24262024-08-26T23:29:08.287Z 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`
24272024-08-26T23:29:08.518Z Dirty fs-err v2.11.0: the rustflags changed
24282024-08-26T23:29:08.518Z Compiling fs-err v2.11.0
24292024-08-26T23:29:08.521Z 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`
24302024-08-26T23:29:08.704Z Dirty fallible-iterator v0.2.0: the rustflags changed
24312024-08-26T23:29:08.704Z Compiling fallible-iterator v0.2.0
24322024-08-26T23:29:08.707Z 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`
24332024-08-26T23:29:08.892Z Dirty difflib v0.4.0: the rustflags changed
24342024-08-26T23:29:08.892Z Compiling difflib v0.4.0
24352024-08-26T23:29:08.895Z 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`
24362024-08-26T23:29:09.062Z Dirty normalize-line-endings v0.3.0: the rustflags changed
24372024-08-26T23:29:09.062Z Compiling normalize-line-endings v0.3.0
24382024-08-26T23:29:09.065Z 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`
24392024-08-26T23:29:09.202Z Dirty hubpack v0.1.2: the rustflags changed
24402024-08-26T23:29:09.202Z Compiling hubpack v0.1.2
24412024-08-26T23:29:09.205Z 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=24e46af5cc55ead8 -C extra-filename=-24e46af5cc55ead8 --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-19476516253bd8c8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24422024-08-26T23:29:09.450Z Dirty postgres-protocol v0.6.7: the rustflags changed
24432024-08-26T23:29:09.450Z Compiling postgres-protocol v0.6.7
24442024-08-26T23:29:09.454Z 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=819d9d6a05cc899c -C extra-filename=-819d9d6a05cc899c --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-7296041c0fd81490.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-99585d275a54a8fa.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-5570f39ece6a776c.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-430faf9c654b7825.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-3b15747880b886c1.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d0890cdebab6435b.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-095aade90ef040ee.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`
24452024-08-26T23:29:09.564Z Dirty predicates v3.1.2: the rustflags changed
24462024-08-26T23:29:09.564Z Compiling predicates v3.1.2
24472024-08-26T23:29:09.567Z 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`
24482024-08-26T23:29:09.682Z Running `/work/oxidecomputer/omicron/target/debug/build/fs-err-7840dcc9301ae0b4/build-script-build`
24492024-08-26T23:29:09.836Z 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=3f10fdbe8bd482b1 -C extra-filename=-3f10fdbe8bd482b1 --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-8016ed793f9c2bdc.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`
24502024-08-26T23:29:10.524Z 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=b58acb781e3bbc84 -C extra-filename=-b58acb781e3bbc84 --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-8e41b751a0ccc20a.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-551f41149d24b2b0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg illumos --cfg solarish`
24512024-08-26T23:29:10.796Z Dirty similar v2.6.0: the rustflags changed
24522024-08-26T23:29:10.796Z Compiling similar v2.6.0
24532024-08-26T23:29:10.798Z 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.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="bstr"' --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="inline"' --cfg 'feature="text"' --cfg 'feature="unicode"' --cfg 'feature="unicode-segmentation"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bstr", "bytes", "default", "inline", "serde", "text", "unicode", "unicode-segmentation"))' -C metadata=fb7801688e79354e -C extra-filename=-fb7801688e79354e --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-0b179f319982781a.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`
24542024-08-26T23:29:11.335Z Dirty phf_shared v0.11.2: the rustflags changed
24552024-08-26T23:29:11.335Z Compiling phf_shared v0.11.2
24562024-08-26T23:29:11.338Z 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`
24572024-08-26T23:29:11.751Z Dirty tokio-stream v0.1.15: the rustflags changed
24582024-08-26T23:29:11.752Z Compiling tokio-stream v0.1.15
24592024-08-26T23:29:11.754Z 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=7d36d0d8dae0ec08 -C extra-filename=-7d36d0d8dae0ec08 --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-4ee1cdbeb2bccd78.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24602024-08-26T23:29:11.970Z Dirty strum_macros v0.25.3: the rustflags changed
24612024-08-26T23:29:11.970Z Compiling strum_macros v0.25.3
24622024-08-26T23:29:11.973Z 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`
24632024-08-26T23:29:12.766Z Dirty serde_repr v0.1.19: the rustflags changed
24642024-08-26T23:29:12.766Z Compiling serde_repr v0.1.19
24652024-08-26T23:29:12.771Z 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`
24662024-08-26T23:29:13.059Z Dirty peg-runtime v0.8.3: the rustflags changed
24672024-08-26T23:29:13.059Z Compiling peg-runtime v0.8.3
24682024-08-26T23:29:13.062Z 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`
24692024-08-26T23:29:13.324Z Dirty phf v0.11.2: the rustflags changed
24702024-08-26T23:29:13.324Z Compiling phf v0.11.2
24712024-08-26T23:29:13.326Z 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`
24722024-08-26T23:29:13.631Z Dirty postgres-types v0.2.7: the rustflags changed
24732024-08-26T23:29:13.631Z Compiling postgres-types v0.2.7
24742024-08-26T23:29:13.634Z 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=6c88c3419dd50b79 -C extra-filename=-6c88c3419dd50b79 --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-7296041c0fd81490.rmeta --extern chrono_04=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.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-819d9d6a05cc899c.rmeta --extern serde_1=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern serde_json_1=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rmeta --extern uuid_1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24752024-08-26T23:29:13.752Z 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=d939558aaa79a1c5 -C extra-filename=-d939558aaa79a1c5 --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-4ee1cdbeb2bccd78.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg rustc_1_63`
24762024-08-26T23:29:14.176Z Dirty whoami v1.5.1: the rustflags changed
24772024-08-26T23:29:14.176Z Compiling whoami v1.5.1
24782024-08-26T23:29:14.179Z 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`
24792024-08-26T23:29:14.602Z Dirty tokio-postgres v0.7.11: the rustflags changed
24802024-08-26T23:29:14.602Z Compiling tokio-postgres v0.7.11
24812024-08-26T23:29:14.605Z 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=45d2b2041bdff498 -C extra-filename=-45d2b2041bdff498 --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-7296041c0fd81490.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-9a59c4899632d05e.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-819d9d6a05cc899c.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-6c88c3419dd50b79.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d0890cdebab6435b.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-c0e11bad9d6e07ea.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4ee1cdbeb2bccd78.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-cc3443c69aa91ffb.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`
24822024-08-26T23:29:14.630Z Dirty camino v1.1.9: the rustflags changed
24832024-08-26T23:29:14.630Z Compiling camino v1.1.9
24842024-08-26T23:29:14.633Z 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.9/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="serde1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("proptest", "proptest1", "serde", "serde1"))' -C metadata=2abadfff710ca87e -C extra-filename=-2abadfff710ca87e --out-dir /work/oxidecomputer/omicron/target/debug/build/camino-2abadfff710ca87e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24852024-08-26T23:29:14.859Z Compiling regress v0.9.1
24862024-08-26T23:29:14.862Z 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=b6e9a448b359ba01 -C extra-filename=-b6e9a448b359ba01 --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-b64630deae89861a.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`
24872024-08-26T23:29:15.162Z Compiling getopts v0.2.21
24882024-08-26T23:29:15.173Z 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`
24892024-08-26T23:29:15.381Z Running `/work/oxidecomputer/omicron/target/debug/build/camino-2abadfff710ca87e/build-script-build`
24902024-08-26T23:29:15.459Z 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.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="serde"' --cfg 'feature="serde1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("proptest", "proptest1", "serde", "serde1"))' -C metadata=b792cecba43cac9d -C extra-filename=-b792cecba43cac9d --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-19476516253bd8c8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg path_buf_capacity --cfg shrink_to --cfg try_reserve_2 --cfg path_buf_deref_mut --cfg os_str_bytes --cfg absolute_path --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(path_buf_deref_mut)' --check-cfg 'cfg(path_buf_capacity)' --check-cfg 'cfg(shrink_to)' --check-cfg 'cfg(try_reserve_2)' --check-cfg 'cfg(os_str_bytes)' --check-cfg 'cfg(absolute_path)'`
24912024-08-26T23:29:16.088Z Compiling unsafe-libyaml v0.2.11
24922024-08-26T23:29:16.090Z 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`
24932024-08-26T23:29:16.163Z Dirty is-terminal v0.4.12: the rustflags changed
24942024-08-26T23:29:16.163Z Compiling is-terminal v0.4.12
24952024-08-26T23:29:16.166Z 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=55ef132139e3e93d -C extra-filename=-55ef132139e3e93d --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-551f41149d24b2b0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24962024-08-26T23:29:16.290Z Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
24972024-08-26T23:29:16.293Z 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=cb098b840eb5a761 -C extra-filename=-cb098b840eb5a761 --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-7296041c0fd81490.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-8966d7042f423cc1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-8ce276b9163974ea.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
24982024-08-26T23:29:16.322Z Dirty gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92): the rustflags changed
24992024-08-26T23:29:16.322Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
25002024-08-26T23:29:16.325Z 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=711eb3fcee73ab92 -C extra-filename=-711eb3fcee73ab92 --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-8e41b751a0ccc20a.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-24e46af5cc55ead8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern serde_repr=/work/oxidecomputer/omicron/target/debug/deps/libserde_repr-93fece06d7eea44a.so --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-3f10fdbe8bd482b1.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-d7278fad9f84f0d2.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`
25012024-08-26T23:29:16.449Z Dirty dirs-sys-next v0.1.2: the rustflags changed
25022024-08-26T23:29:16.449Z Compiling dirs-sys-next v0.1.2
25032024-08-26T23:29:16.451Z 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=d71aa51ab7c99348 -C extra-filename=-d71aa51ab7c99348 --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-551f41149d24b2b0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25042024-08-26T23:29:16.557Z Compiling http v1.1.0
25052024-08-26T23:29:16.560Z 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=4e2b74acff94d59c -C extra-filename=-4e2b74acff94d59c --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-7296041c0fd81490.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`
25062024-08-26T23:29:16.732Z Dirty dirs-next v2.0.0: the rustflags changed
25072024-08-26T23:29:16.732Z Compiling dirs-next v2.0.0
25082024-08-26T23:29:16.735Z 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=b19ba4d524ea8e41 -C extra-filename=-b19ba4d524ea8e41 --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-d71aa51ab7c99348.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25092024-08-26T23:29:16.941Z Dirty term v0.7.0: the rustflags changed
25102024-08-26T23:29:16.941Z Compiling term v0.7.0
25112024-08-26T23:29:16.944Z 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=09714f0ae484654a -C extra-filename=-09714f0ae484654a --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-b19ba4d524ea8e41.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25122024-08-26T23:29:17.122Z Compiling paste v1.0.15
25132024-08-26T23:29:17.125Z 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`
25142024-08-26T23:29:17.409Z Compiling toml v0.8.19
25152024-08-26T23:29:17.412Z 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=3e3b5887cb195d6a -C extra-filename=-3e3b5887cb195d6a --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-19476516253bd8c8.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-fc6ddcff9f820214.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-a13a239ec45c3af2.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-d27e04d35aedf7ad.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25162024-08-26T23:29:17.759Z Compiling serde_yaml v0.9.34+deprecated
25172024-08-26T23:29:17.762Z 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=64e0f9acf5d761f7 -C extra-filename=-64e0f9acf5d761f7 --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-838b0c6a07887d50.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-19476516253bd8c8.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`
25182024-08-26T23:29:18.190Z Running `/work/oxidecomputer/omicron/target/debug/build/paste-fe0fbfc06ab2594b/build-script-build`
25192024-08-26T23:29:18.245Z Compiling ident_case v1.0.1
25202024-08-26T23:29:18.247Z 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`
25212024-08-26T23:29:18.452Z Compiling darling_core v0.20.9
25222024-08-26T23:29:18.455Z 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`
25232024-08-26T23:29:18.532Z 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"))'`
25242024-08-26T23:29:19.165Z Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
25252024-08-26T23:29:19.168Z 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=4917eb2b53610b5d -C extra-filename=-4917eb2b53610b5d --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-b6e9a448b359ba01.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-cb8c86c5f719f8c5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.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`
25262024-08-26T23:29:19.199Z Dirty crossbeam-channel v0.5.12: the rustflags changed
25272024-08-26T23:29:19.199Z Compiling crossbeam-channel v0.5.12
25282024-08-26T23:29:19.202Z 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`
25292024-08-26T23:29:19.866Z Dirty strum_macros v0.26.4: the rustflags changed
25302024-08-26T23:29:19.866Z Compiling strum_macros v0.26.4
25312024-08-26T23:29:19.869Z 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`
25322024-08-26T23:29:20.125Z Dirty thread_local v1.1.8: the rustflags changed
25332024-08-26T23:29:20.125Z Compiling thread_local v1.1.8
25342024-08-26T23:29:20.128Z 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`
25352024-08-26T23:29:20.265Z Dirty slog-async v2.8.0: the rustflags changed
25362024-08-26T23:29:20.265Z Compiling slog-async v2.8.0
25372024-08-26T23:29:20.268Z 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`
25382024-08-26T23:29:20.334Z Compiling match_cfg v0.1.0
25392024-08-26T23:29:20.337Z 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`
25402024-08-26T23:29:20.440Z Compiling rustls-pki-types v1.7.0
25412024-08-26T23:29:20.443Z 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`
25422024-08-26T23:29:20.726Z Dirty take_mut v0.2.2: the rustflags changed
25432024-08-26T23:29:20.726Z Compiling take_mut v0.2.2
25442024-08-26T23:29:20.729Z 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`
25452024-08-26T23:29:20.885Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-async-01c8cef20947d45b/build-script-build`
25462024-08-26T23:29:20.905Z Compiling hostname v0.3.1
25472024-08-26T23:29:20.908Z 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=b31bf2c41a9be156 -C extra-filename=-b31bf2c41a9be156 --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-551f41149d24b2b0.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`
25482024-08-26T23:29:20.959Z 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`
25492024-08-26T23:29:21.156Z Dirty slog-term v2.9.1: the rustflags changed
25502024-08-26T23:29:21.156Z Compiling slog-term v2.9.1
25512024-08-26T23:29:21.158Z 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=e77d240f968b9b00 -C extra-filename=-e77d240f968b9b00 --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-55ef132139e3e93d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-09714f0ae484654a.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-31e87b9424f2815f.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-eaa35e1e3fce1599.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25522024-08-26T23:29:21.311Z Compiling rustls v0.22.4
25532024-08-26T23:29:21.314Z 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`
25542024-08-26T23:29:21.677Z Compiling fastrand v2.1.0
25552024-08-26T23:29:21.680Z 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`
25562024-08-26T23:29:22.095Z Compiling tempfile v3.10.1
25572024-08-26T23:29:22.098Z 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=a0c530543821bba1 -C extra-filename=-a0c530543821bba1 --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-875671fddfd10789.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25582024-08-26T23:29:22.191Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-7a39c18fd3e98d58/build-script-build`
25592024-08-26T23:29:22.223Z Compiling rustls-webpki v0.102.4
25602024-08-26T23:29:22.226Z 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=c537afcdb0b8641f -C extra-filename=-c537afcdb0b8641f --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-662be56d9856735a.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-c6aa214cd381f61b/out`
25612024-08-26T23:29:22.271Z Compiling rustls-pemfile v2.1.3
25622024-08-26T23:29:22.274Z 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`
25632024-08-26T23:29:22.410Z Compiling multer v3.1.0
25642024-08-26T23:29:22.412Z 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`
25652024-08-26T23:29:22.757Z Compiling debug-ignore v1.0.5
25662024-08-26T23:29:22.760Z 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`
25672024-08-26T23:29:22.797Z Running `/work/oxidecomputer/omicron/target/debug/build/multer-b0c2a76b3dbdbc46/build-script-build`
25682024-08-26T23:29:22.875Z Compiling slog-json v2.6.1
25692024-08-26T23:29:22.878Z 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=3aeeb8722921d1fe -C extra-filename=-3aeeb8722921d1fe --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-19476516253bd8c8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-eaa35e1e3fce1599.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25702024-08-26T23:29:22.917Z Compiling async-stream-impl v0.3.5
25712024-08-26T23:29:22.933Z 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-26T23:29:22.967Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
25732024-08-26T23:29:22.970Z 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=2957d4047807a1c3 -C extra-filename=-2957d4047807a1c3 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-2957d4047807a1c3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-6e9acfc53597887c.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-ccd418511fd0e494.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.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-8e41b751a0ccc20a.rlib --extern bstr=/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-7296041c0fd81490.rlib --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-55f804e3ad1c579d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-ee5fc3c47faac230.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-18d404915a4b87df.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-8b135c539e8f94b8.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-4b67e8dd0f215dc6.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-cc8c6f66177655eb.rlib --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-e6f841b1e5437932.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-ecbca71b0fc94280.rlib --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-89864ba25cc11d31.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-5d39f2eb1424d60a.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-a0bd0e7d45708eb7.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-e4d7abd680aec4b7.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-725dd47f885197a3.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-d939558aaa79a1c5.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-711eb3fcee73ab92.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-65767634d4000cd6.rlib --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-82dba1c6aa750728.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-4d6ae8c84e9444ff.rlib --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-b64630deae89861a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-599d8f15621b0c55.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-1df3c7b1c45bee2a.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-5570f39ece6a776c.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c086ee7b27d2f7df.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-838b0c6a07887d50.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-551f41149d24b2b0.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-2d7911560284ff5c.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-b58acb781e3bbc84.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-d7aaee262faf2cbb.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-5ba3e73c543b84ff.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-8e22a607cc27b13c.rlib --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-72c84ac99faa15a7.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-6c88c3419dd50b79.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 quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.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-8966d7042f423cc1.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-662be56d9856735a.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-ab25628c826f87ab.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-875671fddfd10789.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-5380524236143168.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-cb8c86c5f719f8c5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-f3995908aff446a0.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-095aade90ef040ee.rlib --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-3f2eed7877441fdb.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-fb7801688e79354e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-90c42fabfdf6af03.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-c0e11bad9d6e07ea.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-d52e3d8c16e8a214.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-8bbc893b3e799bb4.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-eaa35e1e3fce1599.rlib --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-fe135c41e946333f.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4ee1cdbeb2bccd78.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-45d2b2041bdff498.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-7d36d0d8dae0ec08.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-cc3443c69aa91ffb.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-285ef98ad16b5f7d.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-a13a239ec45c3af2.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-0871d168f4a43476.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-d27e04d35aedf7ad.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-8afcbd4e255af8a0.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-e408134f56547e55.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.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-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
25742024-08-26T23:29:22.990Z Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
25752024-08-26T23:29:22.993Z 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/06c8dab/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`
25762024-08-26T23:29:23.269Z 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=765bcc68d51e2749 -C extra-filename=-765bcc68d51e2749 --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-662be56d9856735a.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-2fefae8d752d7a3a.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-c537afcdb0b8641f.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-c6aa214cd381f61b/out`
25772024-08-26T23:29:23.337Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-2957d4047807a1c3/build-script-build`
25782024-08-26T23:29:23.360Z Compiling atomic-waker v1.1.2
25792024-08-26T23:29:23.363Z 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`
25802024-08-26T23:29:23.386Z 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=26727ea9ed4b2c03 -C extra-filename=-26727ea9ed4b2c03 --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-6e9acfc53597887c.rmeta --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-ccd418511fd0e494.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.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-8e41b751a0ccc20a.rmeta --extern bstr=/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-7296041c0fd81490.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-ee5fc3c47faac230.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-18d404915a4b87df.rmeta --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-8b135c539e8f94b8.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-4b67e8dd0f215dc6.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-cc8c6f66177655eb.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-e6f841b1e5437932.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-ecbca71b0fc94280.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-89864ba25cc11d31.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-5d39f2eb1424d60a.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-a0bd0e7d45708eb7.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-e4d7abd680aec4b7.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-725dd47f885197a3.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-d939558aaa79a1c5.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-711eb3fcee73ab92.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-65767634d4000cd6.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-82dba1c6aa750728.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-4d6ae8c84e9444ff.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-b64630deae89861a.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-599d8f15621b0c55.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-1df3c7b1c45bee2a.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-5570f39ece6a776c.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c086ee7b27d2f7df.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-838b0c6a07887d50.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-551f41149d24b2b0.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-2d7911560284ff5c.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-b58acb781e3bbc84.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-d7aaee262faf2cbb.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-5ba3e73c543b84ff.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-8e22a607cc27b13c.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-72c84ac99faa15a7.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-6c88c3419dd50b79.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 quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.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-8966d7042f423cc1.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-662be56d9856735a.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-ab25628c826f87ab.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-875671fddfd10789.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-5380524236143168.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-cb8c86c5f719f8c5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-f3995908aff446a0.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-095aade90ef040ee.rmeta --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-3f2eed7877441fdb.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-fb7801688e79354e.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-90c42fabfdf6af03.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-c0e11bad9d6e07ea.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-d52e3d8c16e8a214.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-8bbc893b3e799bb4.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-eaa35e1e3fce1599.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4ee1cdbeb2bccd78.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-45d2b2041bdff498.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-7d36d0d8dae0ec08.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-cc3443c69aa91ffb.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-285ef98ad16b5f7d.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-a13a239ec45c3af2.rmeta --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-0871d168f4a43476.rmeta --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-d27e04d35aedf7ad.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-8afcbd4e255af8a0.rmeta --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-e408134f56547e55.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.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-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
25812024-08-26T23:29:23.494Z Compiling waitgroup v0.1.2
25822024-08-26T23:29:23.496Z 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`
25832024-08-26T23:29:23.560Z Running `/work/oxidecomputer/omicron/target/debug/build/dropshot-a919d62130b9e085/build-script-build`
25842024-08-26T23:29:23.634Z Compiling slog-bunyan v2.5.0
25852024-08-26T23:29:23.636Z 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=d54ec5b235084a80 -C extra-filename=-d54ec5b235084a80 --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-b31bf2c41a9be156.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-3aeeb8722921d1fe.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-eaa35e1e3fce1599.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25862024-08-26T23:29:23.737Z 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=c2505fdb068f4212 -C extra-filename=-c2505fdb068f4212 --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-7296041c0fd81490.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-4e2b74acff94d59c.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`
25872024-08-26T23:29:23.857Z Compiling ipnetwork v0.20.0
25882024-08-26T23:29:24.863Z 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=2ca2b0391baf3667 -C extra-filename=-2ca2b0391baf3667 --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-539e8d31df955ad4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25892024-08-26T23:29:24.867Z Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
25902024-08-26T23:29:24.867Z 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/06c8dab/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=9fdf6e4f2c5682ec -C extra-filename=-9fdf6e4f2c5682ec --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-19476516253bd8c8.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-18d2f5765b7a5050.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`
25912024-08-26T23:29:24.867Z Compiling async-stream v0.3.5
25922024-08-26T23:29:24.867Z 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`
25932024-08-26T23:29:24.867Z Compiling serde_path_to_error v0.1.16
25942024-08-26T23:29:24.867Z 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=4bf70369cde44e16 -C extra-filename=-4bf70369cde44e16 --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-19476516253bd8c8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25952024-08-26T23:29:24.867Z Compiling hostname v0.4.0
25962024-08-26T23:29:24.867Z 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=003bc091487d05a0 -C extra-filename=-003bc091487d05a0 --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-551f41149d24b2b0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25972024-08-26T23:29:24.867Z Compiling instant v0.1.12
25982024-08-26T23:29:24.867Z 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`
25992024-08-26T23:29:24.974Z Compiling newtype-uuid v1.1.0
26002024-08-26T23:29:24.976Z 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=8f457ee7cc0d5dfa -C extra-filename=-8f457ee7cc0d5dfa --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-539e8d31df955ad4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26012024-08-26T23:29:25.039Z Compiling quick-error v1.2.3
26022024-08-26T23:29:25.056Z 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`
26032024-08-26T23:29:25.183Z Compiling structmeta-derive v0.3.0
26042024-08-26T23:29:25.186Z 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`
26052024-08-26T23:29:25.253Z Dirty strum v0.26.3: the rustflags changed
26062024-08-26T23:29:25.253Z Compiling strum v0.26.3
26072024-08-26T23:29:25.256Z 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`
26082024-08-26T23:29:25.292Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
26092024-08-26T23:29:25.296Z 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=093c9d1ea7a6082f -C extra-filename=-093c9d1ea7a6082f --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-8f457ee7cc0d5dfa.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4ec299dfa0e92da3.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26102024-08-26T23:29:25.448Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26112024-08-26T23:29:25.451Z 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`
26122024-08-26T23:29:25.585Z Compiling darling_macro v0.20.9
26132024-08-26T23:29:25.585Z 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`
26142024-08-26T23:29:25.621Z Compiling backoff v0.4.0
26152024-08-26T23:29:25.624Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
26162024-08-26T23:29:25.624Z 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=e9aff558245a2ac5 -C extra-filename=-e9aff558245a2ac5 --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-82dba1c6aa750728.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-d0890cdebab6435b.rmeta --extern tokio_1=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4ee1cdbeb2bccd78.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26172024-08-26T23:29:25.624Z 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=067b183b3e29678c -C extra-filename=-067b183b3e29678c --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-2ca2b0391baf3667.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26182024-08-26T23:29:25.974Z Compiling macaddr v1.0.1
26192024-08-26T23:29:25.982Z 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=98a67a59a334178d -C extra-filename=-98a67a59a334178d --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-19476516253bd8c8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26202024-08-26T23:29:26.382Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
26212024-08-26T23:29:26.385Z 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=20dd09634c042122 -C extra-filename=-20dd09634c042122 --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-26727ea9ed4b2c03.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-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
26222024-08-26T23:29:26.400Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
26232024-08-26T23:29:26.403Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
26242024-08-26T23:29:26.403Z 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`
26252024-08-26T23:29:26.403Z 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=4c497ff74b1d7ab1 -C extra-filename=-4c497ff74b1d7ab1 --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-599d8f15621b0c55.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26262024-08-26T23:29:26.576Z Compiling wait-timeout v0.2.0
26272024-08-26T23:29:26.578Z 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=428e11229f7db8f2 -C extra-filename=-428e11229f7db8f2 --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-551f41149d24b2b0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26282024-08-26T23:29:26.599Z Compiling structmeta-derive v0.2.0
26292024-08-26T23:29:26.602Z 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`
26302024-08-26T23:29:26.769Z Compiling darling v0.20.9
26312024-08-26T23:29:26.772Z 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`
26322024-08-26T23:29:26.898Z Compiling serde_with_macros v3.9.0
26332024-08-26T23:29:26.901Z 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.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms --warn=variant_size_differences --warn=unused_import_braces --warn=unused_extern_crates --warn=unexpected_cfgs --warn=trivial_numeric_casts --warn=trivial_casts '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::redundant_closure_for_method_calls' --warn=missing_docs '--warn=rustdoc::missing_crate_level_docs' '--allow=clippy::manual-unwrap-or-default' '--allow=clippy::explicit_auto_deref' '--warn=clippy::doc_markdown' '--warn=clippy::default_trait_access' '--warn=clippy::cloned_instead_of_copied' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("schemars_0_8"))' -C metadata=e554c284d49db9dc -C extra-filename=-e554c284d49db9dc --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`
26342024-08-26T23:29:27.201Z Compiling rusty-fork v0.3.0
26352024-08-26T23:29:27.203Z 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=b69e341f7aed30b2 -C extra-filename=-b69e341f7aed30b2 --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-a0c530543821bba1.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-428e11229f7db8f2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26362024-08-26T23:29:27.384Z Compiling rand_xorshift v0.3.0
26372024-08-26T23:29:27.387Z 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=4d7e2b0f40bd36f8 -C extra-filename=-4d7e2b0f40bd36f8 --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-3752dcaf4b41fa9b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26382024-08-26T23:29:27.731Z Compiling tokio-rustls v0.25.0
26392024-08-26T23:29:27.734Z 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=8671f547a886b954 -C extra-filename=-8671f547a886b954 --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-765bcc68d51e2749.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-2fefae8d752d7a3a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4ee1cdbeb2bccd78.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out`
26402024-08-26T23:29:27.959Z Compiling unarray v0.1.4
26412024-08-26T23:29:27.975Z 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`
26422024-08-26T23:29:28.134Z Compiling proptest v1.5.0
26432024-08-26T23:29:28.138Z 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=4e0862c1640774bb -C extra-filename=-4e0862c1640774bb --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-8e41b751a0ccc20a.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-d0890cdebab6435b.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-b102e2c78c1e8b69.rmeta --extern rand_xorshift=/work/oxidecomputer/omicron/target/debug/deps/librand_xorshift-4d7e2b0f40bd36f8.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-b69e341f7aed30b2.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-a0c530543821bba1.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`
26442024-08-26T23:29:28.155Z Dirty proc-macro-error-attr v1.0.4: the rustflags changed
26452024-08-26T23:29:28.155Z Compiling proc-macro-error-attr v1.0.4
26462024-08-26T23:29:28.169Z 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`
26472024-08-26T23:29:28.496Z Compiling structmeta v0.3.0
26482024-08-26T23:29:28.499Z 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`
26492024-08-26T23:29:28.533Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-5d000a157274cd67/build-script-build`
26502024-08-26T23:29:28.607Z Dirty proc-macro-error v1.0.4: the rustflags changed
26512024-08-26T23:29:28.607Z Compiling proc-macro-error v1.0.4
26522024-08-26T23:29:28.610Z 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`
26532024-08-26T23:29:28.931Z Compiling parse-display-derive v0.10.0
26542024-08-26T23:29:28.933Z 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`
26552024-08-26T23:29:29.003Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-a4bca8a215788b67/build-script-build`
26562024-08-26T23:29:29.055Z 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/06c8dab/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=e9014c6e08bb65e0 -C extra-filename=-e9014c6e08bb65e0 --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-7296041c0fd81490.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.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-9fdf6e4f2c5682ec.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-003bc091487d05a0.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7309206c31ed76bc.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c086ee7b27d2f7df.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-838b0c6a07887d50.rmeta --extern multer=/work/oxidecomputer/omicron/target/debug/deps/libmulter-c2505fdb068f4212.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5ba3e73c543b84ff.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-765bcc68d51e2749.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-0825b86e4f23338d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-5380524236143168.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-4bf70369cde44e16.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-8ce276b9163974ea.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-f3995908aff446a0.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-d54ec5b235084a80.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-3aeeb8722921d1fe.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e77d240f968b9b00.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4ee1cdbeb2bccd78.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-8671f547a886b954.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3e3b5887cb195d6a.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-8afcbd4e255af8a0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.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-c6aa214cd381f61b/out`
26572024-08-26T23:29:29.151Z 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`
26582024-08-26T23:29:29.827Z Compiling structmeta v0.2.0
26592024-08-26T23:29:29.830Z 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`
26602024-08-26T23:29:30.053Z Compiling camino-tempfile v1.1.1
26612024-08-26T23:29:30.056Z 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=e45330f5c36e2940 -C extra-filename=-e45330f5c36e2940 --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-b792cecba43cac9d.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-a0c530543821bba1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26622024-08-26T23:29:30.076Z Compiling serde_with v3.9.0
26632024-08-26T23:29:30.079Z 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.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=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=fbf3e444deddd920 -C extra-filename=-fbf3e444deddd920 --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-19476516253bd8c8.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-9d3985cfd86df11e.so --extern serde_with_macros=/work/oxidecomputer/omicron/target/debug/deps/libserde_with_macros-e554c284d49db9dc.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26642024-08-26T23:29:30.292Z Compiling test-strategy v0.3.1
26652024-08-26T23:29:30.295Z 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`
26662024-08-26T23:29:30.530Z 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`
26672024-08-26T23:29:31.257Z Compiling proc-macro-crate v1.3.1
26682024-08-26T23:29:31.260Z 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=cb93436cd1109b6b -C extra-filename=-cb93436cd1109b6b --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-0871d168f4a43476.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26692024-08-26T23:29:32.433Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
26702024-08-26T23:29:32.448Z 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`
26712024-08-26T23:29:32.874Z Running `/work/oxidecomputer/omicron/target/debug/build/nvpair-sys-d7e5a9887b0b0e8e/build-script-build`
26722024-08-26T23:29:32.906Z Compiling num_enum_derive v0.5.11
26732024-08-26T23:29:32.908Z 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=af571fbdeebb8b5c -C extra-filename=-af571fbdeebb8b5c --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-cb93436cd1109b6b.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`
26742024-08-26T23:29:33.558Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
26752024-08-26T23:29:33.560Z 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`
26762024-08-26T23:29:33.929Z Running `/work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-525ace519d3346b6/build-script-build`
26772024-08-26T23:29:33.960Z Compiling foreign-types-macros v0.2.3
26782024-08-26T23:29:33.963Z 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`
26792024-08-26T23:29:34.086Z Compiling foreign-types-shared v0.3.1
26802024-08-26T23:29:34.089Z 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`
26812024-08-26T23:29:34.106Z Compiling parse-display v0.10.0
26822024-08-26T23:29:34.109Z 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`
26832024-08-26T23:29:34.215Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
26842024-08-26T23:29:34.217Z 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`
26852024-08-26T23:29:34.551Z Running `/work/oxidecomputer/omicron/target/debug/build/rusty-doors-f477c3b355d84377/build-script-build`
26862024-08-26T23:29:34.584Z 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`
26872024-08-26T23:29:34.605Z 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`
26882024-08-26T23:29:34.758Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
26892024-08-26T23:29:34.774Z 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`
26902024-08-26T23:29:34.788Z Compiling cstr-argument v0.1.2
26912024-08-26T23:29:34.791Z 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`
26922024-08-26T23:29:34.849Z Compiling pretty-hex v0.2.1
26932024-08-26T23:29:34.893Z 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`
26942024-08-26T23:29:35.040Z Compiling tabwriter v1.4.0
26952024-08-26T23:29:35.040Z 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`
26962024-08-26T23:29:35.056Z Compiling colored v2.1.0
26972024-08-26T23:29:35.059Z 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`
26982024-08-26T23:29:35.433Z Compiling foreign-types v0.5.0
26992024-08-26T23:29:35.436Z 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`
27002024-08-26T23:29:35.558Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
27012024-08-26T23:29:35.561Z 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`
27022024-08-26T23:29:35.578Z Compiling smf v0.2.3
27032024-08-26T23:29:35.580Z 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`
27042024-08-26T23:29:35.769Z 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=2087401f7626bda4 -C extra-filename=-2087401f7626bda4 --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-551f41149d24b2b0.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`
27052024-08-26T23:29:35.772Z Compiling heapless v0.8.0
27062024-08-26T23:29:35.774Z 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`
27072024-08-26T23:29:35.796Z Compiling num_enum v0.5.11
27082024-08-26T23:29:35.799Z 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=1c4940f3fbd908fb -C extra-filename=-1c4940f3fbd908fb --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-af571fbdeebb8b5c.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27092024-08-26T23:29:35.902Z Compiling termtree v0.4.1
27102024-08-26T23:29:35.906Z 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`
27112024-08-26T23:29:35.969Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
27122024-08-26T23:29:35.972Z 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=2a29e971025d08ca -C extra-filename=-2a29e971025d08ca --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-551f41149d24b2b0.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-1c4940f3fbd908fb.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-4ee1cdbeb2bccd78.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27132024-08-26T23:29:36.138Z Compiling predicates-tree v1.0.9
27142024-08-26T23:29:36.141Z 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`
27152024-08-26T23:29:36.163Z Compiling hash32 v0.3.1
27162024-08-26T23:29:36.166Z 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`
27172024-08-26T23:29:36.327Z Compiling crucible-workspace-hack v0.1.0
27182024-08-26T23:29:36.330Z 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`
27192024-08-26T23:29:36.403Z Compiling smoltcp v0.11.0
27202024-08-26T23:29:36.419Z 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`
27212024-08-26T23:29:36.450Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-e556d1dbcfabb7d1/build-script-build`
27222024-08-26T23:29:36.675Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-7bb6db9d5be3b93a/build-script-build`
27232024-08-26T23:29:36.694Z Compiling embedded-io v0.4.0
27242024-08-26T23:29:36.697Z 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`
27252024-08-26T23:29:36.718Z Compiling cobs v0.2.3
27262024-08-26T23:29:36.721Z 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`
27272024-08-26T23:29:36.761Z 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`
27282024-08-26T23:29:36.925Z Compiling postcard v1.0.8
27292024-08-26T23:29:36.927Z 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=e781c146b7163138 -C extra-filename=-e781c146b7163138 --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-19476516253bd8c8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27302024-08-26T23:29:37.002Z 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`
27312024-08-26T23:29:37.020Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
27322024-08-26T23:29:37.023Z 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/76878de/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=f3ebe4ececd17b62 -C extra-filename=-f3ebe4ececd17b62 --out-dir /work/oxidecomputer/omicron/target/debug/build/opte-f3ebe4ececd17b62 -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`
27332024-08-26T23:29:37.178Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
27342024-08-26T23:29:37.181Z 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/76878de/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=a58320961eec3d1a -C extra-filename=-a58320961eec3d1a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27352024-08-26T23:29:37.326Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-8932ed320cfb35a5/build-script-build`
27362024-08-26T23:29:37.349Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
27372024-08-26T23:29:37.352Z 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/76878de/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=3f8bba5bf933473e -C extra-filename=-3f8bba5bf933473e --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`
27382024-08-26T23:29:37.375Z Compiling sigpipe v0.1.3
27392024-08-26T23:29:37.378Z 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=7e3bc97d4b08f948 -C extra-filename=-7e3bc97d4b08f948 --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-551f41149d24b2b0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27402024-08-26T23:29:37.444Z Running `/work/oxidecomputer/omicron/target/debug/build/opte-f3ebe4ececd17b62/build-script-build`
27412024-08-26T23:29:37.510Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
27422024-08-26T23:29:37.527Z 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`
27432024-08-26T23:29:37.531Z Compiling mockall_derive v0.13.0
27442024-08-26T23:29:37.531Z 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`
27452024-08-26T23:29:37.726Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
27462024-08-26T23:29:37.730Z 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`
27472024-08-26T23:29:37.788Z 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`
27482024-08-26T23:29:37.813Z Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
27492024-08-26T23:29:37.816Z 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=e2c7cb53b4609aeb -C extra-filename=-e2c7cb53b4609aeb --out-dir /work/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-539e8d31df955ad4.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-cb8c86c5f719f8c5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-18d2f5765b7a5050.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rlib --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-4917eb2b53610b5d.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27502024-08-26T23:29:37.845Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
27512024-08-26T23:29:37.848Z 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=78fef15460e29150 -C extra-filename=-78fef15460e29150 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-18d404915a4b87df.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rmeta --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-7e3bc97d4b08f948.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
27522024-08-26T23:29:37.878Z Running `/work/oxidecomputer/omicron/target/debug/build/libnet-03b8ac6ea3fd311e/build-script-build`
27532024-08-26T23:29:37.900Z Running `/work/oxidecomputer/omicron/target/debug/build/mockall_derive-840718ae530a1b62/build-script-build`
27542024-08-26T23:29:37.926Z 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=a706a0e570e81080 -C extra-filename=-a706a0e570e81080 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.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-2a29e971025d08ca.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-551f41149d24b2b0.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-1c4940f3fbd908fb.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-2087401f7626bda4.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-451919d220dae4fc.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`
27552024-08-26T23:29:37.947Z 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)'`
27562024-08-26T23:29:38.074Z Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
27572024-08-26T23:29:38.077Z 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`
27582024-08-26T23:29:38.472Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
27592024-08-26T23:29:38.474Z 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=b92a493f5716176a -C extra-filename=-b92a493f5716176a --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-551f41149d24b2b0.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`
27602024-08-26T23:29:38.952Z Compiling num-derive v0.4.2
27612024-08-26T23:29:38.956Z 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`
27622024-08-26T23:29:38.972Z Compiling downcast v0.11.0
27632024-08-26T23:29:39.030Z 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`
27642024-08-26T23:29:39.219Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
27652024-08-26T23:29:39.222Z 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`
27662024-08-26T23:29:39.583Z Compiling fragile v2.0.0
27672024-08-26T23:29:39.585Z 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`
27682024-08-26T23:29:39.825Z Compiling same-file v1.0.6
27692024-08-26T23:29:39.828Z 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`
27702024-08-26T23:29:40.140Z Compiling walkdir v2.5.0
27712024-08-26T23:29:40.144Z 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`
27722024-08-26T23:29:40.200Z Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
27732024-08-26T23:29:40.203Z 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=495f4f46760fc11c -C extra-filename=-495f4f46760fc11c --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-4ee1cdbeb2bccd78.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`
27742024-08-26T23:29:40.926Z Running `/work/oxidecomputer/omicron/target/debug/build/illumos-utils-a3fc801a6ca21997/build-script-build`
27752024-08-26T23:29:40.957Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
27762024-08-26T23:29:40.957Z 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=b3d610d1cedae901 -C extra-filename=-b3d610d1cedae901 --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-b92a493f5716176a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-551f41149d24b2b0.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`
27772024-08-26T23:29:41.413Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
27782024-08-26T23:29:41.416Z 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/76878de/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=cfc3ddce9d7db1f2 -C extra-filename=-cfc3ddce9d7db1f2 --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-a58320961eec3d1a.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-2ca2b0391baf3667.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-e781c146b7163138.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.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`
27792024-08-26T23:29:41.563Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
27802024-08-26T23:29:41.568Z 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=84d6a5bbaef9329c -C extra-filename=-84d6a5bbaef9329c --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-551f41149d24b2b0.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`
27812024-08-26T23:29:41.780Z Compiling humantime v2.1.0
27822024-08-26T23:29:41.783Z 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`
27832024-08-26T23:29:41.801Z Dirty xattr v1.3.1: the rustflags changed
27842024-08-26T23:29:41.802Z Compiling xattr v1.3.1
27852024-08-26T23:29:41.804Z 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=fe5a85337db767b2 -C extra-filename=-fe5a85337db767b2 --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-875671fddfd10789.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27862024-08-26T23:29:42.089Z Dirty filetime v0.2.24: the rustflags changed
27872024-08-26T23:29:42.089Z Compiling filetime v0.2.24
27882024-08-26T23:29:42.108Z 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=8d2186ee4719d627 -C extra-filename=-8d2186ee4719d627 --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-551f41149d24b2b0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27892024-08-26T23:29:42.304Z Compiling arc-swap v1.7.1
27902024-08-26T23:29:42.306Z 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`
27912024-08-26T23:29:42.445Z Dirty tar v0.4.41: the rustflags changed
27922024-08-26T23:29:42.445Z Compiling tar v0.4.41
27932024-08-26T23:29:42.448Z 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=55875e6842c27f35 -C extra-filename=-55875e6842c27f35 --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-8d2186ee4719d627.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-551f41149d24b2b0.rmeta --extern xattr=/work/oxidecomputer/omicron/target/debug/deps/libxattr-fe5a85337db767b2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27942024-08-26T23:29:42.612Z Compiling utf-8 v0.7.6
27952024-08-26T23:29:42.658Z 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`
27962024-08-26T23:29:42.661Z Compiling newline-converter v0.3.0
27972024-08-26T23:29:42.663Z 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`
27982024-08-26T23:29:42.827Z Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
27992024-08-26T23:29:42.829Z 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=9cde563f9f5b0da3 -C extra-filename=-9cde563f9f5b0da3 --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-4917eb2b53610b5d.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-e2c7cb53b4609aeb.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28002024-08-26T23:29:42.889Z 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/76878de/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=371e434293d6f76c -C extra-filename=-371e434293d6f76c --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-a58320961eec3d1a.rmeta --extern kstat_macro=/work/oxidecomputer/omicron/target/debug/deps/libkstat_macro-3f8bba5bf933473e.so --extern opte_api=/work/oxidecomputer/omicron/target/debug/deps/libopte_api-cfc3ddce9d7db1f2.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-e781c146b7163138.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.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)'`
28012024-08-26T23:29:42.931Z Compiling slog-scope v4.4.0
28022024-08-26T23:29:42.934Z 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`
28032024-08-26T23:29:42.961Z Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
28042024-08-26T23:29:42.964Z 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=c7f64ca254c0019e -C extra-filename=-c7f64ca254c0019e --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-7309206c31ed76bc.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-838b0c6a07887d50.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5ba3e73c543b84ff.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-539e8d31df955ad4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.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-9cde563f9f5b0da3.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`
28052024-08-26T23:29:42.982Z Compiling termcolor v1.4.1
28062024-08-26T23:29:42.985Z 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`
28072024-08-26T23:29:43.067Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
28082024-08-26T23:29:43.083Z 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/76878de/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=c3bc5d475079b64b -C extra-filename=-c3bc5d475079b64b --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-a58320961eec3d1a.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-371e434293d6f76c.rmeta --extern poptrie=/work/oxidecomputer/omicron/target/debug/deps/libpoptrie-1bcf0f2aa9b53959.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.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`
28092024-08-26T23:29:43.486Z Compiling slog-stdlog v4.1.1
28102024-08-26T23:29:43.489Z 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`
28112024-08-26T23:29:43.541Z Compiling expectorate v1.1.0
28122024-08-26T23:29:43.543Z 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=e00f4c951e7553ce -C extra-filename=-e00f4c951e7553ce --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-4b67e8dd0f215dc6.rmeta --extern newline_converter=/work/oxidecomputer/omicron/target/debug/deps/libnewline_converter-1025312162311df7.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-fb7801688e79354e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28132024-08-26T23:29:43.724Z Compiling slog-envlogger v2.2.0
28142024-08-26T23:29:43.727Z 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=224a9f896df65ec4 -C extra-filename=-224a9f896df65ec4 --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-e77d240f968b9b00.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28152024-08-26T23:29:43.875Z Compiling tungstenite v0.21.0
28162024-08-26T23:29:43.878Z 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=d843259f36bec12b -C extra-filename=-d843259f36bec12b --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-7296041c0fd81490.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-cd98acc801d35958.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-4e2b74acff94d59c.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-d0890cdebab6435b.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-f3995908aff446a0.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`
28172024-08-26T23:29:43.933Z Compiling atty v0.2.14
28182024-08-26T23:29:43.935Z 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=66ba209f1a010a80 -C extra-filename=-66ba209f1a010a80 --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-551f41149d24b2b0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28192024-08-26T23:29:44.081Z Compiling derive-where v1.2.7
28202024-08-26T23:29:44.084Z 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`
28212024-08-26T23:29:44.493Z Compiling pem v3.0.4
28222024-08-26T23:29:44.495Z 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`
28232024-08-26T23:29:44.626Z Compiling blake2 v0.10.6
28242024-08-26T23:29:44.629Z 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=fb21a277a4719c2b -C extra-filename=-fb21a277a4719c2b --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-ecbca71b0fc94280.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28252024-08-26T23:29:45.288Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
28262024-08-26T23:29:45.291Z 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/76878de/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=a25088a3cdec8233 -C extra-filename=-a25088a3cdec8233 --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-551f41149d24b2b0.rmeta --extern libnet=/work/oxidecomputer/omicron/target/debug/deps/liblibnet-a706a0e570e81080.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-371e434293d6f76c.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-c3bc5d475079b64b.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-e781c146b7163138.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.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`
28272024-08-26T23:29:45.327Z Compiling tokio-tungstenite v0.21.0
28282024-08-26T23:29:45.330Z 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=9281863d706b41f6 -C extra-filename=-9281863d706b41f6 --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-4ee1cdbeb2bccd78.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-d843259f36bec12b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28292024-08-26T23:29:45.871Z Compiling password-hash v0.5.0
28302024-08-26T23:29:45.873Z 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=255583f5a1d72d7b -C extra-filename=-255583f5a1d72d7b --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-3752dcaf4b41fa9b.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`
28312024-08-26T23:29:45.981Z Compiling num-rational v0.4.2
28322024-08-26T23:29:45.984Z 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`
28332024-08-26T23:29:46.182Z Compiling num-complex v0.4.6
28342024-08-26T23:29:46.184Z 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`
28352024-08-26T23:29:46.497Z Compiling mockall v0.13.0
28362024-08-26T23:29:46.499Z 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`
28372024-08-26T23:29:46.678Z Compiling argon2 v0.5.3
28382024-08-26T23:29:46.744Z 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=9ce12a2d47650be7 -C extra-filename=-9ce12a2d47650be7 --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-fb21a277a4719c2b.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-250510e548f1bd64.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-255583f5a1d72d7b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28392024-08-26T23:29:46.849Z Compiling tungstenite v0.20.1
28402024-08-26T23:29:46.851Z 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=60150170db046342 -C extra-filename=-60150170db046342 --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-7296041c0fd81490.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-cd98acc801d35958.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7309206c31ed76bc.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-d0890cdebab6435b.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-f3995908aff446a0.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`
28412024-08-26T23:29:46.899Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
28422024-08-26T23:29:46.902Z 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=ceea38cb98321342 -C extra-filename=-ceea38cb98321342 --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-26727ea9ed4b2c03.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
28432024-08-26T23:29:47.244Z Compiling num v0.4.3
28442024-08-26T23:29:47.246Z 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`
28452024-08-26T23:29:47.305Z Compiling float-ord v0.3.2
28462024-08-26T23:29:47.308Z 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`
28472024-08-26T23:29:47.365Z Compiling convert_case v0.4.0
28482024-08-26T23:29:47.368Z 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`
28492024-08-26T23:29:47.490Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
28502024-08-26T23:29:47.494Z 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=3900b51f53886719 -C extra-filename=-3900b51f53886719 --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-9ce12a2d47650be7.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d0890cdebab6435b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-fbf3e444deddd920.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-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
28512024-08-26T23:29:47.776Z Compiling env_logger v0.9.3
28522024-08-26T23:29:47.793Z 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=27f4fdf65a30dde3 -C extra-filename=-27f4fdf65a30dde3 --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-66ba209f1a010a80.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`
28532024-08-26T23:29:47.878Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28542024-08-26T23:29:47.881Z 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=3c8ee6ed3b2742b9 -C extra-filename=-3c8ee6ed3b2742b9 --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-551f41149d24b2b0.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`
28552024-08-26T23:29:47.899Z Compiling bitstruct_derive v0.1.0
28562024-08-26T23:29:47.902Z 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`
28572024-08-26T23:29:48.360Z Compiling tokio-tungstenite v0.20.1
28582024-08-26T23:29:48.363Z 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=c97fe3ff449106d4 -C extra-filename=-c97fe3ff449106d4 --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-4ee1cdbeb2bccd78.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-60150170db046342.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28592024-08-26T23:29:48.391Z Compiling derive_more v0.99.18
28602024-08-26T23:29:48.394Z 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`
28612024-08-26T23:29:48.902Z Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28622024-08-26T23:29:48.904Z 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=356c8a181d341031 -C extra-filename=-356c8a181d341031 --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-551f41149d24b2b0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28632024-08-26T23:29:49.041Z Compiling ascii v1.1.0
28642024-08-26T23:29:49.044Z 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`
28652024-08-26T23:29:49.066Z Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28662024-08-26T23:29:49.068Z 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=94a50539521439b5 -C extra-filename=-94a50539521439b5 --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-551f41149d24b2b0.rmeta --extern viona_api_sys=/work/oxidecomputer/omicron/target/debug/deps/libviona_api_sys-356c8a181d341031.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28672024-08-26T23:29:49.144Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28682024-08-26T23:29:49.146Z 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=cbe6480aac45140b -C extra-filename=-cbe6480aac45140b --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-3c8ee6ed3b2742b9.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-551f41149d24b2b0.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`
28692024-08-26T23:29:49.393Z Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28702024-08-26T23:29:49.397Z 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=96e81fda8e9fc43b -C extra-filename=-96e81fda8e9fc43b --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-551f41149d24b2b0.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`
28712024-08-26T23:29:49.465Z Compiling bitstruct v0.1.1
28722024-08-26T23:29:49.467Z 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`
28732024-08-26T23:29:49.535Z Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
28742024-08-26T23:29:49.537Z 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=188df4003ee6ff61 -C extra-filename=-188df4003ee6ff61 --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-27f4fdf65a30dde3.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-4ee1cdbeb2bccd78.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28752024-08-26T23:29:49.584Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28762024-08-26T23:29:49.587Z 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=d3dff0d69f59ca57 -C extra-filename=-d3dff0d69f59ca57 --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-539e8d31df955ad4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28772024-08-26T23:29:49.603Z Compiling erased-serde v0.3.31
28782024-08-26T23:29:49.605Z 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=d0624b260095c365 -C extra-filename=-d0624b260095c365 --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-19476516253bd8c8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28792024-08-26T23:29:49.675Z Compiling serde_arrays v0.1.0
28802024-08-26T23:29:49.678Z 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=d20ace094b846a11 -C extra-filename=-d20ace094b846a11 --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-19476516253bd8c8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28812024-08-26T23:29:49.843Z Compiling atomicwrites v0.4.3
28822024-08-26T23:29:49.858Z 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=12ec3418b0966058 -C extra-filename=-12ec3418b0966058 --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-875671fddfd10789.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-a0c530543821bba1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28832024-08-26T23:29:49.958Z Compiling heck v0.3.3
28842024-08-26T23:29:49.960Z 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`
28852024-08-26T23:29:50.109Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
28862024-08-26T23:29:50.112Z 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`
28872024-08-26T23:29:50.204Z Compiling headers-core v0.2.0
28882024-08-26T23:29:50.207Z 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=449e2f4388bf8e24 -C extra-filename=-449e2f4388bf8e24 --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-7309206c31ed76bc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28892024-08-26T23:29:50.360Z Compiling yasna v0.5.2
28902024-08-26T23:29:50.362Z 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=313750b73d2e1e3f -C extra-filename=-313750b73d2e1e3f --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-eaa35e1e3fce1599.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28912024-08-26T23:29:50.404Z Compiling zone_cfg_derive v0.1.2
28922024-08-26T23:29:50.405Z 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`
28932024-08-26T23:29:50.455Z Running `/work/oxidecomputer/omicron/target/debug/build/libnet-ca3d463ff48c182f/build-script-build`
28942024-08-26T23:29:50.488Z Compiling base64 v0.13.1
28952024-08-26T23:29:50.490Z 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`
28962024-08-26T23:29:51.063Z Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
28972024-08-26T23:29:51.066Z Compiling ron v0.7.1
28982024-08-26T23:29:51.066Z 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=ac05da01c473b0a8 -C extra-filename=-ac05da01c473b0a8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rmeta --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-cbe6480aac45140b.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-8e41b751a0ccc20a.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-96e81fda8e9fc43b.rmeta --extern erased_serde=/work/oxidecomputer/omicron/target/debug/deps/liberased_serde-d0624b260095c365.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-551f41149d24b2b0.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-d3dff0d69f59ca57.rmeta --extern rfb=/work/oxidecomputer/omicron/target/debug/deps/librfb-188df4003ee6ff61.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern serde_arrays=/work/oxidecomputer/omicron/target/debug/deps/libserde_arrays-d20ace094b846a11.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.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-4ee1cdbeb2bccd78.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-8afcbd4e255af8a0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rmeta --extern viona_api=/work/oxidecomputer/omicron/target/debug/deps/libviona_api-94a50539521439b5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28992024-08-26T23:29:51.066Z 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=e4776dcf3ba290b7 -C extra-filename=-e4776dcf3ba290b7 --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-19476516253bd8c8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29002024-08-26T23:29:51.127Z 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=f198b3fcbc8a48e6 -C extra-filename=-f198b3fcbc8a48e6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.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-2a29e971025d08ca.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-551f41149d24b2b0.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-1c4940f3fbd908fb.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-2087401f7626bda4.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-451919d220dae4fc.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`
29012024-08-26T23:29:51.187Z Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
29022024-08-26T23:29:51.190Z 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=e8da52bc85f7523d -C extra-filename=-e8da52bc85f7523d --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-5ba3e73c543b84ff.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-c7f64ca254c0019e.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-18d2f5765b7a5050.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-64e0f9acf5d761f7.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`
29032024-08-26T23:29:52.100Z Compiling rcgen v0.12.1
29042024-08-26T23:29:52.130Z 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=7ecd7cc1ef36ea45 -C extra-filename=-7ecd7cc1ef36ea45 --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-662be56d9856735a.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-eaa35e1e3fce1599.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-313750b73d2e1e3f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out`
29052024-08-26T23:29:52.132Z Compiling zone v0.1.8
29062024-08-26T23:29:52.132Z 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`
29072024-08-26T23:29:53.492Z Compiling headers v0.3.9
29082024-08-26T23:29:53.495Z 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=b24b3056c0fa6188 -C extra-filename=-b24b3056c0fa6188 --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-7296041c0fd81490.rmeta --extern headers_core=/work/oxidecomputer/omicron/target/debug/deps/libheaders_core-449e2f4388bf8e24.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7309206c31ed76bc.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-f3995908aff446a0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29092024-08-26T23:29:53.740Z Compiling portpicker v0.1.1
29102024-08-26T23:29:53.742Z 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=ad2ed15582053da2 -C extra-filename=-ad2ed15582053da2 --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-d0890cdebab6435b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29112024-08-26T23:29:54.106Z Compiling home v0.5.9
29122024-08-26T23:29:54.108Z 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`
29132024-08-26T23:29:54.414Z Compiling subprocess v0.2.9
29142024-08-26T23:29:54.417Z 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=703f5ff0922fc8c2 -C extra-filename=-703f5ff0922fc8c2 --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-551f41149d24b2b0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29152024-08-26T23:29:54.602Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
29162024-08-26T23:29:54.605Z 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`
29172024-08-26T23:29:55.039Z Compiling half v2.4.1
29182024-08-26T23:29:55.041Z 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`
29192024-08-26T23:29:55.482Z Running `/work/oxidecomputer/omicron/target/debug/build/pq-sys-68f76a0818581d6b/build-script-build`
29202024-08-26T23:29:55.501Z Compiling ciborium-io v0.2.2
29212024-08-26T23:29:55.504Z 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`
29222024-08-26T23:29:55.535Z Compiling highway v1.2.0
29232024-08-26T23:29:55.538Z 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`
29242024-08-26T23:29:55.602Z Compiling ciborium-ll v0.2.2
29252024-08-26T23:29:55.605Z 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`
29262024-08-26T23:29:55.624Z Compiling semver v0.1.20
29272024-08-26T23:29:55.627Z 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`
29282024-08-26T23:29:55.919Z Compiling ciborium v0.2.2
29292024-08-26T23:29:55.935Z 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=2f8000a2198a9279 -C extra-filename=-2f8000a2198a9279 --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-19476516253bd8c8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29302024-08-26T23:29:55.997Z Compiling rustc_version v0.1.7
29312024-08-26T23:29:56.023Z 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`
29322024-08-26T23:29:56.304Z Compiling prettyplease v0.2.20
29332024-08-26T23:29:56.306Z Compiling linked-hash-map v0.5.6
29342024-08-26T23:29:56.306Z 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`
29352024-08-26T23:29:56.306Z 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`
29362024-08-26T23:29:56.477Z Dirty swrite v0.1.0: the rustflags changed
29372024-08-26T23:29:56.478Z Compiling swrite v0.1.0
29382024-08-26T23:29:56.481Z 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`
29392024-08-26T23:29:56.500Z Compiling cookie v0.18.1
29402024-08-26T23:29:56.526Z 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`
29412024-08-26T23:29:56.552Z Compiling newtype_derive v0.1.6
29422024-08-26T23:29:56.555Z 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`
29432024-08-26T23:29:56.608Z Compiling rayon-core v1.12.1
29442024-08-26T23:29:56.611Z 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`
29452024-08-26T23:29:56.660Z Compiling lru-cache v0.1.2
29462024-08-26T23:29:56.663Z 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`
29472024-08-26T23:29:56.680Z Running `/work/oxidecomputer/omicron/target/debug/build/prettyplease-8edd0c5489e3b208/build-script-build`
29482024-08-26T23:29:56.704Z 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)'`
29492024-08-26T23:29:56.862Z Compiling crossbeam-deque v0.8.5
29502024-08-26T23:29:56.865Z 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`
29512024-08-26T23:29:56.882Z Running `/work/oxidecomputer/omicron/target/debug/build/cookie-40d88af450dd2121/build-script-build`
29522024-08-26T23:29:56.926Z Running `/work/oxidecomputer/omicron/target/debug/build/newtype_derive-c4c1ae37bf8fd7dc/build-script-build`
29532024-08-26T23:29:56.946Z Running `/work/oxidecomputer/omicron/target/debug/build/rayon-core-dbd7eded198f5a43/build-script-build`
29542024-08-26T23:29:56.949Z 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=04dcbd02286a21fb -C extra-filename=-04dcbd02286a21fb --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-eaa35e1e3fce1599.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29552024-08-26T23:29:56.986Z 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`
29562024-08-26T23:29:57.005Z 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`
29572024-08-26T23:29:57.140Z Compiling steno v0.4.1
29582024-08-26T23:29:57.143Z 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=9ce22f8aa160a4c2 -C extra-filename=-9ce22f8aa160a4c2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-eaec0f1802c5ca04.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.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-8e22a607cc27b13c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.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-4ee1cdbeb2bccd78.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29592024-08-26T23:29:57.239Z 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`
29602024-08-26T23:29:57.283Z Compiling slog-dtrace v0.3.0
29612024-08-26T23:29:57.286Z 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`
29622024-08-26T23:29:57.398Z Compiling arrayref v0.3.7
29632024-08-26T23:29:57.400Z 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`
29642024-08-26T23:29:57.500Z Compiling cancel-safe-futures v0.1.5
29652024-08-26T23:29:57.502Z 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`
29662024-08-26T23:29:57.657Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-dtrace-4a6bc5db261f7a6c/build-script-build`
29672024-08-26T23:29:57.734Z Compiling constant_time_eq v0.3.0
29682024-08-26T23:29:57.736Z 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`
29692024-08-26T23:29:57.912Z Compiling arrayvec v0.7.4
29702024-08-26T23:29:57.914Z 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`
29712024-08-26T23:29:57.931Z Running `/work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-2d15830b8e271b76/build-script-build`
29722024-08-26T23:29:57.960Z 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=7cbe6fda78a13e6a -C extra-filename=-7cbe6fda78a13e6a --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-8599901668faa364.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-8afcbd4e255af8a0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29732024-08-26T23:29:58.092Z Compiling rayon v1.10.0
29742024-08-26T23:29:58.095Z 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`
29752024-08-26T23:29:58.317Z Compiling resolv-conf v0.7.0
29762024-08-26T23:29:58.319Z 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=6ffe9cc5e7198406 -C extra-filename=-6ffe9cc5e7198406 --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-b31bf2c41a9be156.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`
29772024-08-26T23:29:58.552Z Compiling itertools v0.13.0
29782024-08-26T23:29:58.555Z 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`
29792024-08-26T23:29:59.086Z Compiling hickory-resolver v0.24.1
29802024-08-26T23:29:59.088Z 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=005adb14efb74d45 -C extra-filename=-005adb14efb74d45 --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-1df3c7b1c45bee2a.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-9a59c4899632d05e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d0890cdebab6435b.rmeta --extern resolv_conf=/work/oxidecomputer/omicron/target/debug/deps/libresolv_conf-6ffe9cc5e7198406.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-4ee1cdbeb2bccd78.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`
29812024-08-26T23:29:59.137Z 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=7c9ffecaf989a77e -C extra-filename=-7c9ffecaf989a77e --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-4ee1cdbeb2bccd78.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29822024-08-26T23:29:59.726Z Compiling ring v0.16.20
29832024-08-26T23:29:59.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/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=c62d869e39026ff7 -C extra-filename=-c62d869e39026ff7 --out-dir /work/oxidecomputer/omicron/target/debug/build/ring-c62d869e39026ff7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-55f804e3ad1c579d.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29842024-08-26T23:29:59.882Z Compiling blake3 v1.5.1
29852024-08-26T23:29:59.885Z 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=453adbfd83686a29 -C extra-filename=-453adbfd83686a29 --out-dir /work/oxidecomputer/omicron/target/debug/build/blake3-453adbfd83686a29 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-55f804e3ad1c579d.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29862024-08-26T23:30:00.649Z Running `/work/oxidecomputer/omicron/target/debug/build/blake3-453adbfd83686a29/build-script-build`
29872024-08-26T23:30:01.018Z Running `/work/oxidecomputer/omicron/target/debug/build/ring-c62d869e39026ff7/build-script-build`
29882024-08-26T23:30:01.214Z Compiling memmap2 v0.9.4
29892024-08-26T23:30:01.216Z 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=2b6c4ed21a3e3008 -C extra-filename=-2b6c4ed21a3e3008 --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-551f41149d24b2b0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29902024-08-26T23:30:01.667Z Compiling spin v0.5.2
29912024-08-26T23:30:01.670Z 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`
29922024-08-26T23:30:01.853Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29932024-08-26T23:30:01.883Z 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=c7842ba1f885eff0 -C extra-filename=-c7842ba1f885eff0 --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-ac05da01c473b0a8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-9d3985cfd86df11e.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-285ef98ad16b5f7d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29942024-08-26T23:30:01.910Z Compiling untrusted v0.7.1
29952024-08-26T23:30:01.913Z 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`
29962024-08-26T23:30:02.122Z Compiling glob v0.3.1
29972024-08-26T23:30:02.124Z 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`
29982024-08-26T23:30:02.380Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
29992024-08-26T23:30:02.387Z 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=d2da833c4357259f -C extra-filename=-d2da833c4357259f --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-c7842ba1f885eff0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-9d3985cfd86df11e.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-285ef98ad16b5f7d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30002024-08-26T23:30:03.071Z 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=c8d36afee2472b8c -C extra-filename=-c8d36afee2472b8c --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-2b6c4ed21a3e3008.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-8d0dc696bec0a2c4/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8d0dc696bec0a2c4/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`
30012024-08-26T23:30:03.122Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
30022024-08-26T23:30:03.125Z 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=9828f2522cf631d5 -C extra-filename=-9828f2522cf631d5 --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-26727ea9ed4b2c03.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-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
30032024-08-26T23:30:03.162Z Compiling topological-sort v0.2.2
30042024-08-26T23:30:03.165Z 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`
30052024-08-26T23:30:03.391Z Compiling libsw v3.3.1
30062024-08-26T23:30:03.394Z 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=4480f2cc44ead336 -C extra-filename=-4480f2cc44ead336 --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-4ee1cdbeb2bccd78.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30072024-08-26T23:30:03.692Z 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=14aa78f6eb387cf2 -C extra-filename=-14aa78f6eb387cf2 --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-cc481d78580a539c/out -l static=ring-core -l static=ring-test`
30082024-08-26T23:30:03.713Z Compiling owo-colors v4.0.0
30092024-08-26T23:30:03.715Z 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`
30102024-08-26T23:30:04.287Z Compiling linear-map v1.2.0
30112024-08-26T23:30:04.290Z 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`
30122024-08-26T23:30:04.472Z Compiling toolchain_find v0.4.0
30132024-08-26T23:30:04.475Z 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=0649e628d8b0a715 -C extra-filename=-0649e628d8b0a715 --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-cb8c86c5f719f8c5.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`
30142024-08-26T23:30:04.662Z Compiling display-error-chain v0.2.0
30152024-08-26T23:30:04.697Z 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`
30162024-08-26T23:30:04.747Z Compiling rustfmt-wrapper v0.2.1
30172024-08-26T23:30:04.750Z 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=cb709b7523e3a44b -C extra-filename=-cb709b7523e3a44b --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-19476516253bd8c8.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-a0c530543821bba1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3e3b5887cb195d6a.rmeta --extern toolchain_find=/work/oxidecomputer/omicron/target/debug/deps/libtoolchain_find-0649e628d8b0a715.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30182024-08-26T23:30:04.837Z Compiling nibble_vec v0.1.0
30192024-08-26T23:30:04.839Z 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`
30202024-08-26T23:30:05.054Z Compiling endian-type v0.1.2
30212024-08-26T23:30:05.057Z 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`
30222024-08-26T23:30:05.128Z Compiling fxhash v0.2.1
30232024-08-26T23:30:05.131Z 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`
30242024-08-26T23:30:05.296Z Compiling radix_trie v0.2.1
30252024-08-26T23:30:05.299Z 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`
30262024-08-26T23:30:05.340Z Compiling keccak v0.1.5
30272024-08-26T23:30:05.342Z Compiling secrecy v0.8.0
30282024-08-26T23:30:05.342Z 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`
30292024-08-26T23:30:05.342Z 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`
30302024-08-26T23:30:05.576Z Compiling universal-hash v0.5.1
30312024-08-26T23:30:05.578Z 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=178a48d9b6b7ff0e -C extra-filename=-178a48d9b6b7ff0e --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-cc8c6f66177655eb.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`
30322024-08-26T23:30:05.622Z Compiling omicron-zone-package v0.11.0
30332024-08-26T23:30:05.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=82b4cee9995b78de -C extra-filename=-82b4cee9995b78de --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-eaec0f1802c5ca04.so --extern blake3=/work/oxidecomputer/omicron/target/debug/deps/libblake3-c8d36afee2472b8c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e45330f5c36e2940.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-8d2186ee4719d627.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-599d8f15621b0c55.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8966d7042f423cc1.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-14aa78f6eb387cf2.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-cb8c86c5f719f8c5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-9d3985cfd86df11e.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-55875e6842c27f35.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4ee1cdbeb2bccd78.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-285ef98ad16b5f7d.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-8d0dc696bec0a2c4/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8d0dc696bec0a2c4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc481d78580a539c/out`
30342024-08-26T23:30:05.758Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
30352024-08-26T23:30:05.761Z 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=9b5f28947640dc85 -C extra-filename=-9b5f28947640dc85 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-7c9ffecaf989a77e.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-838b0c6a07887d50.rmeta --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-4480f2cc44ead336.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-26727ea9ed4b2c03.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-cedc2b4cdec5a13d.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-8e22a607cc27b13c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-fbf3e444deddd920.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-4ee1cdbeb2bccd78.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3919ec52e6b0b262.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
30362024-08-26T23:30:05.983Z Compiling sha3 v0.10.8
30372024-08-26T23:30:06.000Z 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=c58055ba21974de5 -C extra-filename=-c58055ba21974de5 --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-ecbca71b0fc94280.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`
30382024-08-26T23:30:06.016Z Compiling radium v0.7.0
30392024-08-26T23:30:06.019Z 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`
30402024-08-26T23:30:06.351Z Compiling maplit v1.0.2
30412024-08-26T23:30:06.354Z 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`
30422024-08-26T23:30:06.473Z Compiling opaque-debug v0.3.1
30432024-08-26T23:30:06.475Z 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`
30442024-08-26T23:30:06.572Z Running `/work/oxidecomputer/omicron/target/debug/build/radium-aac5360a52d794c2/build-script-build`
30452024-08-26T23:30:06.591Z Compiling tap v1.0.1
30462024-08-26T23:30:06.594Z 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`
30472024-08-26T23:30:06.616Z Compiling maybe-uninit v2.0.0
30482024-08-26T23:30:06.618Z 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`
30492024-08-26T23:30:06.780Z Compiling wyz v0.5.1
30502024-08-26T23:30:06.782Z 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`
30512024-08-26T23:30:07.046Z 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`
30522024-08-26T23:30:07.254Z Running `/work/oxidecomputer/omicron/target/debug/build/maybe-uninit-b33ceb08dbefeb3f/build-script-build`
30532024-08-26T23:30:07.273Z Compiling curve25519-dalek v4.1.3
30542024-08-26T23:30:07.275Z 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=a4bcaae36749ba15 -C extra-filename=-a4bcaae36749ba15 --out-dir /work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-a4bcaae36749ba15 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-5207196babc65af3.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30552024-08-26T23:30:07.327Z Compiling bzip2-sys v0.1.11+1.0.8
30562024-08-26T23:30:07.329Z 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=18b6205c4a715194 -C extra-filename=-18b6205c4a715194 --out-dir /work/oxidecomputer/omicron/target/debug/build/bzip2-sys-18b6205c4a715194 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-55f804e3ad1c579d.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`
30572024-08-26T23:30:07.348Z Compiling packed_struct v0.10.1
30582024-08-26T23:30:07.350Z 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`
30592024-08-26T23:30:07.546Z Compiling crc-catalog v2.4.0
30602024-08-26T23:30:07.549Z 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`
30612024-08-26T23:30:07.700Z Compiling funty v2.0.0
30622024-08-26T23:30:07.702Z 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`
30632024-08-26T23:30:07.896Z Running `/work/oxidecomputer/omicron/target/debug/build/packed_struct-d51a549b82168867/build-script-build`
30642024-08-26T23:30:07.906Z Compiling crc v3.2.1
30652024-08-26T23:30:07.909Z 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`
30662024-08-26T23:30:07.927Z Running `/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-18b6205c4a715194/build-script-build`
30672024-08-26T23:30:07.977Z Running `/work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-a4bcaae36749ba15/build-script-build`
30682024-08-26T23:30:08.084Z 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`
30692024-08-26T23:30:08.171Z Compiling aead v0.5.2
30702024-08-26T23:30:08.173Z 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=7c9d358e44de28ae -C extra-filename=-7c9d358e44de28ae --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-cc8c6f66177655eb.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`
30712024-08-26T23:30:08.452Z Compiling packed_struct_codegen v0.10.1
30722024-08-26T23:30:08.455Z 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`
30732024-08-26T23:30:08.624Z Compiling curve25519-dalek-derive v0.1.1
30742024-08-26T23:30:08.626Z 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`
30752024-08-26T23:30:09.417Z Compiling bitvec v1.0.1
30762024-08-26T23:30:09.420Z 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`
30772024-08-26T23:30:09.506Z Compiling indexmap v1.9.3
30782024-08-26T23:30:09.508Z 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`
30792024-08-26T23:30:09.525Z Compiling nodrop v0.1.14
30802024-08-26T23:30:09.527Z 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`
30812024-08-26T23:30:09.650Z Compiling array-init v0.0.4
30822024-08-26T23:30:09.653Z 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`
30832024-08-26T23:30:09.896Z Running `/work/oxidecomputer/omicron/target/debug/build/indexmap-88f5c6eb7293a0b0/build-script-build`
30842024-08-26T23:30:09.928Z 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=069e4d9450f7c355 -C extra-filename=-069e4d9450f7c355 --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-551f41149d24b2b0.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-6c6f54072d2f2878/out/lib -l static=bz2`
30852024-08-26T23:30:10.078Z Compiling smallvec v0.6.14
30862024-08-26T23:30:10.091Z 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`
30872024-08-26T23:30:10.340Z 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=351a5bc5c220590b -C extra-filename=-351a5bc5c220590b --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-ecbca71b0fc94280.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-3752dcaf4b41fa9b.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-26T23:30:10.357Z Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
30892024-08-26T23:30:10.360Z 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=3744a5568f7cc6d7 -C extra-filename=-3744a5568f7cc6d7 --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-cb098b840eb5a761.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-c7f64ca254c0019e.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-e8da52bc85f7523d.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
30902024-08-26T23:30:10.504Z Compiling poly1305 v0.8.0
30912024-08-26T23:30:10.506Z 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=6d56e20f0272f11e -C extra-filename=-6d56e20f0272f11e --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-178a48d9b6b7ff0e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30922024-08-26T23:30:10.589Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
30932024-08-26T23:30:10.592Z 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/9e0fe45/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=aa54747c64f4d4b2 -C extra-filename=-aa54747c64f4d4b2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-8bf889c42ff0e1d1.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-3744a5568f7cc6d7.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8966d7042f423cc1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.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-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
30942024-08-26T23:30:10.821Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
30952024-08-26T23:30:10.823Z 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=65b8e4ddedc3f692 -C extra-filename=-65b8e4ddedc3f692 --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-8599901668faa364.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-711eb3fcee73ab92.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-3744a5568f7cc6d7.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d0890cdebab6435b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8966d7042f423cc1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
30962024-08-26T23:30:11.424Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
30972024-08-26T23:30:11.426Z 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=403a1c40ccaaeb58 -C extra-filename=-403a1c40ccaaeb58 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rmeta --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e00f4c951e7553ce.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7309206c31ed76bc.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-3744a5568f7cc6d7.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8966d7042f423cc1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.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-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
30982024-08-26T23:30:11.923Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
30992024-08-26T23:30:11.926Z 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=4b4611dca6cff87a -C extra-filename=-4b4611dca6cff87a --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-3744a5568f7cc6d7.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d0890cdebab6435b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8966d7042f423cc1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.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-4ee1cdbeb2bccd78.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-c97fe3ff449106d4.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
31002024-08-26T23:30:12.250Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
31012024-08-26T23:30:12.252Z 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=c19bf062af946b94 -C extra-filename=-c19bf062af946b94 --out-dir /work/oxidecomputer/omicron/target/debug/build/dpd-client-c19bf062af946b94 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-82b4cee9995b78de.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-3744a5568f7cc6d7.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.rlib --extern rustfmt_wrapper=/work/oxidecomputer/omicron/target/debug/deps/librustfmt_wrapper-cb709b7523e3a44b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3e3b5887cb195d6a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8d0dc696bec0a2c4/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8d0dc696bec0a2c4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc481d78580a539c/out`
31022024-08-26T23:30:13.061Z 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=24cfd7174e520e58 -C extra-filename=-24cfd7174e520e58 --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-19476516253bd8c8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31032024-08-26T23:30:13.505Z Compiling chacha20 v0.9.1
31042024-08-26T23:30:13.507Z 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=246514e08a667314 -C extra-filename=-246514e08a667314 --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-ee5fc3c47faac230.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`
31052024-08-26T23:30:13.962Z Compiling async-recursion v1.1.1
31062024-08-26T23:30:13.964Z 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`
31072024-08-26T23:30:15.826Z Compiling bitfield v0.14.0
31082024-08-26T23:30:15.829Z 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`
31092024-08-26T23:30:16.145Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
31102024-08-26T23:30:16.149Z 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=6ad97fa9dbd6108d -C extra-filename=-6ad97fa9dbd6108d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-20dd09634c042122.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-eaec0f1802c5ca04.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-e9aff558245a2ac5.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e9014c6e08bb65e0.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-599d8f15621b0c55.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7309206c31ed76bc.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-2ca2b0391baf3667.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-98a67a59a334178d.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-aa54747c64f4d4b2.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-093c9d1ea7a6082f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-067b183b3e29678c.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-aa2fc19618e8223a.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-3744a5568f7cc6d7.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-cb098b840eb5a761.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4e0862c1640774bb.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d0890cdebab6435b.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b6e9a448b359ba01.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8966d7042f423cc1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-cb8c86c5f719f8c5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-4c497ff74b1d7ab1.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-fbf3e444deddd920.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-4ee1cdbeb2bccd78.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
31112024-08-26T23:30:17.084Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
31122024-08-26T23:30:17.086Z 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=5157595342184c85 -C extra-filename=-5157595342184c85 --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-e4310a1dc3a65bf6.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-18d404915a4b87df.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-551f41149d24b2b0.rmeta --extern libnet=/work/oxidecomputer/omicron/target/debug/deps/liblibnet-f198b3fcbc8a48e6.rmeta --extern portpicker=/work/oxidecomputer/omicron/target/debug/deps/libportpicker-ad2ed15582053da2.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-4b4611dca6cff87a.rmeta --extern propolis_server_config=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server_config-d2da833c4357259f.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d0890cdebab6435b.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8966d7042f423cc1.rmeta --extern ron=/work/oxidecomputer/omicron/target/debug/deps/libron-e4776dcf3ba290b7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.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-224a9f896df65ec4.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e77d240f968b9b00.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-4ee1cdbeb2bccd78.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-9281863d706b41f6.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-285ef98ad16b5f7d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.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-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
31132024-08-26T23:30:17.636Z 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=3b9ac1787f57b7be -C extra-filename=-3b9ac1787f57b7be --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-20dd09634c042122.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-eaec0f1802c5ca04.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-e9aff558245a2ac5.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e9014c6e08bb65e0.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-599d8f15621b0c55.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7309206c31ed76bc.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-2ca2b0391baf3667.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-98a67a59a334178d.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-aa54747c64f4d4b2.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-093c9d1ea7a6082f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-067b183b3e29678c.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-aa2fc19618e8223a.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-3744a5568f7cc6d7.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-cb098b840eb5a761.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d0890cdebab6435b.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b6e9a448b359ba01.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8966d7042f423cc1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-cb8c86c5f719f8c5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-4c497ff74b1d7ab1.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-fbf3e444deddd920.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-4ee1cdbeb2bccd78.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
31142024-08-26T23:30:18.611Z Compiling hashbrown v0.12.3
31152024-08-26T23:30:18.627Z 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`
31162024-08-26T23:30:18.643Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
31172024-08-26T23:30:18.645Z 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=ded1834736890d54 -C extra-filename=-ded1834736890d54 --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-18d404915a4b87df.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-24cfd7174e520e58.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31182024-08-26T23:30:18.998Z Compiling serde-hex v0.1.0
31192024-08-26T23:30:19.000Z 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=238800ef629585fc -C extra-filename=-238800ef629585fc --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-19476516253bd8c8.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`
31202024-08-26T23:30:19.716Z 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`
31212024-08-26T23:30:20.643Z Compiling bzip2 v0.4.4
31222024-08-26T23:30:20.646Z 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=96c9ce6a614c6fe1 -C extra-filename=-96c9ce6a614c6fe1 --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-069e4d9450f7c355.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-551f41149d24b2b0.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-6c6f54072d2f2878/out/lib`
31232024-08-26T23:30:21.060Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
31242024-08-26T23:30:21.063Z 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`
31252024-08-26T23:30:21.393Z Compiling env_logger v0.10.2
31262024-08-26T23:30:21.410Z 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=bf3658a7c8908d44 -C extra-filename=-bf3658a7c8908d44 --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-55ef132139e3e93d.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`
31272024-08-26T23:30:22.613Z Compiling x509-cert v0.2.5
31282024-08-26T23:30:22.616Z 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`
31292024-08-26T23:30:23.833Z Compiling ron v0.8.1
31302024-08-26T23:30:23.848Z 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=277b409c6b75d27f -C extra-filename=-277b409c6b75d27f --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-8e41b751a0ccc20a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-9d3985cfd86df11e.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31312024-08-26T23:30:23.909Z Compiling hashbrown v0.13.2
31322024-08-26T23:30:23.912Z 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=118e1b25ff51caf2 -C extra-filename=-118e1b25ff51caf2 --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-6e9acfc53597887c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31332024-08-26T23:30:25.090Z Compiling crc-any v2.5.0
31342024-08-26T23:30:25.113Z 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`
31352024-08-26T23:30:25.569Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
31362024-08-26T23:30:25.571Z 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=88cf435f6548e3a5 -C extra-filename=-88cf435f6548e3a5 --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-277b409c6b75d27f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.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`
31372024-08-26T23:30:26.358Z Compiling object v0.30.4
31382024-08-26T23:30:26.361Z 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=d1d6d9a781a180f1 -C extra-filename=-d1d6d9a781a180f1 --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-118e1b25ff51caf2.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`
31392024-08-26T23:30:26.503Z Compiling zip v0.6.6
31402024-08-26T23:30:26.506Z 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=6ebf38a6a91ea6c2 -C extra-filename=-6ebf38a6a91ea6c2 --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-96c9ce6a614c6fe1.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-6c6f54072d2f2878/out/lib`
31412024-08-26T23:30:27.342Z 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=78282c4fc10a7e7e -C extra-filename=-78282c4fc10a7e7e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.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-b3d610d1cedae901.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-325983a483f82094.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e45330f5c36e2940.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-84d6a5bbaef9329c.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-2ca2b0391baf3667.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-551f41149d24b2b0.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-98a67a59a334178d.rmeta --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-b1a54d07005cc8e8.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-093c9d1ea7a6082f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-a25088a3cdec8233.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-c3bc5d475079b64b.rmeta --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-78fef15460e29150.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-067b183b3e29678c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.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-4ee1cdbeb2bccd78.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-9ffcccbeeda8d38c.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-495f4f46760fc11c.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64 --check-cfg 'cfg(svcadm_autoclear)'`
31422024-08-26T23:30:27.904Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
31432024-08-26T23:30:27.906Z 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=212ccd69ea1f7ca3 -C extra-filename=-212ccd69ea1f7ca3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e9014c6e08bb65e0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-fbf3e444deddd920.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-45d2b2041bdff498.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3e3b5887cb195d6a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
31442024-08-26T23:30:28.239Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
31452024-08-26T23:30:28.241Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types --edition=2021 oximeter/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f91f1b980093b5a3 -C extra-filename=-f91f1b980093b5a3 --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-7296041c0fd81490.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rmeta --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-7a1c88d1453503cb.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-11024960b20c5ca2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.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-d7278fad9f84f0d2.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
31462024-08-26T23:30:28.509Z Running `/work/oxidecomputer/omicron/target/debug/build/dpd-client-c19bf062af946b94/build-script-build`
31472024-08-26T23:30:29.454Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types --edition=2021 oximeter/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=62340fd4291ab428 -C extra-filename=-62340fd4291ab428 --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-7296041c0fd81490.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rmeta --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-7a1c88d1453503cb.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-11024960b20c5ca2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-3b9ac1787f57b7be.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.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-d7278fad9f84f0d2.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
31482024-08-26T23:30:30.816Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
31492024-08-26T23:30:30.818Z 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=545877ac7f8ab62f -C extra-filename=-545877ac7f8ab62f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-12ec3418b0966058.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e45330f5c36e2940.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e9014c6e08bb65e0.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-8d2186ee4719d627.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-b24b3056c0fa6188.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-599d8f15621b0c55.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7309206c31ed76bc.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-551f41149d24b2b0.rmeta --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-5157595342184c85.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-212ccd69ea1f7ca3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-fc1210f8ac466272.rmeta --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-7ecd7cc1ef36ea45.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8966d7042f423cc1.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-662be56d9856735a.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-765bcc68d51e2749.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-703f5ff0922fc8c2.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-55875e6842c27f35.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-a0c530543821bba1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4ee1cdbeb2bccd78.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-45d2b2041bdff498.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-8afcbd4e255af8a0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.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-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
31502024-08-26T23:30:33.095Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
31512024-08-26T23:30:33.098Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name oxql_types --edition=2021 oximeter/oxql-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=323f5bbca5534923 -C extra-filename=-323f5bbca5534923 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rmeta --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-1afa1300e0ddf1c3.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-11024960b20c5ca2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-f91f1b980093b5a3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
31522024-08-26T23:30:33.706Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
31532024-08-26T23:30:33.708Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_schema --edition=2021 oximeter/schema/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3213bef08119f761 -C extra-filename=-3213bef08119f761 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-18d404915a4b87df.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-830498e334c402a9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-62340fd4291ab428.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 schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a33837303a60c71a.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3e3b5887cb195d6a.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
31542024-08-26T23:30:34.908Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_schema --edition=2021 oximeter/schema/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5b93e5f39a9b5d10 -C extra-filename=-5b93e5f39a9b5d10 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-18d404915a4b87df.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-830498e334c402a9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-f91f1b980093b5a3.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 schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a33837303a60c71a.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3e3b5887cb195d6a.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
31552024-08-26T23:30:34.925Z 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=53635cf641f36b63 -C extra-filename=-53635cf641f36b63 --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-8599901668faa364.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7309206c31ed76bc.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-cb098b840eb5a761.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d0890cdebab6435b.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b6e9a448b359ba01.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8966d7042f423cc1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
31562024-08-26T23:30:35.330Z Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
31572024-08-26T23:30:35.334Z 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=3c3a4aeac3b1659a -C extra-filename=-3c3a4aeac3b1659a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-403a1c40ccaaeb58.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-005adb14efb74d45.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c086ee7b27d2f7df.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-093c9d1ea7a6082f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8966d7042f423cc1.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-d7278fad9f84f0d2.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
31582024-08-26T23:30:35.849Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
31592024-08-26T23:30:35.851Z 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=154a598416bf68ef -C extra-filename=-154a598416bf68ef --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-bf3658a7c8908d44.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-599d8f15621b0c55.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-46cf9439802ec3f9.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-ded1834736890d54.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-24cfd7174e520e58.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-e6975d27c0797841.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-ab25628c826f87ab.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern serde_hex=/work/oxidecomputer/omicron/target/debug/deps/libserde_hex-238800ef629585fc.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-095aade90ef040ee.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`
31602024-08-26T23:30:37.395Z Compiling gethostname v0.5.0
31612024-08-26T23:30:37.398Z 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=5970ec29a687f38a -C extra-filename=-5970ec29a687f38a --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-875671fddfd10789.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31622024-08-26T23:30:37.630Z Compiling path-slash v0.1.5
31632024-08-26T23:30:37.633Z 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`
31642024-08-26T23:30:37.782Z Compiling libefi-sys v0.1.0
31652024-08-26T23:30:37.785Z 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`
31662024-08-26T23:30:37.866Z Compiling thiserror-impl-no-std v2.0.2
31672024-08-26T23:30:37.869Z 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`
31682024-08-26T23:30:38.107Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
31692024-08-26T23:30:38.142Z 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=ea934cee069a01b2 -C extra-filename=-ea934cee069a01b2 --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-26727ea9ed4b2c03.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-3213bef08119f761.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-62340fd4291ab428.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-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
31702024-08-26T23:30:38.145Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
31712024-08-26T23:30:38.145Z 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=7fa77d4cf914a3aa -C extra-filename=-7fa77d4cf914a3aa --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-599d8f15621b0c55.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-ded1834736890d54.rmeta --extern lpc55_sign=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_sign-154a598416bf68ef.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-d1d6d9a781a180f1.rmeta --extern path_slash=/work/oxidecomputer/omicron/target/debug/deps/libpath_slash-3979c874cbe4d4d2.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-ab25628c826f87ab.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-88cf435f6548e3a5.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-285ef98ad16b5f7d.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-6ebf38a6a91ea6c2.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-6c6f54072d2f2878/out/lib`
31722024-08-26T23:30:38.291Z Running `/work/oxidecomputer/omicron/target/debug/build/libefi-sys-89eca4a85d7dc878/build-script-build`
31732024-08-26T23:30:38.322Z Compiling bitfield-struct v0.6.1
31742024-08-26T23:30:38.325Z 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`
31752024-08-26T23:30:39.146Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
31762024-08-26T23:30:39.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/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=56206e52905b6bb9 -C extra-filename=-56206e52905b6bb9 --out-dir /work/oxidecomputer/omicron/target/debug/build/tofino-56206e52905b6bb9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-55f804e3ad1c579d.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31772024-08-26T23:30:39.642Z Compiling parking_lot_core v0.8.6
31782024-08-26T23:30:39.645Z 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`
31792024-08-26T23:30:39.947Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31802024-08-26T23:30:39.950Z 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`
31812024-08-26T23:30:40.180Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-a3f244115cffbfcf/build-script-build`
31822024-08-26T23:30:40.209Z Running `/work/oxidecomputer/omicron/target/debug/build/tofino-56206e52905b6bb9/build-script-build`
31832024-08-26T23:30:40.333Z 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`
31842024-08-26T23:30:40.699Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
31852024-08-26T23:30:40.701Z 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=5f1ca928097f4360 -C extra-filename=-5f1ca928097f4360 --out-dir /work/oxidecomputer/omicron/target/debug/build/bootstore-5f1ca928097f4360 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-ceea38cb98321342.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
31862024-08-26T23:30:40.765Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
31872024-08-26T23:30:40.768Z 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=76c61018a63c3f6f -C extra-filename=-76c61018a63c3f6f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-551f41149d24b2b0.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-1c4940f3fbd908fb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31882024-08-26T23:30:41.064Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
31892024-08-26T23:30:41.081Z 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=447e780bcfedaf5a -C extra-filename=-447e780bcfedaf5a --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-8599901668faa364.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e9014c6e08bb65e0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
31902024-08-26T23:30:41.311Z Compiling thiserror-no-std v2.0.2
31912024-08-26T23:30:41.313Z 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`
31922024-08-26T23:30:41.438Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
31932024-08-26T23:30:41.441Z 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=917d25e39322890a -C extra-filename=-917d25e39322890a --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-78282c4fc10a7e7e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
31942024-08-26T23:30:41.479Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
31952024-08-26T23:30:41.482Z 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=0536672ca08aed51 -C extra-filename=-0536672ca08aed51 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-78282c4fc10a7e7e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-551f41149d24b2b0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-fbf3e444deddd920.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4ee1cdbeb2bccd78.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9b5f28947640dc85.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
31962024-08-26T23:30:42.524Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
31972024-08-26T23:30:42.527Z 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=5f98710db9d2f2e1 -C extra-filename=-5f98710db9d2f2e1 --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-6ad97fa9dbd6108d.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-3900b51f53886719.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-093c9d1ea7a6082f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-917d25e39322890a.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-d7278fad9f84f0d2.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
31982024-08-26T23:30:42.544Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
31992024-08-26T23:30:42.544Z 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`
32002024-08-26T23:30:42.681Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
32012024-08-26T23:30:42.683Z 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`
32022024-08-26T23:30:43.060Z Compiling vsss-rs v3.3.4
32032024-08-26T23:30:43.062Z 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=79451fcf20792b79 -C extra-filename=-79451fcf20792b79 --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-351a5bc5c220590b.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-a0bd0e7d45708eb7.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-599d8f15621b0c55.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d0890cdebab6435b.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-b102e2c78c1e8b69.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-3752dcaf4b41fa9b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.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`
32042024-08-26T23:30:43.442Z 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=45d8c29f782b9ad0 -C extra-filename=-45d8c29f782b9ad0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-76c61018a63c3f6f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5fd8f6907951d8d9/out -l static=pci`
32052024-08-26T23:30:43.640Z Running `/work/oxidecomputer/omicron/target/debug/build/bootstore-5f1ca928097f4360/build-script-build`
32062024-08-26T23:30:43.671Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
32072024-08-26T23:30:43.674Z 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=53a3cbfeed308348 -C extra-filename=-53a3cbfeed308348 --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-551f41149d24b2b0.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-d7278fad9f84f0d2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32082024-08-26T23:30:43.971Z 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=dbfc948bd1b3e8e0 -C extra-filename=-dbfc948bd1b3e8e0 --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-551f41149d24b2b0.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`
32092024-08-26T23:30:44.079Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
32102024-08-26T23:30:44.082Z 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=d6f4fa914f239165 -C extra-filename=-d6f4fa914f239165 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-20dd09634c042122.so --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-8599901668faa364.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-18d404915a4b87df.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-04dcbd02286a21fb.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-403a1c40ccaaeb58.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e9014c6e08bb65e0.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-65b8e4ddedc3f692.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7309206c31ed76bc.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-2ca2b0391baf3667.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-8f457ee7cc0d5dfa.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a6c5e59db985c498.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-5f98710db9d2f2e1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-3900b51f53886719.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-093c9d1ea7a6082f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-fec373713784d663.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-067b183b3e29678c.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-323f5bbca5534923.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-aa2fc19618e8223a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-fbf3e444deddd920.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-9ce22f8aa160a4c2.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-d7278fad9f84f0d2.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
32112024-08-26T23:30:44.667Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
32122024-08-26T23:30:44.667Z 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=d26dd0c684b20e7f -C extra-filename=-d26dd0c684b20e7f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-eaec0f1802c5ca04.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-5f98710db9d2f2e1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-093c9d1ea7a6082f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-067b183b3e29678c.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-3744a5568f7cc6d7.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b6e9a448b359ba01.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8966d7042f423cc1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
32132024-08-26T23:30:44.689Z Compiling chacha20poly1305 v0.10.1
32142024-08-26T23:30:44.692Z 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=ade04e5f8aed2e0f -C extra-filename=-ade04e5f8aed2e0f --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-7c9d358e44de28ae.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-246514e08a667314.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-ee5fc3c47faac230.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-6d56e20f0272f11e.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`
32152024-08-26T23:30:44.924Z Compiling parking_lot v0.11.2
32162024-08-26T23:30:44.926Z 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=d43e3229187ac8a7 -C extra-filename=-d43e3229187ac8a7 --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-dbfc948bd1b3e8e0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32172024-08-26T23:30:45.311Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
32182024-08-26T23:30:45.314Z 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=97df5285e75fc989 -C extra-filename=-97df5285e75fc989 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-18d404915a4b87df.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-9828f2522cf631d5.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-5b93e5f39a9b5d10.rmeta --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-ea934cee069a01b2.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-f91f1b980093b5a3.rmeta --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-3e3b5887cb195d6a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
32192024-08-26T23:30:45.762Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
32202024-08-26T23:30:45.764Z 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=edb249c9f6019aba -C extra-filename=-edb249c9f6019aba --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-3744a5568f7cc6d7.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d0890cdebab6435b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8966d7042f423cc1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.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-4ee1cdbeb2bccd78.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-9281863d706b41f6.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
32212024-08-26T23:30:45.847Z Compiling crossterm v0.28.1
32222024-08-26T23:30:45.850Z 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=eb1b55b3d9ded965 -C extra-filename=-eb1b55b3d9ded965 --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-8e41b751a0ccc20a.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-965f1abbaef84084.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-450a852b1834f94d.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-9a59c4899632d05e.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-875671fddfd10789.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-9022b5771569f421.rmeta --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-3f2eed7877441fdb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32232024-08-26T23:30:47.671Z 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=318a5098f60bf2e2 -C extra-filename=-318a5098f60bf2e2 --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-7296041c0fd81490.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-ade04e5f8aed2e0f.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-2f8000a2198a9279.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-aae238a7f781fbdf.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-599d8f15621b0c55.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-68ec4873a140f59f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d0890cdebab6435b.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-b7c2c873485a1910.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-fbf3e444deddd920.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-c58055ba21974de5.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-917d25e39322890a.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-4ee1cdbeb2bccd78.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rmeta --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-79451fcf20792b79.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-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
32242024-08-26T23:30:49.275Z Compiling sled v0.34.7
32252024-08-26T23:30:49.280Z 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=0a006bd7c4acdb31 -C extra-filename=-0a006bd7c4acdb31 --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-551f41149d24b2b0.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-46cf9439802ec3f9.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-d43e3229187ac8a7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32262024-08-26T23:30:53.069Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
32272024-08-26T23:30:53.072Z 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=889dc025245dad4f -C extra-filename=-889dc025245dad4f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.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-5970ec29a687f38a.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-76c61018a63c3f6f.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-78282c4fc10a7e7e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-551f41149d24b2b0.rmeta --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-53a3cbfeed308348.rmeta --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-ba4c1e913d3f904c.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-98a67a59a334178d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-093c9d1ea7a6082f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d0890cdebab6435b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-917d25e39322890a.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-45d8c29f782b9ad0.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4ee1cdbeb2bccd78.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5fd8f6907951d8d9/out`
32282024-08-26T23:30:54.341Z Compiling hickory-client v0.24.1
32292024-08-26T23:30:54.344Z 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=f936f5589f422a08 -C extra-filename=-f936f5589f422a08 --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-1df3c7b1c45bee2a.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-d0890cdebab6435b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4ee1cdbeb2bccd78.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`
32302024-08-26T23:30:55.776Z Compiling hickory-server v0.24.1
32312024-08-26T23:30:55.779Z 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=7a6607caad79c9e0 -C extra-filename=-7a6607caad79c9e0 --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-7296041c0fd81490.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-1df3c7b1c45bee2a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-eaa35e1e3fce1599.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4ee1cdbeb2bccd78.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-cc3443c69aa91ffb.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`
32322024-08-26T23:30:57.121Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
32332024-08-26T23:30:57.121Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
32342024-08-26T23:30:57.138Z 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`
32352024-08-26T23:30:57.141Z 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=05a18a20878871a2 -C extra-filename=-05a18a20878871a2 --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-6ad97fa9dbd6108d.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-093c9d1ea7a6082f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-067b183b3e29678c.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-3744a5568f7cc6d7.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b6e9a448b359ba01.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8966d7042f423cc1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-917d25e39322890a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
32362024-08-26T23:30:57.513Z Running `/work/oxidecomputer/omicron/target/debug/build/ipcc-9ec98ecb23ec12d8/build-script-build`
32372024-08-26T23:30:57.547Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
32382024-08-26T23:30:57.549Z 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/9e0fe45/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=fe5f81438ffce0c3 -C extra-filename=-fe5f81438ffce0c3 --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-067b183b3e29678c.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-8bf889c42ff0e1d1.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-3744a5568f7cc6d7.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8966d7042f423cc1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
32392024-08-26T23:30:57.650Z 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=da15238f63c48426 -C extra-filename=-da15238f63c48426 --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-2f8000a2198a9279.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-551f41149d24b2b0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.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-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
32402024-08-26T23:30:58.990Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
32412024-08-26T23:30:58.993Z 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=3f3226cf570fe6e2 -C extra-filename=-3f3226cf570fe6e2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-18d404915a4b87df.rmeta --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-447e780bcfedaf5a.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-403a1c40ccaaeb58.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e9014c6e08bb65e0.rmeta --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-f936f5589f422a08.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-1df3c7b1c45bee2a.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-005adb14efb74d45.rmeta --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-7a6607caad79c9e0.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7309206c31ed76bc.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-966337b29a6969eb.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rmeta --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-0a006bd7c4acdb31.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-224a9f896df65ec4.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e77d240f968b9b00.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-a0c530543821bba1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4ee1cdbeb2bccd78.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3e3b5887cb195d6a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
32422024-08-26T23:30:59.018Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
32432024-08-26T23:30:59.021Z 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=d8a87efb8ed868ce -C extra-filename=-d8a87efb8ed868ce --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-fe5f81438ffce0c3.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-5d39f2eb1424d60a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-cb098b840eb5a761.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8966d7042f423cc1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-917d25e39322890a.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-4ee1cdbeb2bccd78.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
32442024-08-26T23:30:59.909Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
32452024-08-26T23:30:59.911Z 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=97f914af924ca2b7 -C extra-filename=-97f914af924ca2b7 --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-68ec4873a140f59f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-b7c2c873485a1910.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-c58055ba21974de5.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-4ee1cdbeb2bccd78.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-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
32462024-08-26T23:31:00.461Z Compiling diff v0.1.13
32472024-08-26T23:31:00.464Z 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`
32482024-08-26T23:31:00.713Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
32492024-08-26T23:31:00.715Z 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=1efd91d82abcfd5c -C extra-filename=-1efd91d82abcfd5c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-eaec0f1802c5ca04.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-318a5098f60bf2e2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-5f98710db9d2f2e1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-093c9d1ea7a6082f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-067b183b3e29678c.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-edb249c9f6019aba.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-4c497ff74b1d7ab1.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-c58055ba21974de5.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-917d25e39322890a.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-3e3b5887cb195d6a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
32502024-08-26T23:31:00.868Z Compiling buf-list v1.0.3
32512024-08-26T23:31:00.872Z 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`
32522024-08-26T23:31:01.187Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
32532024-08-26T23:31:01.190Z 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=bad3b78d6436f259 -C extra-filename=-bad3b78d6436f259 --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-8599901668faa364.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-5f98710db9d2f2e1.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6f4fa914f239165.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-3900b51f53886719.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-093c9d1ea7a6082f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-067b183b3e29678c.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-3744a5568f7cc6d7.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b6e9a448b359ba01.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8966d7042f423cc1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
32542024-08-26T23:31:01.645Z Running `/work/oxidecomputer/omicron/target/debug/build/buf-list-dd0c3643a1e99061/build-script-build`
32552024-08-26T23:31:01.722Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
32562024-08-26T23:31:01.725Z 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=b2d21895a1114658 -C extra-filename=-b2d21895a1114658 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-eaec0f1802c5ca04.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e45330f5c36e2940.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-78282c4fc10a7e7e.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-97f914af924ca2b7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-093c9d1ea7a6082f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d0890cdebab6435b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-889dc025245dad4f.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-4ee1cdbeb2bccd78.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5fd8f6907951d8d9/out`
32572024-08-26T23:31:01.740Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
32582024-08-26T23:31:01.745Z 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=75f7136ecb491316 -C extra-filename=-75f7136ecb491316 --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-6ad97fa9dbd6108d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-fec373713784d663.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-1b60d4a49558a731.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-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
32592024-08-26T23:31:02.398Z Compiling vte_generate_state_changes v0.1.1
32602024-08-26T23:31:02.401Z 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`
32612024-08-26T23:31:02.586Z Compiling nanorand v0.7.0
32622024-08-26T23:31:02.589Z 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=340b8e5e218077f7 -C extra-filename=-340b8e5e218077f7 --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-82dba1c6aa750728.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32632024-08-26T23:31:03.193Z Compiling unicase v2.7.0
32642024-08-26T23:31:03.195Z 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`
32652024-08-26T23:31:03.214Z Compiling vte v0.11.1
32662024-08-26T23:31:03.214Z 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`
32672024-08-26T23:31:03.580Z Running `/work/oxidecomputer/omicron/target/debug/build/unicase-89ba4bd6c7d617ff/build-script-build`
32682024-08-26T23:31:03.804Z Compiling flume v0.11.0
32692024-08-26T23:31:03.807Z 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=0e4e79b9dc7ce1e6 -C extra-filename=-0e4e79b9dc7ce1e6 --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-340b8e5e218077f7.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`
32702024-08-26T23:31:04.545Z 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=2150b920d991e600 -C extra-filename=-2150b920d991e600 --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-7296041c0fd81490.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4ee1cdbeb2bccd78.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg seek_convenience --cfg const_fn_trait_bounds`
32712024-08-26T23:31:04.631Z Compiling dsl_auto_type v0.1.2
32722024-08-26T23:31:04.636Z 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`
32732024-08-26T23:31:04.725Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
32742024-08-26T23:31:04.728Z 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=dbb962018d449b09 -C extra-filename=-dbb962018d449b09 --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-26727ea9ed4b2c03.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-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
32752024-08-26T23:31:04.980Z Compiling fd-lock v4.0.2
32762024-08-26T23:31:04.982Z 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=1601a84854c8191e -C extra-filename=-1601a84854c8191e --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-875671fddfd10789.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32772024-08-26T23:31:05.132Z Compiling kstat-rs v0.2.4
32782024-08-26T23:31:05.148Z 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=c492fcfaa7724c06 -C extra-filename=-c492fcfaa7724c06 --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-551f41149d24b2b0.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`
32792024-08-26T23:31:05.211Z Compiling diesel_table_macro_syntax v0.2.0
32802024-08-26T23:31:05.214Z 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`
32812024-08-26T23:31:05.665Z Compiling scheduled-thread-pool v0.2.7
32822024-08-26T23:31:05.668Z 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=38dc676b813d11e1 -C extra-filename=-38dc676b813d11e1 --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-9a59c4899632d05e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32832024-08-26T23:31:05.718Z Compiling crunchy v0.2.2
32842024-08-26T23:31:05.720Z 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`
32852024-08-26T23:31:05.840Z Compiling strip-ansi-escapes v0.2.0
32862024-08-26T23:31:05.843Z 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`
32872024-08-26T23:31:06.287Z Compiling r2d2 v0.8.10
32882024-08-26T23:31:06.324Z 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=400a04d4e0837de8 -C extra-filename=-400a04d4e0837de8 --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-9a59c4899632d05e.rmeta --extern scheduled_thread_pool=/work/oxidecomputer/omicron/target/debug/deps/libscheduled_thread_pool-38dc676b813d11e1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32892024-08-26T23:31:06.327Z Compiling diesel_derives v2.2.2
32902024-08-26T23:31:06.327Z 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`
32912024-08-26T23:31:06.327Z 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`
32922024-08-26T23:31:06.361Z Running `/work/oxidecomputer/omicron/target/debug/build/crunchy-d0d09c3e0406dd3c/build-script-build`
32932024-08-26T23:31:06.389Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
32942024-08-26T23:31:06.392Z 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=345c65275f56273c -C extra-filename=-345c65275f56273c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.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-3744a5568f7cc6d7.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8966d7042f423cc1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
32952024-08-26T23:31:06.677Z Compiling clang-sys v1.7.0
32962024-08-26T23:31:06.679Z 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`
32972024-08-26T23:31:06.717Z Compiling crossterm v0.27.0
32982024-08-26T23:31:06.720Z 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=95a85ede7478bb16 -C extra-filename=-95a85ede7478bb16 --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-8e41b751a0ccc20a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-551f41149d24b2b0.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-2d7911560284ff5c.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-9a59c4899632d05e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-9022b5771569f421.rmeta --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-3f2eed7877441fdb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32992024-08-26T23:31:07.490Z Compiling tiny-keccak v2.0.2
33002024-08-26T23:31:07.508Z 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`
33012024-08-26T23:31:07.897Z Compiling nu-ansi-term v0.50.0
33022024-08-26T23:31:07.899Z 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`
33032024-08-26T23:31:08.188Z Running `/work/oxidecomputer/omicron/target/debug/build/tiny-keccak-df1efb505928501a/build-script-build`
33042024-08-26T23:31:08.219Z Running `/work/oxidecomputer/omicron/target/debug/build/clang-sys-0d805f3cffbd8165/build-script-build`
33052024-08-26T23:31:08.249Z Compiling mime_guess v2.0.4
33062024-08-26T23:31:08.252Z 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`
33072024-08-26T23:31:08.641Z 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`
33082024-08-26T23:31:08.672Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
33092024-08-26T23:31:08.675Z 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=d1eccdacb3b5beca -C extra-filename=-d1eccdacb3b5beca --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-8599901668faa364.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e9014c6e08bb65e0.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7309206c31ed76bc.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c086ee7b27d2f7df.rmeta --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-c492fcfaa7724c06.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-551f41149d24b2b0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-97df5285e75fc989.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.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-4ee1cdbeb2bccd78.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
33102024-08-26T23:31:08.766Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
33112024-08-26T23:31:08.769Z 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=12cb67a3171c680b -C extra-filename=-12cb67a3171c680b --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-b792cecba43cac9d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e9014c6e08bb65e0.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-5f98710db9d2f2e1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-093c9d1ea7a6082f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-1efd91d82abcfd5c.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-917d25e39322890a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
33122024-08-26T23:31:09.710Z Compiling reedline v0.33.0
33132024-08-26T23:31:09.713Z 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=c77d94fa82a9345b -C extra-filename=-c77d94fa82a9345b --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-8599901668faa364.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-95a85ede7478bb16.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-1601a84854c8191e.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-19476516253bd8c8.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`
33142024-08-26T23:31:09.955Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
33152024-08-26T23:31:09.958Z 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=ae856f90860609d1 -C extra-filename=-ae856f90860609d1 --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-711eb3fcee73ab92.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-599d8f15621b0c55.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-da15238f63c48426.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.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-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
33162024-08-26T23:31:11.495Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
33172024-08-26T23:31:11.497Z 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=4a91138181311c1b -C extra-filename=-4a91138181311c1b --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-e9014c6e08bb65e0.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-bad3b78d6436f259.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-093c9d1ea7a6082f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-1efd91d82abcfd5c.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-917d25e39322890a.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
33182024-08-26T23:31:12.677Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
33192024-08-26T23:31:12.679Z 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=655c8e74f66c0c14 -C extra-filename=-655c8e74f66c0c14 --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-8599901668faa364.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e9014c6e08bb65e0.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3c3a4aeac3b1659a.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-bad3b78d6436f259.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-97df5285e75fc989.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7cbe6fda78a13e6a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4ee1cdbeb2bccd78.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
33202024-08-26T23:31:13.574Z Compiling pin-project-internal v1.1.5
33212024-08-26T23:31:13.577Z 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`
33222024-08-26T23:31:14.548Z Compiling ref-cast v1.0.23
33232024-08-26T23:31:14.550Z 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`
33242024-08-26T23:31:14.666Z Running `/work/oxidecomputer/omicron/target/debug/build/mime_guess-470faaa06d049e38/build-script-build`
33252024-08-26T23:31:14.711Z 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`
33262024-08-26T23:31:15.194Z Running `/work/oxidecomputer/omicron/target/debug/build/ref-cast-ae2f172469cd8229/build-script-build`
33272024-08-26T23:31:15.268Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
33282024-08-26T23:31:15.285Z 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=65dd228950888fa2 -C extra-filename=-65dd228950888fa2 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-model-65dd228950888fa2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-ceea38cb98321342.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
33292024-08-26T23:31:15.397Z Compiling ascii-canvas v3.0.0
33302024-08-26T23:31:15.399Z 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=2b506f2bbc53bfbd -C extra-filename=-2b506f2bbc53bfbd --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-09714f0ae484654a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33312024-08-26T23:31:15.655Z Compiling ref-cast-impl v1.0.23
33322024-08-26T23:31:15.658Z 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`
33332024-08-26T23:31:15.975Z Compiling ena v0.14.3
33342024-08-26T23:31:15.978Z 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`
33352024-08-26T23:31:16.419Z Compiling libloading v0.8.3
33362024-08-26T23:31:16.422Z 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`
33372024-08-26T23:31:16.879Z Dirty bytecount v0.6.8: the rustflags changed
33382024-08-26T23:31:16.879Z Compiling bytecount v0.6.8
33392024-08-26T23:31:16.882Z Compiling pin-project v1.1.5
33402024-08-26T23:31:16.882Z 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`
33412024-08-26T23:31:16.882Z 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`
33422024-08-26T23:31:16.974Z Compiling regex-syntax v0.6.29
33432024-08-26T23:31:16.984Z 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`
33442024-08-26T23:31:17.047Z Compiling bindgen v0.69.4
33452024-08-26T23:31:17.050Z 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`
33462024-08-26T23:31:17.075Z 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)'`
33472024-08-26T23:31:17.105Z Dirty papergrid v0.11.0: the rustflags changed
33482024-08-26T23:31:17.105Z Compiling papergrid v0.11.0
33492024-08-26T23:31:17.108Z 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`
33502024-08-26T23:31:17.170Z 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=36a89b9d0facbaec -C extra-filename=-36a89b9d0facbaec --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-551f41149d24b2b0.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`
33512024-08-26T23:31:17.246Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-model-65dd228950888fa2/build-script-build`
33522024-08-26T23:31:17.276Z 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`
33532024-08-26T23:31:17.964Z Running `/work/oxidecomputer/omicron/target/debug/build/bindgen-0b19588ea3b34f70/build-script-build`
33542024-08-26T23:31:17.993Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
33552024-08-26T23:31:17.996Z 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=c2347fad732d23bd -C extra-filename=-c2347fad732d23bd --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-dbb962018d449b09.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.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-19476516253bd8c8.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-18d2f5765b7a5050.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-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
33562024-08-26T23:31:18.313Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
33572024-08-26T23:31:18.316Z 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=e57af29bfd32788c -C extra-filename=-e57af29bfd32788c --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-2ca2b0391baf3667.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-067b183b3e29678c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d0890cdebab6435b.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
33582024-08-26T23:31:18.333Z Compiling which v4.4.2
33592024-08-26T23:31:18.336Z 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=2acefec2605d88f9 -C extra-filename=-2acefec2605d88f9 --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-875671fddfd10789.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33602024-08-26T23:31:18.993Z Compiling tabled_derive v0.7.0
33612024-08-26T23:31:18.996Z 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`
33622024-08-26T23:31:19.744Z Compiling diesel v2.2.2
33632024-08-26T23:31:19.747Z 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=b89264e272469066 -C extra-filename=-b89264e272469066 --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-8e41b751a0ccc20a.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-325983a483f82094.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rmeta --extern diesel_derives=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_derives-acbdb84f666d9753.so --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-2ca2b0391baf3667.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-4cb0fb6bacfafb96.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-551f41149d24b2b0.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rmeta --extern r2d2=/work/oxidecomputer/omicron/target/debug/deps/libr2d2-400a04d4e0837de8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
33642024-08-26T23:31:20.036Z Compiling cexpr v0.6.0
33652024-08-26T23:31:20.039Z 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`
33662024-08-26T23:31:21.383Z Compiling lalrpop v0.19.12
33672024-08-26T23:31:21.386Z 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=67257e6dacd917ab -C extra-filename=-67257e6dacd917ab --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-2b506f2bbc53bfbd.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-55ef132139e3e93d.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-8e22a607cc27b13c.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-8bbc893b3e799bb4.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-09714f0ae484654a.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`
33682024-08-26T23:31:21.644Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
33692024-08-26T23:31:21.647Z 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=790a51ffe54886a3 -C extra-filename=-790a51ffe54886a3 --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-539e8d31df955ad4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33702024-08-26T23:31:21.823Z Compiling lazycell v1.3.0
33712024-08-26T23:31:21.834Z 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`
33722024-08-26T23:31:21.875Z Compiling http-range v0.1.5
33732024-08-26T23:31:21.877Z 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`
33742024-08-26T23:31:22.013Z Compiling rustc-hash v1.1.0
33752024-08-26T23:31:22.015Z 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`
33762024-08-26T23:31:22.039Z Compiling shlex v1.3.0
33772024-08-26T23:31:22.042Z 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`
33782024-08-26T23:31:22.206Z Compiling hyper-staticfile v0.9.5
33792024-08-26T23:31:22.209Z 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=abd1a6f88d84e97c -C extra-filename=-abd1a6f88d84e97c --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-7309206c31ed76bc.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-c086ee7b27d2f7df.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-d0890cdebab6435b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4ee1cdbeb2bccd78.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`
33802024-08-26T23:31:22.298Z 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=8ab36fb631446697 -C extra-filename=-8ab36fb631446697 --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-8e41b751a0ccc20a.rmeta --extern cexpr=/work/oxidecomputer/omicron/target/debug/deps/libcexpr-f30f2bacc7962607.rmeta --extern clang_sys=/work/oxidecomputer/omicron/target/debug/deps/libclang_sys-36a89b9d0facbaec.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-2acefec2605d88f9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33812024-08-26T23:31:22.513Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
33822024-08-26T23:31:22.516Z 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=e929e4fff5f1b2a2 -C extra-filename=-e929e4fff5f1b2a2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-66ba209f1a010a80.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-a2ffa63167802121.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-18d404915a4b87df.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e9014c6e08bb65e0.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c086ee7b27d2f7df.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-3744a5568f7cc6d7.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-790a51ffe54886a3.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d0890cdebab6435b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8966d7042f423cc1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.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-d54ec5b235084a80.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7cbe6fda78a13e6a.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e77d240f968b9b00.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4ee1cdbeb2bccd78.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-9281863d706b41f6.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
33832024-08-26T23:31:23.002Z Compiling tabled v0.15.0
33842024-08-26T23:31:23.004Z 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`
33852024-08-26T23:31:23.215Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
33862024-08-26T23:31:23.218Z 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=3427854a6d215365 -C extra-filename=-3427854a6d215365 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-fixed-data-3427854a6d215365 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-ceea38cb98321342.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
33872024-08-26T23:31:23.577Z Compiling derive_builder_core v0.20.0
33882024-08-26T23:31:23.580Z 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`
33892024-08-26T23:31:24.013Z Compiling libxml v0.3.3
33902024-08-26T23:31:24.016Z 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`
33912024-08-26T23:31:24.494Z Running `/work/oxidecomputer/omicron/target/debug/build/libxml-25957f77bb8c67b9/build-script-build`
33922024-08-26T23:31:24.543Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-fixed-data-3427854a6d215365/build-script-build`
33932024-08-26T23:31:24.575Z Compiling peg-macros v0.8.4
33942024-08-26T23:31:24.578Z 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`
33952024-08-26T23:31:26.083Z Compiling derive_builder_macro v0.20.0
33962024-08-26T23:31:26.086Z 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`
33972024-08-26T23:31:27.274Z Compiling signal-hook-tokio v0.3.1
33982024-08-26T23:31:27.276Z 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=6cf40431b7686480 -C extra-filename=-6cf40431b7686480 --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-551f41149d24b2b0.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-9022b5771569f421.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4ee1cdbeb2bccd78.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33992024-08-26T23:31:27.493Z Compiling strum_macros v0.24.3
34002024-08-26T23:31:27.495Z 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`
34012024-08-26T23:31:28.539Z Compiling sqlparser_derive v0.2.2
34022024-08-26T23:31:28.541Z 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`
34032024-08-26T23:31:29.425Z Compiling memoffset v0.9.1
34042024-08-26T23:31:29.428Z 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`
34052024-08-26T23:31:29.846Z Compiling unicode_categories v0.1.1
34062024-08-26T23:31:29.849Z 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`
34072024-08-26T23:31:29.891Z Compiling indoc v1.0.9
34082024-08-26T23:31:29.893Z 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`
34092024-08-26T23:31:30.175Z Compiling sqlformat v0.2.4
34102024-08-26T23:31:30.178Z 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`
34112024-08-26T23:31:30.200Z Compiling sqlparser v0.45.0
34122024-08-26T23:31:30.202Z 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`
34132024-08-26T23:31:30.991Z Running `/work/oxidecomputer/omicron/target/debug/build/memoffset-24a77ddfb9985470/build-script-build`
34142024-08-26T23:31:31.148Z Compiling peg v0.8.4
34152024-08-26T23:31:31.151Z 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`
34162024-08-26T23:31:31.281Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
34172024-08-26T23:31:31.284Z 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=b83d422e1297148b -C extra-filename=-b83d422e1297148b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.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-318a5098f60bf2e2.rmeta --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-4a91138181311c1b.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-05a18a20878871a2.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-7296041c0fd81490.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e45330f5c36e2940.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-7c9ffecaf989a77e.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-18d404915a4b87df.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-345c65275f56273c.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-3f3226cf570fe6e2.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-403a1c40ccaaeb58.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-53635cf641f36b63.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e9014c6e08bb65e0.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-725dd47f885197a3.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-0e4e79b9dc7ce1e6.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-65b8e4ddedc3f692.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-39f07e80d6316e9c.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-599d8f15621b0c55.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7309206c31ed76bc.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-abd1a6f88d84e97c.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-78282c4fc10a7e7e.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-0536672ca08aed51.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3c3a4aeac3b1659a.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-2ca2b0391baf3667.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-97f914af924ca2b7.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-551f41149d24b2b0.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-98a67a59a334178d.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-aa54747c64f4d4b2.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-bad3b78d6436f259.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-212ccd69ea1f7ca3.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-5f98710db9d2f2e1.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6f4fa914f239165.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-d8a87efb8ed868ce.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-093c9d1ea7a6082f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.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-a25088a3cdec8233.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-97df5285e75fc989.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d1eccdacb3b5beca.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-655c8e74f66c0c14.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-067b183b3e29678c.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-edb249c9f6019aba.rmeta --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-e929e4fff5f1b2a2.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d0890cdebab6435b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8966d7042f423cc1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-cb8c86c5f719f8c5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-4c497ff74b1d7ab1.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-c58055ba21974de5.rmeta --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-12cb67a3171c680b.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-d26dd0c684b20e7f.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-1efd91d82abcfd5c.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-889dc025245dad4f.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-917d25e39322890a.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b2d21895a1114658.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-7cbe6fda78a13e6a.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-e77d240f968b9b00.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-55875e6842c27f35.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-45d8c29f782b9ad0.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4ee1cdbeb2bccd78.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3e3b5887cb195d6a.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-8afcbd4e255af8a0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d47f5ede55f99f5b.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-495f4f46760fc11c.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/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-5fd8f6907951d8d9/out`
34182024-08-26T23:31:31.410Z Compiling derive_builder v0.20.0
34192024-08-26T23:31:31.414Z 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`
34202024-08-26T23:31:31.613Z 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=fb4db91a399703a9 -C extra-filename=-fb4db91a399703a9 --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-551f41149d24b2b0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -l xml2`
34212024-08-26T23:31:34.487Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
34222024-08-26T23:31:34.490Z 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=6924ed85fcd620bd -C extra-filename=-6924ed85fcd620bd --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-e9014c6e08bb65e0.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-ae856f90860609d1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-093c9d1ea7a6082f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64`
34232024-08-26T23:31:36.789Z Compiling rustyline v14.0.0
34242024-08-26T23:31:36.796Z 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=b7f1f652f9d1c59f -C extra-filename=-b7f1f652f9d1c59f --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-8e41b751a0ccc20a.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-1601a84854c8191e.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-97a8c4bd154ecfb4.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-551f41149d24b2b0.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-b58acb781e3bbc84.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`
34252024-08-26T23:31:36.796Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e)
34262024-08-26T23:31:36.796Z 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=679a6eebe237030e -C extra-filename=-679a6eebe237030e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-18d404915a4b87df.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-aae238a7f781fbdf.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4ee1cdbeb2bccd78.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34272024-08-26T23:31:37.678Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
34282024-08-26T23:31:37.681Z 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=9a880849b1c5ecd6 -C extra-filename=-9a880849b1c5ecd6 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-auth-9a880849b1c5ecd6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-ceea38cb98321342.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
34292024-08-26T23:31:38.061Z Compiling bcs v0.1.6
34302024-08-26T23:31:38.064Z 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=009a5134049de396 -C extra-filename=-009a5134049de396 --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-19476516253bd8c8.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`
34312024-08-26T23:31:38.852Z Compiling quick-xml v0.31.0
34322024-08-26T23:31:38.865Z 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=351049919d5714d3 -C extra-filename=-351049919d5714d3 --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-19476516253bd8c8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34332024-08-26T23:31:39.212Z Compiling impl-trait-for-tuples v0.2.2
34342024-08-26T23:31:39.214Z 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`
34352024-08-26T23:31:40.995Z Compiling oso-derive v0.27.3
34362024-08-26T23:31:40.997Z 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`
34372024-08-26T23:31:42.289Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-auth-9a880849b1c5ecd6/build-script-build`
34382024-08-26T23:31:42.307Z 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`
34392024-08-26T23:31:42.331Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
34402024-08-26T23:31:42.334Z 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=2c3f8b7609680f30 -C extra-filename=-2c3f8b7609680f30 --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-dbb962018d449b09.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.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-19476516253bd8c8.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-18d2f5765b7a5050.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-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
34412024-08-26T23:31:42.429Z Compiling snafu-derive v0.8.2
34422024-08-26T23:31:42.433Z 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`
34432024-08-26T23:31:44.210Z Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3)
34442024-08-26T23:31:44.213Z 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`
34452024-08-26T23:31:44.617Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
34462024-08-26T23:31:44.621Z 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`
34472024-08-26T23:31:45.019Z Running `/work/oxidecomputer/omicron/target/debug/build/gateway-sp-comms-5cc50ea7c00b5caa/build-script-build`
34482024-08-26T23:31:45.105Z Running `/work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-36b9ca17c559fa87/build-script-build`
34492024-08-26T23:31:45.188Z Compiling nix v0.27.1
34502024-08-26T23:31:45.192Z 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=70bdf8725e8aadd8 -C extra-filename=-70bdf8725e8aadd8 --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-8e41b751a0ccc20a.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-551f41149d24b2b0.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`
34512024-08-26T23:31:47.256Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
34522024-08-26T23:31:47.259Z 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=0eca7e8b63c07c8e -C extra-filename=-0eca7e8b63c07c8e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.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-009a5134049de396.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-7296041c0fd81490.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-18d404915a4b87df.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-679a6eebe237030e.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-eb1b55b3d9ded965.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e9014c6e08bb65e0.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-838b0c6a07887d50.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-11024960b20c5ca2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-97df5285e75fc989.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-323f5bbca5534923.rmeta --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-dbd5df13355af3f1.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-c77d94fa82a9345b.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8966d7042f423cc1.rmeta --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-b7f1f652f9d1c59f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.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-7cbe6fda78a13e6a.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e77d240f968b9b00.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-4ee1cdbeb2bccd78.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-8afcbd4e255af8a0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
34532024-08-26T23:31:48.092Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
34542024-08-26T23:31:48.095Z 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`
34552024-08-26T23:31:48.435Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
34562024-08-26T23:31:48.437Z 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=f19b3e272e5f9e4e -C extra-filename=-f19b3e272e5f9e4e --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-f19b3e272e5f9e4e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-ceea38cb98321342.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
34572024-08-26T23:31:48.468Z Compiling snafu v0.8.2
34582024-08-26T23:31:48.471Z 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`
34592024-08-26T23:31:48.802Z Compiling globset v0.4.14
34602024-08-26T23:31:48.805Z 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`
34612024-08-26T23:31:49.369Z Compiling const_format_proc_macros v0.2.32
34622024-08-26T23:31:49.371Z 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`
34632024-08-26T23:31:49.695Z Compiling bb8 v0.8.5
34642024-08-26T23:31:49.697Z 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=bbd799c96750a67f -C extra-filename=-bbd799c96750a67f --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-9a59c4899632d05e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4ee1cdbeb2bccd78.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34652024-08-26T23:31:50.256Z Compiling olpc-cjson v0.1.3
34662024-08-26T23:31:50.258Z 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=896f9f81fc43c7f7 -C extra-filename=-896f9f81fc43c7f7 --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-19476516253bd8c8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.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`
34672024-08-26T23:31:50.548Z Compiling serde_plain v1.0.2
34682024-08-26T23:31:50.550Z 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=bbba7b30c80fd8e5 -C extra-filename=-bbba7b30c80fd8e5 --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-19476516253bd8c8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34692024-08-26T23:31:50.717Z Compiling serde-big-array v0.5.1
34702024-08-26T23:31:50.720Z 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=260379c03a9449a6 -C extra-filename=-260379c03a9449a6 --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-19476516253bd8c8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34712024-08-26T23:31:50.982Z Compiling typed-path v0.7.1
34722024-08-26T23:31:50.985Z 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`
34732024-08-26T23:31:51.002Z 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=76cb6c88908235fa -C extra-filename=-76cb6c88908235fa --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-e9aff558245a2ac5.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-711eb3fcee73ab92.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-599d8f15621b0c55.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-24e46af5cc55ead8.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-7fa77d4cf914a3aa.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-014178c12363f11b.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-70bdf8725e8aadd8.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-19476516253bd8c8.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-260379c03a9449a6.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-c0e11bad9d6e07ea.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-8bbc893b3e799bb4.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-4ee1cdbeb2bccd78.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-8afcbd4e255af8a0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-6ebf38a6a91ea6c2.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-6c6f54072d2f2878/out/lib`
34742024-08-26T23:31:51.702Z Compiling const_format v0.2.32
34752024-08-26T23:31:51.705Z 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`
34762024-08-26T23:31:52.471Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-f19b3e272e5f9e4e/build-script-build`
34772024-08-26T23:31:52.503Z Compiling parse-size v1.0.0
34782024-08-26T23:31:52.506Z 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`
34792024-08-26T23:31:52.770Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
34802024-08-26T23:31:52.773Z 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=8d092187d581c30f -C extra-filename=-8d092187d581c30f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-eaec0f1802c5ca04.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-18d404915a4b87df.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e9014c6e08bb65e0.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-711eb3fcee73ab92.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-ae856f90860609d1.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-599d8f15621b0c55.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7cbe6fda78a13e6a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4ee1cdbeb2bccd78.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3e3b5887cb195d6a.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64`
34812024-08-26T23:31:54.447Z Compiling tough v0.17.1
34822024-08-26T23:31:54.449Z 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=24b0f555a8f36ff1 -C extra-filename=-24b0f555a8f36ff1 --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-7296041c0fd81490.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.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-599d8f15621b0c55.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-46cf9439802ec3f9.rmeta --extern olpc_cjson=/work/oxidecomputer/omicron/target/debug/deps/libolpc_cjson-896f9f81fc43c7f7.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-8966d7042f423cc1.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-662be56d9856735a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rmeta --extern serde_plain=/work/oxidecomputer/omicron/target/debug/deps/libserde_plain-bbba7b30c80fd8e5.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-4f316c88f87b815c.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-a0c530543821bba1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4ee1cdbeb2bccd78.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-cc3443c69aa91ffb.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-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
34832024-08-26T23:31:57.653Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
34842024-08-26T23:31:57.656Z 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=34c044db4ddd0d76 -C extra-filename=-34c044db4ddd0d76 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-18d404915a4b87df.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e9014c6e08bb65e0.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rmeta --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-6924ed85fcd620bd.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-711eb3fcee73ab92.rmeta --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-76cb6c88908235fa.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-ae856f90860609d1.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-599d8f15621b0c55.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7309206c31ed76bc.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c086ee7b27d2f7df.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-78282c4fc10a7e7e.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-da15238f63c48426.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-9022b5771569f421.rmeta --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-6cf40431b7686480.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7cbe6fda78a13e6a.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-4ee1cdbeb2bccd78.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-7d36d0d8dae0ec08.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-c97fe3ff449106d4.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3e3b5887cb195d6a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6c6f54072d2f2878/out/lib`
34852024-08-26T23:31:57.946Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
34862024-08-26T23:31:57.948Z 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=7872ed4e500328ec -C extra-filename=-7872ed4e500328ec --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-8599901668faa364.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-3744a5568f7cc6d7.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8966d7042f423cc1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
34872024-08-26T23:32:00.120Z 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=e8fedb0ff0d5d3ce -C extra-filename=-e8fedb0ff0d5d3ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-c2347fad732d23bd.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-8755f378a0d2712e.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-b89264e272469066.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-599d8f15621b0c55.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-2ca2b0391baf3667.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-98a67a59a334178d.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-212ccd69ea1f7ca3.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-e57af29bfd32788c.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-5f98710db9d2f2e1.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6f4fa914f239165.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-75f7136ecb491316.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-3900b51f53886719.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-093c9d1ea7a6082f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-067b183b3e29678c.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-d0890cdebab6435b.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-878a8767bd0518bb.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-cb8c86c5f719f8c5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-d26dd0c684b20e7f.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-9ce22f8aa160a4c2.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-4ee1cdbeb2bccd78.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.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-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
34882024-08-26T23:32:01.351Z Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
34892024-08-26T23:32:01.354Z 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=a55bc501e5acb627 -C extra-filename=-a55bc501e5acb627 --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-bbd799c96750a67f.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-b89264e272469066.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4ee1cdbeb2bccd78.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
34902024-08-26T23:32:02.060Z 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=60da830584452e3e -C extra-filename=-60da830584452e3e --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-b89264e272469066.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-8afcbd4e255af8a0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
34912024-08-26T23:32:02.508Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
34922024-08-26T23:32:02.510Z 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=c2553da3d0be9a39 -C extra-filename=-c2553da3d0be9a39 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.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-2150b920d991e600.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-7296041c0fd81490.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e45330f5c36e2940.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.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-d939558aaa79a1c5.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-599d8f15621b0c55.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-7fa77d4cf914a3aa.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rmeta --extern parse_size=/work/oxidecomputer/omicron/target/debug/deps/libparse_size-93c89df6fe796d16.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d0890cdebab6435b.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-662be56d9856735a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-4bf70369cde44e16.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-095aade90ef040ee.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-55875e6842c27f35.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4ee1cdbeb2bccd78.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3e3b5887cb195d6a.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-24b0f555a8f36ff1.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-c883dcfe2d3789aa.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-6ebf38a6a91ea6c2.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6c6f54072d2f2878/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
34932024-08-26T23:32:06.141Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
34942024-08-26T23:32:06.144Z 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=39f29313c8d9cfe3 -C extra-filename=-39f29313c8d9cfe3 --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-8599901668faa364.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e9014c6e08bb65e0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
34952024-08-26T23:32:08.315Z Compiling cargo-platform v0.1.8
34962024-08-26T23:32:08.318Z 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=d2dd6dd0b593dde4 -C extra-filename=-d2dd6dd0b593dde4 --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-19476516253bd8c8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34972024-08-26T23:32:08.419Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
34982024-08-26T23:32:08.422Z 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=fe5932ff1f628cb3 -C extra-filename=-fe5932ff1f628cb3 --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-b792cecba43cac9d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e9014c6e08bb65e0.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-711eb3fcee73ab92.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-ae856f90860609d1.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-34c044db4ddd0d76.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-545877ac7f8ab62f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-8d092187d581c30f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4ee1cdbeb2bccd78.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6c6f54072d2f2878/out/lib`
34992024-08-26T23:32:08.896Z Compiling cargo_metadata v0.18.1
35002024-08-26T23:32:08.899Z 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=7f0c25ed43737abb -C extra-filename=-7f0c25ed43737abb --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-b792cecba43cac9d.rmeta --extern cargo_platform=/work/oxidecomputer/omicron/target/debug/deps/libcargo_platform-d2dd6dd0b593dde4.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-cb8c86c5f719f8c5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.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`
35012024-08-26T23:32:11.020Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
35022024-08-26T23:32:11.023Z 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=425e1e0b77e18fe4 -C extra-filename=-425e1e0b77e18fe4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-18d404915a4b87df.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e9014c6e08bb65e0.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3c3a4aeac3b1659a.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-bad3b78d6436f259.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6f4fa914f239165.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-97df5285e75fc989.rmeta --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-39f29313c8d9cfe3.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-7872ed4e500328ec.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-0eca7e8b63c07c8e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d0890cdebab6435b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8966d7042f423cc1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.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-7cbe6fda78a13e6a.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e77d240f968b9b00.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-4ee1cdbeb2bccd78.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3e3b5887cb195d6a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
35032024-08-26T23:32:11.039Z Compiling assert_matches v1.5.0
35042024-08-26T23:32:11.041Z 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`
35052024-08-26T23:32:11.151Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
35062024-08-26T23:32:11.153Z 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=737842d7c2c607b0 -C extra-filename=-737842d7c2c607b0 --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-212ccd69ea1f7ca3.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-5f98710db9d2f2e1.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6f4fa914f239165.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
35072024-08-26T23:32:11.674Z Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
35082024-08-26T23:32:11.676Z 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=fd18489977b9c8a6 -C extra-filename=-fd18489977b9c8a6 --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-838b0c6a07887d50.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-4058c7340bf7b5f3.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5ba3e73c543b84ff.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`
35092024-08-26T23:32:12.710Z Compiling libz-sys v1.1.16
35102024-08-26T23:32:12.712Z 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=c71801e675379536 -C extra-filename=-c71801e675379536 --out-dir /work/oxidecomputer/omicron/target/debug/build/libz-sys-c71801e675379536 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-55f804e3ad1c579d.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`
35112024-08-26T23:32:13.540Z Running `/work/oxidecomputer/omicron/target/debug/build/libz-sys-c71801e675379536/build-script-build`
35122024-08-26T23:32:13.682Z Compiling rand_seeder v0.3.0
35132024-08-26T23:32:13.684Z 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=f4e81393945605ea -C extra-filename=-f4e81393945605ea --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-3752dcaf4b41fa9b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35142024-08-26T23:32:13.791Z Compiling libgit2-sys v0.17.0+1.8.1
35152024-08-26T23:32:13.794Z 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=0babbecaa7bf1c5f -C extra-filename=-0babbecaa7bf1c5f --out-dir /work/oxidecomputer/omicron/target/debug/build/libgit2-sys-0babbecaa7bf1c5f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-55f804e3ad1c579d.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`
35162024-08-26T23:32:14.036Z Compiling portable-atomic v1.6.0
35172024-08-26T23:32:14.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/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`
35182024-08-26T23:32:14.797Z Running `/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-0babbecaa7bf1c5f/build-script-build`
35192024-08-26T23:32:15.214Z Running `/work/oxidecomputer/omicron/target/debug/build/portable-atomic-12021e4b795f02e3/build-script-build`
35202024-08-26T23:32:15.295Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
35212024-08-26T23:32:15.298Z 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=a8b8b68649fd458e -C extra-filename=-a8b8b68649fd458e --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-8f457ee7cc0d5dfa.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d0890cdebab6435b.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-3752dcaf4b41fa9b.rmeta --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-f4e81393945605ea.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
35222024-08-26T23:32:15.523Z 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=9f55a825f77779d0 -C extra-filename=-9f55a825f77779d0 --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-551f41149d24b2b0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -l z -l z`
35232024-08-26T23:32:15.697Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
35242024-08-26T23:32:15.701Z 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=126e10b787da3193 -C extra-filename=-126e10b787da3193 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-53635cf641f36b63.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e9014c6e08bb65e0.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-65b8e4ddedc3f692.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-c9380d86e5571d46.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-cedc2b4cdec5a13d.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-067b183b3e29678c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-095aade90ef040ee.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-917d25e39322890a.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-4ee1cdbeb2bccd78.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9b5f28947640dc85.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
35252024-08-26T23:32:20.721Z 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`
35262024-08-26T23:32:21.321Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
35272024-08-26T23:32:21.323Z 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=4400ba118d70d222 -C extra-filename=-4400ba118d70d222 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-7296041c0fd81490.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e45330f5c36e2940.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.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-e9014c6e08bb65e0.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-599d8f15621b0c55.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-7fa77d4cf914a3aa.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-095aade90ef040ee.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-4ee1cdbeb2bccd78.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-cc3443c69aa91ffb.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-24b0f555a8f36ff1.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-c2553da3d0be9a39.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6c6f54072d2f2878/out/lib -L native=/usr/ssl-3/lib/amd64`
35282024-08-26T23:32:22.140Z Compiling vergen v8.3.2
35292024-08-26T23:32:22.143Z 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`
35302024-08-26T23:32:22.527Z Compiling number_prefix v0.4.0
35312024-08-26T23:32:22.529Z 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`
35322024-08-26T23:32:22.788Z Compiling indicatif v0.17.8
35332024-08-26T23:32:22.790Z 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=99eafe51d5160fa5 -C extra-filename=-99eafe51d5160fa5 --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-4b67e8dd0f215dc6.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`
35342024-08-26T23:32:23.703Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-8aef8dd6f9115d81/build-script-build`
35352024-08-26T23:32:23.733Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
35362024-08-26T23:32:23.735Z 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=09c4a3be8322ba5b -C extra-filename=-09c4a3be8322ba5b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-65b8e4ddedc3f692.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-711eb3fcee73ab92.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-5f98710db9d2f2e1.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6f4fa914f239165.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-093c9d1ea7a6082f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8966d7042f423cc1.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-d26dd0c684b20e7f.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-a8b8b68649fd458e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
35372024-08-26T23:32:24.987Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
35382024-08-26T23:32:24.989Z 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=14b4f323f01729de -C extra-filename=-14b4f323f01729de --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-saga-recovery-14b4f323f01729de -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-ceea38cb98321342.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
35392024-08-26T23:32:25.357Z Compiling libsqlite3-sys v0.28.0
35402024-08-26T23:32:25.361Z 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`
35412024-08-26T23:32:25.994Z Running `/work/oxidecomputer/omicron/target/debug/build/libsqlite3-sys-4728c1feba165bca/build-script-build`
35422024-08-26T23:32:26.040Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-saga-recovery-14b4f323f01729de/build-script-build`
35432024-08-26T23:32:26.069Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
35442024-08-26T23:32:26.072Z 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=04e91821f8865c4e -C extra-filename=-04e91821f8865c4e --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-e9014c6e08bb65e0.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6f4fa914f239165.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-093c9d1ea7a6082f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
35452024-08-26T23:32:29.848Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
35462024-08-26T23:32:29.850Z 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=c17044dfaa2ee896 -C extra-filename=-c17044dfaa2ee896 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-c17044dfaa2ee896 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-ceea38cb98321342.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
35472024-08-26T23:32:30.182Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
35482024-08-26T23:32:30.182Z 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=c550a15e2f800a29 -C extra-filename=-c550a15e2f800a29 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-c550a15e2f800a29 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-ceea38cb98321342.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
35492024-08-26T23:32:30.343Z Compiling castaway v0.2.3
35502024-08-26T23:32:30.347Z 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`
35512024-08-26T23:32:30.537Z Compiling compact_str v0.8.0
35522024-08-26T23:32:30.537Z 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`
35532024-08-26T23:32:30.557Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-c550a15e2f800a29/build-script-build`
35542024-08-26T23:32:30.585Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-c17044dfaa2ee896/build-script-build`
35552024-08-26T23:32:30.615Z 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`
35562024-08-26T23:32:31.083Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
35572024-08-26T23:32:31.086Z 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=48fcdf0a346ec874 -C extra-filename=-48fcdf0a346ec874 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.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-65b8e4ddedc3f692.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-838b0c6a07887d50.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3c3a4aeac3b1659a.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-7e28ccd96dc058f1.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-212ccd69ea1f7ca3.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-09c4a3be8322ba5b.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-5f98710db9d2f2e1.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6f4fa914f239165.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-093c9d1ea7a6082f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-067b183b3e29678c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d0890cdebab6435b.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-d26dd0c684b20e7f.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-a8b8b68649fd458e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
35582024-08-26T23:32:32.053Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
35592024-08-26T23:32:32.055Z 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=b5da45619c69bad7 -C extra-filename=-b5da45619c69bad7 --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-8599901668faa364.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-093c9d1ea7a6082f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-3744a5568f7cc6d7.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8966d7042f423cc1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.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-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
35602024-08-26T23:32:33.582Z Compiling unicode-truncate v1.0.0
35612024-08-26T23:32:33.585Z 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`
35622024-08-26T23:32:33.854Z Compiling lru v0.12.3
35632024-08-26T23:32:33.857Z 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=a9da8dcb90849f85 -C extra-filename=-a9da8dcb90849f85 --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-b64630deae89861a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35642024-08-26T23:32:34.200Z Compiling hashlink v0.9.1
35652024-08-26T23:32:34.203Z 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=9898b54dde8d3319 -C extra-filename=-9898b54dde8d3319 --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-b64630deae89861a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35662024-08-26T23:32:34.963Z Compiling instability v0.3.2
35672024-08-26T23:32:34.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`
35682024-08-26T23:32:36.131Z Compiling is_ci v1.2.0
35692024-08-26T23:32:36.136Z 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`
35702024-08-26T23:32:36.377Z Compiling fallible-iterator v0.3.0
35712024-08-26T23:32:36.380Z Compiling fallible-streaming-iterator v0.1.9
35722024-08-26T23:32:36.380Z 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`
35732024-08-26T23:32:36.380Z 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`
35742024-08-26T23:32:36.670Z Compiling cassowary v0.3.0
35752024-08-26T23:32:36.672Z 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`
35762024-08-26T23:32:37.109Z Compiling rusqlite v0.31.0
35772024-08-26T23:32:37.111Z 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=ab04fc80b5ebcc9a -C extra-filename=-ab04fc80b5ebcc9a --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-8e41b751a0ccc20a.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-9898b54dde8d3319.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`
35782024-08-26T23:32:38.032Z Compiling ratatui v0.28.0
35792024-08-26T23:32:38.036Z 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=eaeca34e00934ff5 -C extra-filename=-eaeca34e00934ff5 --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-8e41b751a0ccc20a.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-eb1b55b3d9ded965.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-a9da8dcb90849f85.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`
35802024-08-26T23:32:38.330Z Compiling supports-color v3.0.0
35812024-08-26T23:32:38.333Z 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`
35822024-08-26T23:32:38.720Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
35832024-08-26T23:32:38.723Z 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=c252530d5a0af4f6 -C extra-filename=-c252530d5a0af4f6 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-nexus-c252530d5a0af4f6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-ceea38cb98321342.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
35842024-08-26T23:32:39.098Z Compiling twox-hash v1.6.3
35852024-08-26T23:32:39.101Z 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=4edf41956a967e17 -C extra-filename=-4edf41956a967e17 --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-d0890cdebab6435b.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`
35862024-08-26T23:32:39.915Z Compiling smawk v0.3.2
35872024-08-26T23:32:39.918Z 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`
35882024-08-26T23:32:40.166Z Compiling unicode-linebreak v0.1.5
35892024-08-26T23:32:40.169Z 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`
35902024-08-26T23:32:40.291Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-nexus-c252530d5a0af4f6/build-script-build`
35912024-08-26T23:32:40.323Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
35922024-08-26T23:32:40.325Z 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=e28f768bf05ad976 -C extra-filename=-e28f768bf05ad976 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.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-3744a5568f7cc6d7.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8966d7042f423cc1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
35932024-08-26T23:32:40.657Z Compiling textwrap v0.16.1
35942024-08-26T23:32:40.659Z 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`
35952024-08-26T23:32:41.966Z Compiling fatfs v0.3.6
35962024-08-26T23:32:41.969Z 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=bc768b83042f573b -C extra-filename=-bc768b83042f573b --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-8599901668faa364.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`
35972024-08-26T23:32:43.182Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
35982024-08-26T23:32:43.185Z 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=744e32fc93fb2454 -C extra-filename=-744e32fc93fb2454 --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-8599901668faa364.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-0536672ca08aed51.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-093c9d1ea7a6082f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-3744a5568f7cc6d7.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b6e9a448b359ba01.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8966d7042f423cc1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-917d25e39322890a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9b5f28947640dc85.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-126e10b787da3193.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
35992024-08-26T23:32:43.664Z Compiling csv-core v0.1.11
36002024-08-26T23:32:43.667Z 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`
36012024-08-26T23:32:44.238Z Compiling csv v1.3.0
36022024-08-26T23:32:44.240Z 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=7bbbd3f4da410b18 -C extra-filename=-7bbbd3f4da410b18 --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-19476516253bd8c8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36032024-08-26T23:32:44.857Z Compiling rtoolbox v0.0.2
36042024-08-26T23:32:44.860Z 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=faa8fb1045e771eb -C extra-filename=-faa8fb1045e771eb --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-551f41149d24b2b0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36052024-08-26T23:32:45.339Z Compiling shell-words v1.1.0
36062024-08-26T23:32:45.341Z 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`
36072024-08-26T23:32:45.615Z Compiling rpassword v7.3.1
36082024-08-26T23:32:45.618Z 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=b2ffbeccdd681edc -C extra-filename=-b2ffbeccdd681edc --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-551f41149d24b2b0.rmeta --extern rtoolbox=/work/oxidecomputer/omicron/target/debug/deps/librtoolbox-faa8fb1045e771eb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36092024-08-26T23:32:45.712Z Compiling tui-tree-widget v0.22.0
36102024-08-26T23:32:45.714Z 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=e47af7706b6fe5e8 -C extra-filename=-e47af7706b6fe5e8 --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-eaeca34e00934ff5.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`
36112024-08-26T23:32:46.002Z Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
36122024-08-26T23:32:46.005Z 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=eb24ac9ec1403c02 -C extra-filename=-eb24ac9ec1403c02 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-18d404915a4b87df.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-4b67e8dd0f215dc6.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.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-224a9f896df65ec4.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e77d240f968b9b00.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4ee1cdbeb2bccd78.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-c2553da3d0be9a39.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6c6f54072d2f2878/out/lib`
36132024-08-26T23:32:46.091Z Compiling yansi v0.5.1
36142024-08-26T23:32:46.094Z 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`
36152024-08-26T23:32:46.431Z Compiling pretty_assertions v1.4.0
36162024-08-26T23:32:46.434Z 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`
36172024-08-26T23:32:46.845Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
36182024-08-26T23:32:46.848Z 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=296b9596db3bb416 -C extra-filename=-296b9596db3bb416 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-005adb14efb74d45.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7309206c31ed76bc.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c086ee7b27d2f7df.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-3744a5568f7cc6d7.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d0890cdebab6435b.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b6e9a448b359ba01.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8966d7042f423cc1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4ee1cdbeb2bccd78.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
36192024-08-26T23:32:48.129Z Compiling polyval v0.6.2
36202024-08-26T23:32:48.131Z 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=63a8ad9b32041727 -C extra-filename=-63a8ad9b32041727 --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-178a48d9b6b7ff0e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36212024-08-26T23:32:48.614Z Compiling rfc6979 v0.4.0
36222024-08-26T23:32:48.617Z 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=55131e423d34b487 -C extra-filename=-55131e423d34b487 --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-5570f39ece6a776c.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`
36232024-08-26T23:32:48.798Z Compiling ecdsa v0.16.9
36242024-08-26T23:32:48.801Z 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=9de63cf94711db12 -C extra-filename=-9de63cf94711db12 --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-ecbca71b0fc94280.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-a0bd0e7d45708eb7.rmeta --extern rfc6979=/work/oxidecomputer/omicron/target/debug/deps/librfc6979-55131e423d34b487.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-6d3f00a2c57965b5.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`
36252024-08-26T23:32:49.609Z Compiling ghash v0.5.1
36262024-08-26T23:32:49.611Z 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=98a13e33e7ad1c57 -C extra-filename=-98a13e33e7ad1c57 --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-63a8ad9b32041727.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36272024-08-26T23:32:49.823Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
36282024-08-26T23:32:49.826Z 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=60a0a90cddcd3770 -C extra-filename=-60a0a90cddcd3770 --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-26727ea9ed4b2c03.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-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
36292024-08-26T23:32:51.396Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
36302024-08-26T23:32:51.400Z 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=9695b4101ccd100d -C extra-filename=-9695b4101ccd100d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-2150b920d991e600.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-2f8000a2198a9279.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-18d404915a4b87df.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-eb1b55b3d9ded965.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-838b0c6a07887d50.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-99eafe51d5160fa5.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-3900b51f53886719.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.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-eaeca34e00934ff5.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8966d7042f423cc1.rmeta --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-b2ffbeccdd681edc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.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-917d25e39322890a.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-224a9f896df65ec4.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e77d240f968b9b00.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-4ee1cdbeb2bccd78.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-cc3443c69aa91ffb.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3e3b5887cb195d6a.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-d27e04d35aedf7ad.rmeta --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-e47af7706b6fe5e8.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-9b5f28947640dc85.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-126e10b787da3193.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-744e32fc93fb2454.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-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
36312024-08-26T23:32:52.644Z Compiling samael v0.0.15
36322024-08-26T23:32:52.648Z 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=2ffaaee296fef1dc -C extra-filename=-2ffaaee296fef1dc --out-dir /work/oxidecomputer/omicron/target/debug/build/samael-2ffaaee296fef1dc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bindgen=/work/oxidecomputer/omicron/target/debug/deps/libbindgen-8ab36fb631446697.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`
36332024-08-26T23:32:54.774Z Compiling primeorder v0.13.6
36342024-08-26T23:32:54.776Z 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=04acf750c01ea714 -C extra-filename=-04acf750c01ea714 --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-a0bd0e7d45708eb7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36352024-08-26T23:32:55.131Z Running `/work/oxidecomputer/omicron/target/debug/build/samael-2ffaaee296fef1dc/build-script-bindings`
36362024-08-26T23:32:55.328Z Compiling ctr v0.9.2
36372024-08-26T23:32:55.330Z 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=6439622fb1ffaded -C extra-filename=-6439622fb1ffaded --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-ee5fc3c47faac230.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36382024-08-26T23:32:55.712Z Compiling target-lexicon v0.12.16
36392024-08-26T23:32:55.716Z 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`
36402024-08-26T23:32:56.755Z Compiling doc-comment v0.3.3
36412024-08-26T23:32:56.757Z 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`
36422024-08-26T23:32:57.463Z Compiling plotters-backend v0.3.5
36432024-08-26T23:32:57.466Z 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`
36442024-08-26T23:32:57.642Z 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=e0ebabbe0f855964 -C extra-filename=-e0ebabbe0f855964 --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-8599901668faa364.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-551f41149d24b2b0.rlib --extern libxml=/work/oxidecomputer/omicron/target/debug/deps/liblibxml-fb4db91a399703a9.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-fec373713784d663.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-1b60d4a49558a731.rlib --extern quick_xml=/work/oxidecomputer/omicron/target/debug/deps/libquick_xml-351049919d5714d3.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d0890cdebab6435b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.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-d7278fad9f84f0d2.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`
36452024-08-26T23:32:58.056Z Compiling plotters-svg v0.3.5
36462024-08-26T23:32:58.058Z 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`
36472024-08-26T23:32:58.511Z Running `/work/oxidecomputer/omicron/target/debug/build/doc-comment-14c1a7aa8d9df06d/build-script-build`
36482024-08-26T23:32:58.680Z Running `/work/oxidecomputer/omicron/target/debug/build/target-lexicon-1168d39a58d12fe8/build-script-build`
36492024-08-26T23:32:58.763Z Compiling aes-gcm v0.10.3
36502024-08-26T23:32:58.766Z 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=ffdb0cd2e10ba67b -C extra-filename=-ffdb0cd2e10ba67b --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-7c9d358e44de28ae.rmeta --extern aes=/work/oxidecomputer/omicron/target/debug/deps/libaes-286c073dadac4ac6.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-ee5fc3c47faac230.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-6439622fb1ffaded.rmeta --extern ghash=/work/oxidecomputer/omicron/target/debug/deps/libghash-98a13e33e7ad1c57.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`
36512024-08-26T23:32:59.068Z Compiling ed25519 v2.2.3
36522024-08-26T23:32:59.071Z 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=126f3cb73244b23e -C extra-filename=-126f3cb73244b23e --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-72c84ac99faa15a7.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-6d3f00a2c57965b5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36532024-08-26T23:33:01.007Z Compiling ssh-encoding v0.2.0
36542024-08-26T23:33:01.010Z 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=b986605a2dbc2fd7 -C extra-filename=-b986605a2dbc2fd7 --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-095aade90ef040ee.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36552024-08-26T23:33:01.543Z Compiling blowfish v0.9.1
36562024-08-26T23:33:01.546Z 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=a6ab1aec4b0c477b -C extra-filename=-a6ab1aec4b0c477b --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-ee5fc3c47faac230.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36572024-08-26T23:33:02.011Z Compiling assert_cmd v2.0.16
36582024-08-26T23:33:02.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/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`
36592024-08-26T23:33:02.549Z Compiling guppy-workspace-hack v0.1.0
36602024-08-26T23:33:02.552Z 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`
36612024-08-26T23:33:02.905Z Compiling option-ext v0.2.0
36622024-08-26T23:33:02.908Z 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`
36632024-08-26T23:33:03.010Z Compiling cast v0.3.0
36642024-08-26T23:33:03.013Z 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`
36652024-08-26T23:33:03.367Z Compiling criterion-plot v0.5.0
36662024-08-26T23:33:03.370Z 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`
36672024-08-26T23:33:04.454Z Compiling dirs-sys v0.4.1
36682024-08-26T23:33:04.457Z 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=c79a1b2f0b94b6f9 -C extra-filename=-c79a1b2f0b94b6f9 --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-551f41149d24b2b0.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`
36692024-08-26T23:33:05.193Z Running `/work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-94b301b3d8fce7ed/build-script-build`
36702024-08-26T23:33:05.226Z Running `/work/oxidecomputer/omicron/target/debug/build/assert_cmd-822646a8dc5d2c94/build-script-build`
36712024-08-26T23:33:05.259Z Compiling bcrypt-pbkdf v0.10.0
36722024-08-26T23:33:05.262Z 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=7d0a8ff73afca782 -C extra-filename=-7d0a8ff73afca782 --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-a6ab1aec4b0c477b.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-4099828abb67b202.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-095aade90ef040ee.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36732024-08-26T23:33:05.898Z Compiling ssh-cipher v0.2.0
36742024-08-26T23:33:05.901Z 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=46c82d182ba1e1de -C extra-filename=-46c82d182ba1e1de --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-286c073dadac4ac6.rmeta --extern aes_gcm=/work/oxidecomputer/omicron/target/debug/deps/libaes_gcm-ffdb0cd2e10ba67b.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-560bb371a7480f09.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-246514e08a667314.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-ee5fc3c47faac230.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-6439622fb1ffaded.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-6d56e20f0272f11e.rmeta --extern encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-b986605a2dbc2fd7.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`
36752024-08-26T23:33:07.612Z Compiling ed25519-dalek v2.1.1
36762024-08-26T23:33:07.615Z 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=a3ac97d2a724afeb -C extra-filename=-a3ac97d2a724afeb --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-351a5bc5c220590b.rmeta --extern ed25519=/work/oxidecomputer/omicron/target/debug/deps/libed25519-126f3cb73244b23e.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-3752dcaf4b41fa9b.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-095aade90ef040ee.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`
36772024-08-26T23:33:08.420Z 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=52a49fe7f38ed7f9 -C extra-filename=-52a49fe7f38ed7f9 --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-551f41149d24b2b0.rmeta --extern libz_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibz_sys-9f55a825f77779d0.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-b045e230cf5220da/out/build -l static=git2 -L native=/usr/lib/amd64 --cfg libgit2_vendored`
36782024-08-26T23:33:08.785Z 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"'`
36792024-08-26T23:33:09.164Z Compiling git2 v0.19.0
36802024-08-26T23:33:09.167Z 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=55451e7626a2a3b4 -C extra-filename=-55451e7626a2a3b4 --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-8e41b751a0ccc20a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-551f41149d24b2b0.rmeta --extern libgit2_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibgit2_sys-52a49fe7f38ed7f9.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-b045e230cf5220da/out/build -L native=/usr/lib/amd64`
36812024-08-26T23:33:09.607Z 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`
36822024-08-26T23:33:09.733Z Compiling plotters v0.3.5
36832024-08-26T23:33:09.737Z 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`
36842024-08-26T23:33:11.500Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
36852024-08-26T23:33:11.503Z 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=cc1ea513524eb412 -C extra-filename=-cc1ea513524eb412 --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-8599901668faa364.rmeta --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-7bbbd3f4da410b18.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
36862024-08-26T23:33:12.292Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
36872024-08-26T23:33:12.295Z 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=f9b41d1b8206e77a -C extra-filename=-f9b41d1b8206e77a --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-05a18a20878871a2.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e9014c6e08bb65e0.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-65b8e4ddedc3f692.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-3900b51f53886719.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-093c9d1ea7a6082f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-917d25e39322890a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-126e10b787da3193.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
36882024-08-26T23:33:12.903Z 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=b33bc494fcd2472a -C extra-filename=-b33bc494fcd2472a --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-e8fedb0ff0d5d3ce.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6f4fa914f239165.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.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-d7278fad9f84f0d2.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-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
36892024-08-26T23:33:14.351Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
36902024-08-26T23:33:14.354Z 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=0a54c9ff4b5d6c3f -C extra-filename=-0a54c9ff4b5d6c3f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e9014c6e08bb65e0.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c086ee7b27d2f7df.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-0536672ca08aed51.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
36912024-08-26T23:33:17.427Z 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=07343ddca1c55b4e -C extra-filename=-07343ddca1c55b4e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-7f0c25ed43737abb.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rmeta --extern git2_rs=/work/oxidecomputer/omicron/target/debug/deps/libgit2-55451e7626a2a3b4.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rmeta --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-5207196babc65af3.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-eaa35e1e3fce1599.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-b045e230cf5220da/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)'`
36922024-08-26T23:33:17.461Z Compiling http-body v1.0.0
36932024-08-26T23:33:17.464Z 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=da496f24649994dc -C extra-filename=-da496f24649994dc --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-7296041c0fd81490.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-4e2b74acff94d59c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36942024-08-26T23:33:17.735Z Compiling tinytemplate v1.2.1
36952024-08-26T23:33:17.738Z 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=9298f6c0d190a3da -C extra-filename=-9298f6c0d190a3da --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-19476516253bd8c8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36962024-08-26T23:33:18.856Z Compiling password-hash v0.4.2
36972024-08-26T23:33:18.859Z 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=acff80614813cbfb -C extra-filename=-acff80614813cbfb --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-3752dcaf4b41fa9b.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`
36982024-08-26T23:33:19.206Z Compiling oorandom v11.1.3
36992024-08-26T23:33:19.209Z 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`
37002024-08-26T23:33:19.349Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
37012024-08-26T23:33:19.352Z 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=6653ffcc1d6bbb0a -C extra-filename=-6653ffcc1d6bbb0a --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-common-6653ffcc1d6bbb0a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern vergen=/work/oxidecomputer/omicron/target/debug/deps/libvergen-07343ddca1c55b4e.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-b045e230cf5220da/out/build -L native=/usr/lib/amd64`
37022024-08-26T23:33:19.417Z Compiling regex-automata v0.1.10
37032024-08-26T23:33:19.419Z 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`
37042024-08-26T23:33:19.835Z Compiling target-spec v3.2.1
37052024-08-26T23:33:19.838Z 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`
37062024-08-26T23:33:19.905Z Compiling tower-layer v0.3.2
37072024-08-26T23:33:19.907Z 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`
37082024-08-26T23:33:20.196Z Compiling hex-literal v0.4.1
37092024-08-26T23:33:20.198Z 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`
37102024-08-26T23:33:20.372Z Compiling anes v0.1.6
37112024-08-26T23:33:20.374Z 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`
37122024-08-26T23:33:20.537Z Compiling matches v0.1.10
37132024-08-26T23:33:20.539Z 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`
37142024-08-26T23:33:20.654Z Compiling idna v0.2.3
37152024-08-26T23:33:20.657Z 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`
37162024-08-26T23:33:20.889Z Compiling criterion v0.5.1
37172024-08-26T23:33:20.929Z 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=591e48648f37a4b1 -C extra-filename=-591e48648f37a4b1 --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-2f8000a2198a9279.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-18d404915a4b87df.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-55ef132139e3e93d.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-19476516253bd8c8.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-9d3985cfd86df11e.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rmeta --extern tinytemplate=/work/oxidecomputer/omicron/target/debug/deps/libtinytemplate-9298f6c0d190a3da.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4ee1cdbeb2bccd78.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`
37182024-08-26T23:33:21.082Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-common-6653ffcc1d6bbb0a/build-script-build`
37192024-08-26T23:33:22.283Z Running `/work/oxidecomputer/omicron/target/debug/build/target-spec-6776775b34ffe480/build-script-build`
37202024-08-26T23:33:22.315Z Compiling tower v0.4.13
37212024-08-26T23:33:22.318Z 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=1130e63ba00c84c8 -C extra-filename=-1130e63ba00c84c8 --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-4ee1cdbeb2bccd78.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`
37222024-08-26T23:33:23.206Z Compiling bstr v0.2.17
37232024-08-26T23:33:23.209Z 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`
37242024-08-26T23:33:24.710Z Compiling pbkdf2 v0.11.0
37252024-08-26T23:33:24.713Z 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=fb4ff3485247e4fd -C extra-filename=-fb4ff3485247e4fd --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-ecbca71b0fc94280.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-5570f39ece6a776c.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-acff80614813cbfb.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-095aade90ef040ee.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37262024-08-26T23:33:25.112Z Compiling hyper v1.3.1
37272024-08-26T23:33:25.114Z 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=c54c7dc1a8cf65af -C extra-filename=-c54c7dc1a8cf65af --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-7296041c0fd81490.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-4e2b74acff94d59c.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-da496f24649994dc.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-4ee1cdbeb2bccd78.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`
37282024-08-26T23:33:28.061Z 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=99bc9d06194312f9 -C extra-filename=-99bc9d06194312f9 --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-428e11229f7db8f2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37292024-08-26T23:33:28.595Z Compiling cfg-expr v0.16.0
37302024-08-26T23:33:28.597Z 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`
37312024-08-26T23:33:29.451Z Compiling ssh-key v0.6.6
37322024-08-26T23:33:29.454Z 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=b2befb8433a8f99d -C extra-filename=-b2befb8433a8f99d --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-7d0a8ff73afca782.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-a3ac97d2a724afeb.rmeta --extern bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-d7aaee262faf2cbb.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-3752dcaf4b41fa9b.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-ab25628c826f87ab.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-27d71e0160c694dc.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-095aade90ef040ee.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-6d3f00a2c57965b5.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libssh_cipher-46c82d182ba1e1de.rmeta --extern encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-b986605a2dbc2fd7.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`
37332024-08-26T23:33:30.013Z 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`
37342024-08-26T23:33:30.149Z Compiling dirs v5.0.1
37352024-08-26T23:33:30.152Z 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=3c9f98cb5cb26781 -C extra-filename=-3c9f98cb5cb26781 --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-c79a1b2f0b94b6f9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37362024-08-26T23:33:30.378Z Compiling p384 v0.13.0
37372024-08-26T23:33:30.380Z 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=aa4f495a5b6360fc -C extra-filename=-aa4f495a5b6360fc --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-9de63cf94711db12.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-a0bd0e7d45708eb7.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-04acf750c01ea714.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-095aade90ef040ee.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37382024-08-26T23:33:32.010Z Compiling p521 v0.13.3
37392024-08-26T23:33:32.013Z 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=465c494b7626f286 -C extra-filename=-465c494b7626f286 --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-9de63cf94711db12.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-a0bd0e7d45708eb7.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-04acf750c01ea714.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-3752dcaf4b41fa9b.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-095aade90ef040ee.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37402024-08-26T23:33:34.265Z Compiling p256 v0.13.2
37412024-08-26T23:33:34.267Z 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=036f11c799d1fa8c -C extra-filename=-036f11c799d1fa8c --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-9de63cf94711db12.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-a0bd0e7d45708eb7.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-04acf750c01ea714.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-095aade90ef040ee.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37422024-08-26T23:33:34.548Z Compiling enum-as-inner v0.5.1
37432024-08-26T23:33:34.551Z 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`
37442024-08-26T23:33:34.710Z Compiling russh-cryptovec v0.7.2
37452024-08-26T23:33:34.726Z 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=f0dc15344d1982de -C extra-filename=-f0dc15344d1982de --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-551f41149d24b2b0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37462024-08-26T23:33:34.989Z Compiling md5 v0.7.0
37472024-08-26T23:33:34.991Z 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`
37482024-08-26T23:33:35.089Z 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`
37492024-08-26T23:33:35.107Z Compiling hyper-util v0.1.3
37502024-08-26T23:33:35.110Z 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=b3fe378ac413e343 -C extra-filename=-b3fe378ac413e343 --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-7296041c0fd81490.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-4e2b74acff94d59c.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-da496f24649994dc.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c54c7dc1a8cf65af.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-c0e11bad9d6e07ea.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4ee1cdbeb2bccd78.rmeta --extern tower=/work/oxidecomputer/omicron/target/debug/deps/libtower-1130e63ba00c84c8.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`
37512024-08-26T23:33:35.391Z Compiling russh-keys v0.44.0
37522024-08-26T23:33:35.394Z 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=2b7d0ea2bbd6edb3 -C extra-filename=-2b7d0ea2bbd6edb3 --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-286c073dadac4ac6.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-7d0a8ff73afca782.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-560bb371a7480f09.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-6439622fb1ffaded.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-ecbca71b0fc94280.rmeta --extern dirs=/work/oxidecomputer/omicron/target/debug/deps/libdirs-3c9f98cb5cb26781.rmeta --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-9de63cf94711db12.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-a3ac97d2a724afeb.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-a0bd0e7d45708eb7.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-5570f39ece6a776c.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-036f11c799d1fa8c.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-aa4f495a5b6360fc.rmeta --extern p521=/work/oxidecomputer/omicron/target/debug/deps/libp521-465c494b7626f286.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-fb4ff3485247e4fd.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-caee2cbd9bdd8ed6.rmeta --extern pkcs5=/work/oxidecomputer/omicron/target/debug/deps/libpkcs5-f38bfbf5f8f64116.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-72c84ac99faa15a7.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d0890cdebab6435b.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-3752dcaf4b41fa9b.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-ab25628c826f87ab.rmeta --extern russh_cryptovec=/work/oxidecomputer/omicron/target/debug/deps/librussh_cryptovec-f0dc15344d1982de.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-27d71e0160c694dc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-f3995908aff446a0.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-095aade90ef040ee.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-2f5012838d8a5b7d.rmeta --extern ssh_encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-b986605a2dbc2fd7.rmeta --extern ssh_key=/work/oxidecomputer/omicron/target/debug/deps/libssh_key-b2befb8433a8f99d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4ee1cdbeb2bccd78.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-7d36d0d8dae0ec08.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`
37532024-08-26T23:33:35.477Z Compiling httptest v0.15.5
37542024-08-26T23:33:35.479Z 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=e19cd0b8e3ba84b2 -C extra-filename=-e19cd0b8e3ba84b2 --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-7296041c0fd81490.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-7309206c31ed76bc.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c086ee7b27d2f7df.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-19476516253bd8c8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-8ce276b9163974ea.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4ee1cdbeb2bccd78.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37552024-08-26T23:33:35.819Z Compiling trust-dns-proto v0.22.0
37562024-08-26T23:33:35.820Z 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=22d8f85376dab69b -C extra-filename=-22d8f85376dab69b --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-d0890cdebab6435b.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`
37572024-08-26T23:33:36.215Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
37582024-08-26T23:33:36.217Z 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=5ed4211fb3f696fd -C extra-filename=-5ed4211fb3f696fd --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-cc1ea513524eb412.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e9014c6e08bb65e0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-093c9d1ea7a6082f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
37592024-08-26T23:33:37.790Z Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
37602024-08-26T23:33:37.793Z 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=13ce3344126e2c0a -C extra-filename=-13ce3344126e2c0a --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-0536672ca08aed51.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-3744a5568f7cc6d7.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b6e9a448b359ba01.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8966d7042f423cc1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9b5f28947640dc85.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
37612024-08-26T23:33:38.111Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
37622024-08-26T23:33:38.114Z 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=7ef360d8fcd1a78f -C extra-filename=-7ef360d8fcd1a78f --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-e9014c6e08bb65e0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-093c9d1ea7a6082f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
37632024-08-26T23:33:38.137Z 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=6bcfd8e75541580e -C extra-filename=-6bcfd8e75541580e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-66ba209f1a010a80.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-e9014c6e08bb65e0.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-b58acb781e3bbc84.rmeta --extern rusqlite=/work/oxidecomputer/omicron/target/debug/deps/librusqlite-ab04fc80b5ebcc9a.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-ef67309bf96e0f1b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.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-d54ec5b235084a80.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7cbe6fda78a13e6a.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e77d240f968b9b00.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-a0c530543821bba1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4ee1cdbeb2bccd78.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-47e4ffb0419c39e6.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3e3b5887cb195d6a.rmeta --extern twox_hash=/work/oxidecomputer/omicron/target/debug/deps/libtwox_hash-4edf41956a967e17.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/lib/amd64`
37642024-08-26T23:33:39.674Z Compiling rustls-native-certs v0.7.0
37652024-08-26T23:33:39.676Z 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`
37662024-08-26T23:33:39.944Z Compiling pathdiff v0.2.1
37672024-08-26T23:33:39.947Z 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=c104aeb6db08514d -C extra-filename=-c104aeb6db08514d --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-b792cecba43cac9d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37682024-08-26T23:33:40.111Z Compiling num-bigint v0.4.5
37692024-08-26T23:33:40.114Z 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=5b6dce42dfcc329d -C extra-filename=-5b6dce42dfcc329d --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-d0890cdebab6435b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37702024-08-26T23:33:40.139Z Compiling escape8259 v0.5.2
37712024-08-26T23:33:40.142Z 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`
37722024-08-26T23:33:40.572Z Compiling threadpool v1.8.1
37732024-08-26T23:33:40.575Z 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=b05beed7baf4186e -C extra-filename=-b05beed7baf4186e --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-ed9368cdf4cb7927.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37742024-08-26T23:33:40.950Z Compiling dhcproto-macros v0.1.0
37752024-08-26T23:33:40.953Z 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`
37762024-08-26T23:33:41.597Z Compiling nested v0.1.1
37772024-08-26T23:33:41.600Z 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`
37782024-08-26T23:33:41.963Z Compiling guppy v0.17.7
37792024-08-26T23:33:41.965Z 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=553afa229e378c7b -C extra-filename=-553afa229e378c7b --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-6e9acfc53597887c.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-7f0c25ed43737abb.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-838b0c6a07887d50.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-c104aeb6db08514d.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-8e22a607cc27b13c.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-cb8c86c5f719f8c5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.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`
37802024-08-26T23:33:42.155Z Compiling dhcproto v0.12.0
37812024-08-26T23:33:42.159Z 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=d3886964f62186fa -C extra-filename=-d3886964f62186fa --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-599d8f15621b0c55.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-7e28ccd96dc058f1.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d0890cdebab6435b.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-22d8f85376dab69b.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`
37822024-08-26T23:33:42.622Z Compiling libtest-mimic v0.7.3
37832024-08-26T23:33:42.625Z 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=8672e757f1b2e217 -C extra-filename=-8672e757f1b2e217 --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-18d404915a4b87df.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-b05beed7baf4186e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37842024-08-26T23:33:43.407Z Compiling russh v0.44.1
37852024-08-26T23:33:43.409Z 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=af626bc0cea5e64a -C extra-filename=-af626bc0cea5e64a --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-286c073dadac4ac6.rmeta --extern aes_gcm=/work/oxidecomputer/omicron/target/debug/deps/libaes_gcm-ffdb0cd2e10ba67b.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-eaec0f1802c5ca04.so --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-8e41b751a0ccc20a.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-325983a483f82094.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-560bb371a7480f09.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-246514e08a667314.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-6439622fb1ffaded.rmeta --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-351a5bc5c220590b.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-ecbca71b0fc94280.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-a0bd0e7d45708eb7.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-5570f39ece6a776c.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-46cf9439802ec3f9.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-5b6dce42dfcc329d.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern p256=/work/oxidecomputer/omicron/target/debug/deps/libp256-036f11c799d1fa8c.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-aa4f495a5b6360fc.rmeta --extern p521=/work/oxidecomputer/omicron/target/debug/deps/libp521-465c494b7626f286.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-6d56e20f0272f11e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d0890cdebab6435b.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-3752dcaf4b41fa9b.rmeta --extern russh_cryptovec=/work/oxidecomputer/omicron/target/debug/deps/librussh_cryptovec-f0dc15344d1982de.rmeta --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-2b7d0ea2bbd6edb3.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-f3995908aff446a0.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-095aade90ef040ee.rmeta --extern ssh_encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-b986605a2dbc2fd7.rmeta --extern ssh_key=/work/oxidecomputer/omicron/target/debug/deps/libssh_key-b2befb8433a8f99d.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-4ee1cdbeb2bccd78.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37862024-08-26T23:33:44.459Z Compiling hyper-rustls v0.26.0
37872024-08-26T23:33:44.461Z 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=6389d12d30e61d12 -C extra-filename=-6389d12d30e61d12 --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-4e2b74acff94d59c.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c54c7dc1a8cf65af.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-b3fe378ac413e343.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-46cf9439802ec3f9.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-765bcc68d51e2749.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-4ee1cdbeb2bccd78.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-8671f547a886b954.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-c6aa214cd381f61b/out`
37882024-08-26T23:33:44.850Z Compiling polar-core v0.27.3
37892024-08-26T23:33:44.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/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=1b2786f2028c09aa -C extra-filename=-1b2786f2028c09aa --out-dir /work/oxidecomputer/omicron/target/debug/build/polar-core-1b2786f2028c09aa -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lalrpop=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop-67257e6dacd917ab.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-9d3985cfd86df11e.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37902024-08-26T23:33:44.894Z Compiling fancy-regex v0.13.0
37912024-08-26T23:33:44.897Z 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`
37922024-08-26T23:33:45.048Z Compiling rstest_macros v0.22.0
37932024-08-26T23:33:45.051Z 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.22.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async-timeout"' --cfg 'feature="crate-name"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async-timeout", "crate-name", "default"))' -C metadata=7816911818319087 -C extra-filename=-7816911818319087 --out-dir /work/oxidecomputer/omicron/target/debug/build/rstest_macros-7816911818319087 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-5207196babc65af3.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37942024-08-26T23:33:45.691Z Compiling toml_edit v0.21.1
37952024-08-26T23:33:45.694Z 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.21.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "display", "parse", "perf", "serde", "unbounded"))' -C metadata=1535abeb4f1cb2c7 -C extra-filename=-1535abeb4f1cb2c7 --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-838b0c6a07887d50.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-a13a239ec45c3af2.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`
37962024-08-26T23:33:45.750Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
37972024-08-26T23:33:45.750Z 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=a8e6f4ee64113ea8 -C extra-filename=-a8e6f4ee64113ea8 --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-19476516253bd8c8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37982024-08-26T23:33:46.310Z Compiling internet-checksum v0.2.1
37992024-08-26T23:33:46.312Z 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`
38002024-08-26T23:33:46.541Z Compiling datatest-stable v0.2.9
38012024-08-26T23:33:46.541Z 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=21a88f30fa6d0f85 -C extra-filename=-21a88f30fa6d0f85 --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-b792cecba43cac9d.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-8672e757f1b2e217.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`
38022024-08-26T23:33:46.592Z Running `/work/oxidecomputer/omicron/target/debug/build/polar-core-1b2786f2028c09aa/build-script-build`
38032024-08-26T23:33:47.268Z Running `/work/oxidecomputer/omicron/target/debug/build/rstest_macros-7816911818319087/build-script-build`
38042024-08-26T23:33:47.283Z Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
38052024-08-26T23:33:47.285Z 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=8cf838a968ec42c0 -C extra-filename=-8cf838a968ec42c0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.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-2150b920d991e600.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-7296041c0fd81490.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e45330f5c36e2940.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-7c9ffecaf989a77e.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-18d404915a4b87df.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-599d8f15621b0c55.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7309206c31ed76bc.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-78282c4fc10a7e7e.rmeta --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-13ce3344126e2c0a.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-0536672ca08aed51.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-da15238f63c48426.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-551f41149d24b2b0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-d8a87efb8ed868ce.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8966d7042f423cc1.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-095aade90ef040ee.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-889dc025245dad4f.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-917d25e39322890a.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b2d21895a1114658.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-224a9f896df65ec4.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e77d240f968b9b00.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-4ee1cdbeb2bccd78.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-c2553da3d0be9a39.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9b5f28947640dc85.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5fd8f6907951d8d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6c6f54072d2f2878/out/lib`
38062024-08-26T23:33:47.379Z Compiling omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
38072024-08-26T23:33:47.381Z 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=02f115bf1c9cd086 -C extra-filename=-02f115bf1c9cd086 --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-551f41149d24b2b0.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-545877ac7f8ab62f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-703f5ff0922fc8c2.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
38082024-08-26T23:33:47.894Z 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=653512c0273f94a0 -C extra-filename=-653512c0273f94a0 --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-19476516253bd8c8.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`
38092024-08-26T23:33:48.044Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
38102024-08-26T23:33:48.047Z 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=48b94ea7fdf76b30 -C extra-filename=-48b94ea7fdf76b30 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-omdb-48b94ea7fdf76b30 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-ceea38cb98321342.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
38112024-08-26T23:33:48.439Z Compiling proc-macro-crate v3.1.0
38122024-08-26T23:33:48.441Z 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-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0feb251718832702 -C extra-filename=-0feb251718832702 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-1535abeb4f1cb2c7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38132024-08-26T23:33:50.021Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
38142024-08-26T23:33:50.037Z 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=1d1350b55cd93b1a -C extra-filename=-1d1350b55cd93b1a --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-cockroach-admin-1d1350b55cd93b1a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-ceea38cb98321342.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
38152024-08-26T23:33:50.383Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
38162024-08-26T23:33:50.386Z 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=b10f9226e186938d -C extra-filename=-b10f9226e186938d --out-dir /work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-b10f9226e186938d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-ceea38cb98321342.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
38172024-08-26T23:33:50.801Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
38182024-08-26T23:33:50.916Z 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=8365f611406518c5 -C extra-filename=-8365f611406518c5 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-dev-8365f611406518c5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-ceea38cb98321342.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
38192024-08-26T23:33:50.919Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
38202024-08-26T23:33:50.919Z 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=98eb7905007001af -C extra-filename=-98eb7905007001af --out-dir /work/oxidecomputer/omicron/target/debug/build/db-dev-98eb7905007001af -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-ceea38cb98321342.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
38212024-08-26T23:33:51.142Z Compiling similar-asserts v1.5.0
38222024-08-26T23:33:51.145Z 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=573f5d4714d8c2d7 -C extra-filename=-573f5d4714d8c2d7 --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-4b67e8dd0f215dc6.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-fb7801688e79354e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38232024-08-26T23:33:51.194Z Compiling trybuild v1.0.99
38242024-08-26T23:33:51.197Z 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`
38252024-08-26T23:33:51.253Z Compiling relative-path v1.9.3
38262024-08-26T23:33:51.256Z 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`
38272024-08-26T23:33:51.429Z Running `/work/oxidecomputer/omicron/target/debug/build/db-dev-98eb7905007001af/build-script-build`
38282024-08-26T23:33:51.461Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-dev-8365f611406518c5/build-script-build`
38292024-08-26T23:33:51.491Z Running `/work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-b10f9226e186938d/build-script-build`
38302024-08-26T23:33:51.521Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-cockroach-admin-1d1350b55cd93b1a/build-script-build`
38312024-08-26T23:33:51.550Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-omdb-48b94ea7fdf76b30/build-script-build`
38322024-08-26T23:33:51.579Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
38332024-08-26T23:33:51.582Z 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=7685abf9b1414a2b -C extra-filename=-7685abf9b1414a2b --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-e4310a1dc3a65bf6.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-8599901668faa364.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-18d404915a4b87df.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-6166f879ac927c99.rmeta --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-d3886964f62186fa.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-005adb14efb74d45.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7309206c31ed76bc.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c086ee7b27d2f7df.rmeta --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-2aa57df40d917e83.rmeta --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-a8e6f4ee64113ea8.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-98a67a59a334178d.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-b83d422e1297148b.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-545877ac7f8ab62f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rmeta --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-296b9596db3bb416.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d0890cdebab6435b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8966d7042f423cc1.rmeta --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-af626bc0cea5e64a.rmeta --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-2b7d0ea2bbd6edb3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-1efd91d82abcfd5c.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-c0e11bad9d6e07ea.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4ee1cdbeb2bccd78.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3e3b5887cb195d6a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/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-5fd8f6907951d8d9/out`
38342024-08-26T23:33:51.737Z Running `/work/oxidecomputer/omicron/target/debug/build/trybuild-583a5539a3014bd9/build-script-build`
38352024-08-26T23:33:51.770Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
38362024-08-26T23:33:51.772Z 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=776506e944ce2050 -C extra-filename=-776506e944ce2050 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.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-05a18a20878871a2.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-2150b920d991e600.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-7296041c0fd81490.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e45330f5c36e2940.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-18d404915a4b87df.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-53635cf641f36b63.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e9014c6e08bb65e0.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-5d39f2eb1424d60a.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-0e4e79b9dc7ce1e6.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-65b8e4ddedc3f692.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-711eb3fcee73ab92.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-599d8f15621b0c55.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-005adb14efb74d45.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7309206c31ed76bc.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-7fa77d4cf914a3aa.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c086ee7b27d2f7df.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-78282c4fc10a7e7e.rmeta --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-0a54c9ff4b5d6c3f.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-0536672ca08aed51.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3c3a4aeac3b1659a.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-75f7136ecb491316.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-d8a87efb8ed868ce.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-3900b51f53886719.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-093c9d1ea7a6082f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-067b183b3e29678c.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8966d7042f423cc1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-095aade90ef040ee.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-917d25e39322890a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7cbe6fda78a13e6a.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4ee1cdbeb2bccd78.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-7d36d0d8dae0ec08.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-cc3443c69aa91ffb.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3e3b5887cb195d6a.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-24b0f555a8f36ff1.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-c2553da3d0be9a39.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-4400ba118d70d222.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9b5f28947640dc85.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-126e10b787da3193.rmeta --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-f9b41d1b8206e77a.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-744e32fc93fb2454.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6c6f54072d2f2878/out/lib`
38372024-08-26T23:33:52.006Z Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
38382024-08-26T23:33:52.024Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_test_utils --edition=2021 oximeter/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9df82c04d27da2e3 -C extra-filename=-9df82c04d27da2e3 --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-8599901668faa364.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-9828f2522cf631d5.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-f91f1b980093b5a3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
38392024-08-26T23:33:52.315Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
38402024-08-26T23:33:52.317Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name openapi_manager_types --edition=2021 dev-tools/openapi-manager/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e858b74c875b8711 -C extra-filename=-e858b74c875b8711 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
38412024-08-26T23:33:52.495Z Compiling multimap v0.10.0
38422024-08-26T23:33:52.498Z 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=c7e2f42601feaebd -C extra-filename=-c7e2f42601feaebd --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-19476516253bd8c8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38432024-08-26T23:33:52.862Z Compiling uzers v0.11.3
38442024-08-26T23:33:52.879Z 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=adf089fe0372d281 -C extra-filename=-adf089fe0372d281 --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-551f41149d24b2b0.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`
38452024-08-26T23:33:53.040Z 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.22.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async-timeout"' --cfg 'feature="crate-name"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async-timeout", "crate-name", "default"))' -C metadata=80f01f0d3e767824 -C extra-filename=-80f01f0d3e767824 --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_macro_crate=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_crate-0feb251718832702.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`
38462024-08-26T23:33:53.616Z Compiling indent_write v2.2.0
38472024-08-26T23:33:53.618Z 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`
38482024-08-26T23:33:53.860Z Compiling futures-timer v3.0.3
38492024-08-26T23:33:53.862Z 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`
38502024-08-26T23:33:54.147Z Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
38512024-08-26T23:33:54.150Z 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=034ec318e5d254f4 -C extra-filename=-034ec318e5d254f4 --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-19476516253bd8c8.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-9d3985cfd86df11e.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-729e749081eb9f7f.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3e3b5887cb195d6a.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"))'`
38522024-08-26T23:33:54.150Z 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=55a603f9e432b69c -C extra-filename=-55a603f9e432b69c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-7296041c0fd81490.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-2f8000a2198a9279.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-18d404915a4b87df.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-eb1b55b3d9ded965.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-c77d94fa82a9345b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.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-224a9f896df65ec4.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e77d240f968b9b00.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4ee1cdbeb2bccd78.rmeta --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-9695b4101ccd100d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
38532024-08-26T23:33:54.457Z Compiling partial-io v0.5.4
38542024-08-26T23:33:54.459Z 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=9b1bab66aeaf2964 -C extra-filename=-9b1bab66aeaf2964 --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-4e0862c1640774bb.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4ee1cdbeb2bccd78.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38552024-08-26T23:33:54.655Z Compiling blake2b_simd v1.0.2
38562024-08-26T23:33:54.658Z 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`
38572024-08-26T23:33:54.777Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
38582024-08-26T23:33:54.779Z 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=589c530c75b4dd01 -C extra-filename=-589c530c75b4dd01 --out-dir /work/oxidecomputer/omicron/target/debug/build/ch-dev-589c530c75b4dd01 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-ceea38cb98321342.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
38592024-08-26T23:33:54.953Z Compiling rand_distr v0.4.3
38602024-08-26T23:33:54.955Z 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=dedaeda2a2ef7dab -C extra-filename=-dedaeda2a2ef7dab --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-d0890cdebab6435b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38612024-08-26T23:33:55.173Z Compiling approx v0.5.1
38622024-08-26T23:33:55.176Z 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`
38632024-08-26T23:33:55.430Z Running `/work/oxidecomputer/omicron/target/debug/build/ch-dev-589c530c75b4dd01/build-script-build`
38642024-08-26T23:33:55.460Z Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
38652024-08-26T23:33:55.463Z 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=d6382ff1490f1e48 -C extra-filename=-d6382ff1490f1e48 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-12ec3418b0966058.rmeta --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-4a91138181311c1b.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-18d404915a4b87df.rmeta --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-7ef360d8fcd1a78f.rmeta --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-5ed4211fb3f696fd.rmeta --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-447e780bcfedaf5a.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e9014c6e08bb65e0.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-d939558aaa79a1c5.rmeta --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-6924ed85fcd620bd.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-0a54c9ff4b5d6c3f.rmeta --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-04e91821f8865c4e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rmeta --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-fd18489977b9c8a6.rmeta --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-e858b74c875b8711.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5ba3e73c543b84ff.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-39f29313c8d9cfe3.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-fb7801688e79354e.rmeta --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-12cb67a3171c680b.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-f9b41d1b8206e77a.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
38662024-08-26T23:33:56.097Z Compiling rust-argon2 v2.1.0
38672024-08-26T23:33:56.100Z 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`
38682024-08-26T23:33:57.872Z Compiling oso v0.27.3
38692024-08-26T23:33:57.875Z 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=470f769abf92bd1c -C extra-filename=-470f769abf92bd1c --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-653512c0273f94a0.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`
38702024-08-26T23:34:00.193Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
38712024-08-26T23:34:00.209Z 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=2cfe0de10a25eae9 -C extra-filename=-2cfe0de10a25eae9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-18d404915a4b87df.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e9014c6e08bb65e0.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-78282c4fc10a7e7e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-b83d422e1297148b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-067b183b3e29678c.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-917d25e39322890a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4ee1cdbeb2bccd78.rmeta --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-adf089fe0372d281.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-495f4f46760fc11c.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/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-5fd8f6907951d8d9/out`
38722024-08-26T23:34:01.318Z 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=12b33d0b8ecc17fd -C extra-filename=-12b33d0b8ecc17fd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.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-2c3f8b7609680f30.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-04dcbd02286a21fb.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e9014c6e08bb65e0.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-b24b3056c0fa6188.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7309206c31ed76bc.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c086ee7b27d2f7df.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-b33bc494fcd2472a.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-e8fedb0ff0d5d3ce.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6f4fa914f239165.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-093c9d1ea7a6082f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-fec373713784d663.rmeta --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-470f769abf92bd1c.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-e0ebabbe0f855964.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-8ce276b9163974ea.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-4ee1cdbeb2bccd78.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.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-c6aa214cd381f61b/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`
38732024-08-26T23:34:02.061Z 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=4bfbe9991b4a389d -C extra-filename=-4bfbe9991b4a389d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-18d404915a4b87df.rmeta --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-5ed4211fb3f696fd.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-cc1ea513524eb412.rmeta --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-7bbbd3f4da410b18.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e9014c6e08bb65e0.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7309206c31ed76bc.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-78282c4fc10a7e7e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-093c9d1ea7a6082f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.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-539e8d31df955ad4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.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-7cbe6fda78a13e6a.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-4ee1cdbeb2bccd78.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-45d2b2041bdff498.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3e3b5887cb195d6a.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-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
38742024-08-26T23:34:04.308Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
38752024-08-26T23:34:04.344Z 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=265720ff981cae77 -C extra-filename=-265720ff981cae77 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-18d404915a4b87df.rmeta --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-7ef360d8fcd1a78f.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e9014c6e08bb65e0.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7309206c31ed76bc.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-78282c4fc10a7e7e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-093c9d1ea7a6082f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.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-7cbe6fda78a13e6a.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-4ee1cdbeb2bccd78.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-45d2b2041bdff498.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3e3b5887cb195d6a.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
38762024-08-26T23:34:04.557Z Compiling rstest v0.22.0
38772024-08-26T23:34:04.560Z 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.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 --cfg 'feature="async-timeout"' --cfg 'feature="crate-name"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async-timeout", "crate-name", "default"))' -C metadata=06b88edf23f10366 -C extra-filename=-06b88edf23f10366 --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-80f01f0d3e767824.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38782024-08-26T23:34:04.819Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
38792024-08-26T23:34:04.822Z 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=8d2343d2b9040a13 -C extra-filename=-8d2343d2b9040a13 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-7f0c25ed43737abb.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-18d404915a4b87df.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-599d8f15621b0c55.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-78282c4fc10a7e7e.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-99eafe51d5160fa5.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rmeta --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-82b4cee9995b78de.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-8e22a607cc27b13c.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-8be4b95ce6e63459.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8966d7042f423cc1.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-662be56d9856735a.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-cb8c86c5f719f8c5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-889dc025245dad4f.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-d54ec5b235084a80.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e77d240f968b9b00.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-55875e6842c27f35.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4ee1cdbeb2bccd78.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3e3b5887cb195d6a.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-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8d0dc696bec0a2c4/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8d0dc696bec0a2c4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc481d78580a539c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5fd8f6907951d8d9/out`
38802024-08-26T23:34:07.633Z 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=4439b23bcfe1f601 -C extra-filename=-4439b23bcfe1f601 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rmeta --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-a55bc501e5acb627.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-eaec0f1802c5ca04.so --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-bbd799c96750a67f.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.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-c2347fad732d23bd.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-b89264e272469066.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-60da830584452e3e.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e9014c6e08bb65e0.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-2ca2b0391baf3667.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-98a67a59a334178d.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-12b33d0b8ecc17fd.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-212ccd69ea1f7ca3.rmeta --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-b33bc494fcd2472a.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-e8fedb0ff0d5d3ce.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-5f98710db9d2f2e1.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6f4fa914f239165.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-3900b51f53886719.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-545877ac7f8ab62f.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-093c9d1ea7a6082f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-97df5285e75fc989.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-067b183b3e29678c.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-d0890cdebab6435b.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-878a8767bd0518bb.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-cb8c86c5f719f8c5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-fbf3e444deddd920.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-d26dd0c684b20e7f.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-9ce22f8aa160a4c2.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-4ee1cdbeb2bccd78.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-8afcbd4e255af8a0.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.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-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
38812024-08-26T23:34:07.768Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
38822024-08-26T23:34:07.772Z 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=de132c299234d7cf -C extra-filename=-de132c299234d7cf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-18d404915a4b87df.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-26727ea9ed4b2c03.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8966d7042f423cc1.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-095aade90ef040ee.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-e77d240f968b9b00.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d605b07ab2a0de30.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-55875e6842c27f35.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4ee1cdbeb2bccd78.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
38832024-08-26T23:34:08.156Z Compiling cargo_toml v0.20.4
38842024-08-26T23:34:08.159Z 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=f14cb231b8c9a0e1 -C extra-filename=-f14cb231b8c9a0e1 --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-19476516253bd8c8.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3e3b5887cb195d6a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38852024-08-26T23:34:08.315Z Compiling termios v0.3.3
38862024-08-26T23:34:08.332Z 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=541c9de4d08a8996 -C extra-filename=-541c9de4d08a8996 --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-551f41149d24b2b0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38872024-08-26T23:34:08.542Z 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=d9be802610f18ea8 -C extra-filename=-d9be802610f18ea8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-7296041c0fd81490.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-2f8000a2198a9279.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-18d404915a4b87df.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-eb1b55b3d9ded965.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-c77d94fa82a9345b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.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-224a9f896df65ec4.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e77d240f968b9b00.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4ee1cdbeb2bccd78.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-9695b4101ccd100d.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-55a603f9e432b69c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
38882024-08-26T23:34:08.580Z Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
38892024-08-26T23:34:08.582Z 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=dc9088d102e354ee -C extra-filename=-dc9088d102e354ee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-18d404915a4b87df.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-65b8e4ddedc3f692.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-711eb3fcee73ab92.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8966d7042f423cc1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.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-e77d240f968b9b00.rlib --extern termios=/work/oxidecomputer/omicron/target/debug/deps/libtermios-541c9de4d08a8996.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4ee1cdbeb2bccd78.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-c97fe3ff449106d4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
38902024-08-26T23:34:09.566Z 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=73d7a8f822195dea -C extra-filename=-73d7a8f822195dea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-18d404915a4b87df.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-26727ea9ed4b2c03.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8966d7042f423cc1.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-095aade90ef040ee.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-e77d240f968b9b00.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d605b07ab2a0de30.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-55875e6842c27f35.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4ee1cdbeb2bccd78.rlib --extern xtask_downloader=/work/oxidecomputer/omicron/target/debug/deps/libxtask_downloader-de132c299234d7cf.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
38912024-08-26T23:34:10.350Z 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=87c911793989c100 -C extra-filename=-87c911793989c100 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-7296041c0fd81490.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-2f8000a2198a9279.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-18d404915a4b87df.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-eb1b55b3d9ded965.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-c77d94fa82a9345b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.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-224a9f896df65ec4.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e77d240f968b9b00.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4ee1cdbeb2bccd78.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-9695b4101ccd100d.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-55a603f9e432b69c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
38922024-08-26T23:34:11.014Z 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=84067a92fd859151 -C extra-filename=-84067a92fd859151 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-12ec3418b0966058.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-4a91138181311c1b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-18d404915a4b87df.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-7ef360d8fcd1a78f.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-5ed4211fb3f696fd.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-447e780bcfedaf5a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e9014c6e08bb65e0.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-d939558aaa79a1c5.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-6924ed85fcd620bd.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-0a54c9ff4b5d6c3f.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-04e91821f8865c4e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-fd18489977b9c8a6.rlib --extern openapi_manager=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager-d6382ff1490f1e48.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-e858b74c875b8711.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5ba3e73c543b84ff.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-39f29313c8d9cfe3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-fb7801688e79354e.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-12cb67a3171c680b.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-f9b41d1b8206e77a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
38932024-08-26T23:34:11.980Z 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=ae4584274818a99c -C extra-filename=-ae4584274818a99c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-7f0c25ed43737abb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-18d404915a4b87df.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e00f4c951e7553ce.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-599d8f15621b0c55.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-78282c4fc10a7e7e.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-99eafe51d5160fa5.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-8d2343d2b9040a13.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-82b4cee9995b78de.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-8e22a607cc27b13c.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-8be4b95ce6e63459.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8966d7042f423cc1.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-662be56d9856735a.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-cb8c86c5f719f8c5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-889dc025245dad4f.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-d54ec5b235084a80.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e77d240f968b9b00.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-55875e6842c27f35.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4ee1cdbeb2bccd78.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3e3b5887cb195d6a.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-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8d0dc696bec0a2c4/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8d0dc696bec0a2c4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc481d78580a539c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5fd8f6907951d8d9/out`
38942024-08-26T23:34:12.727Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name test_compilation --edition=2021 oximeter/types/tests/test_compilation.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1aa7fd8854a52a56 -C extra-filename=-1aa7fd8854a52a56 --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-7296041c0fd81490.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-591e48648f37a4b1.rlib --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-7a1c88d1453503cb.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-11024960b20c5ca2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-9828f2522cf631d5.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-f91f1b980093b5a3.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d0890cdebab6435b.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-dedaeda2a2ef7dab.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-06b88edf23f10366.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d605b07ab2a0de30.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-034ec318e5d254f4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
38952024-08-26T23:34:13.174Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types --edition=2021 oximeter/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=38efe51ac629bdd5 -C extra-filename=-38efe51ac629bdd5 --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-7296041c0fd81490.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-591e48648f37a4b1.rlib --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-7a1c88d1453503cb.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-11024960b20c5ca2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-9828f2522cf631d5.so --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d0890cdebab6435b.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-dedaeda2a2ef7dab.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-06b88edf23f10366.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d605b07ab2a0de30.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-034ec318e5d254f4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
38962024-08-26T23:34:13.847Z 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=b1a2fef3fec98c38 -C extra-filename=-b1a2fef3fec98c38 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-18d404915a4b87df.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e9014c6e08bb65e0.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-78282c4fc10a7e7e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-b83d422e1297148b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-067b183b3e29678c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-917d25e39322890a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4ee1cdbeb2bccd78.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-adf089fe0372d281.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-495f4f46760fc11c.rlib --extern zone_setup=/work/oxidecomputer/omicron/target/debug/deps/libzone_setup-2cfe0de10a25eae9.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/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-5fd8f6907951d8d9/out`
38972024-08-26T23:34:16.989Z 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=7a4d8458d733a103 -C extra-filename=-7a4d8458d733a103 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rlib --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-9ce12a2d47650be7.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-18d404915a4b87df.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-591e48648f37a4b1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d0890cdebab6435b.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-5183c0a999dee1e3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-fbf3e444deddd920.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-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
38982024-08-26T23:34:17.122Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
38992024-08-26T23:34:17.132Z 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=cc9b1e1f904b4ef8 -C extra-filename=-cc9b1e1f904b4ef8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-7f0c25ed43737abb.rlib --extern cargo_toml=/work/oxidecomputer/omicron/target/debug/deps/libcargo_toml-f14cb231b8c9a0e1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-18d404915a4b87df.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-d939558aaa79a1c5.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-98a67a59a334178d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.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-3e3b5887cb195d6a.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-8afcbd4e255af8a0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39002024-08-26T23:34:17.142Z 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=2ce2431b5152a515 -C extra-filename=-2ce2431b5152a515 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-18d404915a4b87df.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e9014c6e08bb65e0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-551f41149d24b2b0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-545877ac7f8ab62f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.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-6cf40431b7686480.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4ee1cdbeb2bccd78.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-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
39012024-08-26T23:34:17.251Z 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=cb2e65e7a643854e -C extra-filename=-cb2e65e7a643854e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.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-2150b920d991e600.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-7296041c0fd81490.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e45330f5c36e2940.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-7c9ffecaf989a77e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-18d404915a4b87df.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-599d8f15621b0c55.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-61be641122cdfc7a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7309206c31ed76bc.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-78282c4fc10a7e7e.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-8cf838a968ec42c0.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-13ce3344126e2c0a.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-0536672ca08aed51.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-da15238f63c48426.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-551f41149d24b2b0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-d8a87efb8ed868ce.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-545877ac7f8ab62f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-9b1bab66aeaf2964.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4e0862c1640774bb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8966d7042f423cc1.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-095aade90ef040ee.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-889dc025245dad4f.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-917d25e39322890a.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b2d21895a1114658.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-224a9f896df65ec4.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e77d240f968b9b00.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-4ee1cdbeb2bccd78.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-7d36d0d8dae0ec08.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-c2553da3d0be9a39.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9b5f28947640dc85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5fd8f6907951d8d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6c6f54072d2f2878/out/lib`
39022024-08-26T23:34:18.295Z 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=b982efcaf1c78b45 -C extra-filename=-b982efcaf1c78b45 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.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-2150b920d991e600.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-7296041c0fd81490.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e45330f5c36e2940.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-7c9ffecaf989a77e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-18d404915a4b87df.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-599d8f15621b0c55.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-61be641122cdfc7a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7309206c31ed76bc.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-78282c4fc10a7e7e.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-13ce3344126e2c0a.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-0536672ca08aed51.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-da15238f63c48426.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-551f41149d24b2b0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-d8a87efb8ed868ce.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-545877ac7f8ab62f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-9b1bab66aeaf2964.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4e0862c1640774bb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8966d7042f423cc1.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-095aade90ef040ee.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-889dc025245dad4f.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-917d25e39322890a.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b2d21895a1114658.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-224a9f896df65ec4.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e77d240f968b9b00.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-4ee1cdbeb2bccd78.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-7d36d0d8dae0ec08.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-c2553da3d0be9a39.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9b5f28947640dc85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5fd8f6907951d8d9/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6c6f54072d2f2878/out/lib`
39032024-08-26T23:34:19.282Z 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=8092b6600929e48e -C extra-filename=-8092b6600929e48e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.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-05a18a20878871a2.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-2150b920d991e600.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-7296041c0fd81490.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e45330f5c36e2940.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-18d404915a4b87df.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-53635cf641f36b63.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e9014c6e08bb65e0.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-5d39f2eb1424d60a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e00f4c951e7553ce.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-725dd47f885197a3.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-0e4e79b9dc7ce1e6.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-d939558aaa79a1c5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-65b8e4ddedc3f692.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-711eb3fcee73ab92.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-fe5932ff1f628cb3.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-599d8f15621b0c55.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-005adb14efb74d45.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7309206c31ed76bc.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-7fa77d4cf914a3aa.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c086ee7b27d2f7df.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-78282c4fc10a7e7e.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-8cf838a968ec42c0.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-0a54c9ff4b5d6c3f.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-13ce3344126e2c0a.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-0536672ca08aed51.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3c3a4aeac3b1659a.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-75f7136ecb491316.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-d8a87efb8ed868ce.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-3900b51f53886719.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-545877ac7f8ab62f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-093c9d1ea7a6082f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.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-fd18489977b9c8a6.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5ba3e73c543b84ff.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-067b183b3e29678c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d0890cdebab6435b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8966d7042f423cc1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-095aade90ef040ee.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-917d25e39322890a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7cbe6fda78a13e6a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-703f5ff0922fc8c2.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-55875e6842c27f35.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4ee1cdbeb2bccd78.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-7d36d0d8dae0ec08.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-cc3443c69aa91ffb.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3e3b5887cb195d6a.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-24b0f555a8f36ff1.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-eb24ac9ec1403c02.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-c2553da3d0be9a39.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-4400ba118d70d222.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9b5f28947640dc85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-9695b4101ccd100d.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-126e10b787da3193.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-f9b41d1b8206e77a.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-744e32fc93fb2454.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6c6f54072d2f2878/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5fd8f6907951d8d9/out`
39042024-08-26T23:34:19.418Z 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=9227e06ad35ed831 -C extra-filename=-9227e06ad35ed831 --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-e4310a1dc3a65bf6.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-8599901668faa364.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-18d404915a4b87df.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-6166f879ac927c99.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-d3886964f62186fa.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-7685abf9b1414a2b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-005adb14efb74d45.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7309206c31ed76bc.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c086ee7b27d2f7df.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-2aa57df40d917e83.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-a8e6f4ee64113ea8.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-98a67a59a334178d.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-b83d422e1297148b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-545877ac7f8ab62f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-296b9596db3bb416.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d0890cdebab6435b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8966d7042f423cc1.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-af626bc0cea5e64a.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-2b7d0ea2bbd6edb3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-1efd91d82abcfd5c.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-c0e11bad9d6e07ea.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4ee1cdbeb2bccd78.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3e3b5887cb195d6a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/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-5fd8f6907951d8d9/out`
39052024-08-26T23:34:19.455Z 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=a997912950a02abc -C extra-filename=-a997912950a02abc --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-e4310a1dc3a65bf6.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-8599901668faa364.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-18d404915a4b87df.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-6166f879ac927c99.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-d3886964f62186fa.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-7685abf9b1414a2b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-005adb14efb74d45.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7309206c31ed76bc.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c086ee7b27d2f7df.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-2aa57df40d917e83.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-a8e6f4ee64113ea8.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-98a67a59a334178d.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-b83d422e1297148b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-545877ac7f8ab62f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-296b9596db3bb416.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d0890cdebab6435b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8966d7042f423cc1.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-af626bc0cea5e64a.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-2b7d0ea2bbd6edb3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-1efd91d82abcfd5c.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-c0e11bad9d6e07ea.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4ee1cdbeb2bccd78.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3e3b5887cb195d6a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/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-5fd8f6907951d8d9/out`
39062024-08-26T23:34:22.051Z 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=062c9eabc8338155 -C extra-filename=-062c9eabc8338155 --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-e4310a1dc3a65bf6.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-8599901668faa364.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-18d404915a4b87df.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-6166f879ac927c99.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-d3886964f62186fa.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-005adb14efb74d45.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7309206c31ed76bc.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c086ee7b27d2f7df.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-2aa57df40d917e83.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-a8e6f4ee64113ea8.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-98a67a59a334178d.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-b83d422e1297148b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-545877ac7f8ab62f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-296b9596db3bb416.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d0890cdebab6435b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8966d7042f423cc1.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-af626bc0cea5e64a.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-2b7d0ea2bbd6edb3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-1efd91d82abcfd5c.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-c0e11bad9d6e07ea.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4ee1cdbeb2bccd78.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3e3b5887cb195d6a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/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-5fd8f6907951d8d9/out`
39072024-08-26T23:34:22.276Z 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=4805ecf285eee282 -C extra-filename=-4805ecf285eee282 --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-e4310a1dc3a65bf6.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-8599901668faa364.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-18d404915a4b87df.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-6166f879ac927c99.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-d3886964f62186fa.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-7685abf9b1414a2b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-005adb14efb74d45.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7309206c31ed76bc.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c086ee7b27d2f7df.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-2aa57df40d917e83.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-a8e6f4ee64113ea8.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-98a67a59a334178d.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-b83d422e1297148b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-545877ac7f8ab62f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-296b9596db3bb416.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d0890cdebab6435b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8966d7042f423cc1.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-af626bc0cea5e64a.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-2b7d0ea2bbd6edb3.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-1efd91d82abcfd5c.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-c0e11bad9d6e07ea.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4ee1cdbeb2bccd78.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3e3b5887cb195d6a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/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-5fd8f6907951d8d9/out`
39082024-08-26T23:34:24.884Z 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=3e9682e105cac196 -C extra-filename=-3e9682e105cac196 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-18d404915a4b87df.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e9014c6e08bb65e0.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-78282c4fc10a7e7e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-b83d422e1297148b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-067b183b3e29678c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-917d25e39322890a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4ee1cdbeb2bccd78.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-adf089fe0372d281.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-495f4f46760fc11c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/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-5fd8f6907951d8d9/out`
39092024-08-26T23:34:26.890Z 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=d8527a3929f1c750 -C extra-filename=-d8527a3929f1c750 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-12ec3418b0966058.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-4a91138181311c1b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-18d404915a4b87df.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-7ef360d8fcd1a78f.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-5ed4211fb3f696fd.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-447e780bcfedaf5a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e9014c6e08bb65e0.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-d939558aaa79a1c5.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-6924ed85fcd620bd.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-0a54c9ff4b5d6c3f.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-04e91821f8865c4e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-fd18489977b9c8a6.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-e858b74c875b8711.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5ba3e73c543b84ff.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-39f29313c8d9cfe3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-fb7801688e79354e.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-12cb67a3171c680b.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-f9b41d1b8206e77a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
39102024-08-26T23:34:27.417Z 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=1dfa886e3f1da02e -C extra-filename=-1dfa886e3f1da02e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.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-009a5134049de396.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-7296041c0fd81490.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e45330f5c36e2940.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-18d404915a4b87df.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-679a6eebe237030e.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-eb1b55b3d9ded965.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e9014c6e08bb65e0.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e00f4c951e7553ce.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-838b0c6a07887d50.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-6ad97fa9dbd6108d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-545877ac7f8ab62f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-97df5285e75fc989.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-0eca7e8b63c07c8e.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-9df82c04d27da2e3.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-323f5bbca5534923.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-dbd5df13355af3f1.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-c77d94fa82a9345b.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8966d7042f423cc1.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-b7f1f652f9d1c59f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.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-7cbe6fda78a13e6a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e77d240f968b9b00.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-a0c530543821bba1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4ee1cdbeb2bccd78.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-8afcbd4e255af8a0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
39112024-08-26T23:34:39.930Z 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=7362b421e4f028e7 -C extra-filename=-7362b421e4f028e7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.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-05a18a20878871a2.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-2150b920d991e600.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-7296041c0fd81490.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e45330f5c36e2940.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-18d404915a4b87df.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-53635cf641f36b63.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e9014c6e08bb65e0.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-5d39f2eb1424d60a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e00f4c951e7553ce.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-725dd47f885197a3.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-0e4e79b9dc7ce1e6.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-d939558aaa79a1c5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-65b8e4ddedc3f692.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-711eb3fcee73ab92.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-fe5932ff1f628cb3.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-599d8f15621b0c55.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-005adb14efb74d45.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7309206c31ed76bc.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-7fa77d4cf914a3aa.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c086ee7b27d2f7df.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-78282c4fc10a7e7e.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-8cf838a968ec42c0.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-0a54c9ff4b5d6c3f.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-13ce3344126e2c0a.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-0536672ca08aed51.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3c3a4aeac3b1659a.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-75f7136ecb491316.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-d8a87efb8ed868ce.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-3900b51f53886719.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-545877ac7f8ab62f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-093c9d1ea7a6082f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.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-fd18489977b9c8a6.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5ba3e73c543b84ff.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-067b183b3e29678c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d0890cdebab6435b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8966d7042f423cc1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-095aade90ef040ee.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-917d25e39322890a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7cbe6fda78a13e6a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-703f5ff0922fc8c2.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-55875e6842c27f35.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4ee1cdbeb2bccd78.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-7d36d0d8dae0ec08.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-cc3443c69aa91ffb.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3e3b5887cb195d6a.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-24b0f555a8f36ff1.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-eb24ac9ec1403c02.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-c2553da3d0be9a39.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-4400ba118d70d222.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9b5f28947640dc85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-9695b4101ccd100d.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-126e10b787da3193.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-776506e944ce2050.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-f9b41d1b8206e77a.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-744e32fc93fb2454.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6c6f54072d2f2878/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5fd8f6907951d8d9/out`
39122024-08-26T23:34:40.198Z 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=3892cc325e8a065f -C extra-filename=-3892cc325e8a065f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.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-05a18a20878871a2.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-2150b920d991e600.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-7296041c0fd81490.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e45330f5c36e2940.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-18d404915a4b87df.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-53635cf641f36b63.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e9014c6e08bb65e0.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-5d39f2eb1424d60a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e00f4c951e7553ce.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-725dd47f885197a3.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-0e4e79b9dc7ce1e6.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-d939558aaa79a1c5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-65b8e4ddedc3f692.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-711eb3fcee73ab92.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-fe5932ff1f628cb3.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-599d8f15621b0c55.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-005adb14efb74d45.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7309206c31ed76bc.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-7fa77d4cf914a3aa.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c086ee7b27d2f7df.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-78282c4fc10a7e7e.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-8cf838a968ec42c0.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-0a54c9ff4b5d6c3f.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-13ce3344126e2c0a.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-0536672ca08aed51.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3c3a4aeac3b1659a.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-75f7136ecb491316.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-d8a87efb8ed868ce.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-3900b51f53886719.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-545877ac7f8ab62f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-093c9d1ea7a6082f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.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-fd18489977b9c8a6.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5ba3e73c543b84ff.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-067b183b3e29678c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d0890cdebab6435b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8966d7042f423cc1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-095aade90ef040ee.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-917d25e39322890a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7cbe6fda78a13e6a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-703f5ff0922fc8c2.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-55875e6842c27f35.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4ee1cdbeb2bccd78.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-7d36d0d8dae0ec08.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-cc3443c69aa91ffb.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3e3b5887cb195d6a.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-24b0f555a8f36ff1.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-eb24ac9ec1403c02.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-c2553da3d0be9a39.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-4400ba118d70d222.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9b5f28947640dc85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-9695b4101ccd100d.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-126e10b787da3193.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-776506e944ce2050.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-f9b41d1b8206e77a.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-744e32fc93fb2454.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6c6f54072d2f2878/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5fd8f6907951d8d9/out`
39132024-08-26T23:34:40.320Z 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=37ad7d375ca64828 -C extra-filename=-37ad7d375ca64828 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.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-05a18a20878871a2.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-2150b920d991e600.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-7296041c0fd81490.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e45330f5c36e2940.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-18d404915a4b87df.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-53635cf641f36b63.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e9014c6e08bb65e0.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-5d39f2eb1424d60a.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-0e4e79b9dc7ce1e6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-65b8e4ddedc3f692.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-711eb3fcee73ab92.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-599d8f15621b0c55.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-005adb14efb74d45.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7309206c31ed76bc.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-7fa77d4cf914a3aa.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c086ee7b27d2f7df.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-78282c4fc10a7e7e.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-0a54c9ff4b5d6c3f.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-0536672ca08aed51.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3c3a4aeac3b1659a.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-75f7136ecb491316.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-d8a87efb8ed868ce.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-3900b51f53886719.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-093c9d1ea7a6082f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-067b183b3e29678c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8966d7042f423cc1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-095aade90ef040ee.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-917d25e39322890a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7cbe6fda78a13e6a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4ee1cdbeb2bccd78.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-7d36d0d8dae0ec08.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-cc3443c69aa91ffb.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3e3b5887cb195d6a.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-24b0f555a8f36ff1.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-c2553da3d0be9a39.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-4400ba118d70d222.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9b5f28947640dc85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-126e10b787da3193.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-776506e944ce2050.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-f9b41d1b8206e77a.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-744e32fc93fb2454.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6c6f54072d2f2878/out/lib`
39142024-08-26T23:34:41.339Z 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=48d42bbc559300be -C extra-filename=-48d42bbc559300be --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.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-009a5134049de396.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-7296041c0fd81490.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e45330f5c36e2940.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-18d404915a4b87df.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-679a6eebe237030e.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-eb1b55b3d9ded965.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e9014c6e08bb65e0.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e00f4c951e7553ce.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-838b0c6a07887d50.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-6ad97fa9dbd6108d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-545877ac7f8ab62f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-97df5285e75fc989.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-0eca7e8b63c07c8e.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-9df82c04d27da2e3.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-323f5bbca5534923.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-dbd5df13355af3f1.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-c77d94fa82a9345b.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8966d7042f423cc1.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-b7f1f652f9d1c59f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.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-7cbe6fda78a13e6a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e77d240f968b9b00.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-a0c530543821bba1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4ee1cdbeb2bccd78.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-8afcbd4e255af8a0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
39152024-08-26T23:34:42.726Z 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=6f733ae5f837423a -C extra-filename=-6f733ae5f837423a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.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-009a5134049de396.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-7296041c0fd81490.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e45330f5c36e2940.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-18d404915a4b87df.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-679a6eebe237030e.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-eb1b55b3d9ded965.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e9014c6e08bb65e0.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e00f4c951e7553ce.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-838b0c6a07887d50.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-6ad97fa9dbd6108d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-545877ac7f8ab62f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-97df5285e75fc989.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-9df82c04d27da2e3.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-323f5bbca5534923.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-dbd5df13355af3f1.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-c77d94fa82a9345b.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8966d7042f423cc1.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-b7f1f652f9d1c59f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.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-7cbe6fda78a13e6a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e77d240f968b9b00.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-a0c530543821bba1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4ee1cdbeb2bccd78.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-8afcbd4e255af8a0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
39162024-08-26T23:34:43.891Z 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=7311b60ca45d583a -C extra-filename=-7311b60ca45d583a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-18d404915a4b87df.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e00f4c951e7553ce.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-551f41149d24b2b0.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-02f115bf1c9cd086.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-545877ac7f8ab62f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.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-6cf40431b7686480.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-703f5ff0922fc8c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4ee1cdbeb2bccd78.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-45d2b2041bdff498.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-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
39172024-08-26T23:34:48.228Z 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=75af7fe5f4126a2f -C extra-filename=-75af7fe5f4126a2f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-18d404915a4b87df.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e00f4c951e7553ce.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-551f41149d24b2b0.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-02f115bf1c9cd086.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-545877ac7f8ab62f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.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-6cf40431b7686480.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-703f5ff0922fc8c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4ee1cdbeb2bccd78.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-45d2b2041bdff498.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-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
39182024-08-26T23:34:50.735Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
39192024-08-26T23:34:50.756Z 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=be48802a6881a34b -C extra-filename=-be48802a6881a34b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-7296041c0fd81490.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e45330f5c36e2940.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-345c65275f56273c.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3f3226cf570fe6e2.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-403a1c40ccaaeb58.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e9014c6e08bb65e0.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-711eb3fcee73ab92.rmeta --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-fe5932ff1f628cb3.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-b24b3056c0fa6188.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-005adb14efb74d45.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7309206c31ed76bc.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c086ee7b27d2f7df.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-78282c4fc10a7e7e.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3c3a4aeac3b1659a.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-212ccd69ea1f7ca3.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-4439b23bcfe1f601.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-5f98710db9d2f2e1.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-737842d7c2c607b0.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6f4fa914f239165.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-3900b51f53886719.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-b83d422e1297148b.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-545877ac7f8ab62f.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-093c9d1ea7a6082f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-97df5285e75fc989.rmeta --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-425e1e0b77e18fe4.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-655c8e74f66c0c14.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-067b183b3e29678c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-8ce276b9163974ea.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-d26dd0c684b20e7f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4ee1cdbeb2bccd78.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-cc3443c69aa91ffb.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6c6f54072d2f2878/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-5fd8f6907951d8d9/out`
39202024-08-26T23:34:51.402Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
39212024-08-26T23:34:51.405Z 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=5be1e326d134ec42 -C extra-filename=-5be1e326d134ec42 --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-2ca2b0391baf3667.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-4439b23bcfe1f601.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-067b183b3e29678c.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8966d7042f423cc1.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-d26dd0c684b20e7f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.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-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
39222024-08-26T23:34:53.105Z 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=c115c195ed5868c5 -C extra-filename=-c115c195ed5868c5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-b5da45619c69bad7.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-403a1c40ccaaeb58.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3c3a4aeac3b1659a.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-8f457ee7cc0d5dfa.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-212ccd69ea1f7ca3.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-e8fedb0ff0d5d3ce.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-4439b23bcfe1f601.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-5be1e326d134ec42.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-5f98710db9d2f2e1.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6f4fa914f239165.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-093c9d1ea7a6082f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-067b183b3e29678c.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8966d7042f423cc1.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-d26dd0c684b20e7f.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-d7278fad9f84f0d2.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-c6aa214cd381f61b/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`
39232024-08-26T23:34:54.617Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
39242024-08-26T23:34:54.621Z 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=2b137d4cd07f548f -C extra-filename=-2b137d4cd07f548f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.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-e8fedb0ff0d5d3ce.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-4439b23bcfe1f601.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6f4fa914f239165.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-093c9d1ea7a6082f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.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-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
39252024-08-26T23:34:55.561Z 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=06107b9d43e07993 -C extra-filename=-06107b9d43e07993 --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-8599901668faa364.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-e8fedb0ff0d5d3ce.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-4439b23bcfe1f601.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.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-9ce22f8aa160a4c2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4ee1cdbeb2bccd78.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-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
39262024-08-26T23:34:56.861Z 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=a5a329102d172477 -C extra-filename=-a5a329102d172477 --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-8599901668faa364.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-4439b23bcfe1f601.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-7872ed4e500328ec.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-d7278fad9f84f0d2.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-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
39272024-08-26T23:34:58.295Z 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=5b90f7e65c194962 -C extra-filename=-5b90f7e65c194962 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.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-2150b920d991e600.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-7296041c0fd81490.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e45330f5c36e2940.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-7c9ffecaf989a77e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-18d404915a4b87df.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-b5da45619c69bad7.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-345c65275f56273c.rmeta --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-6bcfd8e75541580e.rmeta --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-e28f768bf05ad976.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-403a1c40ccaaeb58.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-53635cf641f36b63.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e9014c6e08bb65e0.rmeta --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-bc768b83042f573b.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-65b8e4ddedc3f692.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-b24b3056c0fa6188.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-599d8f15621b0c55.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-005adb14efb74d45.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7309206c31ed76bc.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c086ee7b27d2f7df.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-78282c4fc10a7e7e.rmeta --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3c3a4aeac3b1659a.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-2ca2b0391baf3667.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-98a67a59a334178d.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-aa54747c64f4d4b2.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-12b33d0b8ecc17fd.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-bad3b78d6436f259.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-212ccd69ea1f7ca3.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-e8fedb0ff0d5d3ce.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-4439b23bcfe1f601.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-e57af29bfd32788c.rmeta --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-04e91821f8865c4e.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-09c4a3be8322ba5b.rmeta --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-a5a329102d172477.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-5be1e326d134ec42.rmeta --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-c115c195ed5868c5.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-48fcdf0a346ec874.rmeta --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-2b137d4cd07f548f.rmeta --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-06107b9d43e07993.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-5f98710db9d2f2e1.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-737842d7c2c607b0.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6f4fa914f239165.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-6ad97fa9dbd6108d.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-3900b51f53886719.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-093c9d1ea7a6082f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-fec373713784d663.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-97df5285e75fc989.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-7872ed4e500328ec.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-0eca7e8b63c07c8e.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d1eccdacb3b5beca.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-655c8e74f66c0c14.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-067b183b3e29678c.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-323f5bbca5534923.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-cb098b840eb5a761.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-edb249c9f6019aba.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d0890cdebab6435b.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-878a8767bd0518bb.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8966d7042f423cc1.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-662be56d9856735a.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-765bcc68d51e2749.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-0825b86e4f23338d.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-e0ebabbe0f855964.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-cb8c86c5f719f8c5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-8ce276b9163974ea.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-fbf3e444deddd920.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-d26dd0c684b20e7f.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-7cbe6fda78a13e6a.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-e77d240f968b9b00.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-9ce22f8aa160a4c2.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-a0c530543821bba1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4ee1cdbeb2bccd78.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-45d2b2041bdff498.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-cc3443c69aa91ffb.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-24b0f555a8f36ff1.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-4400ba118d70d222.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.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-c6aa214cd381f61b/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-6c6f54072d2f2878/out/lib`
39282024-08-26T23:34:58.637Z 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=4f4b0e016db48cd8 -C extra-filename=-4f4b0e016db48cd8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-18d404915a4b87df.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-551f41149d24b2b0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-545877ac7f8ab62f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.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-6cf40431b7686480.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4ee1cdbeb2bccd78.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-45d2b2041bdff498.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-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
39292024-08-26T23:35:00.847Z 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=2ae18b1b82777d0a -C extra-filename=-2ae18b1b82777d0a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.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-318a5098f60bf2e2.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-4a91138181311c1b.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-05a18a20878871a2.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-7296041c0fd81490.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e45330f5c36e2940.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-7c9ffecaf989a77e.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-18d404915a4b87df.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-345c65275f56273c.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-3f3226cf570fe6e2.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-403a1c40ccaaeb58.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-53635cf641f36b63.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e9014c6e08bb65e0.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e00f4c951e7553ce.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-725dd47f885197a3.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-0e4e79b9dc7ce1e6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-65b8e4ddedc3f692.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-39f07e80d6316e9c.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-553afa229e378c7b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-599d8f15621b0c55.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7309206c31ed76bc.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c086ee7b27d2f7df.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-abd1a6f88d84e97c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-78282c4fc10a7e7e.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-0536672ca08aed51.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3c3a4aeac3b1659a.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-2ca2b0391baf3667.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-97f914af924ca2b7.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-551f41149d24b2b0.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-98a67a59a334178d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-aa54747c64f4d4b2.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-bad3b78d6436f259.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-212ccd69ea1f7ca3.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-5f98710db9d2f2e1.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6f4fa914f239165.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-d8a87efb8ed868ce.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-545877ac7f8ab62f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-093c9d1ea7a6082f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.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-a25088a3cdec8233.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-97df5285e75fc989.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d1eccdacb3b5beca.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-655c8e74f66c0c14.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-067b183b3e29678c.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-edb249c9f6019aba.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-e929e4fff5f1b2a2.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d0890cdebab6435b.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-7ecd7cc1ef36ea45.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8966d7042f423cc1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-cb8c86c5f719f8c5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-4c497ff74b1d7ab1.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-c58055ba21974de5.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-12cb67a3171c680b.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-d26dd0c684b20e7f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-1efd91d82abcfd5c.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-889dc025245dad4f.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-917d25e39322890a.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b2d21895a1114658.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-7cbe6fda78a13e6a.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-e77d240f968b9b00.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-703f5ff0922fc8c2.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-55875e6842c27f35.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-a0c530543821bba1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-45d8c29f782b9ad0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4ee1cdbeb2bccd78.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-7d36d0d8dae0ec08.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-cc3443c69aa91ffb.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3e3b5887cb195d6a.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-8afcbd4e255af8a0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d47f5ede55f99f5b.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-495f4f46760fc11c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/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-5fd8f6907951d8d9/out`
39302024-08-26T23:35:02.050Z 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=15ef134bd78a7882 -C extra-filename=-15ef134bd78a7882 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.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-318a5098f60bf2e2.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-4a91138181311c1b.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-05a18a20878871a2.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-7296041c0fd81490.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e45330f5c36e2940.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-7c9ffecaf989a77e.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-18d404915a4b87df.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-345c65275f56273c.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-3f3226cf570fe6e2.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-403a1c40ccaaeb58.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-53635cf641f36b63.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e9014c6e08bb65e0.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e00f4c951e7553ce.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-725dd47f885197a3.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-0e4e79b9dc7ce1e6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-65b8e4ddedc3f692.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-39f07e80d6316e9c.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-553afa229e378c7b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-599d8f15621b0c55.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7309206c31ed76bc.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c086ee7b27d2f7df.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-abd1a6f88d84e97c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-78282c4fc10a7e7e.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-0536672ca08aed51.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3c3a4aeac3b1659a.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-2ca2b0391baf3667.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-97f914af924ca2b7.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-551f41149d24b2b0.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-98a67a59a334178d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-aa54747c64f4d4b2.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-bad3b78d6436f259.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-212ccd69ea1f7ca3.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-5f98710db9d2f2e1.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6f4fa914f239165.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-d8a87efb8ed868ce.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-b83d422e1297148b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-545877ac7f8ab62f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-093c9d1ea7a6082f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.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-a25088a3cdec8233.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-97df5285e75fc989.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d1eccdacb3b5beca.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-655c8e74f66c0c14.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-067b183b3e29678c.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-edb249c9f6019aba.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-e929e4fff5f1b2a2.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d0890cdebab6435b.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-7ecd7cc1ef36ea45.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8966d7042f423cc1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-cb8c86c5f719f8c5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-4c497ff74b1d7ab1.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-c58055ba21974de5.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-12cb67a3171c680b.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-d26dd0c684b20e7f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-1efd91d82abcfd5c.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-889dc025245dad4f.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-917d25e39322890a.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b2d21895a1114658.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-7cbe6fda78a13e6a.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-e77d240f968b9b00.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-703f5ff0922fc8c2.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-55875e6842c27f35.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-a0c530543821bba1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-45d8c29f782b9ad0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4ee1cdbeb2bccd78.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-7d36d0d8dae0ec08.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-cc3443c69aa91ffb.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3e3b5887cb195d6a.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-8afcbd4e255af8a0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d47f5ede55f99f5b.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-495f4f46760fc11c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/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-5fd8f6907951d8d9/out`
39312024-08-26T23:35:05.299Z 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=867a0974e5d50b57 -C extra-filename=-867a0974e5d50b57 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.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-318a5098f60bf2e2.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-4a91138181311c1b.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-05a18a20878871a2.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-7296041c0fd81490.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e45330f5c36e2940.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-7c9ffecaf989a77e.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-18d404915a4b87df.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-345c65275f56273c.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-3f3226cf570fe6e2.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-403a1c40ccaaeb58.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-53635cf641f36b63.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e9014c6e08bb65e0.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e00f4c951e7553ce.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-725dd47f885197a3.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-0e4e79b9dc7ce1e6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-65b8e4ddedc3f692.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-39f07e80d6316e9c.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-553afa229e378c7b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-599d8f15621b0c55.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7309206c31ed76bc.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c086ee7b27d2f7df.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-abd1a6f88d84e97c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-78282c4fc10a7e7e.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-0536672ca08aed51.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3c3a4aeac3b1659a.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-2ca2b0391baf3667.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-97f914af924ca2b7.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-551f41149d24b2b0.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-98a67a59a334178d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-aa54747c64f4d4b2.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-bad3b78d6436f259.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-212ccd69ea1f7ca3.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-5f98710db9d2f2e1.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6f4fa914f239165.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-d8a87efb8ed868ce.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-b83d422e1297148b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-545877ac7f8ab62f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-093c9d1ea7a6082f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.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-a25088a3cdec8233.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-97df5285e75fc989.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d1eccdacb3b5beca.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-655c8e74f66c0c14.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-067b183b3e29678c.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-edb249c9f6019aba.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-e929e4fff5f1b2a2.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d0890cdebab6435b.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-7ecd7cc1ef36ea45.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8966d7042f423cc1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-cb8c86c5f719f8c5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-4c497ff74b1d7ab1.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-c58055ba21974de5.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-12cb67a3171c680b.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-d26dd0c684b20e7f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-1efd91d82abcfd5c.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-889dc025245dad4f.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-917d25e39322890a.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b2d21895a1114658.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-7cbe6fda78a13e6a.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-e77d240f968b9b00.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-703f5ff0922fc8c2.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-55875e6842c27f35.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-a0c530543821bba1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-45d8c29f782b9ad0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4ee1cdbeb2bccd78.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-7d36d0d8dae0ec08.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-cc3443c69aa91ffb.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3e3b5887cb195d6a.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-8afcbd4e255af8a0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d47f5ede55f99f5b.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-495f4f46760fc11c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/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-5fd8f6907951d8d9/out`
39322024-08-26T23:35:08.215Z 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=2c32c17c42ca0e15 -C extra-filename=-2c32c17c42ca0e15 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.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-318a5098f60bf2e2.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-4a91138181311c1b.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-05a18a20878871a2.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-7296041c0fd81490.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e45330f5c36e2940.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-7c9ffecaf989a77e.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-18d404915a4b87df.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-345c65275f56273c.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-3f3226cf570fe6e2.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-403a1c40ccaaeb58.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-53635cf641f36b63.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e9014c6e08bb65e0.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e00f4c951e7553ce.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-725dd47f885197a3.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-0e4e79b9dc7ce1e6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-65b8e4ddedc3f692.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-39f07e80d6316e9c.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-553afa229e378c7b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-599d8f15621b0c55.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7309206c31ed76bc.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c086ee7b27d2f7df.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-abd1a6f88d84e97c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-78282c4fc10a7e7e.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-0536672ca08aed51.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3c3a4aeac3b1659a.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-2ca2b0391baf3667.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-97f914af924ca2b7.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-551f41149d24b2b0.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-98a67a59a334178d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-aa54747c64f4d4b2.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-bad3b78d6436f259.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-212ccd69ea1f7ca3.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-5f98710db9d2f2e1.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6f4fa914f239165.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-d8a87efb8ed868ce.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-b83d422e1297148b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-545877ac7f8ab62f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-093c9d1ea7a6082f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.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-a25088a3cdec8233.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-97df5285e75fc989.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d1eccdacb3b5beca.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-655c8e74f66c0c14.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-067b183b3e29678c.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-edb249c9f6019aba.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-e929e4fff5f1b2a2.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d0890cdebab6435b.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-7ecd7cc1ef36ea45.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8966d7042f423cc1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-cb8c86c5f719f8c5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-4c497ff74b1d7ab1.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-c58055ba21974de5.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-12cb67a3171c680b.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-d26dd0c684b20e7f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-1efd91d82abcfd5c.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-889dc025245dad4f.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-917d25e39322890a.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b2d21895a1114658.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-7cbe6fda78a13e6a.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-e77d240f968b9b00.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-703f5ff0922fc8c2.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-55875e6842c27f35.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-a0c530543821bba1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-45d8c29f782b9ad0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4ee1cdbeb2bccd78.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-7d36d0d8dae0ec08.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-cc3443c69aa91ffb.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3e3b5887cb195d6a.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-8afcbd4e255af8a0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d47f5ede55f99f5b.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-495f4f46760fc11c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/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-5fd8f6907951d8d9/out`
39332024-08-26T23:35:10.289Z 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=c01975ee98609cd2 -C extra-filename=-c01975ee98609cd2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.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-318a5098f60bf2e2.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-4a91138181311c1b.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-05a18a20878871a2.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-7296041c0fd81490.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e45330f5c36e2940.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-7c9ffecaf989a77e.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-18d404915a4b87df.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-345c65275f56273c.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-3f3226cf570fe6e2.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-403a1c40ccaaeb58.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-53635cf641f36b63.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e9014c6e08bb65e0.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e00f4c951e7553ce.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-725dd47f885197a3.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-0e4e79b9dc7ce1e6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-65b8e4ddedc3f692.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-39f07e80d6316e9c.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-553afa229e378c7b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-599d8f15621b0c55.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7309206c31ed76bc.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c086ee7b27d2f7df.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-abd1a6f88d84e97c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-78282c4fc10a7e7e.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-0536672ca08aed51.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3c3a4aeac3b1659a.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-2ca2b0391baf3667.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-97f914af924ca2b7.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-551f41149d24b2b0.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-98a67a59a334178d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-aa54747c64f4d4b2.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-bad3b78d6436f259.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-212ccd69ea1f7ca3.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-5f98710db9d2f2e1.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6f4fa914f239165.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-d8a87efb8ed868ce.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-b83d422e1297148b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-545877ac7f8ab62f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-093c9d1ea7a6082f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.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-a25088a3cdec8233.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-97df5285e75fc989.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d1eccdacb3b5beca.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-655c8e74f66c0c14.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-067b183b3e29678c.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-edb249c9f6019aba.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-e929e4fff5f1b2a2.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d0890cdebab6435b.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-7ecd7cc1ef36ea45.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8966d7042f423cc1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-cb8c86c5f719f8c5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-4c497ff74b1d7ab1.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-c58055ba21974de5.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-12cb67a3171c680b.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-d26dd0c684b20e7f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-1efd91d82abcfd5c.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-889dc025245dad4f.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-917d25e39322890a.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b2d21895a1114658.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-7cbe6fda78a13e6a.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-e77d240f968b9b00.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-703f5ff0922fc8c2.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-55875e6842c27f35.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-a0c530543821bba1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-45d8c29f782b9ad0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4ee1cdbeb2bccd78.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-7d36d0d8dae0ec08.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-cc3443c69aa91ffb.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3e3b5887cb195d6a.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-8afcbd4e255af8a0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d47f5ede55f99f5b.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-495f4f46760fc11c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/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-5fd8f6907951d8d9/out`
39342024-08-26T23:35:11.043Z 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=a1f1cd3b93a7ec8d -C extra-filename=-a1f1cd3b93a7ec8d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-99bc9d06194312f9.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-18d404915a4b87df.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-4b67e8dd0f215dc6.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-21a88f30fa6d0f85.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-d939558aaa79a1c5.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-545877ac7f8ab62f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.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-224a9f896df65ec4.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e77d240f968b9b00.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-a0c530543821bba1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4ee1cdbeb2bccd78.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-eb24ac9ec1403c02.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-c2553da3d0be9a39.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6c6f54072d2f2878/out/lib`
39352024-08-26T23:35:17.704Z 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=6a5f74bb5738447e -C extra-filename=-6a5f74bb5738447e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-99bc9d06194312f9.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-18d404915a4b87df.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-4b67e8dd0f215dc6.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-21a88f30fa6d0f85.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-d939558aaa79a1c5.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-545877ac7f8ab62f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.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-224a9f896df65ec4.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e77d240f968b9b00.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-a0c530543821bba1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4ee1cdbeb2bccd78.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-c2553da3d0be9a39.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6c6f54072d2f2878/out/lib`
39362024-08-26T23:35:20.468Z 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=6bbf7536682206fc -C extra-filename=-6bbf7536682206fc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-99bc9d06194312f9.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-18d404915a4b87df.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-4b67e8dd0f215dc6.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-21a88f30fa6d0f85.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-d939558aaa79a1c5.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-545877ac7f8ab62f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.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-224a9f896df65ec4.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e77d240f968b9b00.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-a0c530543821bba1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4ee1cdbeb2bccd78.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-eb24ac9ec1403c02.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-c2553da3d0be9a39.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6c6f54072d2f2878/out/lib`
39372024-08-26T23:35:21.542Z 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=d11fcd2a75ff810b -C extra-filename=-d11fcd2a75ff810b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-99bc9d06194312f9.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-18d404915a4b87df.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-4b67e8dd0f215dc6.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-21a88f30fa6d0f85.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-d939558aaa79a1c5.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-545877ac7f8ab62f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.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-224a9f896df65ec4.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e77d240f968b9b00.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-a0c530543821bba1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4ee1cdbeb2bccd78.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-eb24ac9ec1403c02.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-c2553da3d0be9a39.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6c6f54072d2f2878/out/lib`
39382024-08-26T23:35:22.435Z 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=deb99ae9d94289f0 -C extra-filename=-deb99ae9d94289f0 --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-e8fedb0ff0d5d3ce.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6f4fa914f239165.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.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-d7278fad9f84f0d2.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-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
39392024-08-26T23:35:24.706Z 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=ca46f465a1931e7b -C extra-filename=-ca46f465a1931e7b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-99bc9d06194312f9.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-2150b920d991e600.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-2f8000a2198a9279.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-18d404915a4b87df.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-eb1b55b3d9ded965.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e00f4c951e7553ce.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-838b0c6a07887d50.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-99eafe51d5160fa5.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-6ad97fa9dbd6108d.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-3900b51f53886719.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.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-4e0862c1640774bb.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-eaeca34e00934ff5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8966d7042f423cc1.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-b2ffbeccdd681edc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.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-917d25e39322890a.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-224a9f896df65ec4.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e77d240f968b9b00.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-bd01036f692a511f.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-a0c530543821bba1.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a743db74423d42c5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4ee1cdbeb2bccd78.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-cc3443c69aa91ffb.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3e3b5887cb195d6a.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-d27e04d35aedf7ad.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-e47af7706b6fe5e8.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-9b5f28947640dc85.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-9695b4101ccd100d.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-126e10b787da3193.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-744e32fc93fb2454.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-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
39402024-08-26T23:35:26.147Z 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=f717731e3c43e263 -C extra-filename=-f717731e3c43e263 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-99bc9d06194312f9.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-2150b920d991e600.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-2f8000a2198a9279.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-18d404915a4b87df.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-eb1b55b3d9ded965.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e00f4c951e7553ce.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-838b0c6a07887d50.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-99eafe51d5160fa5.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-6ad97fa9dbd6108d.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-3900b51f53886719.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.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-4e0862c1640774bb.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-eaeca34e00934ff5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8966d7042f423cc1.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-b2ffbeccdd681edc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.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-917d25e39322890a.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-224a9f896df65ec4.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e77d240f968b9b00.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-bd01036f692a511f.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-a0c530543821bba1.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a743db74423d42c5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4ee1cdbeb2bccd78.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-cc3443c69aa91ffb.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3e3b5887cb195d6a.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-d27e04d35aedf7ad.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-e47af7706b6fe5e8.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-9b5f28947640dc85.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-9695b4101ccd100d.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-126e10b787da3193.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-744e32fc93fb2454.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-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
39412024-08-26T23:35:28.335Z 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=d9044b38c3cdc714 -C extra-filename=-d9044b38c3cdc714 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-2150b920d991e600.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-2f8000a2198a9279.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-18d404915a4b87df.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-eb1b55b3d9ded965.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-838b0c6a07887d50.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-99eafe51d5160fa5.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-3900b51f53886719.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.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-eaeca34e00934ff5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8966d7042f423cc1.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-b2ffbeccdd681edc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.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-917d25e39322890a.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-224a9f896df65ec4.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e77d240f968b9b00.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-4ee1cdbeb2bccd78.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-cc3443c69aa91ffb.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3e3b5887cb195d6a.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-d27e04d35aedf7ad.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-e47af7706b6fe5e8.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-9b5f28947640dc85.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-9695b4101ccd100d.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-126e10b787da3193.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-744e32fc93fb2454.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-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
39422024-08-26T23:35:31.404Z 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=6ff4ac2967c34bce -C extra-filename=-6ff4ac2967c34bce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-7296041c0fd81490.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-2f8000a2198a9279.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-18d404915a4b87df.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-eb1b55b3d9ded965.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-c77d94fa82a9345b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.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-224a9f896df65ec4.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e77d240f968b9b00.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4ee1cdbeb2bccd78.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-9695b4101ccd100d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
39432024-08-26T23:35:31.714Z 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=01b8b3c8798bc04f -C extra-filename=-01b8b3c8798bc04f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-99bc9d06194312f9.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-2150b920d991e600.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-2f8000a2198a9279.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-18d404915a4b87df.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-eb1b55b3d9ded965.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e00f4c951e7553ce.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-838b0c6a07887d50.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-99eafe51d5160fa5.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-6ad97fa9dbd6108d.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-3900b51f53886719.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.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-4e0862c1640774bb.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-eaeca34e00934ff5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8966d7042f423cc1.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-b2ffbeccdd681edc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.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-917d25e39322890a.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-224a9f896df65ec4.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e77d240f968b9b00.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-bd01036f692a511f.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-a0c530543821bba1.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a743db74423d42c5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4ee1cdbeb2bccd78.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-cc3443c69aa91ffb.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3e3b5887cb195d6a.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-d27e04d35aedf7ad.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-e47af7706b6fe5e8.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-9b5f28947640dc85.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-126e10b787da3193.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-744e32fc93fb2454.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-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
39442024-08-26T23:35:33.786Z 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=d02f717b2eb7e04f -C extra-filename=-d02f717b2eb7e04f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.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-2c3f8b7609680f30.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-04dcbd02286a21fb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e9014c6e08bb65e0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-b24b3056c0fa6188.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7309206c31ed76bc.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c086ee7b27d2f7df.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-b33bc494fcd2472a.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-e8fedb0ff0d5d3ce.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6f4fa914f239165.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-545877ac7f8ab62f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-093c9d1ea7a6082f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-fec373713784d663.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-470f769abf92bd1c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-e0ebabbe0f855964.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-8ce276b9163974ea.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-4ee1cdbeb2bccd78.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.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-c6aa214cd381f61b/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`
39452024-08-26T23:35:34.128Z 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=c88942212f29b3ff -C extra-filename=-c88942212f29b3ff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.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-e8fedb0ff0d5d3ce.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-4439b23bcfe1f601.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6f4fa914f239165.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-093c9d1ea7a6082f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.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-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
39462024-08-26T23:35:35.498Z 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=1cf80c0c1a416e0a -C extra-filename=-1cf80c0c1a416e0a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.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-a55bc501e5acb627.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-eaec0f1802c5ca04.so --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-bbd799c96750a67f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e45330f5c36e2940.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.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-c2347fad732d23bd.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-b89264e272469066.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-60da830584452e3e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e9014c6e08bb65e0.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e00f4c951e7553ce.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-65b8e4ddedc3f692.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-6389d12d30e61d12.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-78282c4fc10a7e7e.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3c3a4aeac3b1659a.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-2ca2b0391baf3667.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-98a67a59a334178d.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-12b33d0b8ecc17fd.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-212ccd69ea1f7ca3.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-b33bc494fcd2472a.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-e8fedb0ff0d5d3ce.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-09c4a3be8322ba5b.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-48fcdf0a346ec874.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-5f98710db9d2f2e1.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-be48802a6881a34b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6f4fa914f239165.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-3900b51f53886719.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-b83d422e1297148b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-545877ac7f8ab62f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-093c9d1ea7a6082f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5ba3e73c543b84ff.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-470f769abf92bd1c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-97df5285e75fc989.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-067b183b3e29678c.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-8e22a607cc27b13c.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-d0890cdebab6435b.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-7ecd7cc1ef36ea45.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-765bcc68d51e2749.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-cb8c86c5f719f8c5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-fbf3e444deddd920.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-d26dd0c684b20e7f.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-9ce22f8aa160a4c2.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d605b07ab2a0de30.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-703f5ff0922fc8c2.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-618c4abe1decdfc2.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-09714f0ae484654a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4ee1cdbeb2bccd78.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-8afcbd4e255af8a0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.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-c6aa214cd381f61b/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-6c6f54072d2f2878/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5fd8f6907951d8d9/out`
39472024-08-26T23:35:35.934Z 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=4f58aabce98247b4 -C extra-filename=-4f58aabce98247b4 --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-a55bc501e5acb627.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-b89264e272469066.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-e19cd0b8e3ba84b2.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-2ca2b0391baf3667.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-e8fedb0ff0d5d3ce.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-4439b23bcfe1f601.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-be48802a6881a34b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6f4fa914f239165.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-545877ac7f8ab62f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-7872ed4e500328ec.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-4ee1cdbeb2bccd78.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.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-c6aa214cd381f61b/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-6c6f54072d2f2878/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5fd8f6907951d8d9/out`
39482024-08-26T23:35:37.101Z 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=667069387ab843a6 -C extra-filename=-667069387ab843a6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-a55bc501e5acb627.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-18d404915a4b87df.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-eb1b55b3d9ded965.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-345c65275f56273c.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-7bbbd3f4da410b18.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-b89264e272469066.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e9014c6e08bb65e0.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-65b8e4ddedc3f692.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-711eb3fcee73ab92.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-fe5932ff1f628cb3.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-99eafe51d5160fa5.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3c3a4aeac3b1659a.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-2ca2b0391baf3667.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-c7e2f42601feaebd.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-bad3b78d6436f259.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-212ccd69ea1f7ca3.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-e8fedb0ff0d5d3ce.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-4439b23bcfe1f601.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-2b137d4cd07f548f.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-06107b9d43e07993.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6f4fa914f239165.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-093c9d1ea7a6082f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-7872ed4e500328ec.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-0eca7e8b63c07c8e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-eaeca34e00934ff5.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-c77d94fa82a9345b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-d26dd0c684b20e7f.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-4ee1cdbeb2bccd78.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-d7278fad9f84f0d2.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-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6c6f54072d2f2878/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
39492024-08-26T23:35:41.669Z 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=17a130a9cb1ee3c4 -C extra-filename=-17a130a9cb1ee3c4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-18d404915a4b87df.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-7ef360d8fcd1a78f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e9014c6e08bb65e0.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e00f4c951e7553ce.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7309206c31ed76bc.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-78282c4fc10a7e7e.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-be48802a6881a34b.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-265720ff981cae77.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-545877ac7f8ab62f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-093c9d1ea7a6082f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-fd18489977b9c8a6.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5ba3e73c543b84ff.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.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-7cbe6fda78a13e6a.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-703f5ff0922fc8c2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4ee1cdbeb2bccd78.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-45d2b2041bdff498.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3e3b5887cb195d6a.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-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6c6f54072d2f2878/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-5fd8f6907951d8d9/out`
39502024-08-26T23:35:43.691Z 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=5e09c044a34a3940 -C extra-filename=-5e09c044a34a3940 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-18d404915a4b87df.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-7ef360d8fcd1a78f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e9014c6e08bb65e0.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e00f4c951e7553ce.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7309206c31ed76bc.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-78282c4fc10a7e7e.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-be48802a6881a34b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-545877ac7f8ab62f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-093c9d1ea7a6082f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-fd18489977b9c8a6.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5ba3e73c543b84ff.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.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-7cbe6fda78a13e6a.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-703f5ff0922fc8c2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4ee1cdbeb2bccd78.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-45d2b2041bdff498.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3e3b5887cb195d6a.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-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6c6f54072d2f2878/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-5fd8f6907951d8d9/out`
39512024-08-26T23:35:45.832Z 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=21bb2311b258ad27 -C extra-filename=-21bb2311b258ad27 --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-2ca2b0391baf3667.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-4439b23bcfe1f601.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-067b183b3e29678c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8966d7042f423cc1.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-d26dd0c684b20e7f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.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-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
39522024-08-26T23:35:48.826Z 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=7a1b26c39a580755 -C extra-filename=-7a1b26c39a580755 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.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-a55bc501e5acb627.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-2150b920d991e600.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-7296041c0fd81490.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e45330f5c36e2940.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-7c9ffecaf989a77e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-18d404915a4b87df.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-b5da45619c69bad7.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-591e48648f37a4b1.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-345c65275f56273c.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-6bcfd8e75541580e.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-e28f768bf05ad976.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-b89264e272469066.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-3f3226cf570fe6e2.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-403a1c40ccaaeb58.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-53635cf641f36b63.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e9014c6e08bb65e0.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e00f4c951e7553ce.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-bc768b83042f573b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-65b8e4ddedc3f692.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-711eb3fcee73ab92.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-fe5932ff1f628cb3.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-b24b3056c0fa6188.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-599d8f15621b0c55.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-005adb14efb74d45.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7309206c31ed76bc.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-e19cd0b8e3ba84b2.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-7fa77d4cf914a3aa.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c086ee7b27d2f7df.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-6389d12d30e61d12.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-78282c4fc10a7e7e.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3c3a4aeac3b1659a.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-2ca2b0391baf3667.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-98a67a59a334178d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-aa54747c64f4d4b2.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-12b33d0b8ecc17fd.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-bad3b78d6436f259.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-212ccd69ea1f7ca3.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-e8fedb0ff0d5d3ce.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-4439b23bcfe1f601.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-e57af29bfd32788c.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-04e91821f8865c4e.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-09c4a3be8322ba5b.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-a5a329102d172477.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-5be1e326d134ec42.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-c115c195ed5868c5.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-48fcdf0a346ec874.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-2b137d4cd07f548f.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-06107b9d43e07993.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-5f98710db9d2f2e1.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-737842d7c2c607b0.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-be48802a6881a34b.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-60a0a90cddcd3770.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6f4fa914f239165.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-6ad97fa9dbd6108d.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-3900b51f53886719.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-b83d422e1297148b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-545877ac7f8ab62f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-093c9d1ea7a6082f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.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-fd18489977b9c8a6.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5ba3e73c543b84ff.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-fec373713784d663.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-296b9596db3bb416.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-97df5285e75fc989.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-7872ed4e500328ec.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-425e1e0b77e18fe4.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-0eca7e8b63c07c8e.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d1eccdacb3b5beca.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-655c8e74f66c0c14.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-067b183b3e29678c.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-323f5bbca5534923.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-8e22a607cc27b13c.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-cb098b840eb5a761.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-edb249c9f6019aba.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d0890cdebab6435b.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-7ecd7cc1ef36ea45.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-8966d7042f423cc1.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-662be56d9856735a.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-765bcc68d51e2749.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-0825b86e4f23338d.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-e0ebabbe0f855964.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-cb8c86c5f719f8c5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-8ce276b9163974ea.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-fbf3e444deddd920.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-573f5d4714d8c2d7.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-d26dd0c684b20e7f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-1efd91d82abcfd5c.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-7cbe6fda78a13e6a.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-e77d240f968b9b00.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-8d092187d581c30f.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-9ce22f8aa160a4c2.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d605b07ab2a0de30.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-703f5ff0922fc8c2.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-a0c530543821bba1.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-09714f0ae484654a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4ee1cdbeb2bccd78.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-45d2b2041bdff498.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-cc3443c69aa91ffb.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-24b0f555a8f36ff1.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-eb24ac9ec1403c02.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-c2553da3d0be9a39.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-4400ba118d70d222.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.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-c6aa214cd381f61b/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-6c6f54072d2f2878/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5fd8f6907951d8d9/out`
39532024-08-26T23:35:51.013Z 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=e8c1e0f654346a9c -C extra-filename=-e8c1e0f654346a9c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-7296041c0fd81490.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e45330f5c36e2940.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-345c65275f56273c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3f3226cf570fe6e2.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-403a1c40ccaaeb58.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e9014c6e08bb65e0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-711eb3fcee73ab92.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-fe5932ff1f628cb3.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-b24b3056c0fa6188.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-005adb14efb74d45.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7309206c31ed76bc.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c086ee7b27d2f7df.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-78282c4fc10a7e7e.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3c3a4aeac3b1659a.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-212ccd69ea1f7ca3.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-4439b23bcfe1f601.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-5f98710db9d2f2e1.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-737842d7c2c607b0.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6f4fa914f239165.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-3900b51f53886719.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-b83d422e1297148b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-545877ac7f8ab62f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-093c9d1ea7a6082f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-97df5285e75fc989.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-425e1e0b77e18fe4.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-655c8e74f66c0c14.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-067b183b3e29678c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-8ce276b9163974ea.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-d26dd0c684b20e7f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4ee1cdbeb2bccd78.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-cc3443c69aa91ffb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6c6f54072d2f2878/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-5fd8f6907951d8d9/out`
39542024-08-26T23:35:56.317Z 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=8a578a67ab5fdc57 -C extra-filename=-8a578a67ab5fdc57 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-18d404915a4b87df.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-5ed4211fb3f696fd.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-cc1ea513524eb412.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-7bbbd3f4da410b18.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e9014c6e08bb65e0.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e00f4c951e7553ce.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7309206c31ed76bc.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-78282c4fc10a7e7e.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-be48802a6881a34b.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-4bfbe9991b4a389d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-545877ac7f8ab62f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-093c9d1ea7a6082f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.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-fd18489977b9c8a6.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5ba3e73c543b84ff.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4e0862c1640774bb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.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-7cbe6fda78a13e6a.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-703f5ff0922fc8c2.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-4ee1cdbeb2bccd78.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-45d2b2041bdff498.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3e3b5887cb195d6a.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-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6c6f54072d2f2878/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-5fd8f6907951d8d9/out`
39552024-08-26T23:35:58.563Z 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=c31c7f9f58131ca4 -C extra-filename=-c31c7f9f58131ca4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-18d404915a4b87df.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-5ed4211fb3f696fd.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-cc1ea513524eb412.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-7bbbd3f4da410b18.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e9014c6e08bb65e0.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e00f4c951e7553ce.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7309206c31ed76bc.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-78282c4fc10a7e7e.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-be48802a6881a34b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-545877ac7f8ab62f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-093c9d1ea7a6082f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.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-fd18489977b9c8a6.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5ba3e73c543b84ff.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4e0862c1640774bb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.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-7cbe6fda78a13e6a.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-703f5ff0922fc8c2.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-4ee1cdbeb2bccd78.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-45d2b2041bdff498.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3e3b5887cb195d6a.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-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6c6f54072d2f2878/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-5fd8f6907951d8d9/out`
39562024-08-26T23:35:58.611Z 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=95471112976c35c3 -C extra-filename=-95471112976c35c3 --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-8599901668faa364.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-12b33d0b8ecc17fd.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-e8fedb0ff0d5d3ce.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-4439b23bcfe1f601.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-be48802a6881a34b.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-60a0a90cddcd3770.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6f4fa914f239165.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-545877ac7f8ab62f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.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-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.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-9ce22f8aa160a4c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4ee1cdbeb2bccd78.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.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-c6aa214cd381f61b/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-6c6f54072d2f2878/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5fd8f6907951d8d9/out`
39572024-08-26T23:36:14.948Z 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=58af8373bb4264f4 -C extra-filename=-58af8373bb4264f4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-d65da3ab02c6d0c5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-18d404915a4b87df.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-403a1c40ccaaeb58.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e9014c6e08bb65e0.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-838b0c6a07887d50.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-c115c195ed5868c5.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-48fcdf0a346ec874.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-5f98710db9d2f2e1.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6f4fa914f239165.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-093c9d1ea7a6082f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-c77d94fa82a9345b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.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-d7278fad9f84f0d2.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-c6aa214cd381f61b/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`
39582024-08-26T23:36:35.921Z 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=ee18ea6713f20b93 -C extra-filename=-ee18ea6713f20b93 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.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-318a5098f60bf2e2.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-4a91138181311c1b.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-05a18a20878871a2.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-7296041c0fd81490.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e45330f5c36e2940.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-7c9ffecaf989a77e.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-18d404915a4b87df.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-345c65275f56273c.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-3f3226cf570fe6e2.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-403a1c40ccaaeb58.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-53635cf641f36b63.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e9014c6e08bb65e0.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-725dd47f885197a3.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-0e4e79b9dc7ce1e6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-65b8e4ddedc3f692.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-39f07e80d6316e9c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-599d8f15621b0c55.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7309206c31ed76bc.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-abd1a6f88d84e97c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-78282c4fc10a7e7e.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-0536672ca08aed51.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3c3a4aeac3b1659a.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-2ca2b0391baf3667.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-97f914af924ca2b7.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-551f41149d24b2b0.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-98a67a59a334178d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-aa54747c64f4d4b2.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-bad3b78d6436f259.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-212ccd69ea1f7ca3.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-5f98710db9d2f2e1.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6f4fa914f239165.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-d8a87efb8ed868ce.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-b83d422e1297148b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-093c9d1ea7a6082f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.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-a25088a3cdec8233.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-97df5285e75fc989.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d1eccdacb3b5beca.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-655c8e74f66c0c14.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-067b183b3e29678c.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-edb249c9f6019aba.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-e929e4fff5f1b2a2.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d0890cdebab6435b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8966d7042f423cc1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-cb8c86c5f719f8c5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-4c497ff74b1d7ab1.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-c58055ba21974de5.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-12cb67a3171c680b.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-d26dd0c684b20e7f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-1efd91d82abcfd5c.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-889dc025245dad4f.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-917d25e39322890a.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b2d21895a1114658.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-7cbe6fda78a13e6a.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-e77d240f968b9b00.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-55875e6842c27f35.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-45d8c29f782b9ad0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4ee1cdbeb2bccd78.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3e3b5887cb195d6a.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-8afcbd4e255af8a0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d47f5ede55f99f5b.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-495f4f46760fc11c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/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-5fd8f6907951d8d9/out`
39592024-08-26T23:36:40.659Z 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=3f6547c50b033151 -C extra-filename=-3f6547c50b033151 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.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-318a5098f60bf2e2.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-4a91138181311c1b.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-05a18a20878871a2.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-7296041c0fd81490.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e45330f5c36e2940.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-7c9ffecaf989a77e.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-18d404915a4b87df.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-345c65275f56273c.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-3f3226cf570fe6e2.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-403a1c40ccaaeb58.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-53635cf641f36b63.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e9014c6e08bb65e0.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-725dd47f885197a3.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-0e4e79b9dc7ce1e6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-65b8e4ddedc3f692.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-39f07e80d6316e9c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-599d8f15621b0c55.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7309206c31ed76bc.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-abd1a6f88d84e97c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-78282c4fc10a7e7e.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-0536672ca08aed51.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3c3a4aeac3b1659a.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-2ca2b0391baf3667.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-97f914af924ca2b7.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-551f41149d24b2b0.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-98a67a59a334178d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-aa54747c64f4d4b2.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-bad3b78d6436f259.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-212ccd69ea1f7ca3.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-5f98710db9d2f2e1.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6f4fa914f239165.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-d8a87efb8ed868ce.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-b83d422e1297148b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-093c9d1ea7a6082f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.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-a25088a3cdec8233.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-97df5285e75fc989.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d1eccdacb3b5beca.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-655c8e74f66c0c14.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-067b183b3e29678c.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-edb249c9f6019aba.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-e929e4fff5f1b2a2.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d0890cdebab6435b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8966d7042f423cc1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-cb8c86c5f719f8c5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-4c497ff74b1d7ab1.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-c58055ba21974de5.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-12cb67a3171c680b.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-d26dd0c684b20e7f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-1efd91d82abcfd5c.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-889dc025245dad4f.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-917d25e39322890a.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b2d21895a1114658.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-7cbe6fda78a13e6a.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-e77d240f968b9b00.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-55875e6842c27f35.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-45d8c29f782b9ad0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4ee1cdbeb2bccd78.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3e3b5887cb195d6a.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-8afcbd4e255af8a0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d47f5ede55f99f5b.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-495f4f46760fc11c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/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-5fd8f6907951d8d9/out`
39602024-08-26T23:36:46.618Z 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=47a87a1fd55a2bf9 -C extra-filename=-47a87a1fd55a2bf9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.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-318a5098f60bf2e2.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-4a91138181311c1b.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-05a18a20878871a2.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-7296041c0fd81490.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e45330f5c36e2940.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-7c9ffecaf989a77e.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-18d404915a4b87df.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-345c65275f56273c.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-3f3226cf570fe6e2.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-403a1c40ccaaeb58.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-53635cf641f36b63.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e9014c6e08bb65e0.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-725dd47f885197a3.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-0e4e79b9dc7ce1e6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-65b8e4ddedc3f692.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-39f07e80d6316e9c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-599d8f15621b0c55.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7309206c31ed76bc.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-abd1a6f88d84e97c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-78282c4fc10a7e7e.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-0536672ca08aed51.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3c3a4aeac3b1659a.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-2ca2b0391baf3667.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-97f914af924ca2b7.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-551f41149d24b2b0.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-98a67a59a334178d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-aa54747c64f4d4b2.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-bad3b78d6436f259.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-212ccd69ea1f7ca3.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-5f98710db9d2f2e1.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6f4fa914f239165.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-d8a87efb8ed868ce.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-b83d422e1297148b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-093c9d1ea7a6082f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.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-a25088a3cdec8233.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-97df5285e75fc989.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d1eccdacb3b5beca.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-655c8e74f66c0c14.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-067b183b3e29678c.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-edb249c9f6019aba.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-e929e4fff5f1b2a2.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d0890cdebab6435b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8966d7042f423cc1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-cb8c86c5f719f8c5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-4c497ff74b1d7ab1.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-c58055ba21974de5.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-12cb67a3171c680b.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-d26dd0c684b20e7f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-1efd91d82abcfd5c.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-889dc025245dad4f.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-917d25e39322890a.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b2d21895a1114658.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-7cbe6fda78a13e6a.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-e77d240f968b9b00.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-55875e6842c27f35.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-45d8c29f782b9ad0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4ee1cdbeb2bccd78.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3e3b5887cb195d6a.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-8afcbd4e255af8a0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d47f5ede55f99f5b.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-495f4f46760fc11c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/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-5fd8f6907951d8d9/out`
39612024-08-26T23:36:49.764Z 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=a02ab9c8e57084e8 -C extra-filename=-a02ab9c8e57084e8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e00f4c951e7553ce.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-65b8e4ddedc3f692.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-711eb3fcee73ab92.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-fe5932ff1f628cb3.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-5f98710db9d2f2e1.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6f4fa914f239165.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-b83d422e1297148b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-093c9d1ea7a6082f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8966d7042f423cc1.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-d26dd0c684b20e7f.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-4ee1cdbeb2bccd78.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-a8b8b68649fd458e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6c6f54072d2f2878/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5fd8f6907951d8d9/out`
39622024-08-26T23:37:01.863Z 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=bd3863d6810a0ad2 -C extra-filename=-bd3863d6810a0ad2 --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-cc1ea513524eb412.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e9014c6e08bb65e0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-093c9d1ea7a6082f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
39632024-08-26T23:37:03.682Z 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=5935106c738d2fbc -C extra-filename=-5935106c738d2fbc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-7296041c0fd81490.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e45330f5c36e2940.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-18d404915a4b87df.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-e9014c6e08bb65e0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-599d8f15621b0c55.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-7fa77d4cf914a3aa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-545877ac7f8ab62f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d0890cdebab6435b.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-095aade90ef040ee.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-4ee1cdbeb2bccd78.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-cc3443c69aa91ffb.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-24b0f555a8f36ff1.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-eb24ac9ec1403c02.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-c2553da3d0be9a39.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6c6f54072d2f2878/out/lib -L native=/usr/ssl-3/lib/amd64`
39642024-08-26T23:37:11.111Z 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=25bf346dd6178ec0 -C extra-filename=-25bf346dd6178ec0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-18d404915a4b87df.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-4b67e8dd0f215dc6.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.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-224a9f896df65ec4.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e77d240f968b9b00.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4ee1cdbeb2bccd78.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-eb24ac9ec1403c02.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-c2553da3d0be9a39.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6c6f54072d2f2878/out/lib`
39652024-08-26T23:37:26.053Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
39662024-08-26T23:37:26.056Z 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=dd11d5209561249d -C extra-filename=-dd11d5209561249d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e45330f5c36e2940.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-7f0c25ed43737abb.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-18d404915a4b87df.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-d939558aaa79a1c5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-599d8f15621b0c55.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-82b4cee9995b78de.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8966d7042f423cc1.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-cb8c86c5f719f8c5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-095aade90ef040ee.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-e77d240f968b9b00.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-55875e6842c27f35.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4ee1cdbeb2bccd78.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3e3b5887cb195d6a.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-c2553da3d0be9a39.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8d0dc696bec0a2c4/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8d0dc696bec0a2c4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc481d78580a539c/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6c6f54072d2f2878/out/lib`
39672024-08-26T23:37:27.836Z 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=9818831057ad120f -C extra-filename=-9818831057ad120f --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-8599901668faa364.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-7bbbd3f4da410b18.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4e0862c1640774bb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.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-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
39682024-08-26T23:37:29.722Z 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=c0bc5f9c098e14a6 -C extra-filename=-c0bc5f9c098e14a6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-2150b920d991e600.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-7296041c0fd81490.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e45330f5c36e2940.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-7c9ffecaf989a77e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-18d404915a4b87df.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-838b0c6a07887d50.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-99eafe51d5160fa5.rlib --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-4480f2cc44ead336.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-545877ac7f8ab62f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-cedc2b4cdec5a13d.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-8e22a607cc27b13c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-fbf3e444deddd920.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-4ee1cdbeb2bccd78.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-7d36d0d8dae0ec08.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-3919ec52e6b0b262.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
39692024-08-26T23:37:31.370Z 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=2b60583e7783c4ac -C extra-filename=-2b60583e7783c4ac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-18d404915a4b87df.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e9014c6e08bb65e0.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e00f4c951e7553ce.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c086ee7b27d2f7df.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3c3a4aeac3b1659a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-bad3b78d6436f259.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6f4fa914f239165.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-545877ac7f8ab62f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-fd18489977b9c8a6.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5ba3e73c543b84ff.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-97df5285e75fc989.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-39f29313c8d9cfe3.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-7872ed4e500328ec.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-425e1e0b77e18fe4.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-0eca7e8b63c07c8e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d0890cdebab6435b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8966d7042f423cc1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.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-7cbe6fda78a13e6a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e77d240f968b9b00.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d605b07ab2a0de30.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-703f5ff0922fc8c2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4ee1cdbeb2bccd78.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3e3b5887cb195d6a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
39702024-08-26T23:37:33.737Z 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=3b6e6e486d80f08c -C extra-filename=-3b6e6e486d80f08c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-18d404915a4b87df.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e9014c6e08bb65e0.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e00f4c951e7553ce.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c086ee7b27d2f7df.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3c3a4aeac3b1659a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-bad3b78d6436f259.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6f4fa914f239165.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-545877ac7f8ab62f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-fd18489977b9c8a6.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5ba3e73c543b84ff.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-97df5285e75fc989.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-39f29313c8d9cfe3.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-7872ed4e500328ec.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-425e1e0b77e18fe4.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-0eca7e8b63c07c8e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d0890cdebab6435b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8966d7042f423cc1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.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-7cbe6fda78a13e6a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e77d240f968b9b00.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d605b07ab2a0de30.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-703f5ff0922fc8c2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4ee1cdbeb2bccd78.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3e3b5887cb195d6a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
39712024-08-26T23:37:34.004Z 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=a2e9300cd0257387 -C extra-filename=-a2e9300cd0257387 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-18d404915a4b87df.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e9014c6e08bb65e0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3c3a4aeac3b1659a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-bad3b78d6436f259.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6f4fa914f239165.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-97df5285e75fc989.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-39f29313c8d9cfe3.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-7872ed4e500328ec.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-425e1e0b77e18fe4.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-0eca7e8b63c07c8e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d0890cdebab6435b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8966d7042f423cc1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.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-7cbe6fda78a13e6a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e77d240f968b9b00.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-4ee1cdbeb2bccd78.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3e3b5887cb195d6a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
39722024-08-26T23:37:34.567Z 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=457a4084b80c5c0f -C extra-filename=-457a4084b80c5c0f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-18d404915a4b87df.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e9014c6e08bb65e0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3c3a4aeac3b1659a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-bad3b78d6436f259.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6f4fa914f239165.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-97df5285e75fc989.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-39f29313c8d9cfe3.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-7872ed4e500328ec.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-425e1e0b77e18fe4.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-0eca7e8b63c07c8e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d0890cdebab6435b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8966d7042f423cc1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.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-7cbe6fda78a13e6a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e77d240f968b9b00.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-4ee1cdbeb2bccd78.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3e3b5887cb195d6a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
39732024-08-26T23:37:36.519Z 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=b2b833cb2320af59 -C extra-filename=-b2b833cb2320af59 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-18d404915a4b87df.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e9014c6e08bb65e0.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e00f4c951e7553ce.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c086ee7b27d2f7df.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3c3a4aeac3b1659a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-bad3b78d6436f259.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6f4fa914f239165.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-545877ac7f8ab62f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-fd18489977b9c8a6.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5ba3e73c543b84ff.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-97df5285e75fc989.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-39f29313c8d9cfe3.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-7872ed4e500328ec.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-425e1e0b77e18fe4.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-0eca7e8b63c07c8e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d0890cdebab6435b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8966d7042f423cc1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.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-7cbe6fda78a13e6a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e77d240f968b9b00.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d605b07ab2a0de30.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-703f5ff0922fc8c2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4ee1cdbeb2bccd78.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3e3b5887cb195d6a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
39742024-08-26T23:37:45.079Z 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=ec48fd6752a8c630 -C extra-filename=-ec48fd6752a8c630 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f8d6e08c22f4130f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e00f4c951e7553ce.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-65b8e4ddedc3f692.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-838b0c6a07887d50.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3c3a4aeac3b1659a.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-212ccd69ea1f7ca3.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-09c4a3be8322ba5b.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-5f98710db9d2f2e1.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6f4fa914f239165.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-545877ac7f8ab62f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-093c9d1ea7a6082f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-067b183b3e29678c.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4e0862c1640774bb.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d0890cdebab6435b.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-d26dd0c684b20e7f.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-a8b8b68649fd458e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
39752024-08-26T23:37:45.682Z 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=2363313ee42b1619 -C extra-filename=-2363313ee42b1619 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-7f0c25ed43737abb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-18d404915a4b87df.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e00f4c951e7553ce.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-599d8f15621b0c55.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-78282c4fc10a7e7e.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-99eafe51d5160fa5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-82b4cee9995b78de.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-8e22a607cc27b13c.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-8be4b95ce6e63459.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8966d7042f423cc1.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-662be56d9856735a.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-cb8c86c5f719f8c5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-889dc025245dad4f.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-d54ec5b235084a80.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e77d240f968b9b00.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-55875e6842c27f35.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4ee1cdbeb2bccd78.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3e3b5887cb195d6a.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-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8d0dc696bec0a2c4/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8d0dc696bec0a2c4/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc481d78580a539c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5fd8f6907951d8d9/out`
39762024-08-26T23:37:46.913Z 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=f5ed7a330a97da5c -C extra-filename=-f5ed7a330a97da5c --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-8599901668faa364.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-0536672ca08aed51.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-093c9d1ea7a6082f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-3744a5568f7cc6d7.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b6e9a448b359ba01.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8966d7042f423cc1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-917d25e39322890a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9b5f28947640dc85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-126e10b787da3193.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
39772024-08-26T23:37:52.313Z 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=f4ce58f8f2478bd4 -C extra-filename=-f4ce58f8f2478bd4 --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-05a18a20878871a2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e9014c6e08bb65e0.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-65b8e4ddedc3f692.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-3900b51f53886719.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-093c9d1ea7a6082f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-917d25e39322890a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-126e10b787da3193.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
39782024-08-26T23:37:52.830Z 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=18b3776c1569a53a -C extra-filename=-18b3776c1569a53a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-18d404915a4b87df.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e9014c6e08bb65e0.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e00f4c951e7553ce.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-6924ed85fcd620bd.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-711eb3fcee73ab92.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-76cb6c88908235fa.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-fe5932ff1f628cb3.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-ae856f90860609d1.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-599d8f15621b0c55.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7309206c31ed76bc.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c086ee7b27d2f7df.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-78282c4fc10a7e7e.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-da15238f63c48426.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-34c044db4ddd0d76.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-545877ac7f8ab62f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-9022b5771569f421.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-6cf40431b7686480.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7cbe6fda78a13e6a.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-8d092187d581c30f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-703f5ff0922fc8c2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4ee1cdbeb2bccd78.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-7d36d0d8dae0ec08.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-c97fe3ff449106d4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3e3b5887cb195d6a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6c6f54072d2f2878/out/lib`
39792024-08-26T23:37:55.221Z 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=4ee176e58bb2c87b -C extra-filename=-4ee176e58bb2c87b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-18d404915a4b87df.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e9014c6e08bb65e0.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e00f4c951e7553ce.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-6924ed85fcd620bd.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-711eb3fcee73ab92.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-76cb6c88908235fa.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-fe5932ff1f628cb3.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-ae856f90860609d1.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-599d8f15621b0c55.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7309206c31ed76bc.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c086ee7b27d2f7df.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-78282c4fc10a7e7e.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-da15238f63c48426.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-545877ac7f8ab62f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-9022b5771569f421.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-6cf40431b7686480.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7cbe6fda78a13e6a.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-8d092187d581c30f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-703f5ff0922fc8c2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4ee1cdbeb2bccd78.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-7d36d0d8dae0ec08.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-c97fe3ff449106d4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3e3b5887cb195d6a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6c6f54072d2f2878/out/lib`
39802024-08-26T23:37:55.700Z Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
39812024-08-26T23:37:55.703Z 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=8df43aeac2ad8914 -C extra-filename=-8df43aeac2ad8914 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-18d404915a4b87df.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-711eb3fcee73ab92.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-fe5932ff1f628cb3.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-551f41149d24b2b0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-6cf40431b7686480.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4ee1cdbeb2bccd78.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6c6f54072d2f2878/out/lib`
39822024-08-26T23:37:58.058Z 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=bd867c1eb8473fda -C extra-filename=-bd867c1eb8473fda --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-b792cecba43cac9d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e9014c6e08bb65e0.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-711eb3fcee73ab92.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-ae856f90860609d1.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-34c044db4ddd0d76.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-545877ac7f8ab62f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-8d092187d581c30f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4ee1cdbeb2bccd78.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6c6f54072d2f2878/out/lib`
39832024-08-26T23:38:00.404Z 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=4fcb526329a6213e -C extra-filename=-4fcb526329a6213e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-18d404915a4b87df.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e9014c6e08bb65e0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-6924ed85fcd620bd.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-711eb3fcee73ab92.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-76cb6c88908235fa.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-ae856f90860609d1.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-599d8f15621b0c55.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7309206c31ed76bc.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c086ee7b27d2f7df.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-78282c4fc10a7e7e.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-da15238f63c48426.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-34c044db4ddd0d76.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-9022b5771569f421.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-6cf40431b7686480.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7cbe6fda78a13e6a.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-4ee1cdbeb2bccd78.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-7d36d0d8dae0ec08.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-c97fe3ff449106d4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3e3b5887cb195d6a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6c6f54072d2f2878/out/lib`
39842024-08-26T23:38:00.975Z 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=d15e27e62a4f8cb1 -C extra-filename=-d15e27e62a4f8cb1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-18d404915a4b87df.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e9014c6e08bb65e0.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e00f4c951e7553ce.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-6924ed85fcd620bd.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-711eb3fcee73ab92.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-76cb6c88908235fa.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-fe5932ff1f628cb3.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-ae856f90860609d1.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-599d8f15621b0c55.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7309206c31ed76bc.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c086ee7b27d2f7df.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-78282c4fc10a7e7e.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-da15238f63c48426.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-34c044db4ddd0d76.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-545877ac7f8ab62f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-9022b5771569f421.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-6cf40431b7686480.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7cbe6fda78a13e6a.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-8d092187d581c30f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-703f5ff0922fc8c2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4ee1cdbeb2bccd78.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-7d36d0d8dae0ec08.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-c97fe3ff449106d4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3e3b5887cb195d6a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6c6f54072d2f2878/out/lib`
39852024-08-26T23:38:03.536Z 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=35b9c72a42d49d01 -C extra-filename=-35b9c72a42d49d01 --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-8f457ee7cc0d5dfa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d0890cdebab6435b.rlib --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-3752dcaf4b41fa9b.rlib --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-f4e81393945605ea.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
39862024-08-26T23:38:04.157Z 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=a0c6e3410c935a10 -C extra-filename=-a0c6e3410c935a10 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e45330f5c36e2940.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-18d404915a4b87df.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3f3226cf570fe6e2.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-447e780bcfedaf5a.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-403a1c40ccaaeb58.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e9014c6e08bb65e0.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e00f4c951e7553ce.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-f936f5589f422a08.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-1df3c7b1c45bee2a.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-005adb14efb74d45.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-7a6607caad79c9e0.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7309206c31ed76bc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-545877ac7f8ab62f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-fd18489977b9c8a6.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5ba3e73c543b84ff.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-966337b29a6969eb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-0a006bd7c4acdb31.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-224a9f896df65ec4.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e77d240f968b9b00.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-703f5ff0922fc8c2.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-a0c530543821bba1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4ee1cdbeb2bccd78.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3e3b5887cb195d6a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
39872024-08-26T23:38:08.418Z 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=158d99600c838501 -C extra-filename=-158d99600c838501 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e45330f5c36e2940.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-18d404915a4b87df.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3f3226cf570fe6e2.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-447e780bcfedaf5a.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-403a1c40ccaaeb58.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e9014c6e08bb65e0.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e00f4c951e7553ce.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-f936f5589f422a08.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-1df3c7b1c45bee2a.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-005adb14efb74d45.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-7a6607caad79c9e0.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7309206c31ed76bc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-545877ac7f8ab62f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-fd18489977b9c8a6.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5ba3e73c543b84ff.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-966337b29a6969eb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-0a006bd7c4acdb31.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-224a9f896df65ec4.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e77d240f968b9b00.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-703f5ff0922fc8c2.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-a0c530543821bba1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4ee1cdbeb2bccd78.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3e3b5887cb195d6a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
39882024-08-26T23:38:12.683Z 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=29dde52edf1e8ff6 -C extra-filename=-29dde52edf1e8ff6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e45330f5c36e2940.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-18d404915a4b87df.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3f3226cf570fe6e2.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-447e780bcfedaf5a.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-403a1c40ccaaeb58.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e9014c6e08bb65e0.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e00f4c951e7553ce.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-f936f5589f422a08.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-1df3c7b1c45bee2a.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-005adb14efb74d45.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-7a6607caad79c9e0.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7309206c31ed76bc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-545877ac7f8ab62f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-fd18489977b9c8a6.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5ba3e73c543b84ff.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-966337b29a6969eb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-0a006bd7c4acdb31.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-224a9f896df65ec4.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e77d240f968b9b00.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-703f5ff0922fc8c2.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-a0c530543821bba1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4ee1cdbeb2bccd78.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3e3b5887cb195d6a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
39892024-08-26T23:38:13.925Z 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=221a2768b4b30038 -C extra-filename=-221a2768b4b30038 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e45330f5c36e2940.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-18d404915a4b87df.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-447e780bcfedaf5a.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-403a1c40ccaaeb58.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e9014c6e08bb65e0.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e00f4c951e7553ce.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-f936f5589f422a08.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-1df3c7b1c45bee2a.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-005adb14efb74d45.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-7a6607caad79c9e0.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7309206c31ed76bc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-545877ac7f8ab62f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-fd18489977b9c8a6.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5ba3e73c543b84ff.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-966337b29a6969eb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-0a006bd7c4acdb31.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-224a9f896df65ec4.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e77d240f968b9b00.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-703f5ff0922fc8c2.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-a0c530543821bba1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4ee1cdbeb2bccd78.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3e3b5887cb195d6a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
39902024-08-26T23:38:17.962Z 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=1957114624aaaf1c -C extra-filename=-1957114624aaaf1c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e45330f5c36e2940.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-18d404915a4b87df.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3f3226cf570fe6e2.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-447e780bcfedaf5a.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-403a1c40ccaaeb58.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e9014c6e08bb65e0.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e00f4c951e7553ce.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-f936f5589f422a08.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-1df3c7b1c45bee2a.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-005adb14efb74d45.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-7a6607caad79c9e0.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7309206c31ed76bc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-545877ac7f8ab62f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-fd18489977b9c8a6.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5ba3e73c543b84ff.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-966337b29a6969eb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-0a006bd7c4acdb31.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-224a9f896df65ec4.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e77d240f968b9b00.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-703f5ff0922fc8c2.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-a0c530543821bba1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4ee1cdbeb2bccd78.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3e3b5887cb195d6a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
39912024-08-26T23:38:20.101Z 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=4319504a338a1344 -C extra-filename=-4319504a338a1344 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-18d404915a4b87df.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e9014c6e08bb65e0.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e00f4c951e7553ce.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c086ee7b27d2f7df.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3c3a4aeac3b1659a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-bad3b78d6436f259.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6f4fa914f239165.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-545877ac7f8ab62f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-fd18489977b9c8a6.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5ba3e73c543b84ff.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-97df5285e75fc989.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-39f29313c8d9cfe3.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-7872ed4e500328ec.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-0eca7e8b63c07c8e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d0890cdebab6435b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8966d7042f423cc1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.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-7cbe6fda78a13e6a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e77d240f968b9b00.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d605b07ab2a0de30.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-703f5ff0922fc8c2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4ee1cdbeb2bccd78.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3e3b5887cb195d6a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
39922024-08-26T23:38:20.898Z 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=4b34632e862ec7ea -C extra-filename=-4b34632e862ec7ea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e45330f5c36e2940.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-18d404915a4b87df.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3f3226cf570fe6e2.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-447e780bcfedaf5a.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-403a1c40ccaaeb58.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e9014c6e08bb65e0.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e00f4c951e7553ce.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-f936f5589f422a08.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-1df3c7b1c45bee2a.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-005adb14efb74d45.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-7a6607caad79c9e0.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7309206c31ed76bc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-545877ac7f8ab62f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-fd18489977b9c8a6.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5ba3e73c543b84ff.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-966337b29a6969eb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-0a006bd7c4acdb31.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-224a9f896df65ec4.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e77d240f968b9b00.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-703f5ff0922fc8c2.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-a0c530543821bba1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4ee1cdbeb2bccd78.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3e3b5887cb195d6a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
39932024-08-26T23:38:21.523Z 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=d9a4621588a0af98 -C extra-filename=-d9a4621588a0af98 --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-318a5098f60bf2e2.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-7296041c0fd81490.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e45330f5c36e2940.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-ade04e5f8aed2e0f.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-2f8000a2198a9279.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-aae238a7f781fbdf.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-599d8f15621b0c55.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-68ec4873a140f59f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-545877ac7f8ab62f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4e0862c1640774bb.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d0890cdebab6435b.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-b7c2c873485a1910.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-fbf3e444deddd920.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-c58055ba21974de5.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-917d25e39322890a.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-e77d240f968b9b00.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4ee1cdbeb2bccd78.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-79451fcf20792b79.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-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
39942024-08-26T23:38:23.606Z 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=4d91a0ae3ff9c98d -C extra-filename=-4d91a0ae3ff9c98d --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-318a5098f60bf2e2.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-7296041c0fd81490.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e45330f5c36e2940.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-ade04e5f8aed2e0f.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-2f8000a2198a9279.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-aae238a7f781fbdf.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-599d8f15621b0c55.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-68ec4873a140f59f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-545877ac7f8ab62f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4e0862c1640774bb.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d0890cdebab6435b.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-b7c2c873485a1910.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-fbf3e444deddd920.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-c58055ba21974de5.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-917d25e39322890a.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-e77d240f968b9b00.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4ee1cdbeb2bccd78.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-79451fcf20792b79.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-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
39952024-08-26T23:38:26.823Z 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=29f8fd644bb5e61b -C extra-filename=-29f8fd644bb5e61b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-d65da3ab02c6d0c5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3f3226cf570fe6e2.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-403a1c40ccaaeb58.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e9014c6e08bb65e0.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e00f4c951e7553ce.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-005adb14efb74d45.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c086ee7b27d2f7df.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-545877ac7f8ab62f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-093c9d1ea7a6082f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-3744a5568f7cc6d7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8966d7042f423cc1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-0a006bd7c4acdb31.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-a0c530543821bba1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4ee1cdbeb2bccd78.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
39962024-08-26T23:38:28.745Z 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=02b0c58faced9248 -C extra-filename=-02b0c58faced9248 --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-7296041c0fd81490.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e45330f5c36e2940.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-ade04e5f8aed2e0f.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-2f8000a2198a9279.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-aae238a7f781fbdf.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-599d8f15621b0c55.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-68ec4873a140f59f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-545877ac7f8ab62f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4e0862c1640774bb.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d0890cdebab6435b.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-b7c2c873485a1910.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-fbf3e444deddd920.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-c58055ba21974de5.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-917d25e39322890a.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-e77d240f968b9b00.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4ee1cdbeb2bccd78.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-79451fcf20792b79.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-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
39972024-08-26T23:38:45.884Z 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=32c435dab5dc1fc5 -C extra-filename=-32c435dab5dc1fc5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.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-009a5134049de396.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-7296041c0fd81490.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-18d404915a4b87df.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-679a6eebe237030e.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-eb1b55b3d9ded965.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e9014c6e08bb65e0.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-838b0c6a07887d50.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-11024960b20c5ca2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-97df5285e75fc989.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-0eca7e8b63c07c8e.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-323f5bbca5534923.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-dbd5df13355af3f1.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-c77d94fa82a9345b.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8966d7042f423cc1.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-b7f1f652f9d1c59f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.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-7cbe6fda78a13e6a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e77d240f968b9b00.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-4ee1cdbeb2bccd78.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-8afcbd4e255af8a0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
39982024-08-26T23:38:49.896Z 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=e0977bde7e59503e -C extra-filename=-e0977bde7e59503e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.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-2150b920d991e600.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-7296041c0fd81490.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e45330f5c36e2940.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.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-d939558aaa79a1c5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-599d8f15621b0c55.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-7fa77d4cf914a3aa.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-545877ac7f8ab62f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern parse_size=/work/oxidecomputer/omicron/target/debug/deps/libparse_size-93c89df6fe796d16.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d0890cdebab6435b.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-662be56d9856735a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-4bf70369cde44e16.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-095aade90ef040ee.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-55875e6842c27f35.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4ee1cdbeb2bccd78.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3e3b5887cb195d6a.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-24b0f555a8f36ff1.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-c883dcfe2d3789aa.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-6ebf38a6a91ea6c2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6c6f54072d2f2878/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
39992024-08-26T23:38:54.695Z 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=79ee7e78e33d31bf -C extra-filename=-79ee7e78e33d31bf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e45330f5c36e2940.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-c2347fad732d23bd.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-8755f378a0d2712e.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-b89264e272469066.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e00f4c951e7553ce.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-599d8f15621b0c55.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-2ca2b0391baf3667.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-98a67a59a334178d.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-212ccd69ea1f7ca3.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-e57af29bfd32788c.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-5f98710db9d2f2e1.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6f4fa914f239165.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-75f7136ecb491316.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-3900b51f53886719.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-093c9d1ea7a6082f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-067b183b3e29678c.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-d0890cdebab6435b.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-878a8767bd0518bb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-cb8c86c5f719f8c5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-d26dd0c684b20e7f.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-9ce22f8aa160a4c2.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-4ee1cdbeb2bccd78.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.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-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
40002024-08-26T23:38:57.185Z 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=5f9b98c1474656d0 -C extra-filename=-5f9b98c1474656d0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-eaec0f1802c5ca04.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-18d404915a4b87df.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e9014c6e08bb65e0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-711eb3fcee73ab92.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-ae856f90860609d1.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-599d8f15621b0c55.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7cbe6fda78a13e6a.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-8d092187d581c30f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4ee1cdbeb2bccd78.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3e3b5887cb195d6a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64`
40012024-08-26T23:38:59.261Z 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=41202489314e6bec -C extra-filename=-41202489314e6bec --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-e9014c6e08bb65e0.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-bad3b78d6436f259.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-093c9d1ea7a6082f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-1efd91d82abcfd5c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-917d25e39322890a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
40022024-08-26T23:39:00.628Z 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=c6716f5879a2a416 -C extra-filename=-c6716f5879a2a416 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-18d404915a4b87df.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e9014c6e08bb65e0.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3c3a4aeac3b1659a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-bad3b78d6436f259.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-545877ac7f8ab62f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-97df5285e75fc989.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7cbe6fda78a13e6a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e77d240f968b9b00.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4ee1cdbeb2bccd78.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
40032024-08-26T23:39:01.610Z 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=46ea7daa44a06880 -C extra-filename=-46ea7daa44a06880 --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-b792cecba43cac9d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e9014c6e08bb65e0.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-5f98710db9d2f2e1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-093c9d1ea7a6082f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-1efd91d82abcfd5c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-917d25e39322890a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
40042024-08-26T23:39:04.498Z 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=5c484ce245bea226 -C extra-filename=-5c484ce245bea226 --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-e9014c6e08bb65e0.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-ae856f90860609d1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-093c9d1ea7a6082f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64`
40052024-08-26T23:39:07.068Z 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=cd13d9975e6b5ec6 -C extra-filename=-cd13d9975e6b5ec6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-eaec0f1802c5ca04.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-18d404915a4b87df.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e9014c6e08bb65e0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-711eb3fcee73ab92.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-ae856f90860609d1.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-599d8f15621b0c55.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7cbe6fda78a13e6a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4ee1cdbeb2bccd78.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3e3b5887cb195d6a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64`
40062024-08-26T23:39:10.390Z 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=e9bde3ca57d22582 -C extra-filename=-e9bde3ca57d22582 --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-8599901668faa364.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-5f98710db9d2f2e1.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6f4fa914f239165.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-3900b51f53886719.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-093c9d1ea7a6082f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-067b183b3e29678c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-3744a5568f7cc6d7.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b6e9a448b359ba01.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8966d7042f423cc1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
40072024-08-26T23:39:10.761Z 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=5b1501d0d61acc47 -C extra-filename=-5b1501d0d61acc47 --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-212ccd69ea1f7ca3.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-5f98710db9d2f2e1.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6f4fa914f239165.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
40082024-08-26T23:39:12.945Z 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=f74afc4dc772eba8 -C extra-filename=-f74afc4dc772eba8 --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-e9014c6e08bb65e0.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6f4fa914f239165.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-093c9d1ea7a6082f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
40092024-08-26T23:39:16.005Z 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=a29003eaa9f03e2e -C extra-filename=-a29003eaa9f03e2e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-eaec0f1802c5ca04.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-318a5098f60bf2e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e45330f5c36e2940.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-5f98710db9d2f2e1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-545877ac7f8ab62f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-093c9d1ea7a6082f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-067b183b3e29678c.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-edb249c9f6019aba.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-7ecd7cc1ef36ea45.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-4c497ff74b1d7ab1.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-c58055ba21974de5.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-917d25e39322890a.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-3e3b5887cb195d6a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
40102024-08-26T23:39:21.593Z 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=b46132567f0cba33 -C extra-filename=-b46132567f0cba33 --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-8599901668faa364.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e9014c6e08bb65e0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7309206c31ed76bc.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c086ee7b27d2f7df.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-c492fcfaa7724c06.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-551f41149d24b2b0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-97df5285e75fc989.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d0890cdebab6435b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.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-e77d240f968b9b00.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4ee1cdbeb2bccd78.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
40112024-08-26T23:39:29.145Z 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=48f1094ef47d3e35 -C extra-filename=-48f1094ef47d3e35 --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-e00f4c951e7553ce.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-dbb962018d449b09.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.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-19476516253bd8c8.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-18d2f5765b7a5050.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-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
40122024-08-26T23:39:31.932Z 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=ce712e8a20d7a298 -C extra-filename=-ce712e8a20d7a298 --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-e00f4c951e7553ce.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-dbb962018d449b09.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.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-19476516253bd8c8.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-18d2f5765b7a5050.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-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
40132024-08-26T23:39:36.997Z 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=6e6c18e11a7d6310 -C extra-filename=-6e6c18e11a7d6310 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-18d404915a4b87df.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3f3226cf570fe6e2.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-447e780bcfedaf5a.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-403a1c40ccaaeb58.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e9014c6e08bb65e0.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-f936f5589f422a08.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-1df3c7b1c45bee2a.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-005adb14efb74d45.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-7a6607caad79c9e0.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7309206c31ed76bc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-966337b29a6969eb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-0a006bd7c4acdb31.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-224a9f896df65ec4.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e77d240f968b9b00.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-a0c530543821bba1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4ee1cdbeb2bccd78.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3e3b5887cb195d6a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
40142024-08-26T23:39:38.242Z 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=78d94b2b9220b182 -C extra-filename=-78d94b2b9220b182 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-18d404915a4b87df.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3f3226cf570fe6e2.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-447e780bcfedaf5a.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-403a1c40ccaaeb58.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e9014c6e08bb65e0.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-f936f5589f422a08.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-1df3c7b1c45bee2a.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-005adb14efb74d45.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-7a6607caad79c9e0.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7309206c31ed76bc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-966337b29a6969eb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-0a006bd7c4acdb31.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-224a9f896df65ec4.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e77d240f968b9b00.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-a0c530543821bba1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4ee1cdbeb2bccd78.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3e3b5887cb195d6a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
40152024-08-26T23:39:39.976Z 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=8ad22760066ffb5b -C extra-filename=-8ad22760066ffb5b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-18d404915a4b87df.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3f3226cf570fe6e2.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-447e780bcfedaf5a.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-403a1c40ccaaeb58.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e9014c6e08bb65e0.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-f936f5589f422a08.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-1df3c7b1c45bee2a.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-005adb14efb74d45.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-7a6607caad79c9e0.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7309206c31ed76bc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-966337b29a6969eb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-0a006bd7c4acdb31.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-224a9f896df65ec4.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e77d240f968b9b00.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-a0c530543821bba1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4ee1cdbeb2bccd78.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3e3b5887cb195d6a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
40162024-08-26T23:39:42.493Z 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=526673fca937db61 -C extra-filename=-526673fca937db61 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-eaec0f1802c5ca04.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e45330f5c36e2940.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-e00f4c951e7553ce.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-78282c4fc10a7e7e.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-97f914af924ca2b7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-545877ac7f8ab62f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-093c9d1ea7a6082f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d0890cdebab6435b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-889dc025245dad4f.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-4ee1cdbeb2bccd78.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5fd8f6907951d8d9/out`
40172024-08-26T23:39:46.693Z 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=efaf5decd24e71ec -C extra-filename=-efaf5decd24e71ec --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-fe5f81438ffce0c3.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-5d39f2eb1424d60a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-cb098b840eb5a761.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8966d7042f423cc1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-917d25e39322890a.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-4ee1cdbeb2bccd78.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
40182024-08-26T23:39:49.079Z 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=67ad9809110b0ecb -C extra-filename=-67ad9809110b0ecb --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-711eb3fcee73ab92.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-599d8f15621b0c55.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-da15238f63c48426.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.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-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
40192024-08-26T23:39:54.023Z 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=ecb78f9289aec563 -C extra-filename=-ecb78f9289aec563 --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-2f8000a2198a9279.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-551f41149d24b2b0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4e0862c1640774bb.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.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-d7278fad9f84f0d2.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-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
40202024-08-26T23:40:21.095Z 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=4cf2adb23b899b24 -C extra-filename=-4cf2adb23b899b24 --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-78282c4fc10a7e7e.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-98a67a59a334178d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
40212024-08-26T23:40:21.095Z 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=90f459035f5c9e94 -C extra-filename=-90f459035f5c9e94 --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-0536672ca08aed51.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-3744a5568f7cc6d7.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b6e9a448b359ba01.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8966d7042f423cc1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9b5f28947640dc85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
40222024-08-26T23:40:21.110Z 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=94b977b78f7a0838 -C extra-filename=-94b977b78f7a0838 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.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-5970ec29a687f38a.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-76c61018a63c3f6f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-78282c4fc10a7e7e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-551f41149d24b2b0.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-53a3cbfeed308348.rlib --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-ba4c1e913d3f904c.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-98a67a59a334178d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-545877ac7f8ab62f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-093c9d1ea7a6082f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d0890cdebab6435b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-917d25e39322890a.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-45d8c29f782b9ad0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4ee1cdbeb2bccd78.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5fd8f6907951d8d9/out`
40232024-08-26T23:40:21.138Z 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=49918e2a910e768d -C extra-filename=-49918e2a910e768d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-78282c4fc10a7e7e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-551f41149d24b2b0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4e0862c1640774bb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-fbf3e444deddd920.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-4ee1cdbeb2bccd78.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9b5f28947640dc85.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
40242024-08-26T23:40:25.604Z 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=fa5187209061e114 -C extra-filename=-fa5187209061e114 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e9014c6e08bb65e0.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c086ee7b27d2f7df.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-0536672ca08aed51.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
40252024-08-26T23:40:28.051Z 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=064c12cbe0e31e1b -C extra-filename=-064c12cbe0e31e1b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-eaec0f1802c5ca04.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-5f98710db9d2f2e1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-093c9d1ea7a6082f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-067b183b3e29678c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-3744a5568f7cc6d7.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b6e9a448b359ba01.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8966d7042f423cc1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
40262024-08-26T23:40:28.115Z 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=e177ad9695a633fb -C extra-filename=-e177ad9695a633fb --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-6ad97fa9dbd6108d.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-3900b51f53886719.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-093c9d1ea7a6082f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-917d25e39322890a.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-d7278fad9f84f0d2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
40272024-08-26T23:40:33.819Z 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=2b8f9920c288c1c3 -C extra-filename=-2b8f9920c288c1c3 --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-6ad97fa9dbd6108d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-093c9d1ea7a6082f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-067b183b3e29678c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-3744a5568f7cc6d7.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b6e9a448b359ba01.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8966d7042f423cc1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-917d25e39322890a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
40282024-08-26T23:40:33.839Z 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=2e8d8ef334a47935 -C extra-filename=-2e8d8ef334a47935 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-20dd09634c042122.so --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-8599901668faa364.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-18d404915a4b87df.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-04dcbd02286a21fb.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-403a1c40ccaaeb58.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e9014c6e08bb65e0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-65b8e4ddedc3f692.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7309206c31ed76bc.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-2ca2b0391baf3667.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-8f457ee7cc0d5dfa.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a6c5e59db985c498.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-5f98710db9d2f2e1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-3900b51f53886719.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-093c9d1ea7a6082f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-fec373713784d663.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-067b183b3e29678c.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-323f5bbca5534923.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-aa2fc19618e8223a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4e0862c1640774bb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-fbf3e444deddd920.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-9ce22f8aa160a4c2.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-d7278fad9f84f0d2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
40292024-08-26T23:40:35.972Z 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=3e9297773ae002be -C extra-filename=-3e9297773ae002be --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-53635cf641f36b63.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e9014c6e08bb65e0.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-65b8e4ddedc3f692.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-c9380d86e5571d46.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-cedc2b4cdec5a13d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-067b183b3e29678c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-095aade90ef040ee.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-917d25e39322890a.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-4ee1cdbeb2bccd78.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3e3b5887cb195d6a.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9b5f28947640dc85.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
40302024-08-26T23:40:37.183Z 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=0ff6fa241ea8bf74 -C extra-filename=-0ff6fa241ea8bf74 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-18d404915a4b87df.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-9828f2522cf631d5.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-5b93e5f39a9b5d10.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-ea934cee069a01b2.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-f91f1b980093b5a3.rlib --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-3e3b5887cb195d6a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
40312024-08-26T23:40:37.946Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_schema --edition=2021 oximeter/schema/src/bin/oximeter-schema.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0be79df132c7bc53 -C extra-filename=-0be79df132c7bc53 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-18d404915a4b87df.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-830498e334c402a9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-5b93e5f39a9b5d10.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-f91f1b980093b5a3.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 schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a33837303a60c71a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3e3b5887cb195d6a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
40322024-08-26T23:40:38.319Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli)
40332024-08-26T23:40:38.322Z 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=179c807f4208fe71 -C extra-filename=-179c807f4208fe71 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-18d404915a4b87df.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e9014c6e08bb65e0.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-005adb14efb74d45.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3c3a4aeac3b1659a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4ee1cdbeb2bccd78.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
40342024-08-26T23:40:40.053Z 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=e169ea1ec4057f75 -C extra-filename=-e169ea1ec4057f75 --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-26727ea9ed4b2c03.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-3213bef08119f761.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-62340fd4291ab428.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-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
40352024-08-26T23:40:40.485Z 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=bdb8930ba3af758a -C extra-filename=-bdb8930ba3af758a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-12ec3418b0966058.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e45330f5c36e2940.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e9014c6e08bb65e0.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e00f4c951e7553ce.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-8d2186ee4719d627.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-5970ec29a687f38a.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-b24b3056c0fa6188.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-599d8f15621b0c55.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7309206c31ed76bc.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-551f41149d24b2b0.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-5157595342184c85.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-212ccd69ea1f7ca3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-545877ac7f8ab62f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-fc1210f8ac466272.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-7ecd7cc1ef36ea45.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8966d7042f423cc1.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-662be56d9856735a.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-765bcc68d51e2749.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-703f5ff0922fc8c2.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-55875e6842c27f35.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-a0c530543821bba1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4ee1cdbeb2bccd78.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-45d2b2041bdff498.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-8afcbd4e255af8a0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.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-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
40362024-08-26T23:40:41.586Z 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=d9df0b3892822fa1 -C extra-filename=-d9df0b3892822fa1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-12ec3418b0966058.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e45330f5c36e2940.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e9014c6e08bb65e0.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e00f4c951e7553ce.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-8d2186ee4719d627.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-5970ec29a687f38a.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-b24b3056c0fa6188.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-599d8f15621b0c55.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7309206c31ed76bc.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-551f41149d24b2b0.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-5157595342184c85.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-212ccd69ea1f7ca3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-fc1210f8ac466272.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-7ecd7cc1ef36ea45.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8966d7042f423cc1.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-662be56d9856735a.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-765bcc68d51e2749.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-703f5ff0922fc8c2.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-55875e6842c27f35.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-a0c530543821bba1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4ee1cdbeb2bccd78.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-45d2b2041bdff498.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-8afcbd4e255af8a0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.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-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
40372024-08-26T23:40:41.667Z 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=458ba09e0450e70b -C extra-filename=-458ba09e0450e70b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-12ec3418b0966058.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e45330f5c36e2940.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e9014c6e08bb65e0.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e00f4c951e7553ce.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-8d2186ee4719d627.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-5970ec29a687f38a.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-b24b3056c0fa6188.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-599d8f15621b0c55.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7309206c31ed76bc.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-551f41149d24b2b0.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-5157595342184c85.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-212ccd69ea1f7ca3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-545877ac7f8ab62f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-fc1210f8ac466272.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-7ecd7cc1ef36ea45.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8966d7042f423cc1.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-662be56d9856735a.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-765bcc68d51e2749.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-703f5ff0922fc8c2.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-55875e6842c27f35.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-a0c530543821bba1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4ee1cdbeb2bccd78.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-45d2b2041bdff498.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-8afcbd4e255af8a0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.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-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
40382024-08-26T23:40:43.854Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name oxql_types --edition=2021 oximeter/oxql-types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=81da55ec9032ac7d -C extra-filename=-81da55ec9032ac7d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-1afa1300e0ddf1c3.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-11024960b20c5ca2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-f91f1b980093b5a3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
40392024-08-26T23:40:45.277Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_schema --edition=2021 oximeter/schema/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e1abf53ffcfa0830 -C extra-filename=-e1abf53ffcfa0830 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-18d404915a4b87df.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-830498e334c402a9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-f91f1b980093b5a3.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 schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a33837303a60c71a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3e3b5887cb195d6a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
40402024-08-26T23:40:47.783Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_test_utils --edition=2021 oximeter/test-utils/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d7dd8d1bfd3fac42 -C extra-filename=-d7dd8d1bfd3fac42 --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-8599901668faa364.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-9828f2522cf631d5.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-f91f1b980093b5a3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
40412024-08-26T23:40:54.565Z Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
40422024-08-26T23:40:54.568Z 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=f9591b443a859994 -C extra-filename=-f9591b443a859994 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e45330f5c36e2940.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-18d404915a4b87df.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-551f41149d24b2b0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-545877ac7f8ab62f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-fec373713784d663.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-7ecd7cc1ef36ea45.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-703f5ff0922fc8c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4ee1cdbeb2bccd78.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
40432024-08-26T23:40:56.750Z 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=00bc0a0cb9e8c62e -C extra-filename=-00bc0a0cb9e8c62e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e45330f5c36e2940.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-18d404915a4b87df.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-551f41149d24b2b0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-545877ac7f8ab62f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-fec373713784d663.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-7ecd7cc1ef36ea45.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-703f5ff0922fc8c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4ee1cdbeb2bccd78.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
40442024-08-26T23:40:57.081Z 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=b999cc3ba57bdb48 -C extra-filename=-b999cc3ba57bdb48 --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-6ad97fa9dbd6108d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-545877ac7f8ab62f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-fec373713784d663.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-1b60d4a49558a731.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-7ecd7cc1ef36ea45.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-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
40452024-08-26T23:40:57.323Z 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=b6a5aeda4230a296 -C extra-filename=-b6a5aeda4230a296 --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-551f41149d24b2b0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-545877ac7f8ab62f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-703f5ff0922fc8c2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
40462024-08-26T23:40:57.473Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
40472024-08-26T23:40:57.476Z 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=f77784e9a4c8e59c -C extra-filename=-f77784e9a4c8e59c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e9014c6e08bb65e0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-545877ac7f8ab62f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4ee1cdbeb2bccd78.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
40482024-08-26T23:40:59.426Z 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=669ef0df2cb06f94 -C extra-filename=-669ef0df2cb06f94 --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-8599901668faa364.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-3744a5568f7cc6d7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8966d7042f423cc1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
40492024-08-26T23:40:59.508Z 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=7b63541236c7bed2 -C extra-filename=-7b63541236c7bed2 --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-8599901668faa364.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e9014c6e08bb65e0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
40502024-08-26T23:41:00.323Z 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=e68d1fe25cb05574 -C extra-filename=-e68d1fe25cb05574 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.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-b3d610d1cedae901.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-325983a483f82094.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e45330f5c36e2940.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-84d6a5bbaef9329c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-2ca2b0391baf3667.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-551f41149d24b2b0.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-98a67a59a334178d.rlib --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-b1a54d07005cc8e8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-093c9d1ea7a6082f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-a25088a3cdec8233.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-c3bc5d475079b64b.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-78fef15460e29150.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-067b183b3e29678c.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b6e9a448b359ba01.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.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-4ee1cdbeb2bccd78.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3e3b5887cb195d6a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rlib --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-9ffcccbeeda8d38c.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-495f4f46760fc11c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64 --check-cfg 'cfg(svcadm_autoclear)'`
40512024-08-26T23:41:01.499Z 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=362ff3718b8984a1 -C extra-filename=-362ff3718b8984a1 --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-e9014c6e08bb65e0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-093c9d1ea7a6082f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
40522024-08-26T23:41:01.912Z 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=19497b718cefdda8 -C extra-filename=-19497b718cefdda8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e9014c6e08bb65e0.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e00f4c951e7553ce.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-551f41149d24b2b0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-fbf3e444deddd920.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-45d2b2041bdff498.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3e3b5887cb195d6a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
40532024-08-26T23:41:02.801Z 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=a5121a0892fe9456 -C extra-filename=-a5121a0892fe9456 --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-2ca2b0391baf3667.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-067b183b3e29678c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d0890cdebab6435b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
40542024-08-26T23:41:03.258Z 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=173745513d271893 -C extra-filename=-173745513d271893 --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-68ec4873a140f59f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-b7c2c873485a1910.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-c58055ba21974de5.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-4ee1cdbeb2bccd78.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-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
40552024-08-26T23:41:05.558Z 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=ecf59486eb5b55ef -C extra-filename=-ecf59486eb5b55ef --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-8599901668faa364.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7309206c31ed76bc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-cb098b840eb5a761.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d0890cdebab6435b.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b6e9a448b359ba01.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8966d7042f423cc1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
40562024-08-26T23:41:11.327Z 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=79c74d27617bfe4d -C extra-filename=-79c74d27617bfe4d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-20dd09634c042122.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-eaec0f1802c5ca04.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-e9aff558245a2ac5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e45330f5c36e2940.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e9014c6e08bb65e0.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e00f4c951e7553ce.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-599d8f15621b0c55.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7309206c31ed76bc.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-2ca2b0391baf3667.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-551f41149d24b2b0.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-98a67a59a334178d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-aa54747c64f4d4b2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-093c9d1ea7a6082f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-067b183b3e29678c.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-aa2fc19618e8223a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-3744a5568f7cc6d7.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-cb098b840eb5a761.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4e0862c1640774bb.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d0890cdebab6435b.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b6e9a448b359ba01.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8966d7042f423cc1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-cb8c86c5f719f8c5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-4c497ff74b1d7ab1.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-8ce276b9163974ea.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-fbf3e444deddd920.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-4ee1cdbeb2bccd78.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3e3b5887cb195d6a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
40572024-08-26T23:41:11.567Z 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=2247888fc5bc2e03 -C extra-filename=-2247888fc5bc2e03 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e00f4c951e7553ce.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7309206c31ed76bc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-3744a5568f7cc6d7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8966d7042f423cc1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.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-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
40582024-08-26T23:41:15.446Z 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=1d1ca0fc4a1535fa -C extra-filename=-1d1ca0fc4a1535fa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-005adb14efb74d45.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7309206c31ed76bc.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c086ee7b27d2f7df.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-3744a5568f7cc6d7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d0890cdebab6435b.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b6e9a448b359ba01.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8966d7042f423cc1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4ee1cdbeb2bccd78.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
40592024-08-26T23:41:18.386Z 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=c318b4d0260a5bfd -C extra-filename=-c318b4d0260a5bfd --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-8599901668faa364.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-093c9d1ea7a6082f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-3744a5568f7cc6d7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8966d7042f423cc1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.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-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
40602024-08-26T23:41:19.903Z 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=251a0301a82e22f2 -C extra-filename=-251a0301a82e22f2 --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-8599901668faa364.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-711eb3fcee73ab92.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-3744a5568f7cc6d7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d0890cdebab6435b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8966d7042f423cc1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
40612024-08-26T23:41:19.969Z 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=87af21a2e3f1c739 -C extra-filename=-87af21a2e3f1c739 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-18d404915a4b87df.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-551f41149d24b2b0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-7ecd7cc1ef36ea45.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4ee1cdbeb2bccd78.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
40622024-08-26T23:41:22.494Z 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=2077460a58448b9c -C extra-filename=-2077460a58448b9c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-18d404915a4b87df.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-26727ea9ed4b2c03.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8966d7042f423cc1.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-095aade90ef040ee.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-e77d240f968b9b00.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d605b07ab2a0de30.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-55875e6842c27f35.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4ee1cdbeb2bccd78.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
40632024-08-26T23:41:25.492Z 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=eb2e434f314b429b -C extra-filename=-eb2e434f314b429b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-18d404915a4b87df.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-78fef15460e29150.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-7e3bc97d4b08f948.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
40642024-08-26T23:41:26.904Z 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=dc654d9c0e19238d -C extra-filename=-dc654d9c0e19238d --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-8599901668faa364.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e9014c6e08bb65e0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
40652024-08-26T23:41:27.015Z 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=67ad15046c3d107d -C extra-filename=-67ad15046c3d107d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-18d404915a4b87df.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-7e3bc97d4b08f948.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
40662024-08-26T23:41:27.202Z 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=2132677ec4edff7a -C extra-filename=-2132677ec4edff7a --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-8f457ee7cc0d5dfa.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4ec299dfa0e92da3.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40672024-08-26T23:41:27.849Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustc --crate-name openapi_manager_types --edition=2021 dev-tools/openapi-manager/types/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b2a7e17683a002df -C extra-filename=-b2a7e17683a002df --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
40682024-08-26T23:41:28.383Z 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=55d06862e5b9b0db -C extra-filename=-55d06862e5b9b0db --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-26727ea9ed4b2c03.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-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
40692024-08-26T23:41:28.410Z 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=16e7410516b3cfd1 -C extra-filename=-16e7410516b3cfd1 --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-26727ea9ed4b2c03.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-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
40702024-08-26T23:41:28.862Z 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=bc10be11b7191e9d -C extra-filename=-bc10be11b7191e9d --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-26727ea9ed4b2c03.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-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
40712024-08-26T23:41:29.275Z 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=5b795887e4ac9b99 -C extra-filename=-5b795887e4ac9b99 --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-26727ea9ed4b2c03.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
40722024-08-26T23:41:29.430Z 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=9ee93562024ca5d9 -C extra-filename=-9ee93562024ca5d9 --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-26727ea9ed4b2c03.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-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
40732024-08-26T23:41:29.771Z 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=37252526c6fded5d -C extra-filename=-37252526c6fded5d --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-6e9acfc53597887c.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-ccd418511fd0e494.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.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-8e41b751a0ccc20a.rlib --extern bstr=/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-7296041c0fd81490.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-ee5fc3c47faac230.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-18d404915a4b87df.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-8b135c539e8f94b8.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-4b67e8dd0f215dc6.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-cc8c6f66177655eb.rlib --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-e6f841b1e5437932.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-ecbca71b0fc94280.rlib --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-89864ba25cc11d31.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-5d39f2eb1424d60a.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-a0bd0e7d45708eb7.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-e4d7abd680aec4b7.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-725dd47f885197a3.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-d939558aaa79a1c5.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-711eb3fcee73ab92.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-65767634d4000cd6.rlib --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-82dba1c6aa750728.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-4d6ae8c84e9444ff.rlib --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-b64630deae89861a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-599d8f15621b0c55.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-1df3c7b1c45bee2a.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-5570f39ece6a776c.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c086ee7b27d2f7df.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-838b0c6a07887d50.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-551f41149d24b2b0.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-2d7911560284ff5c.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-b58acb781e3bbc84.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-d7aaee262faf2cbb.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-5ba3e73c543b84ff.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-8e22a607cc27b13c.rlib --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-72c84ac99faa15a7.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-6c88c3419dd50b79.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 quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.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-8966d7042f423cc1.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-662be56d9856735a.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-ab25628c826f87ab.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-875671fddfd10789.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-5380524236143168.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-cb8c86c5f719f8c5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-f3995908aff446a0.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-095aade90ef040ee.rlib --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-3f2eed7877441fdb.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-fb7801688e79354e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-90c42fabfdf6af03.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-c0e11bad9d6e07ea.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-d52e3d8c16e8a214.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-8bbc893b3e799bb4.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-eaa35e1e3fce1599.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4ee1cdbeb2bccd78.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-45d2b2041bdff498.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-7d36d0d8dae0ec08.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-cc3443c69aa91ffb.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-285ef98ad16b5f7d.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-a13a239ec45c3af2.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-0871d168f4a43476.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-d27e04d35aedf7ad.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-8afcbd4e255af8a0.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-e408134f56547e55.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.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-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64`
40742024-08-26T23:43:16.431Z 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=3f872a9fbd63252d -C extra-filename=-3f872a9fbd63252d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-18d404915a4b87df.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e9014c6e08bb65e0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-551f41149d24b2b0.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-212ccd69ea1f7ca3.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-737842d7c2c607b0.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-be48802a6881a34b.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-5b90f7e65c194962.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.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-6cf40431b7686480.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4ee1cdbeb2bccd78.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3e3b5887cb195d6a.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-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6c6f54072d2f2878/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-5fd8f6907951d8d9/out -L native=/usr/lib/amd64`
40752024-08-26T23:43:16.447Z 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=3113afdf13f9bdae -C extra-filename=-3113afdf13f9bdae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-a55bc501e5acb627.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-b5da45619c69bad7.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-b89264e272469066.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-403a1c40ccaaeb58.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-e19cd0b8e3ba84b2.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3c3a4aeac3b1659a.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-7e28ccd96dc058f1.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-8f457ee7cc0d5dfa.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-212ccd69ea1f7ca3.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-e8fedb0ff0d5d3ce.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-4439b23bcfe1f601.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-09c4a3be8322ba5b.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-5be1e326d134ec42.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-48fcdf0a346ec874.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-2b137d4cd07f548f.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-5f98710db9d2f2e1.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-be48802a6881a34b.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-60a0a90cddcd3770.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6f4fa914f239165.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-5b90f7e65c194962.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-545877ac7f8ab62f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-093c9d1ea7a6082f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-067b183b3e29678c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8966d7042f423cc1.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-d26dd0c684b20e7f.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-4ee1cdbeb2bccd78.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.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-c6aa214cd381f61b/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-6c6f54072d2f2878/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5fd8f6907951d8d9/out -L native=/usr/lib/amd64`
40762024-08-26T23:43:16.447Z 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=99c16b1fbf5e683d -C extra-filename=-99c16b1fbf5e683d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.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-a55bc501e5acb627.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-2150b920d991e600.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-7296041c0fd81490.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e45330f5c36e2940.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-7c9ffecaf989a77e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-18d404915a4b87df.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-b5da45619c69bad7.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-591e48648f37a4b1.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-345c65275f56273c.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-6bcfd8e75541580e.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-e28f768bf05ad976.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-b89264e272469066.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-3f3226cf570fe6e2.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-403a1c40ccaaeb58.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-53635cf641f36b63.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e9014c6e08bb65e0.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e00f4c951e7553ce.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-bc768b83042f573b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-65b8e4ddedc3f692.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-711eb3fcee73ab92.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-fe5932ff1f628cb3.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-b24b3056c0fa6188.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-599d8f15621b0c55.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-005adb14efb74d45.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7309206c31ed76bc.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-e19cd0b8e3ba84b2.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-7fa77d4cf914a3aa.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c086ee7b27d2f7df.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-6389d12d30e61d12.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-78282c4fc10a7e7e.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3c3a4aeac3b1659a.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-2ca2b0391baf3667.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-98a67a59a334178d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-aa54747c64f4d4b2.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-12b33d0b8ecc17fd.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-bad3b78d6436f259.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-212ccd69ea1f7ca3.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-e8fedb0ff0d5d3ce.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-4439b23bcfe1f601.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-e57af29bfd32788c.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-04e91821f8865c4e.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-09c4a3be8322ba5b.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-a5a329102d172477.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-5be1e326d134ec42.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-c115c195ed5868c5.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-48fcdf0a346ec874.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-2b137d4cd07f548f.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-06107b9d43e07993.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-5f98710db9d2f2e1.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-737842d7c2c607b0.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-be48802a6881a34b.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-60a0a90cddcd3770.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6f4fa914f239165.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-6ad97fa9dbd6108d.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-5b90f7e65c194962.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-3900b51f53886719.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-b83d422e1297148b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-545877ac7f8ab62f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-093c9d1ea7a6082f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.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-fd18489977b9c8a6.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5ba3e73c543b84ff.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-fec373713784d663.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-296b9596db3bb416.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-97df5285e75fc989.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-7872ed4e500328ec.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-425e1e0b77e18fe4.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-0eca7e8b63c07c8e.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d1eccdacb3b5beca.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-655c8e74f66c0c14.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-067b183b3e29678c.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-323f5bbca5534923.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-8e22a607cc27b13c.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-cb098b840eb5a761.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-edb249c9f6019aba.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d0890cdebab6435b.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-7ecd7cc1ef36ea45.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-8966d7042f423cc1.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-662be56d9856735a.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-765bcc68d51e2749.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-0825b86e4f23338d.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-e0ebabbe0f855964.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-cb8c86c5f719f8c5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-8ce276b9163974ea.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-fbf3e444deddd920.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-573f5d4714d8c2d7.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-d26dd0c684b20e7f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-1efd91d82abcfd5c.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-7cbe6fda78a13e6a.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-e77d240f968b9b00.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-8d092187d581c30f.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-9ce22f8aa160a4c2.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d605b07ab2a0de30.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-703f5ff0922fc8c2.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-a0c530543821bba1.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-09714f0ae484654a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4ee1cdbeb2bccd78.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-45d2b2041bdff498.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-cc3443c69aa91ffb.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-24b0f555a8f36ff1.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-eb24ac9ec1403c02.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-c2553da3d0be9a39.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-4400ba118d70d222.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.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-c6aa214cd381f61b/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-6c6f54072d2f2878/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5fd8f6907951d8d9/out`
40772024-08-26T23:43:16.455Z 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=f3e31c775258831e -C extra-filename=-f3e31c775258831e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.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-2150b920d991e600.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-7296041c0fd81490.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e45330f5c36e2940.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-7c9ffecaf989a77e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-18d404915a4b87df.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-b5da45619c69bad7.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-345c65275f56273c.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-6bcfd8e75541580e.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-e28f768bf05ad976.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-403a1c40ccaaeb58.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-53635cf641f36b63.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e9014c6e08bb65e0.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-bc768b83042f573b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-65b8e4ddedc3f692.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-b24b3056c0fa6188.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-599d8f15621b0c55.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-005adb14efb74d45.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7309206c31ed76bc.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c086ee7b27d2f7df.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-78282c4fc10a7e7e.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3c3a4aeac3b1659a.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-2ca2b0391baf3667.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-98a67a59a334178d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-aa54747c64f4d4b2.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-12b33d0b8ecc17fd.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-bad3b78d6436f259.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-212ccd69ea1f7ca3.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-e8fedb0ff0d5d3ce.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-4439b23bcfe1f601.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-e57af29bfd32788c.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-04e91821f8865c4e.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-09c4a3be8322ba5b.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-a5a329102d172477.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-5be1e326d134ec42.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-c115c195ed5868c5.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-48fcdf0a346ec874.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-2b137d4cd07f548f.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-06107b9d43e07993.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-5f98710db9d2f2e1.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-737842d7c2c607b0.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6f4fa914f239165.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-6ad97fa9dbd6108d.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-5b90f7e65c194962.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-3900b51f53886719.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-093c9d1ea7a6082f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-fec373713784d663.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-97df5285e75fc989.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-7872ed4e500328ec.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-0eca7e8b63c07c8e.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d1eccdacb3b5beca.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-655c8e74f66c0c14.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-067b183b3e29678c.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-323f5bbca5534923.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-cb098b840eb5a761.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-edb249c9f6019aba.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d0890cdebab6435b.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-878a8767bd0518bb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8966d7042f423cc1.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-662be56d9856735a.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-765bcc68d51e2749.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-0825b86e4f23338d.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-e0ebabbe0f855964.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-cb8c86c5f719f8c5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-8ce276b9163974ea.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-fbf3e444deddd920.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-d26dd0c684b20e7f.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-7cbe6fda78a13e6a.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-e77d240f968b9b00.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-9ce22f8aa160a4c2.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-a0c530543821bba1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4ee1cdbeb2bccd78.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-45d2b2041bdff498.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-cc3443c69aa91ffb.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-24b0f555a8f36ff1.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-4400ba118d70d222.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.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-c6aa214cd381f61b/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-6c6f54072d2f2878/out/lib`
40782024-08-26T23:43:16.466Z 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=f87b30817e46972d -C extra-filename=-f87b30817e46972d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-d65da3ab02c6d0c5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e45330f5c36e2940.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-18d404915a4b87df.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-403a1c40ccaaeb58.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e9014c6e08bb65e0.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e00f4c951e7553ce.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-838b0c6a07887d50.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-bad3b78d6436f259.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-4439b23bcfe1f601.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-c115c195ed5868c5.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-48fcdf0a346ec874.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-2b137d4cd07f548f.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-5f98710db9d2f2e1.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-be48802a6881a34b.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-60a0a90cddcd3770.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6f4fa914f239165.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-5b90f7e65c194962.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-545877ac7f8ab62f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-093c9d1ea7a6082f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-c77d94fa82a9345b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.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-703f5ff0922fc8c2.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-4ee1cdbeb2bccd78.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.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-c6aa214cd381f61b/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-6c6f54072d2f2878/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5fd8f6907951d8d9/out -L native=/usr/lib/amd64`
40792024-08-26T23:43:20.951Z 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=b41750b12502071a -C extra-filename=-b41750b12502071a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-18d404915a4b87df.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e9014c6e08bb65e0.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e00f4c951e7553ce.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-551f41149d24b2b0.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-212ccd69ea1f7ca3.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-737842d7c2c607b0.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-be48802a6881a34b.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-02f115bf1c9cd086.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-5b90f7e65c194962.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-545877ac7f8ab62f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-296b9596db3bb416.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-6cf40431b7686480.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-703f5ff0922fc8c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4ee1cdbeb2bccd78.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-45d2b2041bdff498.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3e3b5887cb195d6a.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-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6c6f54072d2f2878/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-5fd8f6907951d8d9/out -L native=/usr/lib/amd64`
40802024-08-26T23:43:33.207Z 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=ef2aa78e02017659 -C extra-filename=-ef2aa78e02017659 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-18d404915a4b87df.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e9014c6e08bb65e0.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e00f4c951e7553ce.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-551f41149d24b2b0.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-212ccd69ea1f7ca3.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-737842d7c2c607b0.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-be48802a6881a34b.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-02f115bf1c9cd086.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-5b90f7e65c194962.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-545877ac7f8ab62f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-296b9596db3bb416.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-6cf40431b7686480.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-703f5ff0922fc8c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4ee1cdbeb2bccd78.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-45d2b2041bdff498.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3e3b5887cb195d6a.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-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6c6f54072d2f2878/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-5fd8f6907951d8d9/out -L native=/usr/lib/amd64`
40812024-08-26T23:43:37.351Z 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=b4a532fe93046d1a -C extra-filename=-b4a532fe93046d1a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-a55bc501e5acb627.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e45330f5c36e2940.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-18d404915a4b87df.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-eb1b55b3d9ded965.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-345c65275f56273c.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-7bbbd3f4da410b18.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-b89264e272469066.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e9014c6e08bb65e0.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-5859d1b7689bc278.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e00f4c951e7553ce.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-65b8e4ddedc3f692.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-711eb3fcee73ab92.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-fe5932ff1f628cb3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7309206c31ed76bc.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-99eafe51d5160fa5.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3c3a4aeac3b1659a.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-2ca2b0391baf3667.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-c7e2f42601feaebd.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-bad3b78d6436f259.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-212ccd69ea1f7ca3.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-e8fedb0ff0d5d3ce.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-4439b23bcfe1f601.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-2b137d4cd07f548f.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-06107b9d43e07993.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-be48802a6881a34b.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-60a0a90cddcd3770.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6f4fa914f239165.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-5b90f7e65c194962.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-545877ac7f8ab62f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-093c9d1ea7a6082f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-7872ed4e500328ec.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-0eca7e8b63c07c8e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-eaeca34e00934ff5.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-c77d94fa82a9345b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-d26dd0c684b20e7f.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-703f5ff0922fc8c2.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-4ee1cdbeb2bccd78.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-d7278fad9f84f0d2.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-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6c6f54072d2f2878/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5fd8f6907951d8d9/out -L native=/usr/lib/amd64`
40822024-08-26T23:43:38.357Z 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=220dd018d4dfe469 -C extra-filename=-220dd018d4dfe469 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-a55bc501e5acb627.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e45330f5c36e2940.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-18d404915a4b87df.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-eb1b55b3d9ded965.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-345c65275f56273c.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-7bbbd3f4da410b18.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-b89264e272469066.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e9014c6e08bb65e0.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-5859d1b7689bc278.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e00f4c951e7553ce.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-65b8e4ddedc3f692.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-711eb3fcee73ab92.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-fe5932ff1f628cb3.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7309206c31ed76bc.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-99eafe51d5160fa5.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3c3a4aeac3b1659a.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-2ca2b0391baf3667.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-c7e2f42601feaebd.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-bad3b78d6436f259.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-212ccd69ea1f7ca3.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-e8fedb0ff0d5d3ce.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-4439b23bcfe1f601.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-2b137d4cd07f548f.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-06107b9d43e07993.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-be48802a6881a34b.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-60a0a90cddcd3770.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6f4fa914f239165.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-5b90f7e65c194962.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-545877ac7f8ab62f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-093c9d1ea7a6082f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-7872ed4e500328ec.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-0eca7e8b63c07c8e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-eaeca34e00934ff5.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-c77d94fa82a9345b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-d26dd0c684b20e7f.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-703f5ff0922fc8c2.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-4ee1cdbeb2bccd78.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-d7278fad9f84f0d2.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-c6aa214cd381f61b/out -L native=/usr/ssl-3/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6c6f54072d2f2878/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5fd8f6907951d8d9/out -L native=/usr/lib/amd64`
40832024-08-26T23:43:48.678Z 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=04f62c1a0d159e22 -C extra-filename=-04f62c1a0d159e22 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.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-a55bc501e5acb627.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-2150b920d991e600.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-7296041c0fd81490.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e45330f5c36e2940.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-7c9ffecaf989a77e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-18d404915a4b87df.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-b5da45619c69bad7.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-591e48648f37a4b1.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-345c65275f56273c.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-6bcfd8e75541580e.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-e28f768bf05ad976.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-b89264e272469066.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-3f3226cf570fe6e2.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-403a1c40ccaaeb58.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-53635cf641f36b63.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e9014c6e08bb65e0.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e00f4c951e7553ce.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-bc768b83042f573b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-65b8e4ddedc3f692.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-711eb3fcee73ab92.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-fe5932ff1f628cb3.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-b24b3056c0fa6188.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-599d8f15621b0c55.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-005adb14efb74d45.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7309206c31ed76bc.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-e19cd0b8e3ba84b2.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-7fa77d4cf914a3aa.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c086ee7b27d2f7df.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-6389d12d30e61d12.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-78282c4fc10a7e7e.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3c3a4aeac3b1659a.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-2ca2b0391baf3667.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-98a67a59a334178d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-aa54747c64f4d4b2.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-12b33d0b8ecc17fd.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-bad3b78d6436f259.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-212ccd69ea1f7ca3.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-e8fedb0ff0d5d3ce.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-4439b23bcfe1f601.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-e57af29bfd32788c.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-04e91821f8865c4e.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-09c4a3be8322ba5b.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-a5a329102d172477.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-5be1e326d134ec42.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-c115c195ed5868c5.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-48fcdf0a346ec874.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-2b137d4cd07f548f.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-06107b9d43e07993.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-5f98710db9d2f2e1.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-737842d7c2c607b0.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-be48802a6881a34b.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-60a0a90cddcd3770.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6f4fa914f239165.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-6ad97fa9dbd6108d.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-5b90f7e65c194962.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-3900b51f53886719.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-b83d422e1297148b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-545877ac7f8ab62f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-093c9d1ea7a6082f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.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-fd18489977b9c8a6.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5ba3e73c543b84ff.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-fec373713784d663.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-296b9596db3bb416.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-97df5285e75fc989.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-7872ed4e500328ec.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-425e1e0b77e18fe4.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-0eca7e8b63c07c8e.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d1eccdacb3b5beca.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-655c8e74f66c0c14.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-067b183b3e29678c.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-323f5bbca5534923.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-8e22a607cc27b13c.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-cb098b840eb5a761.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-edb249c9f6019aba.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d0890cdebab6435b.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-7ecd7cc1ef36ea45.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-8966d7042f423cc1.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-662be56d9856735a.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-765bcc68d51e2749.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-0825b86e4f23338d.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-e0ebabbe0f855964.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-cb8c86c5f719f8c5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-8ce276b9163974ea.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-fbf3e444deddd920.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-573f5d4714d8c2d7.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-d26dd0c684b20e7f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-1efd91d82abcfd5c.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-7cbe6fda78a13e6a.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-e77d240f968b9b00.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-8d092187d581c30f.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-9ce22f8aa160a4c2.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d605b07ab2a0de30.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-703f5ff0922fc8c2.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-a0c530543821bba1.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-09714f0ae484654a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4ee1cdbeb2bccd78.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-45d2b2041bdff498.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-cc3443c69aa91ffb.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-24b0f555a8f36ff1.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-eb24ac9ec1403c02.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-c2553da3d0be9a39.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-4400ba118d70d222.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.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-c6aa214cd381f61b/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-6c6f54072d2f2878/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5fd8f6907951d8d9/out`
40842024-08-26T23:43:49.010Z 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=4835422561d3957c -C extra-filename=-4835422561d3957c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.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-a55bc501e5acb627.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-2150b920d991e600.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-7296041c0fd81490.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e45330f5c36e2940.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-7c9ffecaf989a77e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-18d404915a4b87df.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-b5da45619c69bad7.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-591e48648f37a4b1.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-345c65275f56273c.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-6bcfd8e75541580e.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-e28f768bf05ad976.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-b89264e272469066.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-3f3226cf570fe6e2.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-403a1c40ccaaeb58.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-53635cf641f36b63.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e9014c6e08bb65e0.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e00f4c951e7553ce.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-bc768b83042f573b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-65b8e4ddedc3f692.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-711eb3fcee73ab92.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-fe5932ff1f628cb3.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-b24b3056c0fa6188.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-599d8f15621b0c55.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-005adb14efb74d45.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7309206c31ed76bc.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-e19cd0b8e3ba84b2.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-7fa77d4cf914a3aa.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c086ee7b27d2f7df.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-6389d12d30e61d12.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-78282c4fc10a7e7e.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3c3a4aeac3b1659a.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-2ca2b0391baf3667.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-98a67a59a334178d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-aa54747c64f4d4b2.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-12b33d0b8ecc17fd.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-bad3b78d6436f259.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-212ccd69ea1f7ca3.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-e8fedb0ff0d5d3ce.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-4439b23bcfe1f601.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-e57af29bfd32788c.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-04e91821f8865c4e.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-09c4a3be8322ba5b.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-a5a329102d172477.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-5be1e326d134ec42.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-c115c195ed5868c5.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-48fcdf0a346ec874.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-2b137d4cd07f548f.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-06107b9d43e07993.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-5f98710db9d2f2e1.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-737842d7c2c607b0.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-be48802a6881a34b.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-60a0a90cddcd3770.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6f4fa914f239165.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-6ad97fa9dbd6108d.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-5b90f7e65c194962.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-3900b51f53886719.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-b83d422e1297148b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-545877ac7f8ab62f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-093c9d1ea7a6082f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.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-fd18489977b9c8a6.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5ba3e73c543b84ff.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-fec373713784d663.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-296b9596db3bb416.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-97df5285e75fc989.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-7872ed4e500328ec.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-425e1e0b77e18fe4.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-0eca7e8b63c07c8e.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d1eccdacb3b5beca.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-655c8e74f66c0c14.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-067b183b3e29678c.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-323f5bbca5534923.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-8e22a607cc27b13c.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-cb098b840eb5a761.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-edb249c9f6019aba.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d0890cdebab6435b.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-7ecd7cc1ef36ea45.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-8966d7042f423cc1.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-662be56d9856735a.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-765bcc68d51e2749.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-0825b86e4f23338d.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-e0ebabbe0f855964.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-cb8c86c5f719f8c5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-8ce276b9163974ea.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-fbf3e444deddd920.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-573f5d4714d8c2d7.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-d26dd0c684b20e7f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-1efd91d82abcfd5c.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-7cbe6fda78a13e6a.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-e77d240f968b9b00.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-8d092187d581c30f.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-9ce22f8aa160a4c2.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d605b07ab2a0de30.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-703f5ff0922fc8c2.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-a0c530543821bba1.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-09714f0ae484654a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4ee1cdbeb2bccd78.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-45d2b2041bdff498.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-cc3443c69aa91ffb.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-24b0f555a8f36ff1.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-eb24ac9ec1403c02.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-c2553da3d0be9a39.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-4400ba118d70d222.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.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-c6aa214cd381f61b/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-6c6f54072d2f2878/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5fd8f6907951d8d9/out`
40852024-08-26T23:43:51.791Z 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=4079f2a779397c95 -C extra-filename=-4079f2a779397c95 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-d65da3ab02c6d0c5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e45330f5c36e2940.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-18d404915a4b87df.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-403a1c40ccaaeb58.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e9014c6e08bb65e0.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e00f4c951e7553ce.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-838b0c6a07887d50.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-bad3b78d6436f259.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-4439b23bcfe1f601.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-c115c195ed5868c5.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-48fcdf0a346ec874.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-2b137d4cd07f548f.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-5f98710db9d2f2e1.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-be48802a6881a34b.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-60a0a90cddcd3770.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6f4fa914f239165.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-5b90f7e65c194962.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-545877ac7f8ab62f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-093c9d1ea7a6082f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-c77d94fa82a9345b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.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-703f5ff0922fc8c2.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-4ee1cdbeb2bccd78.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.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-c6aa214cd381f61b/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-6c6f54072d2f2878/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5fd8f6907951d8d9/out -L native=/usr/lib/amd64`
40862024-08-26T23:43:52.750Z 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=b5c7d081d6d0edad -C extra-filename=-b5c7d081d6d0edad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.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-2150b920d991e600.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-7296041c0fd81490.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e45330f5c36e2940.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-7c9ffecaf989a77e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-18d404915a4b87df.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-b5da45619c69bad7.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-345c65275f56273c.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-6bcfd8e75541580e.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-e28f768bf05ad976.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-403a1c40ccaaeb58.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-53635cf641f36b63.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e9014c6e08bb65e0.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-bc768b83042f573b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-65b8e4ddedc3f692.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-b24b3056c0fa6188.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-599d8f15621b0c55.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-005adb14efb74d45.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7309206c31ed76bc.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c086ee7b27d2f7df.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-78282c4fc10a7e7e.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3c3a4aeac3b1659a.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-2ca2b0391baf3667.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-98a67a59a334178d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-aa54747c64f4d4b2.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-12b33d0b8ecc17fd.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-bad3b78d6436f259.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-212ccd69ea1f7ca3.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-e8fedb0ff0d5d3ce.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-4439b23bcfe1f601.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-e57af29bfd32788c.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-04e91821f8865c4e.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-09c4a3be8322ba5b.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-a5a329102d172477.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-5be1e326d134ec42.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-c115c195ed5868c5.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-48fcdf0a346ec874.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-2b137d4cd07f548f.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-06107b9d43e07993.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-5f98710db9d2f2e1.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-737842d7c2c607b0.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6f4fa914f239165.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-6ad97fa9dbd6108d.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-5b90f7e65c194962.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-3900b51f53886719.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-093c9d1ea7a6082f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-fec373713784d663.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-97df5285e75fc989.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-7872ed4e500328ec.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-0eca7e8b63c07c8e.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d1eccdacb3b5beca.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-655c8e74f66c0c14.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-067b183b3e29678c.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-323f5bbca5534923.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-cb098b840eb5a761.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-edb249c9f6019aba.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d0890cdebab6435b.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-878a8767bd0518bb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8966d7042f423cc1.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-662be56d9856735a.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-765bcc68d51e2749.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-0825b86e4f23338d.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-e0ebabbe0f855964.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-cb8c86c5f719f8c5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-8ce276b9163974ea.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-fbf3e444deddd920.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-d26dd0c684b20e7f.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-7cbe6fda78a13e6a.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-e77d240f968b9b00.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-9ce22f8aa160a4c2.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-a0c530543821bba1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4ee1cdbeb2bccd78.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-45d2b2041bdff498.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-cc3443c69aa91ffb.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-24b0f555a8f36ff1.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-4400ba118d70d222.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.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-c6aa214cd381f61b/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-6c6f54072d2f2878/out/lib`
40872024-08-27T00:00:56.217Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 32m 52s
40882024-08-27T00:01:11.206Z
40892024-08-27T00:01:11.212Zreal 33:08.730242613
40902024-08-27T00:01:11.213Zuser 1:49:01.427988327
40912024-08-27T00:01:11.213Zsys 22:33.777020390
40922024-08-27T00:01:11.213Ztrap 11.347674018
40932024-08-27T00:01:11.213Ztflt 13.970841386
40942024-08-27T00:01:11.213Zdflt 1:18:13.802817970
40952024-08-27T00:01:11.213Zkflt 0.704756399
40962024-08-27T00:01:11.213Zlock 6:22:44.491078706
40972024-08-27T00:01:11.213Zslp 16:49:27.531958519
40982024-08-27T00:01:11.213Zlat 8:19.549406933
40992024-08-27T00:01:11.213Zstop 7:13.262818485
41002024-08-27T00:01:12.222Z+ banner test
41012024-08-27T00:01:12.293Z+ ptime -m timeout 2h cargo nextest run --profile ci --locked --verbose
41022024-08-27T00:01:13.191Z
41032024-08-27T00:01:13.196Z ##### ###### #### #####
41042024-08-27T00:01:13.196Z # # # #
41052024-08-27T00:01:13.196Z # ##### #### #
41062024-08-27T00:01:13.196Z # # # #
41072024-08-27T00:01:13.196Z # # # # #
41082024-08-27T00:01:13.196Z # ###### #### #
41092024-08-27T00:01:13.196Z
41102024-08-27T00:01:16.615Zinfo: experimental features enabled: setup-scripts
41112024-08-27T00:01:18.235Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
41122024-08-27T00:01:18.372Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
41132024-08-27T00:01:18.387Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
41142024-08-27T00:01:18.408Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
41152024-08-27T00:01:30.777Z Finished `test` profile [unoptimized + debuginfo] target(s) in 14.12s
41162024-08-27T00:01:36.260Z Starting 1438 tests across 158 binaries (3 skipped; run ID: 06388e60-6eb6-4f99-b55e-b2a42583ee13, nextest profile: ci)
41172024-08-27T00:01:36.266Z SETUP [ 1/1] crdb-seed: cargo run -p crdb-seed --profile test
41182024-08-27T00:01:37.077Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
41192024-08-27T00:01:39.608Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
41202024-08-27T00:01:41.359Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
41212024-08-27T00:01:47.366Z Finished `test` profile [unoptimized + debuginfo] target(s) in 11.03s
41222024-08-27T00:01:47.484Z Running `target/debug/crdb-seed`
41232024-08-27T00:01:47.523ZAug 27 00:01:45.324 INFO cockroach temporary directory: /var/tmp/omicron_tmp/.tmpz9h4bX
41242024-08-27T00:01:47.527ZAug 27 00:01:45.324 INFO cockroach command line: cockroach start-single-node --insecure --http-addr=:0 --store=path=/var/tmp/omicron_tmp/crdb-base-build/.tmpkUefQY,ballast-size=0 --listen-addr [::1]:0 --listening-url-file /var/tmp/omicron_tmp/.tmpz9h4bX/listen-url
41252024-08-27T00:01:47.527ZAug 27 00:01:45.326 INFO cockroach environment: BUILDOMAT_JOB_ID=01J68G083TANJ2YYCR89HSEDE1 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=gjcolombo/sa-index-by-vmm-id GITHUB_REF=refs/heads/gjcolombo/sa-index-by-vmm-id GITHUB_REPOSITORY=oxidecomputer/omicron GITHUB_SHA=fb9ee7ec124b207283e475ca337d60acf7d16ca1 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-c6aa214cd381f61b/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-8d0dc696bec0a2c4/out:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6c6f54072d2f2878/out/lib:/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b045e230cf5220da/out/build:/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out:/work/oxidecomputer/omicron/target/debug/build/ring-cc481d78580a539c/out:/work/oxidecomputer/omicron/target/debug/build/tofino-5fd8f6907951d8d9/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-envE0vtFc NEXTEST_LD_LIBRARY_PATH=/work/oxidecomputer/omicron/target/debug/build/blake3-8d0dc696bec0a2c4/out:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6c6f54072d2f2878/out/lib:/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b045e230cf5220da/out/build:/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out:/work/oxidecomputer/omicron/target/debug/build/ring-cc481d78580a539c/out:/work/oxidecomputer/omicron/target/debug/build/tofino-5fd8f6907951d8d9/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=06388e60-6eb6-4f99-b55e-b2a42583ee13 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
41262024-08-27T00:01:48.716ZAug 27 00:01:46.518 INFO cockroach pid: 6062
41272024-08-27T00:01:48.716ZAug 27 00:01:46.518 INFO cockroach listen URL: postgresql://root@[::1]:42610/omicron?sslmode=disable
41282024-08-27T00:01:48.716ZAug 27 00:01:46.518 INFO cockroach: populating
41292024-08-27T00:01:51.223ZAug 27 00:01:49.025 INFO cockroach: populated
41302024-08-27T00:01:53.347ZAug 27 00:01:51.148 INFO Created CRDB seed tarball: `/var/tmp/omicron_tmp/crdb-base-build/63c831dbf3c2c28a0815f3cf4a62ed8457c54401ebb5acac40d42a009c365d78.tar`
41312024-08-27T00:01:53.355Z SETUP PASS [ 1/1] crdb-seed: cargo run -p crdb-seed --profile test
41322024-08-27T00:01:53.411Z PASS [ 0.033s] api_identity test::test_identity
41332024-08-27T00:01:53.411Z PASS [ 0.028s] api_identity test::test_identity_no_field
41342024-08-27T00:01:53.411Z PASS [ 0.030s] bootstore schemes::tests::hello_roundtrip
41352024-08-27T00:01:53.420Z PASS [ 0.017s] bootstore trust_quorum::rack_secret::tests::create_and_verify
41362024-08-27T00:01:53.420Z PASS [ 0.017s] bootstore trust_quorum::rack_secret::tests::secret_splitting_fails_with_threshold_larger_than_total_shares
41372024-08-27T00:01:53.420Z PASS [ 0.026s] bootstore schemes::v0::share_pkg::tests::create_packages
41382024-08-27T00:01:53.426Z PASS [ 0.056s] authz-macros tests::test_authz_snapshots
41392024-08-27T00:01:53.444Z PASS [ 0.020s] cockroach-admin-types tests::test_node_decommission_parse_with_no_trailing_notes
41402024-08-27T00:01:53.461Z PASS [ 0.018s] cockroach-admin-types tests::test_node_decommission_parse_with_trailing_notes
41412024-08-27T00:01:53.470Z PASS [ 0.092s] bootstore schemes::v0::peer::tests::network_config
41422024-08-27T00:01:53.479Z PASS [ 0.019s] cockroach-admin-types tests::test_node_decommission_parse_with_unexpected_membership_value
41432024-08-27T00:01:53.487Z PASS [ 0.016s] cockroach-admin-types tests::test_node_status_parse_multiple_lines_from_csv
41442024-08-27T00:01:53.495Z PASS [ 0.016s] cockroach-admin-types tests::test_node_status_parse_single_line_from_csv
41452024-08-27T00:01:53.503Z PASS [ 0.089s] cockroach-admin-types tests::node_status_parse_doesnt_panic_on_arbitrary_input
41462024-08-27T00:01:53.512Z PASS [ 0.099s] cockroach-admin-types tests::node_decommission_parse_doesnt_panic_on_arbitrary_input
41472024-08-27T00:01:53.658Z PASS [ 0.253s] cert-dev::test-cert-dev test_cert_create
41482024-08-27T00:01:53.760Z PASS [ 0.100s] db-macros lookup::test::test_lookup_snapshots
41492024-08-27T00:01:53.775Z PASS [ 0.274s] db-dev::test-db-dev test_db_dev_wipe_no_args
41502024-08-27T00:01:53.775Z PASS [ 0.285s] db-dev::test-db-dev test_db_dev_populate_no_args
41512024-08-27T00:01:53.807Z PASS [ 0.025s] db-macros tests::test_derive_metadata_identity_fails_for_enums
41522024-08-27T00:01:53.807Z PASS [ 0.019s] db-macros tests::test_derive_metadata_identity_fails_with_wrong_table_name_type
41532024-08-27T00:01:53.808Z PASS [ 0.018s] db-macros tests::test_derive_metadata_identity_fails_without_embedded_identity
41542024-08-27T00:01:53.815Z PASS [ 0.019s] db-macros tests::test_derive_metadata_identity_fails_without_table_name
41552024-08-27T00:01:53.815Z PASS [ 0.019s] db-macros tests::test_derive_metadata_identity_minimal_example_compiles
41562024-08-27T00:01:53.825Z PASS [ 0.025s] db-macros tests::test_derive_snapshots
41572024-08-27T00:01:53.833Z PASS [ 0.025s] db-macros tests::test_derive_with_unknown_field
41582024-08-27T00:01:54.083Z PASS [ 0.261s] dns-server storage::test::test_update_in_progress
41592024-08-27T00:01:54.097Z PASS [ 0.269s] dns-server storage::test::test_update_interrupted
41602024-08-27T00:01:54.103Z PASS [ 0.295s] dns-server storage::test::test_update_basic
41612024-08-27T00:01:54.487Z PASS [ 1.108s] bootstore schemes::v0::peer::tests::basic_3_nodes
41622024-08-27T00:01:54.636Z PASS [ 0.552s] dns-server::basic_test a_crud
41632024-08-27T00:01:54.650Z PASS [ 0.539s] dns-server::basic_test empty_record
41642024-08-27T00:01:54.651Z PASS [ 0.547s] dns-server::basic_test aaaa_crud
41652024-08-27T00:01:54.767Z PASS [ 0.283s] dns-server::basic_test multi_record_crud
41662024-08-27T00:01:58.954Z PASS [ 0.249s] dns-server::basic_test servfail
41672024-08-27T00:01:58.954Z PASS [ 0.279s] dns-server::basic_test nxdomain
41682024-08-27T00:01:58.954Z PASS [ 0.320s] dns-server::basic_test name_contains_zone
41692024-08-27T00:01:58.954Z PASS [ 0.092s] dns-service-client diff::test::diff_different
41702024-08-27T00:01:58.954Z PASS [ 0.069s] dns-service-client diff::test::diff_equivalent
41712024-08-27T00:01:58.954Z PASS [ 0.036s] dns-service-client diff::test::diff_invalid
41722024-08-27T00:01:58.954Z PASS [ 0.051s] gateway-cli::bin/gateway-cli picocom_map::tests::reject_invalid_rules
41732024-08-27T00:01:58.954Z PASS [ 0.032s] gateway-cli::bin/gateway-cli picocom_map::tests::remapping
41742024-08-27T00:01:58.955Z PASS [ 0.348s] dns-server::basic_test srv_crud
41752024-08-27T00:01:58.955Z PASS [ 0.044s] illumos-utils destructor::test::test_destructor_bad_close
41762024-08-27T00:01:58.955Z PASS [ 0.083s] illumos-utils destructor::test::test_delayed_delete
41772024-08-27T00:01:58.955Z PASS [ 0.029s] illumos-utils link::test::test_allocate
41782024-08-27T00:01:58.955Z PASS [ 0.029s] illumos-utils link::test::test_allocate_within_scopes
41792024-08-27T00:01:58.955Z PASS [ 0.029s] illumos-utils running_zone::tests::test_is_oxide_smf_service
41802024-08-27T00:01:58.955Z PASS [ 0.031s] illumos-utils zone::tests::test_parse_ip_network
41812024-08-27T00:01:58.955Z PASS [ 0.028s] illumos-utils zpool::test::test_parse_zpool
41822024-08-27T00:01:58.955Z PASS [ 0.027s] illumos-utils zpool::test::test_parse_zpool_missing_column
41832024-08-27T00:01:58.955Z PASS [ 0.692s] illumos-utils destructor::test::test_delayed_delete_with_error
41842024-08-27T00:01:58.955Z PASS [ 0.226s] installinator-common block_size_writer::tests::proptest_block_writer
41852024-08-27T00:01:58.955Z PASS [ 0.038s] internal-dns config::test::display_hosts
41862024-08-27T00:01:58.955Z PASS [ 0.026s] internal-dns config::test::display_srv_service
41872024-08-27T00:01:58.956Z PASS [ 0.054s] internal-dns config::test::test_builder_errors
41882024-08-27T00:01:58.956Z PASS [ 0.099s] internal-dns config::test::test_builder_output
41892024-08-27T00:01:58.956Z PASS [ 1.075s] internal-dns resolver::test::insert_and_lookup_multiple_records
41902024-08-27T00:01:58.974Z PASS [ 0.435s] internal-dns resolver::test::insert_and_lookup_one_record
41912024-08-27T00:01:58.974Z PASS [ 0.289s] internal-dns resolver::test::lookup_nonexistent_record_fails
41922024-08-27T00:01:58.974Z PASS [ 0.700s] internal-dns resolver::test::resolver_can_access_backup_dns_server
41932024-08-27T00:01:58.974Z PASS [ 3.972s] dns-server::commands_test test_dnsadm
41942024-08-27T00:01:59.152Z PASS [ 0.432s] internal-dns resolver::test::resolver_can_be_used_with_progenitor_client
41952024-08-27T00:01:59.254Z PASS [ 0.377s] internal-dns resolver::test::resolver_doesnt_bail_on_missing_targets
41962024-08-27T00:01:59.294Z PASS [ 0.041s] ipcc tests::deserialize_fixed_value
41972024-08-27T00:01:59.340Z PASS [ 0.049s] ipcc tests::installinator_image_id_round_trip
41982024-08-27T00:01:59.370Z PASS [ 0.030s] ipcc tests::serialized_size
41992024-08-27T00:01:59.461Z PASS [ 0.087s] key-manager tests::different_disks_produce_different_keys
42002024-08-27T00:01:59.469Z PASS [ 0.314s] internal-dns resolver::test::update_record
42012024-08-27T00:01:59.488Z PASS [ 0.031s] key-manager tests::different_ikm_produces_different_keys
42022024-08-27T00:01:59.497Z PASS [ 0.032s] key-manager tests::disk_encryption_key_epoch_0
42032024-08-27T00:01:59.510Z PASS [ 0.024s] key-manager tests::loading_key_for_old_epoch_loads_latest_epoch
42042024-08-27T00:01:59.650Z PASS [ 0.132s] nexus-auth authn::external::session_cookie::test::test_expired_cookie_idle
42052024-08-27T00:01:59.650Z PASS [ 0.146s] nexus-auth authn::external::session_cookie::test::test_expired_cookie_absolute
42062024-08-27T00:01:59.673Z PASS [ 0.030s] nexus-auth authn::external::session_cookie::test::test_garbage_cookie
42072024-08-27T00:01:59.682Z PASS [ 0.031s] nexus-auth authn::external::session_cookie::test::test_get_token
42082024-08-27T00:01:59.706Z PASS [ 0.031s] nexus-auth authn::external::session_cookie::test::test_get_token_no_header
42092024-08-27T00:01:59.713Z PASS [ 0.031s] nexus-auth authn::external::session_cookie::test::test_get_token_other_cookie_present
42102024-08-27T00:01:59.737Z PASS [ 0.032s] nexus-auth authn::external::session_cookie::test::test_missing_cookie
42112024-08-27T00:01:59.744Z PASS [ 0.031s] nexus-auth authn::external::session_cookie::test::test_other_cookie
42122024-08-27T00:01:59.759Z PASS [ 6.255s] db-dev::test-db-dev test_db_killed
42132024-08-27T00:01:59.768Z PASS [ 0.030s] nexus-auth authn::external::session_cookie::test::test_session_cookie_value
42142024-08-27T00:01:59.778Z PASS [ 0.034s] nexus-auth authn::external::session_cookie::test::test_session_cookie_value_error
42152024-08-27T00:01:59.803Z PASS [ 0.043s] nexus-auth authn::external::session_cookie::test::test_valid_cookie
42162024-08-27T00:01:59.810Z PASS [ 0.042s] nexus-auth authn::external::spoof::test::test_make_header_value
42172024-08-27T00:01:59.816Z PASS [ 0.039s] nexus-auth authn::external::spoof::test::test_make_header_value_raw
42182024-08-27T00:01:59.849Z PASS [ 0.025s] nexus-auth authn::external::spoof::test::test_spoof_header_valid
42192024-08-27T00:01:59.849Z PASS [ 0.033s] nexus-auth authn::external::spoof::test::test_spoof_header_missing
42202024-08-27T00:01:59.857Z PASS [ 0.055s] nexus-auth authn::external::spoof::test::test_spoof_header_bad_uuids
42212024-08-27T00:01:59.877Z PASS [ 0.034s] nexus-auth authn::external::spoof::test::test_spoof_reserved_values
42222024-08-27T00:01:59.887Z PASS [ 0.028s] nexus-auth authn::external::token::test::test_make_header_value
42232024-08-27T00:01:59.893Z PASS [ 0.040s] nexus-auth authn::external::test::test_authn_sequence
42242024-08-27T00:01:59.907Z PASS [ 0.029s] nexus-auth authn::external::token::test::test_token_header_bad_utf8
42252024-08-27T00:01:59.915Z PASS [ 0.031s] nexus-auth authn::external::token::test::test_token_header_missing
42262024-08-27T00:01:59.921Z PASS [ 0.032s] nexus-auth authn::external::token::test::test_token_header_valid
42272024-08-27T00:01:59.979Z PASS [ 0.071s] nexus-auth authn::test::test_internal_users
42282024-08-27T00:01:59.999Z PASS [ 0.070s] nexus-auth authz::oso_generic::test::test_duplicate_polar_classes
42292024-08-27T00:02:00.058Z PASS [ 0.073s] nexus-auth context::test::test_background_context
42302024-08-27T00:02:00.059Z PASS [ 0.135s] nexus-auth authz::context::test::test_unregistered_resource
42312024-08-27T00:02:00.066Z PASS [ 0.073s] nexus-auth context::test::test_child_context
42322024-08-27T00:02:00.113Z PASS [ 0.059s] nexus-auth context::test::test_test_context
42332024-08-27T00:02:00.132Z PASS [ 0.065s] nexus-config nexus_config::test::test_config_bad_toml
42342024-08-27T00:02:00.151Z PASS [ 0.031s] nexus-config nexus_config::test::test_config_empty
42352024-08-27T00:02:00.163Z PASS [ 0.028s] nexus-config nexus_config::test::test_config_nonexistent
42362024-08-27T00:02:00.191Z PASS [ 0.131s] nexus-config nexus_config::test::test_bad_authn_schemes
42372024-08-27T00:02:00.200Z PASS [ 0.040s] nexus-config nexus_config::test::test_invalid_ipv4_prefix_tunable
42382024-08-27T00:02:00.217Z PASS [ 0.074s] nexus-config nexus_config::test::test_deployment_config_schema
42392024-08-27T00:02:00.243Z PASS [ 0.044s] nexus-config nexus_config::test::test_valid
42402024-08-27T00:02:00.251Z PASS [ 0.035s] nexus-config postgres_config::test::test_bad_url
42412024-08-27T00:02:00.254Z PASS [ 0.069s] nexus-config nexus_config::test::test_repo_configs_are_valid
42422024-08-27T00:02:00.268Z PASS [ 0.025s] nexus-config postgres_config::test::test_example_url
42432024-08-27T00:02:00.296Z PASS [ 0.028s] nexus-db-fixed-data test::test_allowlist_id_is_valid
42442024-08-27T00:02:00.313Z PASS [ 0.045s] nexus-db-fixed-data silo_user::test::test_silo_user_ids_are_valid
42452024-08-27T00:02:00.313Z PASS [ 0.053s] nexus-db-fixed-data role_builtin::test::test_fixed_role_data
42462024-08-27T00:02:00.324Z PASS [ 0.028s] nexus-db-fixed-data test::test_builtin_fleet_id_is_valid
42472024-08-27T00:02:00.338Z PASS [ 0.035s] nexus-db-fixed-data user_builtin::test::test_builtin_user_ids_are_valid
42482024-08-27T00:02:00.347Z PASS [ 0.034s] nexus-db-model bytecount::test::test_bytecount_i64_conversions
42492024-08-27T00:02:00.377Z PASS [ 0.053s] nexus-db-model bytecount::test::test_pg_numeric_to_byte_count
42502024-08-27T00:02:00.413Z PASS [ 0.055s] nexus-db-model role_assignment::tests::test_role_assignment_from_database
42512024-08-27T00:02:00.451Z PASS [ 0.110s] nexus-db-model device_auth::test::test_generate_user_code
42522024-08-27T00:02:00.462Z PASS [ 0.059s] nexus-db-model schema_versions::test::test_known_versions
42532024-08-27T00:02:00.486Z PASS [ 0.093s] nexus-db-model schema_versions::test::test_allows_valid_up_sql_collections
42542024-08-27T00:02:00.494Z PASS [ 0.045s] nexus-db-model schema_versions::test::test_reject_invalid_up_sql_collections
42552024-08-27T00:02:00.520Z PASS [ 0.033s] nexus-db-model schema_versions::test::test_reject_no_up_sql_files
42562024-08-27T00:02:00.520Z PASS [ 0.042s] nexus-db-model schema_versions::test::test_reject_invalid_up_sql_names
42572024-08-27T00:02:00.534Z PASS [ 0.035s] nexus-db-model schema_versions::test::test_verify
42582024-08-27T00:02:00.551Z PASS [ 0.047s] nexus-db-model semver_version::test::test_to_from_sortable_string
42592024-08-27T00:02:00.579Z PASS [ 0.057s] nexus-db-model tests::test_ip_subnet_check_requestable_address
42602024-08-27T00:02:00.595Z PASS [ 0.037s] nexus-db-model tests::test_roles_database_strings
42612024-08-27T00:02:00.595Z PASS [ 0.059s] nexus-db-model tests::test_ipv6_net_random_subnet
42622024-08-27T00:02:00.644Z PASS [ 0.062s] nexus-db-model tests::test_vpc_subnet_check_requestable_addr
42632024-08-27T00:02:02.022Z PASS [ 6.775s] installinator mock_peers::tests::proptest_fetch_artifact
42642024-08-27T00:02:02.492Z PASS [ 7.236s] installinator write::tests::proptest_write_artifact
42652024-08-27T00:02:06.645Z PASS [ 6.004s] nexus-db-queries db::collection_attach::test::test_attach_missing_collection_fails
42662024-08-27T00:02:06.706Z PASS [ 6.109s] nexus-db-queries db::collection_attach::test::test_attach_deleted_resource_fails
42672024-08-27T00:02:06.943Z PASS [ 6.352s] nexus-db-queries db::collection_attach::test::test_attach_beyond_capacity_fails
42682024-08-27T00:02:07.267Z PASS [ 5.243s] nexus-db-queries db::collection_attach::test::test_attach_missing_resource_fails
42692024-08-27T00:02:08.114Z PASS [ 5.622s] nexus-db-queries db::collection_attach::test::test_attach_multiple_times
42702024-08-27T00:02:10.891Z PASS [ 17.380s] db-dev::test-db-dev test_db_run
42712024-08-27T00:02:10.927Z PASS [ 0.036s] nexus-db-queries db::collection_attach::test::test_verify_query
42722024-08-27T00:02:11.734Z PASS [ 5.089s] nexus-db-queries db::collection_attach::test::test_attach_once
42732024-08-27T00:02:11.790Z PASS [ 5.082s] nexus-db-queries db::collection_attach::test::test_attach_once_synchronous
42742024-08-27T00:02:12.261Z PASS [ 5.319s] nexus-db-queries db::collection_attach::test::test_attach_while_already_attached
42752024-08-27T00:02:12.438Z PASS [ 5.168s] nexus-db-queries db::collection_attach::test::test_attach_with_filters
42762024-08-27T00:02:13.154Z PASS [ 5.037s] nexus-db-queries db::collection_attach::test::test_attach_without_update_filter
42772024-08-27T00:02:15.854Z PASS [ 4.925s] nexus-db-queries db::collection_detach::test::test_detach_deleted_resource_fails
42782024-08-27T00:02:15.891Z PASS [ 0.038s] nexus-db-queries db::collection_detach::test::test_verify_query
42792024-08-27T00:02:16.652Z PASS [ 4.917s] nexus-db-queries db::collection_detach::test::test_detach_missing_collection_fails
42802024-08-27T00:02:16.789Z PASS [ 4.997s] nexus-db-queries db::collection_detach::test::test_detach_missing_resource_fails
42812024-08-27T00:02:16.869Z PASS [ 23.467s] bootstore::v0-fsm-proptest-learner run
42822024-08-27T00:02:17.277Z PASS [ 5.014s] nexus-db-queries db::collection_detach::test::test_detach_once
42832024-08-27T00:02:17.454Z PASS [ 5.016s] nexus-db-queries db::collection_detach::test::test_detach_while_already_detached
42842024-08-27T00:02:18.173Z PASS [ 5.017s] nexus-db-queries db::collection_detach::test::test_detach_without_update_filter
42852024-08-27T00:02:20.854Z PASS [ 4.961s] nexus-db-queries db::collection_detach_many::test::test_detach_deleted_resource
42862024-08-27T00:02:21.122Z PASS [ 27.716s] bootstore::v0-fsm-proptest-rack-coordinator run
42872024-08-27T00:02:21.152Z PASS [ 0.030s] nexus-db-queries db::collection_detach_many::test::test_verify_query
42882024-08-27T00:02:21.644Z PASS [ 4.991s] nexus-db-queries db::collection_detach_many::test::test_detach_filter_collection
42892024-08-27T00:02:21.888Z PASS [ 5.100s] nexus-db-queries db::collection_detach_many::test::test_detach_many
42902024-08-27T00:02:21.927Z PASS [ 0.037s] nexus-db-queries db::collection_insert::test::test_verify_query
42912024-08-27T00:02:21.967Z PASS [ 0.040s] nexus-db-queries db::column_walker::test::test_all_columns_with_prefix
42922024-08-27T00:02:22.011Z PASS [ 0.042s] nexus-db-queries db::column_walker::test::test_walk_columns
42932024-08-27T00:02:22.030Z PASS [ 5.160s] nexus-db-queries db::collection_detach_many::test::test_detach_missing_collection_fails
42942024-08-27T00:02:22.049Z PASS [ 0.041s] nexus-db-queries db::column_walker::test::test_walk_table
42952024-08-27T00:02:22.378Z PASS [ 5.099s] nexus-db-queries db::collection_detach_many::test::test_detach_missing_resource_succeeds
42962024-08-27T00:02:22.508Z PASS [ 5.053s] nexus-db-queries db::collection_detach_many::test::test_detach_once
42972024-08-27T00:02:23.137Z PASS [ 4.966s] nexus-db-queries db::collection_detach_many::test::test_detach_once_synchronous
42982024-08-27T00:02:25.611Z PASS [ 4.756s] nexus-db-queries db::collection_detach_many::test::test_detach_while_already_detached
42992024-08-27T00:02:25.903Z PASS [ 4.750s] nexus-db-queries db::collection_insert::test::test_collection_not_present
43002024-08-27T00:02:26.368Z PASS [ 4.724s] nexus-db-queries db::collection_insert::test::test_collection_present
43012024-08-27T00:02:28.214Z PASS [ 5.074s] nexus-db-queries db::datastore::db_metadata::test::concurrent_nexus_instances_only_move_forward
43022024-08-27T00:02:28.342Z PASS [ 6.310s] nexus-db-queries db::datastore::allow_list::tests::test_allowed_source_ip_database_ops
43032024-08-27T00:02:28.374Z PASS [ 6.325s] nexus-db-queries db::datastore::cockroachdb_node_id::tests::test_cockroachdb_node_id
43042024-08-27T00:02:28.599Z PASS [ 6.220s] nexus-db-queries db::datastore::cockroachdb_settings::test::test_preserve_downgrade
43052024-08-27T00:02:28.993Z PASS [ 6.486s] nexus-db-queries db::datastore::dataset::test::test_insert_if_not_exists
43062024-08-27T00:02:30.093Z PASS [ 4.481s] nexus-db-queries db::datastore::db_metadata::test::ensure_schema_is_current_version
43072024-08-27T00:02:30.309Z PASS [ 4.403s] nexus-db-queries db::datastore::db_metadata::test::schema_version_subcomponents_save_progress
43082024-08-27T00:02:32.578Z PASS [ 6.207s] nexus-db-queries db::datastore::deployment::external_networking::tests::test_allocate_external_networking
43092024-08-27T00:02:32.624Z PASS [ 0.044s] nexus-db-queries db::datastore::dns::test::test_dns_builder_basic
43102024-08-27T00:02:34.615Z PASS [ 6.272s] nexus-db-queries db::datastore::deployment::tests::test_empty_blueprint
43112024-08-27T00:02:34.841Z PASS [ 6.626s] nexus-db-queries db::datastore::deployment::external_networking::tests::test_deallocate_external_networking
43122024-08-27T00:02:35.364Z PASS [ 6.766s] nexus-db-queries db::datastore::deployment::tests::test_representative_blueprint
43132024-08-27T00:02:35.512Z PASS [ 6.518s] nexus-db-queries db::datastore::deployment::tests::test_set_target
43142024-08-27T00:02:36.335Z PASS [ 6.026s] nexus-db-queries db::datastore::disk::tests::test_undelete_disk_set_faulted_idempotent
43152024-08-27T00:02:36.511Z PASS [ 6.417s] nexus-db-queries db::datastore::deployment::tests::test_set_target_enabled
43162024-08-27T00:02:38.442Z PASS [ 5.817s] nexus-db-queries db::datastore::dns::test::test_dns_uniqueness
43172024-08-27T00:02:39.844Z PASS [ 11.468s] nexus-db-queries db::datastore::deployment::tests::test_ensure_external_networking_bails_on_bad_target
43182024-08-27T00:02:40.970Z PASS [ 6.352s] nexus-db-queries db::datastore::dns::test::test_dns_update_from_version
43192024-08-27T00:02:41.857Z PASS [ 6.421s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_basic
43202024-08-27T00:02:41.860Z PASS [ 7.008s] nexus-db-queries db::datastore::dns::test::test_dns_update_incremental
43212024-08-27T00:02:42.065Z PASS [ 6.550s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_complex
43222024-08-27T00:02:42.579Z PASS [ 6.242s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_uninitialized
43232024-08-27T00:02:43.218Z PASS [ 6.700s] nexus-db-queries db::datastore::external_ip::tests::test_service_ip_list
43242024-08-27T00:02:44.614Z PASS [ 6.170s] nexus-db-queries db::datastore::instance::tests::test_instance_commit_update_is_idempotent
43252024-08-27T00:02:46.007Z PASS [ 6.154s] nexus-db-queries db::datastore::instance::tests::test_instance_fetch_all
43262024-08-27T00:02:47.724Z PASS [ 6.753s] nexus-db-queries db::datastore::instance::tests::test_instance_set_migration_ids
43272024-08-27T00:02:48.223Z PASS [ 6.430s] nexus-db-queries db::datastore::instance::tests::test_instance_update_invalidated_while_locked
43282024-08-27T00:02:48.302Z PASS [ 6.445s] nexus-db-queries db::datastore::instance::tests::test_instance_updater_acquires_lock
43292024-08-27T00:02:48.546Z PASS [ 6.480s] nexus-db-queries db::datastore::instance::tests::test_instance_updater_cant_unlock_someone_elses_instance_
43302024-08-27T00:02:48.728Z PASS [ 6.146s] nexus-db-queries db::datastore::instance::tests::test_instance_updater_lock_is_idempotent
43312024-08-27T00:02:49.453Z PASS [ 6.237s] nexus-db-queries db::datastore::instance::tests::test_unlocking_a_deleted_instance_is_okay
43322024-08-27T00:02:50.431Z PASS [ 5.815s] nexus-db-queries db::datastore::inventory::test::test_find_hw_baseboard_id_missing_returns_not_found
43332024-08-27T00:02:54.378Z PASS [ 8.376s] nexus-db-queries db::datastore::inventory::test::test_inventory_insert
43342024-08-27T00:02:54.599Z PASS [ 6.875s] nexus-db-queries db::datastore::ip_pool::test::test_default_ip_pools
43352024-08-27T00:02:54.694Z PASS [ 6.471s] nexus-db-queries db::datastore::ip_pool::test::test_internal_ip_pool
43362024-08-27T00:02:54.929Z PASS [ 6.201s] nexus-db-queries db::datastore::ipv4_nat_entry::test::ipv4_nat_sync_service_zones
43372024-08-27T00:02:55.039Z PASS [ 6.740s] nexus-db-queries db::datastore::ip_pool::test::test_ip_pool_utilization
43382024-08-27T00:02:55.608Z PASS [ 6.154s] nexus-db-queries db::datastore::ipv4_nat_entry::test::nat_version_tracking
43392024-08-27T00:02:56.337Z PASS [ 7.786s] nexus-db-queries db::datastore::ipv4_nat_entry::test::ipv4_nat_changeset
43402024-08-27T00:02:56.480Z PASS [ 6.046s] nexus-db-queries db::datastore::ipv4_nat_entry::test::table_allows_unique_active_multiple_deleted
43412024-08-27T00:03:00.819Z PASS [ 6.123s] nexus-db-queries db::datastore::oximeter::tests::test_producers_list_expired
43422024-08-27T00:03:00.902Z PASS [ 6.521s] nexus-db-queries db::datastore::migration::tests::test_migration_query_by_instance
43432024-08-27T00:03:01.671Z PASS [ 6.742s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_cannot_insert_to_expunged_sled
43442024-08-27T00:03:01.707Z PASS [ 7.107s] nexus-db-queries db::datastore::network_interface::tests::test_service_network_interfaces_list
43452024-08-27T00:03:01.803Z PASS [ 6.763s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_deletion_idempotency
43462024-08-27T00:03:02.301Z PASS [ 6.690s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_delete_reupsert_new_sled
43472024-08-27T00:03:02.835Z PASS [ 6.498s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_different_disks
43482024-08-27T00:03:03.045Z PASS [ 6.565s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_reupsert_new_sled
43492024-08-27T00:03:07.480Z PASS [ 6.660s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_same_uuid_collides
43502024-08-27T00:03:08.464Z PASS [ 7.561s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_uninitialized_list
43512024-08-27T00:03:08.498Z PASS [ 0.033s] nexus-db-queries db::datastore::region::test::test_extent_count
43522024-08-27T00:03:08.887Z PASS [ 7.080s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_missing_service_pool_ip_throws_error
43532024-08-27T00:03:09.097Z PASS [ 7.385s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_empty
43542024-08-27T00:03:09.190Z PASS [ 6.887s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_overlapping_ips_throws_error
43552024-08-27T00:03:09.705Z PASS [ 8.030s] nexus-db-queries db::datastore::rack::test::allocate_sled_underlay_subnet_octets
43562024-08-27T00:03:10.262Z PASS [ 7.421s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_many_nexus_services
43572024-08-27T00:03:10.409Z PASS [ 7.361s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_services
43582024-08-27T00:03:13.375Z PASS [ 5.894s] nexus-db-queries db::datastore::rack::test::rack_sled_subnet_allocations
43592024-08-27T00:03:14.494Z PASS [ 5.997s] nexus-db-queries db::datastore::region_replacement::test::test_one_replacement_per_volume
43602024-08-27T00:03:15.537Z PASS [ 6.648s] nexus-db-queries db::datastore::region_replacement::test::test_replacement_done_in_middle_of_drive_saga
43612024-08-27T00:03:15.594Z PASS [ 6.495s] nexus-db-queries db::datastore::region_replacement::test::test_replacement_done_in_middle_of_finish_saga
43622024-08-27T00:03:15.714Z PASS [ 6.524s] nexus-db-queries db::datastore::region_snapshot_replacement::test::count_replacement_steps
43632024-08-27T00:03:15.842Z PASS [ 6.136s] nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_conflict
43642024-08-27T00:03:16.458Z PASS [ 6.200s] nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_conflict_with_region_replacement
43652024-08-27T00:03:16.588Z PASS [ 6.180s] nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_gc
43662024-08-27T00:03:19.277Z PASS [ 5.898s] nexus-db-queries db::datastore::region_snapshot_replacement::test::test_one_replacement_per_volume
43672024-08-27T00:03:20.485Z PASS [ 5.989s] nexus-db-queries db::datastore::region_snapshot_replacement::test::test_one_replacement_per_volume_conflict_with_region
43682024-08-27T00:03:22.007Z PASS [ 6.413s] nexus-db-queries db::datastore::saga::test::test_create_event_idempotent
43692024-08-27T00:03:22.133Z PASS [ 6.288s] nexus-db-queries db::datastore::saga::test::test_list_no_unfinished_nodes
43702024-08-27T00:03:22.194Z PASS [ 6.656s] nexus-db-queries db::datastore::region_snapshot_replacement::test::unique_region_snapshot_replacement_step_per_volume
43712024-08-27T00:03:22.879Z PASS [ 7.165s] nexus-db-queries db::datastore::saga::test::test_list_candidate_sagas
43722024-08-27T00:03:23.017Z PASS [ 6.556s] nexus-db-queries db::datastore::saga::test::test_list_unfinished_nodes
43732024-08-27T00:03:23.071Z PASS [ 6.480s] nexus-db-queries db::datastore::saga::test::test_saga_reassignment
43742024-08-27T00:03:25.386Z PASS [ 6.109s] nexus-db-queries db::datastore::saga::test::test_update_state_idempotent
43752024-08-27T00:03:28.344Z PASS [ 7.855s] nexus-db-queries db::datastore::sled::test::sled_list_batch
43762024-08-27T00:03:29.395Z PASS [ 7.261s] nexus-db-queries db::datastore::sled::test::test_sled_expungement_also_expunges_disks
43772024-08-27T00:03:29.794Z PASS [ 6.722s] nexus-db-queries db::datastore::sled::test::upsert_sled_updates_hardware
43782024-08-27T00:03:29.806Z PASS [ 7.798s] nexus-db-queries db::datastore::sled::test::sled_reservation_create_non_provisionable
43792024-08-27T00:03:29.832Z PASS [ 6.950s] nexus-db-queries db::datastore::sled::test::upsert_sled_doesnt_update_decommissioned
43802024-08-27T00:03:29.862Z PASS [ 6.842s] nexus-db-queries db::datastore::sled::test::upsert_sled_updates_fails_with_stale_sled_agent_gen
43812024-08-27T00:03:31.662Z PASS [ 9.466s] nexus-db-queries db::datastore::sled::test::test_sled_transitions
43822024-08-27T00:03:31.744Z PASS [ 6.356s] nexus-db-queries db::datastore::switch_port::test::test_bgp_boundary_switches
43832024-08-27T00:03:34.440Z PASS [ 6.095s] nexus-db-queries db::datastore::test::test_deallocate_external_ip_by_instance_id_is_idempotent
43842024-08-27T00:03:34.698Z PASS [ 4.864s] nexus-db-queries db::datastore::test::test_queries_do_not_require_full_table_scan
43852024-08-27T00:03:35.678Z PASS [ 6.283s] nexus-db-queries db::datastore::test::test_deallocate_external_ip_is_idempotent
43862024-08-27T00:03:35.890Z PASS [ 6.077s] nexus-db-queries db::datastore::test::test_project_creation
43872024-08-27T00:03:36.302Z PASS [ 6.501s] nexus-db-queries db::datastore::test::test_external_ip_check_constraints
43882024-08-27T00:03:36.349Z PASS [ 6.485s] nexus-db-queries db::datastore::test::test_rack_initialize_is_idempotent
43892024-08-27T00:03:37.979Z PASS [ 6.234s] nexus-db-queries db::datastore::test::test_region_allocation_not_enough_zpools
43902024-08-27T00:03:41.662Z PASS [ 6.962s] nexus-db-queries db::datastore::test::test_region_allocation_only_operates_on_zpools_in_inventory
43912024-08-27T00:03:41.896Z PASS [ 7.453s] nexus-db-queries db::datastore::test::test_region_allocation_only_considers_disks_in_service
43922024-08-27T00:03:42.927Z PASS [ 11.262s] nexus-db-queries db::datastore::test::test_region_allocation_is_idempotent
43932024-08-27T00:03:47.951Z PASS [ 6.612s] nexus-db-queries db::datastore::test::test_session_methods
43942024-08-27T00:03:47.964Z PASS [ 4.939s] nexus-db-queries db::datastore::test::test_sled_ipv6_address_allocation
43952024-08-27T00:03:47.964Z PASS [ 10.766s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random
43962024-08-27T00:03:47.964Z PASS [ 11.477s] nexus-db-queries db::datastore::test::test_region_allocation_out_of_space_fails
43972024-08-27T00:03:47.964Z PASS [ 11.342s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds_fails
43982024-08-27T00:03:48.136Z PASS [ 6.239s] nexus-db-queries db::datastore::test::test_ssh_keys
43992024-08-27T00:03:48.197Z PASS [ 11.894s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds
44002024-08-27T00:03:48.663Z PASS [ 5.735s] nexus-db-queries db::datastore::test::test_table_scan
44012024-08-27T00:03:48.703Z PASS [ 0.039s] nexus-db-queries db::datastore::volume::tests::test_read_only_target_in_vcr
44022024-08-27T00:03:48.747Z PASS [ 0.044s] nexus-db-queries db::datastore::volume::tests::test_replace_read_only_target_in_vcr
44032024-08-27T00:03:50.539Z PASS [ 5.944s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_instance_create_and_delete
44042024-08-27T00:03:52.887Z PASS [ 6.226s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_storage_create_and_delete
44052024-08-27T00:03:52.887Z PASS [ 6.279s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_instance_create_and_delete_twice
44062024-08-27T00:03:53.503Z PASS [ 6.344s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_storage_create_and_delete_twice
44072024-08-27T00:03:54.341Z PASS [ 6.144s] nexus-db-queries db::datastore::volume::tests::test_find_volumes_referencing_socket_addr
44082024-08-27T00:03:54.356Z PASS [ 6.660s] nexus-db-queries db::datastore::vmm::tests::test_vmm_and_migration_update_runtime
44092024-08-27T00:03:54.375Z PASS [ 6.237s] nexus-db-queries db::datastore::volume::tests::test_deserialize_old_crucible_resources
44102024-08-27T00:03:54.720Z PASS [ 5.972s] nexus-db-queries db::datastore::volume::tests::test_volume_replace_region
44112024-08-27T00:03:56.474Z PASS [ 5.936s] nexus-db-queries db::datastore::volume::tests::test_volume_replace_snapshot
44122024-08-27T00:03:59.012Z PASS [ 6.129s] nexus-db-queries db::datastore::volume_repair::test::volume_lock_conflict_error_returned
44132024-08-27T00:03:59.296Z PASS [ 6.407s] nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_raw_returns_none_on_vni_exhaustion
44142024-08-27T00:03:59.598Z PASS [ 4.879s] nexus-db-queries db::explain::test::test_explain_async
44152024-08-27T00:04:00.047Z PASS [ 6.543s] nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_retries
44162024-08-27T00:04:01.285Z PASS [ 4.809s] nexus-db-queries db::explain::test::test_explain_full_table_scan
44172024-08-27T00:04:01.474Z PASS [ 7.095s] nexus-db-queries db::datastore::vpc::tests::test_vpc_system_router_sync_to_subnets
44182024-08-27T00:04:01.510Z PASS [ 0.037s] nexus-db-queries db::pagination::test::test_paginator
44192024-08-27T00:04:01.649Z PASS [ 7.292s] nexus-db-queries db::datastore::vpc::tests::test_vpc_router_rule_instance_resolve
44202024-08-27T00:04:02.271Z PASS [ 7.929s] nexus-db-queries db::datastore::vpc::tests::test_vpc_resolve_to_sleds_uses_current_target_blueprint
44212024-08-27T00:04:04.020Z PASS [ 4.720s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_ascending
44222024-08-27T00:04:04.326Z PASS [ 4.724s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_descending
44232024-08-27T00:04:04.847Z PASS [ 5.832s] nexus-db-queries db::lookup::test::test_lookup
44242024-08-27T00:04:04.885Z PASS [ 4.835s] nexus-db-queries db::pagination::test::test_paginated_single_column_ascending
44252024-08-27T00:04:06.083Z PASS [ 4.797s] nexus-db-queries db::pagination::test::test_paginated_single_column_descending
44262024-08-27T00:04:08.438Z PASS [ 6.787s] nexus-db-queries db::queries::external_ip::tests::test_ephemeral_and_snat_ips_do_not_overlap
44272024-08-27T00:04:08.561Z PASS [ 7.050s] nexus-db-queries db::queries::external_ip::tests::test_ensure_pool_exhaustion_does_not_use_other_pool
44282024-08-27T00:04:08.834Z PASS [ 6.560s] nexus-db-queries db::queries::external_ip::tests::test_external_ip_allocate_omicron_zone_is_idempotent
44292024-08-27T00:04:10.271Z PASS [ 6.249s] nexus-db-queries db::queries::external_ip::tests::test_external_ip_allocate_omicron_zone_out_of_range
44302024-08-27T00:04:10.308Z PASS [ 0.037s] nexus-db-queries db::queries::network_interface::tests::test_first_available_address
44312024-08-27T00:04:10.893Z PASS [ 6.565s] nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_is_idempotent
44322024-08-27T00:04:11.535Z PASS [ 6.687s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_allocation_and_exhaustion
44332024-08-27T00:04:11.618Z PASS [ 6.730s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_is_restricted_to_pools
44342024-08-27T00:04:12.591Z PASS [ 6.507s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_out_of_order_allocation_ok
44352024-08-27T00:04:14.823Z PASS [ 6.259s] nexus-db-queries db::queries::network_interface::tests::test_delete_service_is_idempotent
44362024-08-27T00:04:15.063Z PASS [ 6.622s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_with_ephemeral_takes_whole_port_range
44372024-08-27T00:04:17.759Z PASS [ 7.450s] nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpc_subnets_succeeds
44382024-08-27T00:04:17.877Z PASS [ 6.338s] nexus-db-queries db::queries::network_interface::tests::test_insert_no_instance_fails
44392024-08-27T00:04:18.211Z PASS [ 7.315s] nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpcs_fails
44402024-08-27T00:04:18.673Z PASS [ 7.057s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_exact_ip
44412024-08-27T00:04:18.729Z PASS [ 6.132s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_mac
44422024-08-27T00:04:20.082Z PASS [ 11.243s] nexus-db-queries db::queries::network_interface::tests::test_detect_ip_exhaustion
44432024-08-27T00:04:21.057Z PASS [ 5.993s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_mac_fails
44442024-08-27T00:04:21.507Z PASS [ 6.683s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_ip_fails
44452024-08-27T00:04:21.547Z PASS [ 0.039s] nexus-db-queries db::queries::network_interface::tests::test_last_address_offset
44462024-08-27T00:04:24.062Z PASS [ 6.300s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_slot_fails
44472024-08-27T00:04:24.100Z PASS [ 0.038s] nexus-db-queries db::queries::network_interface::tests::test_next_mac_shifts_for_guest
44482024-08-27T00:04:24.133Z PASS [ 0.035s] nexus-db-queries db::queries::network_interface::tests::test_next_mac_shifts_for_system
44492024-08-27T00:04:24.314Z PASS [ 6.436s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_slot
44502024-08-27T00:04:24.351Z PASS [ 0.035s] nexus-db-queries db::queries::next_item::tests::test_shift_indices
44512024-08-27T00:04:24.714Z PASS [ 6.502s] nexus-db-queries db::queries::network_interface::tests::test_insert_running_instance_fails
44522024-08-27T00:04:25.587Z PASS [ 6.911s] nexus-db-queries db::queries::network_interface::tests::test_insert_same_interface_fails
44532024-08-27T00:04:25.713Z PASS [ 0.998s] nexus-db-queries db::queries::region_allocation::test::expectorate_query
44542024-08-27T00:04:25.759Z PASS [ 7.032s] nexus-db-queries db::queries::network_interface::tests::test_insert_same_vpc_subnet_fails
44552024-08-27T00:04:25.963Z PASS [ 0.251s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_delete_instance
44562024-08-27T00:04:26.010Z PASS [ 0.249s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_delete_storage
44572024-08-27T00:04:26.226Z PASS [ 0.264s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_insert_instance
44582024-08-27T00:04:26.263Z PASS [ 0.254s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_insert_storage
44592024-08-27T00:04:27.306Z PASS [ 7.225s] nexus-db-queries db::queries::network_interface::tests::test_insert_sequential_ip_allocation
44602024-08-27T00:04:27.656Z PASS [ 6.598s] nexus-db-queries db::queries::network_interface::tests::test_insert_with_duplicate_name_fails
44612024-08-27T00:04:28.863Z PASS [ 4.729s] nexus-db-queries db::queries::next_item::tests::test_next_item_query_is_ordered_by_indices
44622024-08-27T00:04:28.921Z PASS [ 0.060s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_full_count
44632024-08-27T00:04:28.947Z PASS [ 0.026s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_steps
44642024-08-27T00:04:28.972Z PASS [ 0.024s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_wrapping
44652024-08-27T00:04:28.996Z PASS [ 0.025s] nexus-db-queries db::queries::vpc::tests::test_vni_shift_no_wrapping
44662024-08-27T00:04:29.022Z PASS [ 0.024s] nexus-db-queries db::queries::vpc::tests::test_vni_shift_with_wrapping
44672024-08-27T00:04:29.114Z PASS [ 4.765s] nexus-db-queries db::queries::next_item::tests::test_wrapping_next_item_query
44682024-08-27T00:04:30.257Z PASS [ 4.031s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_delete_instance
44692024-08-27T00:04:30.329Z PASS [ 4.740s] nexus-db-queries db::queries::region_allocation::test::explainable
44702024-08-27T00:04:30.989Z PASS [ 4.726s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_delete_storage
44712024-08-27T00:04:31.471Z PASS [ 9.921s] nexus-db-queries db::queries::network_interface::tests::test_limit_number_of_interfaces_per_instance_query
44722024-08-27T00:04:31.951Z PASS [ 4.643s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_insert_instance
44732024-08-27T00:04:32.125Z PASS [ 4.466s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_insert_storage
44742024-08-27T00:04:32.168Z PASS [ 0.045s] nexus-defaults tests::test_random_vpc_ipv6_prefix
44752024-08-27T00:04:32.516Z PASS [ 0.344s] nexus-inventory builder::test::test_basic
44762024-08-27T00:04:32.545Z PASS [ 0.031s] nexus-inventory builder::test::test_empty
44772024-08-27T00:04:32.595Z PASS [ 0.044s] nexus-inventory builder::test::test_problems
44782024-08-27T00:04:33.488Z PASS [ 4.464s] nexus-db-queries db::queries::vpc_subnet::test::explain_insert_query
44792024-08-27T00:04:33.642Z PASS [ 4.523s] nexus-db-queries db::queries::vpc_subnet::test::test_insert_vpc_subnet_query
44802024-08-27T00:04:33.881Z PASS [ 1.288s] nexus-inventory collector::test::test_basic
44812024-08-27T00:04:34.113Z PASS [ 0.472s] nexus-inventory collector::test::test_multi_mgs_failure
44822024-08-27T00:04:34.700Z PASS [ 1.212s] nexus-inventory collector::test::test_multi_mgs
44832024-08-27T00:04:34.824Z PASS [ 0.946s] nexus-inventory collector::test::test_sled_agent_failure
44842024-08-27T00:04:34.834Z PASS [ 4.575s] nexus-db-queries db::queries::vpc_subnet::test::test_insert_vpc_subnet_query_is_idempotent
44852024-08-27T00:04:37.887Z PASS [ 6.414s] nexus-db-queries transaction_retry::test::test_transaction_retry_produces_samples
44862024-08-27T00:04:37.964Z PASS [ 0.077s] nexus-reconfigurator-execution dns::test::test_blueprint_external_dns_basic
44872024-08-27T00:04:38.060Z PASS [ 0.072s] nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_basic
44882024-08-27T00:04:38.120Z PASS [ 0.068s] nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_empty
44892024-08-27T00:04:38.179Z PASS [ 0.069s] nexus-reconfigurator-execution dns::test::test_dns_compute_update
44902024-08-27T00:04:38.818Z PASS [ 6.865s] nexus-db-queries transaction_retry::test::test_transaction_rollback_produces_no_samples
44912024-08-27T00:04:40.982Z PASS [ 10.650s] nexus-db-queries policy_test::test_conferred_roles
44922024-08-27T00:04:43.529Z PASS [ 9.413s] nexus-metrics-producer-gc tests::test_prune_expired_producers
44932024-08-27T00:04:43.731Z PASS [ 9.026s] nexus-metrics-producer-gc tests::test_prune_expired_producers_notifies_collector
44942024-08-27T00:05:04.323Z PASS [ 25.499s] nexus-reconfigurator-execution omicron_physical_disks::test::test_decommission_expunged_disks
44952024-08-27T00:05:04.599Z PASS [ 33.598s] nexus-db-queries policy_test::test_iam_roles_behavior
44962024-08-27T00:05:04.815Z PASS [ 0.216s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_nexus_error_cases
44972024-08-27T00:05:04.861Z PASS [ 0.047s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_nexus_with_no_existing_nexus_zones
44982024-08-27T00:05:04.905Z PASS [ 0.044s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_physical_disks
44992024-08-27T00:05:04.964Z PASS [ 0.059s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_basic
45002024-08-27T00:05:05.023Z PASS [ 0.057s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_ensure_cockroachdb
45012024-08-27T00:05:05.067Z PASS [ 0.047s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_initial
45022024-08-27T00:05:05.113Z PASS [ 0.045s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_invalid_parent_blueprint_two_nexus_zones_with_same_nic_ip
45032024-08-27T00:05:05.141Z PASS [ 0.029s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_invalid_parent_blueprint_two_zones_with_same_external_ip
45042024-08-27T00:05:05.178Z PASS [ 0.037s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_invalid_parent_blueprint_two_zones_with_same_vnic_mac
45052024-08-27T00:05:05.218Z PASS [ 0.041s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_prune_decommissioned_sleds
45062024-08-27T00:05:05.254Z PASS [ 0.035s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_zone_filesystem_zpool_colocated
45072024-08-27T00:05:05.319Z PASS [ 0.066s] nexus-reconfigurator-planning blueprint_builder::external_networking::test::test_available_iterator
45082024-08-27T00:05:06.439Z PASS [ 25.447s] nexus-reconfigurator-execution omicron_physical_disks::test::test_deploy_omicron_disks
45092024-08-27T00:05:06.520Z PASS [ 0.084s] nexus-reconfigurator-planning blueprint_builder::zones::tests::test_builder_zones
45102024-08-27T00:05:06.558Z PASS [ 0.034s] nexus-reconfigurator-planning ip_allocator::test::test_basic
45112024-08-27T00:05:06.667Z PASS [ 0.111s] nexus-reconfigurator-planning planner::omicron_zone_placement::test::test_place_omicron_zones
45122024-08-27T00:05:06.771Z PASS [ 0.104s] nexus-reconfigurator-planning planner::test::planner_decommissions_sleds
45132024-08-27T00:05:06.847Z PASS [ 32.008s] nexus-reconfigurator-execution cockroachdb::test::test_ensure_preserve_downgrade_option
45142024-08-27T00:05:06.947Z PASS [ 0.174s] nexus-reconfigurator-planning planner::test::test_add_multiple_nexus_to_one_sled
45152024-08-27T00:05:07.035Z PASS [ 0.082s] nexus-reconfigurator-planning planner::test::test_crucible_allocation_skips_nonprovisionable_disks
45162024-08-27T00:05:07.035Z PASS [ 0.187s] nexus-reconfigurator-planning planner::test::test_basic_add_sled
45172024-08-27T00:05:07.070Z PASS [ 0.040s] nexus-reconfigurator-planning planner::test::test_disk_expungement_removes_zones_durable_zpool
45182024-08-27T00:05:07.135Z PASS [ 0.097s] nexus-reconfigurator-planning planner::test::test_disk_expungement_removes_zones_transient_filesystem
45192024-08-27T00:05:07.162Z PASS [ 0.091s] nexus-reconfigurator-planning planner::test::test_ensure_preserve_downgrade_option
45202024-08-27T00:05:07.208Z PASS [ 0.072s] nexus-reconfigurator-planning planner::test::test_nexus_allocation_skips_nonprovisionable_sleds
45212024-08-27T00:05:07.276Z PASS [ 0.115s] nexus-reconfigurator-planning planner::test::test_spread_additional_nexus_zones_across_sleds
45222024-08-27T00:05:07.362Z PASS [ 0.082s] nexus-saga-recovery recovery::test::test_plan_basic
45232024-08-27T00:05:07.371Z PASS [ 0.163s] nexus-saga-recovery recovery::test::test_execution_basic
45242024-08-27T00:05:07.410Z PASS [ 0.053s] nexus-saga-recovery recovery::test::test_read_all_from_channel
45252024-08-27T00:05:07.434Z PASS [ 0.063s] nexus-saga-recovery test::test_basic
45262024-08-27T00:05:07.448Z PASS [ 0.039s] nexus-sled-agent-shared inventory::tests::test_name_prefixes
45272024-08-27T00:05:07.474Z PASS [ 0.041s] nexus-types authn::cookies::test::test_parse_cookies_empty_headers
45282024-08-27T00:05:07.524Z PASS [ 0.039s] nexus-types authn::cookies::test::test_parse_cookies_one_cookie
45292024-08-27T00:05:07.524Z PASS [ 0.066s] nexus-types authn::cookies::test::test_parse_cookies_ignore_other_headers
45302024-08-27T00:05:07.549Z PASS [ 0.034s] nexus-types authn::cookies::test::test_parse_cookies_two_cookie_headers
45312024-08-27T00:05:07.552Z PASS [ 0.035s] nexus-types authn::cookies::test::test_parse_cookies_two_cookie_headers_same_name
45322024-08-27T00:05:07.577Z PASS [ 0.029s] nexus-types authn::cookies::test::test_parse_cookies_two_cookies
45332024-08-27T00:05:07.594Z PASS [ 0.036s] nexus-types deployment::planning_input::tests::cockroachdb_cluster_versions
45342024-08-27T00:05:07.836Z PASS [ 24.300s] nexus-reconfigurator-execution omicron_zones::test::test_clean_up_cockroach_zones
45352024-08-27T00:05:07.870Z PASS [ 0.034s] nexus-types deployment::tri_map::tests::test_insert_entry_no_dups
45362024-08-27T00:05:07.913Z PASS [ 0.042s] nexus-types external_api::shared::test::test_policy_parsing
45372024-08-27T00:05:07.945Z PASS [ 33.101s] nexus-reconfigurator-execution datasets::tests::test_ensure_dataset_records_exist
45382024-08-27T00:05:08.035Z PASS [ 24.298s] nexus-reconfigurator-execution omicron_zones::test::test_deploy_omicron_zones
45392024-08-27T00:05:08.118Z PASS [ 0.167s] omicron-certificates tests::common_name_is_ignored_if_subject_alternate_names_exist
45402024-08-27T00:05:08.211Z PASS [ 0.298s] omicron-certificates tests::cert_validated_if_any_possible_hostname_is_valid
45412024-08-27T00:05:08.357Z PASS [ 0.323s] omicron-certificates tests::test_cert_extended_key_usage
45422024-08-27T00:05:08.445Z PASS [ 0.335s] omicron-certificates tests::test_common_name_is_validated
45432024-08-27T00:05:08.534Z PASS [ 0.318s] omicron-certificates tests::test_subject_alternate_names_are_validated
45442024-08-27T00:05:12.708Z PASS [ 5.113s] nexus-types deployment::tri_map::tests::proptest_serialize_roundtrip
45452024-08-27T00:05:12.758Z PASS [ 0.050s] omicron-common address::test::test_dns_subnets
45462024-08-27T00:05:12.788Z PASS [ 0.029s] omicron-common address::test::test_ip_range_checks_non_decreasing
45472024-08-27T00:05:12.833Z PASS [ 0.044s] omicron-common address::test::test_ip_range_enum_deserialization
45482024-08-27T00:05:12.861Z PASS [ 0.030s] omicron-common address::test::test_ip_range_iter
45492024-08-27T00:05:12.888Z PASS [ 0.027s] omicron-common address::test::test_ip_range_length
45502024-08-27T00:05:12.917Z PASS [ 0.028s] omicron-common address::test::test_ip_range_try_from
45512024-08-27T00:05:12.944Z PASS [ 0.028s] omicron-common address::test::test_ipv6_subnet_deserialize
45522024-08-27T00:05:12.965Z PASS [ 0.023s] omicron-common address::test::test_sled_address
45532024-08-27T00:05:12.994Z PASS [ 0.028s] omicron-common api::external::error::test::test_bail_unless
45542024-08-27T00:05:13.020Z PASS [ 0.023s] omicron-common api::external::error::test::test_context
45552024-08-27T00:05:13.077Z PASS [ 0.050s] omicron-common api::external::http_pagination::test::test_pagination_examples
45562024-08-27T00:05:13.116Z PASS [ 0.049s] omicron-common api::external::http_pagination::test::test_pagination_schemas
45572024-08-27T00:05:13.178Z PASS [ 0.060s] omicron-common api::external::http_pagination::test::test_scan_by_id
45582024-08-27T00:05:13.207Z PASS [ 0.031s] omicron-common api::external::http_pagination::test::test_scan_by_name
45592024-08-27T00:05:13.233Z PASS [ 0.022s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_generic
45602024-08-27T00:05:13.272Z PASS [ 0.040s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_id
45612024-08-27T00:05:13.304Z PASS [ 0.033s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_name
45622024-08-27T00:05:13.328Z PASS [ 0.025s] omicron-common api::external::test::test_bytecount
45632024-08-27T00:05:13.350Z PASS [ 0.022s] omicron-common api::external::test::test_bytecount_display
45642024-08-27T00:05:13.397Z PASS [ 0.046s] omicron-common api::external::test::test_digest
45652024-08-27T00:05:13.423Z PASS [ 0.026s] omicron-common api::external::test::test_firewall_deserialization
45662024-08-27T00:05:13.498Z PASS [ 0.075s] omicron-common api::external::test::test_firewall_rule_host_filter_parse
45672024-08-27T00:05:13.546Z PASS [ 0.047s] omicron-common api::external::test::test_firewall_rule_target_parse
45682024-08-27T00:05:13.593Z PASS [ 0.041s] omicron-common api::external::test::test_hostname_from_str
45692024-08-27T00:05:13.619Z PASS [ 0.032s] omicron-common api::external::test::test_ip_port_range_from_str
45702024-08-27T00:05:13.645Z PASS [ 0.026s] omicron-common api::external::test::test_ip_port_range_into_str
45712024-08-27T00:05:13.682Z PASS [ 0.036s] omicron-common api::external::test::test_ipv6_net_operations
45722024-08-27T00:05:13.714Z PASS [ 0.032s] omicron-common api::external::test::test_mac_system_iterator
45732024-08-27T00:05:13.740Z PASS [ 0.026s] omicron-common api::external::test::test_mac_to_int_conversions
45742024-08-27T00:05:13.747Z PASS [ 5.220s] omicron-cockroach-admin context::tests::test_node_id
45752024-08-27T00:05:13.765Z PASS [ 0.027s] omicron-common api::external::test::test_macaddr
45762024-08-27T00:05:13.780Z PASS [ 0.034s] omicron-common api::external::test::test_name_parse
45772024-08-27T00:05:13.787Z PASS [ 0.023s] omicron-common api::external::test::test_name_parse_from_param
45782024-08-27T00:05:13.805Z PASS [ 0.023s] omicron-common api::external::test::test_resource_name_parse
45792024-08-27T00:05:13.813Z PASS [ 0.025s] omicron-common api::external::test::test_role_name_parse
45802024-08-27T00:05:13.852Z PASS [ 0.046s] omicron-common api::external::test::test_route_destination_parse
45812024-08-27T00:05:13.865Z PASS [ 0.050s] omicron-common api::external::test::test_route_target_parse
45822024-08-27T00:05:13.880Z PASS [ 5.426s] omicron-cockroach-admin cockroach_cli::tests::test_node_status_compatibility
45832024-08-27T00:05:13.880Z PASS [ 0.029s] omicron-common api::external::test::test_semver_serialize
45842024-08-27T00:05:13.889Z PASS [ 0.025s] omicron-common api::external::test::test_semver_validation
45852024-08-27T00:05:13.897Z PASS [ 0.024s] omicron-common api::internal::nexus::tests::known_artifact_kind_roundtrip
45862024-08-27T00:05:13.905Z PASS [ 0.025s] omicron-common api::internal::shared::tests::test_deserialize_allowed_source_ips
45872024-08-27T00:05:13.915Z PASS [ 0.026s] omicron-common api::internal::shared::tests::test_deserialize_any_into_allowed_external_ips
45882024-08-27T00:05:13.924Z PASS [ 0.026s] omicron-common api::internal::shared::tests::test_deserialize_unknown_string
45892024-08-27T00:05:13.951Z PASS [ 5.594s] omicron-cockroach-admin cockroach_cli::tests::test_node_decommission_compatibility
45902024-08-27T00:05:13.974Z PASS [ 0.051s] omicron-common ledger::test::test_create_default_ledger
45912024-08-27T00:05:13.974Z PASS [ 0.044s] omicron-common ledger::test::test_create_ledger_reads_from_storage
45922024-08-27T00:05:13.987Z PASS [ 0.030s] omicron-common ledger::test::test_create_ledger_reads_latest_from_storage
45932024-08-27T00:05:13.987Z PASS [ 0.076s] omicron-common ledger::test::test_commit_handles_write_failures
45942024-08-27T00:05:13.994Z PASS [ 0.028s] omicron-common update::tests::serde_artifact_kind
45952024-08-27T00:05:14.002Z PASS [ 0.029s] omicron-common zpool_name::test::test_parse_bad_zpool_names
45962024-08-27T00:05:14.008Z PASS [ 0.028s] omicron-common zpool_name::test::test_parse_external_zpool_name
45972024-08-27T00:05:14.014Z PASS [ 0.028s] omicron-common zpool_name::test::test_parse_internal_zpool_name
45982024-08-27T00:05:14.022Z PASS [ 0.027s] omicron-common zpool_name::test::test_parse_zpool_name_json
45992024-08-27T00:05:14.028Z PASS [ 0.026s] omicron-common zpool_name::test::test_zpool_name_regex
46002024-08-27T00:05:14.149Z PASS [ 0.129s] omicron-dev::test-omicron-dev test_omicron_dev_bad_cmd
46012024-08-27T00:05:14.149Z PASS [ 0.122s] omicron-dev::test-omicron-dev test_omicron_dev_no_args
46022024-08-27T00:05:14.159Z PASS [ 0.128s] omicron-gateway management_switch::location_map::tests::test_config_validation
46032024-08-27T00:05:14.211Z PASS [ 0.071s] omicron-gateway management_switch::location_map::tests::test_resolve_location
46042024-08-27T00:05:14.679Z PASS [ 0.469s] omicron-gateway::test_all integration_tests::serial_console::serial_console_communication
46052024-08-27T00:05:14.694Z PASS [ 0.546s] omicron-gateway::test_all integration_tests::component_list::component_list
46062024-08-27T00:05:14.780Z PASS [ 0.622s] omicron-gateway::test_all integration_tests::location_discovery::discovery_both_locations
46072024-08-27T00:05:14.854Z PASS [ 0.174s] omicron-gateway::test_all integration_tests::serial_console::serial_console_detach
46082024-08-27T00:05:15.205Z PASS [ 37.021s] nexus-reconfigurator-execution dns::test::test_silos_external_dns_end_to_end
46092024-08-27T00:05:19.422Z PASS [ 11.841s] nexus-types deployment::tri_map::tests::proptest_ops
46102024-08-27T00:05:20.187Z PASS [ 15.856s] nexus-reconfigurator-execution sled_state::tests::test_decommission_is_idempotent
46112024-08-27T00:05:24.005Z PASS [ 18.680s] nexus-reconfigurator-planning blueprint_builder::external_networking::test::test_external_ip_allocator
46122024-08-27T00:05:34.606Z PASS [ 19.821s] omicron-nexus app::background::driver::test::test_driver_basic
46132024-08-27T00:05:35.811Z PASS [ 20.952s] omicron-nexus app::background::init::test::test_dns_propagation_basic
46142024-08-27T00:05:36.817Z PASS [ 22.116s] omicron-nexus app::background::driver::test::test_activation_in_progress
46152024-08-27T00:05:36.997Z PASS [ 22.967s] omicron-dev::test-omicron-dev test_run_all
46162024-08-27T00:05:40.378Z PASS [ 25.165s] omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::sled_resource_already_deleted
46172024-08-27T00:05:40.442Z PASS [ 0.064s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_default_cockroach_admin_addrs_from_blueprint
46182024-08-27T00:05:41.316Z PASS [ 17.307s] omicron-nexus app::background::tasks::blueprint_execution::test::test_deploy_omicron_zones
46192024-08-27T00:05:41.906Z PASS [ 6.094s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_fails_if_no_blueprint
46202024-08-27T00:05:42.338Z PASS [ 22.148s] omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::vmm_already_deleted
46212024-08-27T00:05:42.506Z PASS [ 23.079s] omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::test_abandoned_vmms_are_reaped
46222024-08-27T00:05:43.466Z PASS [ 6.649s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_with_no_unknown_node_ids
46232024-08-27T00:05:43.747Z PASS [ 6.749s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_with_unknown_node_ids
46242024-08-27T00:05:49.770Z PASS [ 15.159s] omicron-nexus app::background::tasks::blueprint_load::test::test_load_blueprints
46252024-08-27T00:05:58.522Z PASS [ 18.073s] omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_cleans_disks_with_no_regions
46262024-08-27T00:05:59.128Z PASS [ 17.805s] omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_does_not_clean_disks_with_regions
46272024-08-27T00:05:59.580Z PASS [ 17.668s] omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_ignores_active_disks
46282024-08-27T00:06:00.199Z PASS [ 17.858s] omicron-nexus app::background::tasks::dns_config::test::test_basic
46292024-08-27T00:06:00.703Z PASS [ 18.192s] omicron-nexus app::background::tasks::dns_propagation::test::test_basic
46302024-08-27T00:06:01.279Z PASS [ 17.807s] omicron-nexus app::background::tasks::external_endpoints::test::test_basic
46312024-08-27T00:06:06.482Z PASS [ 16.706s] omicron-nexus app::background::tasks::inventory_collection::test::test_db_sled_enumerator
46322024-08-27T00:06:16.157Z PASS [ 17.632s] omicron-nexus app::background::tasks::metrics_producer_gc::tests::test_pruning
46332024-08-27T00:06:16.378Z PASS [ 17.246s] omicron-nexus app::background::tasks::region_replacement::test::test_add_region_replacement_causes_start
46342024-08-27T00:06:16.583Z PASS [ 17.000s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_done_region_replacement_causes_finish
46352024-08-27T00:06:17.208Z PASS [ 33.454s] omicron-nexus app::background::tasks::inventory_collection::test::test_basic
46362024-08-27T00:06:17.654Z PASS [ 17.450s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_mark_region_replacement_done_after_notification
46372024-08-27T00:06:17.857Z PASS [ 17.148s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_no_mark_region_replacement_done_after_failed_notification
46382024-08-27T00:06:18.045Z PASS [ 16.761s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_running_region_replacement_causes_drive
46392024-08-27T00:06:18.149Z PASS [ 0.105s] omicron-nexus app::external_endpoints::test::test_external_endpoints_basic
46402024-08-27T00:06:18.479Z PASS [ 0.624s] omicron-nexus app::external_endpoints::test::test_authority
46412024-08-27T00:06:18.582Z PASS [ 0.101s] omicron-nexus app::external_endpoints::test::test_external_endpoints_empty
46422024-08-27T00:06:18.646Z PASS [ 0.066s] omicron-nexus app::external_endpoints::test::test_no_endpoint
46432024-08-27T00:06:18.697Z PASS [ 0.051s] omicron-nexus app::instance::tests::test_instance_start_allowed_when_no_vmm
46442024-08-27T00:06:18.749Z PASS [ 0.052s] omicron-nexus app::instance::tests::test_instance_start_allowed_when_vmm_in_saga_unwound
46452024-08-27T00:06:18.817Z PASS [ 0.069s] omicron-nexus app::instance::tests::test_instance_start_forbidden_while_creating
46462024-08-27T00:06:18.868Z PASS [ 0.051s] omicron-nexus app::instance::tests::test_instance_start_idempotent_if_active
46472024-08-27T00:06:18.926Z PASS [ 0.059s] omicron-nexus app::instance::tests::test_serial_console_stream_proxying
46482024-08-27T00:06:18.973Z PASS [ 0.046s] omicron-nexus app::sagas::demo::test::test_demo_saga_rendezvous
46492024-08-27T00:06:21.295Z PASS [ 14.812s] omicron-nexus app::background::tasks::region_snapshot_replacement_garbage_collect::test::test_region_snapshot_replacement_garbage_collect_task
46502024-08-27T00:06:21.767Z PASS [ 5.182s] omicron-nexus app::background::tasks::saga_recovery::test::test_failure_during_saga_can_be_recovered
46512024-08-27T00:06:21.925Z PASS [ 3.771s] omicron-nexus app::external_endpoints::test::test_external_endpoints_complex
46522024-08-27T00:06:22.755Z PASS [ 5.099s] omicron-nexus app::background::tasks::saga_recovery::test::test_successful_saga_does_not_replay_during_recovery
46532024-08-27T00:06:34.164Z PASS [ 18.002s] omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_add_region_snapshot_replacement_causes_start
46542024-08-27T00:06:36.397Z PASS [ 19.182s] omicron-nexus app::background::tasks::saga_recovery::test::test_nexus_recovery
46552024-08-27T00:06:40.938Z PASS [ 24.555s] omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_expunge_disk_causes_region_snapshot_replacement_start
46562024-08-27T00:06:45.435Z PASS [ 26.453s] omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind
46572024-08-27T00:06:46.063Z PASS [ 24.134s] omicron-nexus app::sagas::disk_create::test::test_saga_basic_usage_succeeds
46582024-08-27T00:06:46.450Z PASS [ 24.676s] omicron-nexus app::sagas::disk_create::test::test_actions_succeed_idempotently
46592024-08-27T00:06:47.457Z PASS [ 24.697s] omicron-nexus app::sagas::disk_delete::test::test_actions_succeed_idempotently
46602024-08-27T00:06:48.219Z PASS [ 26.917s] omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind_idempotently
46612024-08-27T00:06:58.298Z PASS [ 24.128s] omicron-nexus app::sagas::disk_delete::test::test_saga_basic_usage_succeeds
46622024-08-27T00:07:15.223Z PASS [ 29.153s] omicron-nexus app::sagas::instance_create::test::test_saga_basic_usage_succeeds
46632024-08-27T00:07:17.466Z PASS [ 31.009s] omicron-nexus app::sagas::instance_delete::test::test_actions_succeed_idempotently
46642024-08-27T00:07:18.148Z PASS [ 30.675s] omicron-nexus app::sagas::instance_delete::test::test_saga_basic_usage_succeeds
46652024-08-27T00:07:18.501Z PASS [ 33.058s] omicron-nexus app::sagas::instance_create::test::test_actions_succeed_idempotently
46662024-08-27T00:07:21.039Z PASS [ 32.812s] omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind
46672024-08-27T00:07:30.279Z PASS [ 31.973s] omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind_idempotently
46682024-08-27T00:07:36.413Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
46692024-08-27T00:07:40.954Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
46702024-08-27T00:07:43.459Z PASS [ 28.229s] omicron-nexus app::sagas::instance_ip_attach::test::test_actions_succeed_idempotently
46712024-08-27T00:07:44.599Z PASS [ 27.125s] omicron-nexus app::sagas::instance_ip_attach::test::test_saga_basic_usage_succeeds
46722024-08-27T00:07:49.652Z PASS [ 28.605s] omicron-nexus app::sagas::instance_ip_detach::test::test_actions_succeed_idempotently
46732024-08-27T00:07:50.018Z PASS [ 31.508s] omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind_idempotently
46742024-08-27T00:07:50.092Z PASS [ 31.943s] omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind
46752024-08-27T00:07:58.788Z PASS [ 28.500s] omicron-nexus app::sagas::instance_ip_detach::test::test_saga_basic_usage_succeeds
46762024-08-27T00:08:10.226Z PASS [ 25.621s] omicron-nexus app::sagas::instance_migrate::tests::test_saga_basic_usage_succeeds
46772024-08-27T00:08:13.449Z PASS [ 23.351s] omicron-nexus app::sagas::instance_start::test::test_ensure_running_unwind
46782024-08-27T00:08:13.753Z PASS [ 23.730s] omicron-nexus app::sagas::instance_start::test::test_actions_succeed_idempotently
46792024-08-27T00:08:20.006Z PASS [ 30.346s] omicron-nexus app::sagas::instance_start::test::test_action_failure_can_unwind
46802024-08-27T00:08:20.602Z PASS [ 21.809s] omicron-nexus app::sagas::instance_start::test::test_saga_basic_usage_succeeds
46812024-08-27T00:08:36.429Z SLOW [>120.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
46822024-08-27T00:08:38.187Z PASS [ 24.428s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_succeeds
46832024-08-27T00:08:38.207Z PASS [ 24.751s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_actions_succeed_idempotently
46842024-08-27T00:08:40.970Z SLOW [>120.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
46852024-08-27T00:08:41.148Z PASS [ 57.675s] omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind
46862024-08-27T00:08:46.158Z PASS [ 26.146s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_actions_succeed_idempotently
46872024-08-27T00:09:04.617Z PASS [ 26.422s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_succeeds
46882024-08-27T00:09:05.323Z PASS [ 27.110s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_actions_succeed_idempotently
46892024-08-27T00:09:10.242Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_action_failure_can_unwind
46902024-08-27T00:09:12.401Z PASS [ 26.236s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_succeeds
46912024-08-27T00:09:20.618Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
46922024-08-27T00:09:28.793Z PASS [ 78.547s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_action_failure_can_unwind
46932024-08-27T00:09:32.829Z PASS [ 28.206s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_actions_succeed_idempotently
46942024-08-27T00:09:36.447Z SLOW [>180.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
46952024-08-27T00:09:40.046Z PASS [ 27.638s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_succeeds
46962024-08-27T00:09:40.986Z SLOW [>180.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
46972024-08-27T00:09:41.165Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_can_unwind
46982024-08-27T00:09:53.099Z PASS [ 92.476s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
46992024-08-27T00:09:55.685Z PASS [ 26.886s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_actions_succeed_idempotently
47002024-08-27T00:10:03.209Z PASS [ 82.039s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_can_unwind
47012024-08-27T00:10:05.339Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
47022024-08-27T00:10:06.573Z PASS [ 26.521s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_succeeds
47032024-08-27T00:10:20.616Z PASS [ 27.510s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_actions_succeed_idempotently
47042024-08-27T00:10:24.763Z PASS [ 51.921s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_can_unwind
47052024-08-27T00:10:29.397Z PASS [ 26.182s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_succeeds
47062024-08-27T00:10:32.796Z PASS [ 26.215s] omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_actions_succeed_idempotently
47072024-08-27T00:10:36.464Z SLOW [>240.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
47082024-08-27T00:10:41.003Z SLOW [>240.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
47092024-08-27T00:10:50.689Z PASS [ 25.919s] omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_succeeds
47102024-08-27T00:10:55.702Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
47112024-08-27T00:10:56.082Z PASS [ 26.668s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_actions_succeed_idempotently
47122024-08-27T00:11:04.292Z PASS [ 118.938s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
47132024-08-27T00:11:09.746Z PASS [ 49.116s] omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_can_unwind
47142024-08-27T00:11:17.590Z PASS [ 26.892s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_actions_succeed_idempotently
47152024-08-27T00:11:24.282Z PASS [ 51.473s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_can_unwind
47162024-08-27T00:11:26.195Z PASS [ 90.486s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
47172024-08-27T00:11:29.830Z PASS [ 25.528s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_succeeds
47182024-08-27T00:11:35.201Z PASS [ 25.450s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_succeeds
47192024-08-27T00:11:36.480Z SLOW [>300.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
47202024-08-27T00:11:41.019Z SLOW [>300.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
47212024-08-27T00:11:47.286Z PASS [ 17.456s] omicron-nexus app::sagas::project_create::test::test_saga_basic_usage_succeeds
47222024-08-27T00:11:48.102Z PASS [ 23.815s] omicron-nexus app::sagas::instance_update::test::test_start_saga_actions_succeed_idempotently
47232024-08-27T00:11:50.431Z PASS [ 32.834s] omicron-nexus app::sagas::instance_update::test::test_start_saga_action_failure_can_unwind
47242024-08-27T00:11:51.265Z PASS [ 16.061s] omicron-nexus app::sagas::region_replacement_finish::test::test_region_replacement_finish_saga
47252024-08-27T00:11:51.273Z PASS [ 25.072s] omicron-nexus app::sagas::project_create::test::test_action_failure_can_unwind
47262024-08-27T00:11:56.099Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_can_unwind
47272024-08-27T00:12:09.141Z PASS [ 18.705s] omicron-nexus app::sagas::region_replacement_start::test::test_find_only_new_region
47282024-08-27T00:12:09.617Z PASS [ 18.338s] omicron-nexus app::sagas::region_snapshot_replacement_garbage_collect::test::test_region_snapshot_replacement_garbage_collect_saga
47292024-08-27T00:12:12.337Z PASS [ 24.228s] omicron-nexus app::sagas::region_replacement_start::test::test_actions_succeed_idempotently
47302024-08-27T00:12:15.128Z PASS [ 27.835s] omicron-nexus app::sagas::region_replacement_start::test::test_action_failure_can_unwind_idempotently
47312024-08-27T00:12:16.234Z PASS [ 24.962s] omicron-nexus app::sagas::region_replacement_start::test::test_region_replacement_start_saga
47322024-08-27T00:12:16.773Z PASS [ 80.681s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_can_unwind
47332024-08-27T00:12:16.844Z PASS [ 0.068s] omicron-nexus app::sagas::snapshot_create::test::test_create_snapshot_from_disk_modify_request
47342024-08-27T00:12:35.797Z PASS [ 26.174s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_actions_succeed_idempotently
47352024-08-27T00:12:36.496Z SLOW [>360.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
47362024-08-27T00:12:38.682Z PASS [ 29.533s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_action_failure_can_unwind_idempotently
47372024-08-27T00:12:38.991Z PASS [ 26.646s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_saga
47382024-08-27T00:12:41.036Z SLOW [>360.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
47392024-08-27T00:12:41.522Z PASS [ 24.673s] omicron-nexus app::sagas::snapshot_create::test::test_saga_basic_usage_succeeds
47402024-08-27T00:12:56.206Z PASS [ 17.211s] omicron-nexus app::sagas::test_saga::test_saga_stuck
47412024-08-27T00:13:05.298Z PASS [ 23.770s] omicron-nexus app::sagas::vpc_create::test::test_action_failure_can_unwind
47422024-08-27T00:13:07.345Z PASS [ 31.538s] omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_set
47432024-08-27T00:13:07.401Z PASS [ 0.056s] omicron-nexus external_api::console_api::test::test_accept_gz
47442024-08-27T00:13:07.455Z PASS [ 0.054s] omicron-nexus external_api::console_api::test::test_find_file_404_on_directory
47452024-08-27T00:13:07.510Z PASS [ 0.055s] omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent
47462024-08-27T00:13:07.561Z PASS [ 0.051s] omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent_nested
47472024-08-27T00:13:07.615Z PASS [ 0.053s] omicron-nexus external_api::console_api::test::test_find_file_404_on_symlink
47482024-08-27T00:13:07.676Z PASS [ 0.058s] omicron-nexus external_api::console_api::test::test_find_file_finds_file
47492024-08-27T00:13:07.737Z PASS [ 0.064s] omicron-nexus external_api::console_api::test::test_find_file_wont_follow_symlink
47502024-08-27T00:13:07.805Z PASS [ 0.066s] omicron-nexus external_api::console_api::test::test_relative_uri
47512024-08-27T00:13:07.935Z PASS [ 0.131s] omicron-nexus external_api::http_entrypoints::test::test_nexus_tag_policy
47522024-08-27T00:13:08.464Z PASS [ 29.774s] omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_unset
47532024-08-27T00:13:10.292Z PASS [ 4.993s] omicron-nexus cidata::tests::build_vfat_works_with_arbitrarily_sized_input
47542024-08-27T00:13:14.240Z PASS [ 18.030s] omicron-nexus app::sagas::vpc_create::test::test_saga_basic_usage_succeeds
47552024-08-27T00:13:15.146Z SLOW [> 60.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
47562024-08-27T00:13:16.251Z SLOW [> 60.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
47572024-08-27T00:13:19.891Z PASS [ 63.639s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
47582024-08-27T00:13:21.098Z PASS [ 1.208s] omicron-nexus::test_all integration_tests::authn_http::test_authn_session_cookie
47592024-08-27T00:13:22.041Z PASS [ 0.942s] omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_allowed
47602024-08-27T00:13:22.165Z PASS [ 0.123s] omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_unconfigured
47612024-08-27T00:13:24.881Z PASS [ 16.413s] omicron-nexus::test_all integration_tests::address_lots::test_address_lot_basic_crud
47622024-08-27T00:13:26.630Z PASS [ 16.334s] omicron-nexus::test_all integration_tests::address_lots::test_address_lot_invalid_range
47632024-08-27T00:13:33.581Z PASS [ 19.334s] omicron-nexus::test_all integration_tests::allow_list::test_allow_list
47642024-08-27T00:13:36.513Z SLOW [>420.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
47652024-08-27T00:13:39.450Z PASS [ 17.282s] omicron-nexus::test_all integration_tests::authz::test_cannot_read_others_ssh_keys
47662024-08-27T00:13:41.052Z SLOW [>420.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
47672024-08-27T00:13:42.542Z PASS [ 17.657s] omicron-nexus::test_all integration_tests::authz::test_list_silo_idps_for_unpriv
47682024-08-27T00:13:43.723Z PASS [ 17.089s] omicron-nexus::test_all integration_tests::authz::test_list_silo_users_for_unpriv
47692024-08-27T00:13:50.449Z PASS [ 16.864s] omicron-nexus::test_all integration_tests::authz::test_session_me_for_unpriv
47702024-08-27T00:13:57.089Z PASS [ 17.634s] omicron-nexus::test_all integration_tests::authz::test_silo_read_for_unpriv
47712024-08-27T00:13:58.915Z PASS [ 16.369s] omicron-nexus::test_all integration_tests::basic::test_basic_failures
47722024-08-27T00:13:59.292Z PASS [ 15.564s] omicron-nexus::test_all integration_tests::basic::test_ping
47732024-08-27T00:14:07.951Z SLOW [> 60.000s] omicron-nexus populate::test::test_populators
47742024-08-27T00:14:10.924Z PASS [ 62.973s] omicron-nexus populate::test::test_populators
47752024-08-27T00:14:12.863Z PASS [ 22.409s] omicron-nexus::test_all integration_tests::basic::test_projects_basic
47762024-08-27T00:14:15.159Z PASS [ 16.239s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_cert
47772024-08-27T00:14:15.161Z SLOW [>120.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
47782024-08-27T00:14:15.756Z PASS [ 16.459s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_key
47792024-08-27T00:14:24.690Z PASS [ 27.594s] omicron-nexus::test_all integration_tests::basic::test_projects_list
47802024-08-27T00:14:27.669Z PASS [ 16.740s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_expired_cert
47812024-08-27T00:14:29.842Z PASS [ 16.972s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_incorrect_subject_alt_name
47822024-08-27T00:14:32.037Z PASS [ 16.875s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_mismatched_key
47832024-08-27T00:14:33.250Z PASS [ 1.212s] omicron-nexus::test_all integration_tests::commands::test_nexus_invalid_config
47842024-08-27T00:14:33.345Z PASS [ 3.505s] omicron-nexus::test_all integration_tests::commands::test_nexus_bad_config
47852024-08-27T00:14:33.359Z PASS [ 0.104s] omicron-nexus::test_all integration_tests::commands::test_nexus_no_args
47862024-08-27T00:14:33.904Z PASS [ 18.142s] omicron-nexus::test_all integration_tests::certificates::test_crud
47872024-08-27T00:14:34.713Z PASS [ 1.367s] omicron-nexus::test_all integration_tests::commands::test_nexus_openapi
47882024-08-27T00:14:36.529Z SLOW [>480.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
47892024-08-27T00:14:40.680Z PASS [ 15.985s] omicron-nexus::test_all integration_tests::certificates::test_not_found_before_creation
47902024-08-27T00:14:41.069Z SLOW [>480.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
47912024-08-27T00:14:49.170Z PASS [ 21.497s] omicron-nexus::test_all integration_tests::certificates::test_silo_certificates
47922024-08-27T00:14:49.958Z PASS [ 16.599s] omicron-nexus::test_all integration_tests::console_api::test_absolute_static_dir
47932024-08-27T00:14:50.351Z PASS [ 16.444s] omicron-nexus::test_all integration_tests::console_api::test_assets
47942024-08-27T00:14:51.629Z PASS [ 16.913s] omicron-nexus::test_all integration_tests::console_api::test_bad_redirect_uri
47952024-08-27T00:14:55.294Z PASS [ 498.769s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
47962024-08-27T00:15:00.245Z PASS [ 19.562s] omicron-nexus::test_all integration_tests::console_api::test_console_pages
47972024-08-27T00:15:02.570Z PASS [ 501.503s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
47982024-08-27T00:15:07.132Z PASS [ 17.168s] omicron-nexus::test_all integration_tests::console_api::test_login_redirect_simple
47992024-08-27T00:15:07.517Z PASS [ 17.161s] omicron-nexus::test_all integration_tests::console_api::test_session_me
48002024-08-27T00:15:09.446Z PASS [ 17.803s] omicron-nexus::test_all integration_tests::console_api::test_session_me_groups
48012024-08-27T00:15:10.165Z PASS [ 20.990s] omicron-nexus::test_all integration_tests::console_api::test_login_redirect_multiple_silos
48022024-08-27T00:15:15.177Z SLOW [>180.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
48032024-08-27T00:15:16.053Z PASS [ 20.753s] omicron-nexus::test_all integration_tests::console_api::test_sessions
48042024-08-27T00:15:16.926Z PASS [ 16.676s] omicron-nexus::test_all integration_tests::console_api::test_unauthed_console_pages
48052024-08-27T00:15:20.390Z PASS [ 17.814s] omicron-nexus::test_all integration_tests::demo_saga::test_demo_saga
48062024-08-27T00:15:25.460Z PASS [ 18.310s] omicron-nexus::test_all integration_tests::device_auth::test_device_auth_flow
48072024-08-27T00:15:35.766Z PASS [ 28.243s] omicron-nexus::test_all integration_tests::disks::test_disk_backed_by_multiple_region_sets
48082024-08-27T00:15:36.536Z PASS [ 26.364s] omicron-nexus::test_all integration_tests::disks::test_disk_create_disk_that_already_exists_fails
48092024-08-27T00:15:40.849Z PASS [ 24.791s] omicron-nexus::test_all integration_tests::disks::test_disk_create_for_importing
48102024-08-27T00:15:40.987Z PASS [ 24.055s] omicron-nexus::test_all integration_tests::disks::test_disk_creation_region_requested_then_started
48112024-08-27T00:15:45.860Z PASS [ 35.326s] omicron-nexus::test_all integration_tests::disks::test_disk_create_attach_detach_delete
48122024-08-27T00:15:45.860Z PASS [ 24.400s] omicron-nexus::test_all integration_tests::disks::test_disk_expunge
48132024-08-27T00:15:48.786Z PASS [ 23.333s] omicron-nexus::test_all integration_tests::disks::test_disk_invalid_block_size_rejected
48142024-08-27T00:16:05.265Z PASS [ 20.464s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_greater_than_max_disk_size_bytes
48152024-08-27T00:16:05.598Z PASS [ 24.605s] omicron-nexus::test_all integration_tests::disks::test_disk_not_found_before_creation
48162024-08-27T00:16:08.618Z PASS [ 19.830s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_less_than_min_disk_size_bytes
48172024-08-27T00:16:09.499Z PASS [ 24.720s] omicron-nexus::test_all integration_tests::disks::test_disk_region_creation_failure
48182024-08-27T00:16:09.564Z PASS [ 33.788s] omicron-nexus::test_all integration_tests::disks::test_disk_metrics
48192024-08-27T00:16:12.144Z PASS [ 35.599s] omicron-nexus::test_all integration_tests::disks::test_disk_metrics_paginated
48202024-08-27T00:16:15.193Z SLOW [>240.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
48212024-08-27T00:16:25.836Z PASS [ 20.233s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_min_disk_size
48222024-08-27T00:16:26.375Z PASS [ 45.475s] omicron-nexus::test_all integration_tests::disks::test_disk_move_between_instances
48232024-08-27T00:16:29.095Z PASS [ 23.825s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_block_size
48242024-08-27T00:16:34.489Z PASS [ 24.910s] omicron-nexus::test_all integration_tests::disks::test_disk_too_big
48252024-08-27T00:16:34.950Z PASS [ 26.315s] omicron-nexus::test_all integration_tests::disks::test_disk_size_accounting
48262024-08-27T00:16:39.868Z PASS [ 27.716s] omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection
48272024-08-27T00:16:49.359Z PASS [ 39.850s] omicron-nexus::test_all integration_tests::disks::test_disk_slot_assignment
48282024-08-27T00:16:52.988Z PASS [ 27.145s] omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection_failed_delete
48292024-08-27T00:16:54.664Z PASS [ 25.559s] omicron-nexus::test_all integration_tests::disks::test_no_halt_disk_delete_one_region_on_expunged_agent
48302024-08-27T00:16:54.826Z PASS [ 28.481s] omicron-nexus::test_all integration_tests::disks::test_multiple_disks_multiple_zpools
48312024-08-27T00:16:59.217Z PASS [ 24.269s] omicron-nexus::test_all integration_tests::disks::test_project_delete_disk_no_auth_idempotent
48322024-08-27T00:17:02.138Z PASS [ 27.652s] omicron-nexus::test_all integration_tests::disks::test_phantom_disk_rename
48332024-08-27T00:17:03.951Z PASS [ 24.077s] omicron-nexus::test_all integration_tests::disks::test_region_allocation_after_delete
48342024-08-27T00:17:15.210Z SLOW [>300.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
48352024-08-27T00:17:15.737Z PASS [ 26.371s] omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent
48362024-08-27T00:17:16.579Z PASS [ 23.584s] omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent_arbitrary
48372024-08-27T00:17:17.274Z PASS [ 22.607s] omicron-nexus::test_all integration_tests::disks::test_single_region_allocate
48382024-08-27T00:17:20.984Z PASS [ 26.151s] omicron-nexus::test_all integration_tests::disks::test_single_region_allocate_for_replace
48392024-08-27T00:17:24.157Z PASS [ 24.934s] omicron-nexus::test_all integration_tests::disks::test_single_region_allocate_for_replace_not_enough_zpools
48402024-08-27T00:17:32.277Z PASS [ 30.125s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_ephemeral_at_pool_exhaustion
48412024-08-27T00:17:37.979Z PASS [ 20.701s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_access
48422024-08-27T00:17:39.108Z PASS [ 35.149s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fail_if_in_use_by_other
48432024-08-27T00:17:46.228Z PASS [ 22.065s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create
48442024-08-27T00:17:52.512Z PASS [ 31.521s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_attach_fail_between_projects
48452024-08-27T00:17:55.170Z PASS [ 38.582s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_live_attach_detach
48462024-08-27T00:17:57.804Z PASS [ 19.820s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_fails_in_other_silo_pool
48472024-08-27T00:17:58.160Z PASS [ 19.048s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_ip_in_use
48482024-08-27T00:17:58.506Z PASS [ 0.346s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_delivers_progress
48492024-08-27T00:17:58.942Z PASS [ 0.434s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_remembers_successful_mgs_instance
48502024-08-27T00:17:59.228Z PASS [ 43.478s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fails_after_maximum
48512024-08-27T00:17:59.330Z PASS [ 0.387s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_switches_mgs_instances_on_failure
48522024-08-27T00:17:59.682Z PASS [ 0.456s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_updates_sled
48532024-08-27T00:18:00.804Z PASS [ 28.526s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_attachment
48542024-08-27T00:18:04.936Z PASS [ 18.703s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_name_in_use
48552024-08-27T00:18:14.014Z PASS [ 21.494s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_non_admin
48562024-08-27T00:18:15.225Z SLOW [>360.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
48572024-08-27T00:18:16.307Z PASS [ 21.132s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_delete
48582024-08-27T00:18:18.440Z PASS [ 20.626s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_update
48592024-08-27T00:18:23.307Z PASS [ 23.972s] omicron-nexus::test_all integration_tests::images::test_image_create
48602024-08-27T00:18:25.236Z PASS [ 25.545s] omicron-nexus::test_all integration_tests::images::test_image_deletion_permissions
48612024-08-27T00:18:29.019Z PASS [ 28.205s] omicron-nexus::test_all integration_tests::images::test_image_from_other_project_snapshot_fails
48622024-08-27T00:18:30.126Z PASS [ 25.185s] omicron-nexus::test_all integration_tests::images::test_image_promotion
48632024-08-27T00:18:33.876Z PASS [ 8.642s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_cockroach
48642024-08-27T00:18:37.326Z PASS [ 23.309s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_image
48652024-08-27T00:18:38.421Z PASS [ 383.197s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
48662024-08-27T00:18:38.796Z PASS [ 9.778s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_dendrite
48672024-08-27T00:18:39.405Z PASS [ 23.093s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_image_too_small
48682024-08-27T00:18:39.728Z PASS [ 9.597s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_with_valid_schema
48692024-08-27T00:18:40.938Z PASS [ 22.495s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_other_project_image_fails
48702024-08-27T00:18:41.937Z PASS [ 8.057s] omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_until_schema_updated
48712024-08-27T00:18:43.289Z PASS [ 19.977s] omicron-nexus::test_all integration_tests::images::test_silo_image_create
48722024-08-27T00:19:00.448Z PASS [ 23.114s] omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_without_valid_schema
48732024-08-27T00:19:00.762Z PASS [ 19.820s] omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_bad_hostname
48742024-08-27T00:19:01.895Z PASS [ 19.953s] omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_empty_hostname
48752024-08-27T00:19:07.220Z PASS [ 27.487s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_nine_disks_to_instance
48762024-08-27T00:19:08.761Z PASS [ 29.956s] omicron-nexus::test_all integration_tests::instances::test_attach_one_disk_to_instance
48772024-08-27T00:19:17.232Z PASS [ 38.797s] omicron-nexus::test_all integration_tests::instances::test_attach_eight_disks_to_instance
48782024-08-27T00:19:17.658Z PASS [ 38.242s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_faulted_disks
48792024-08-27T00:19:19.180Z PASS [ 18.728s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_limit
48802024-08-27T00:19:20.262Z PASS [ 36.964s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_capacity
48812024-08-27T00:19:27.604Z PASS [ 18.837s] omicron-nexus::test_all integration_tests::instances::test_instance_allow_only_one_ephemeral_ip
48822024-08-27T00:19:32.496Z PASS [ 25.268s] omicron-nexus::test_all integration_tests::instances::test_instance_access
48832024-08-27T00:19:36.734Z PASS [ 35.961s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_ram_capacity
48842024-08-27T00:19:46.405Z PASS [ 29.167s] omicron-nexus::test_all integration_tests::instances::test_instance_attach_several_external_ips
48852024-08-27T00:19:47.930Z PASS [ 30.264s] omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks
48862024-08-27T00:19:51.136Z PASS [ 31.947s] omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks_undo
48872024-08-27T00:19:52.569Z PASS [ 32.298s] omicron-nexus::test_all integration_tests::instances::test_instance_create_delete_network_interface
48882024-08-27T00:19:56.210Z PASS [ 28.599s] omicron-nexus::test_all integration_tests::instances::test_instance_create_in_silo
48892024-08-27T00:20:01.911Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed
48902024-08-27T00:20:03.055Z PASS [ 30.553s] omicron-nexus::test_all integration_tests::instances::test_instance_create_saga_removes_instance_database_record
48912024-08-27T00:20:13.538Z PASS [ 36.796s] omicron-nexus::test_all integration_tests::instances::test_instance_create_with_ssh_keys
48922024-08-27T00:20:14.047Z PASS [ 26.110s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_orphan_pool
48932024-08-27T00:20:14.738Z PASS [ 23.596s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_no_default_pool_error
48942024-08-27T00:20:18.121Z PASS [ 76.206s] omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed
48952024-08-27T00:20:25.508Z PASS [ 32.931s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_error
48962024-08-27T00:20:33.041Z PASS [ 46.625s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_correct_pool
48972024-08-27T00:20:33.421Z PASS [ 37.201s] omicron-nexus::test_all integration_tests::instances::test_instance_metrics
48982024-08-27T00:20:35.158Z PASS [ 32.095s] omicron-nexus::test_all integration_tests::instances::test_instance_metrics_with_migration
48992024-08-27T00:20:44.461Z PASS [ 30.915s] omicron-nexus::test_all integration_tests::instances::test_instance_migrate
49002024-08-27T00:20:45.503Z PASS [ 31.447s] omicron-nexus::test_all integration_tests::instances::test_instance_migrate_v2p_and_routes
49012024-08-27T00:20:51.030Z PASS [ 17.983s] omicron-nexus::test_all integration_tests::instances::test_instance_using_image_from_other_project_fails
49022024-08-27T00:20:52.454Z PASS [ 37.706s] omicron-nexus::test_all integration_tests::instances::test_instance_serial
49032024-08-27T00:20:53.386Z PASS [ 18.223s] omicron-nexus::test_all integration_tests::instances::test_instance_with_multiple_nics_unwinds_completely
49042024-08-27T00:20:57.867Z PASS [ 32.351s] omicron-nexus::test_all integration_tests::instances::test_instance_update_network_interfaces
49052024-08-27T00:20:59.989Z PASS [ 26.561s] omicron-nexus::test_all integration_tests::instances::test_instance_v2p_mappings
49062024-08-27T00:21:00.161Z PASS [ 42.029s] omicron-nexus::test_all integration_tests::instances::test_instance_start_creates_networking_state
49072024-08-27T00:21:08.137Z PASS [ 23.669s] omicron-nexus::test_all integration_tests::instances::test_instance_with_new_custom_network_interfaces
49082024-08-27T00:21:08.171Z PASS [ 22.663s] omicron-nexus::test_all integration_tests::instances::test_instance_with_single_explicit_ip_address
49092024-08-27T00:21:08.782Z PASS [ 17.748s] omicron-nexus::test_all integration_tests::instances::test_instances_access_before_create_returns_not_found
49102024-08-27T00:21:16.588Z PASS [ 16.594s] omicron-nexus::test_all integration_tests::instances::test_instances_invalid_creation_returns_bad_request
49112024-08-27T00:21:17.501Z PASS [ 24.108s] omicron-nexus::test_all integration_tests::instances::test_instances_create_stopped_start
49122024-08-27T00:21:18.478Z PASS [ 18.313s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_greater_than_max_size
49132024-08-27T00:21:25.042Z PASS [ 27.167s] omicron-nexus::test_all integration_tests::instances::test_instances_delete_fails_when_running_succeeds_when_stopped
49142024-08-27T00:21:26.030Z PASS [ 17.245s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_basic_crud
49152024-08-27T00:21:26.092Z PASS [ 17.913s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_rejected_less_than_min_memory_size
49162024-08-27T00:21:26.092Z PASS [ 33.626s] omicron-nexus::test_all integration_tests::instances::test_instances_create_reboot_halt
49172024-08-27T00:21:26.444Z PASS [ 18.302s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_not_divisible_by_min_memory_size
49182024-08-27T00:21:34.599Z PASS [ 16.104s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_pagination
49192024-08-27T00:21:35.513Z PASS [ 18.006s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_in_silo
49202024-08-27T00:21:36.656Z PASS [ 20.064s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_dedupe
49212024-08-27T00:21:43.170Z PASS [ 17.134s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_pagination
49222024-08-27T00:21:43.362Z PASS [ 18.315s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_overlapping_ranges_fails
49232024-08-27T00:21:43.412Z PASS [ 17.319s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_rejects_v6
49242024-08-27T00:21:43.596Z PASS [ 17.497s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service
49252024-08-27T00:21:44.186Z PASS [ 17.738s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service_no_cud
49262024-08-27T00:21:53.502Z PASS [ 17.984s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_list_only_discoverable
49272024-08-27T00:21:54.284Z PASS [ 19.692s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_link
49282024-08-27T00:22:00.541Z PASS [ 23.877s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silos_pagination
49292024-08-27T00:22:01.503Z PASS [ 18.135s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_utilization_total
49302024-08-27T00:22:04.336Z PASS [ 21.161s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_update_default
49312024-08-27T00:22:10.202Z PASS [ 26.783s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_range_delete_with_allocated_external_ip_fails
49322024-08-27T00:22:10.434Z PASS [ 16.929s] omicron-nexus::test_all integration_tests::metrics::test_timeseries_schema_list
49332024-08-27T00:22:11.181Z PASS [ 16.891s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_database_records
49342024-08-27T00:22:20.854Z PASS [ 20.308s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_reregistration
49352024-08-27T00:22:22.971Z PASS [ 39.364s] omicron-nexus::test_all integration_tests::metrics::test_instance_watcher_metrics
49362024-08-27T00:22:31.247Z PASS [ 29.738s] omicron-nexus::test_all integration_tests::pantry::test_can_stop_start_import_from_bulk_write
49372024-08-27T00:22:33.524Z PASS [ 23.316s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_non_base64
49382024-08-27T00:22:33.956Z PASS [ 23.515s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_not_block_size_multiple
49392024-08-27T00:22:35.269Z PASS [ 24.081s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_past_end_of_disk
49402024-08-27T00:22:36.726Z PASS [ 52.526s] omicron-nexus::test_all integration_tests::metrics::test_metrics
49412024-08-27T00:22:47.938Z PASS [ 43.590s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_attached_disk
49422024-08-27T00:22:56.337Z PASS [ 25.083s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_to_unaligned_offset
49432024-08-27T00:23:03.983Z PASS [ 43.119s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_start_attached_disk
49442024-08-27T00:23:05.515Z PASS [ 42.532s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_stop_attached_disk
49452024-08-27T00:23:06.629Z PASS [ 31.352s] omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_from_bulk_writes_disk
49462024-08-27T00:23:07.922Z PASS [ 33.956s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_without_stopping_bulk_writes
49472024-08-27T00:23:08.977Z PASS [ 32.243s] omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_ready_disk
49482024-08-27T00:23:09.909Z PASS [ 21.965s] omicron-nexus::test_all integration_tests::pantry::test_disk_create_for_importing
49492024-08-27T00:23:17.782Z PASS [ 44.241s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_attached_disk
49502024-08-27T00:23:28.321Z PASS [ 21.688s] omicron-nexus::test_all integration_tests::probe::test_probe_basic_crud
49512024-08-27T00:23:28.560Z PASS [ 20.634s] omicron-nexus::test_all integration_tests::projects::test_project_deletion
49522024-08-27T00:23:33.136Z PASS [ 24.153s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_disk
49532024-08-27T00:23:33.499Z PASS [ 23.584s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_floating_ip
49542024-08-27T00:23:36.424Z PASS [ 18.643s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_image
49552024-08-27T00:23:37.822Z PASS [ 41.475s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write
49562024-08-27T00:23:49.893Z PASS [ 45.896s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write_with_snapshot
49572024-08-27T00:23:51.398Z PASS [ 23.070s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_instance
49582024-08-27T00:23:52.561Z PASS [ 19.058s] omicron-nexus::test_all integration_tests::projects::test_projects
49592024-08-27T00:23:53.472Z PASS [ 20.332s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_vpc
49602024-08-27T00:23:54.413Z PASS [ 25.847s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_snapshot
49612024-08-27T00:23:55.923Z PASS [ 19.495s] omicron-nexus::test_all integration_tests::quotas::test_quota_limits
49622024-08-27T00:23:55.984Z PASS [ 50.444s] omicron-nexus::test_all integration_tests::password_login::test_local_users
49632024-08-27T00:24:07.288Z PASS [ 17.393s] omicron-nexus::test_all integration_tests::rack::test_get_own_rack
49642024-08-27T00:24:08.895Z PASS [ 17.494s] omicron-nexus::test_all integration_tests::rack::test_list_own_rack
49652024-08-27T00:24:11.031Z PASS [ 18.464s] omicron-nexus::test_all integration_tests::rack::test_rack_initialization
49662024-08-27T00:24:11.781Z PASS [ 18.302s] omicron-nexus::test_all integration_tests::rack::test_sled_add
49672024-08-27T00:24:12.019Z PASS [ 17.594s] omicron-nexus::test_all integration_tests::rack::test_sled_list_uninitialized
49682024-08-27T00:24:13.421Z PASS [ 17.492s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_fleet
49692024-08-27T00:24:13.740Z PASS [ 0.321s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_switches_mgs_instances_on_failure
49702024-08-27T00:24:14.244Z PASS [ 18.268s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_project
49712024-08-27T00:24:15.272Z PASS [ 3.492s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_delivers_progress
49722024-08-27T00:24:15.497Z PASS [ 3.485s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_remembers_successful_mgs_instance
49732024-08-27T00:24:17.049Z PASS [ 3.306s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_updates_sled
49742024-08-27T00:24:17.553Z PASS [ 3.308s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_updates_switch
49752024-08-27T00:24:17.629Z PASS [ 39.797s] omicron-nexus::test_all integration_tests::quotas::test_quotas
49762024-08-27T00:24:22.273Z PASS [ 14.980s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo
49772024-08-27T00:24:22.390Z PASS [ 0.116s] omicron-nexus::test_all integration_tests::saml::test_accept_saml_response_only_assertion_signed
49782024-08-27T00:24:22.505Z PASS [ 0.105s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response
49792024-08-27T00:24:22.626Z PASS [ 0.117s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_ecdsa_sha256
49802024-08-27T00:24:22.746Z PASS [ 0.129s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes
49812024-08-27T00:24:22.890Z PASS [ 0.146s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes_wrong_attribute_name
49822024-08-27T00:24:24.622Z PASS [ 15.719s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo_implicit
49832024-08-27T00:24:28.501Z PASS [ 17.466s] omicron-nexus::test_all integration_tests::roles_builtin::test_roles_builtin
49842024-08-27T00:24:36.273Z PASS [ 20.769s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_disallow_custom_targets
49852024-08-27T00:24:36.507Z PASS [ 21.230s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_crud_operations
49862024-08-27T00:24:36.991Z PASS [ 19.434s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_internet_gateway_target
49872024-08-27T00:24:37.688Z PASS [ 20.055s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_modify_system_routes
49882024-08-27T00:24:37.787Z PASS [ 0.093s] omicron-nexus::test_all integration_tests::saml::test_handle_saml_response_with_xml_comment
49892024-08-27T00:24:39.906Z PASS [ 17.014s] omicron-nexus::test_all integration_tests::saml::test_create_a_hidden_silo_saml_idp
49902024-08-27T00:24:40.917Z PASS [ 16.292s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp
49912024-08-27T00:24:41.109Z PASS [ 0.193s] omicron-nexus::test_all integration_tests::saml::test_reject_saml_response_signed_with_other_key
49922024-08-27T00:24:41.222Z PASS [ 0.104s] omicron-nexus::test_all integration_tests::saml::test_reject_unsigned_saml_response
49932024-08-27T00:24:45.216Z PASS [ 25.425s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_disallow_mixed_v4_v6
49942024-08-27T00:24:45.223Z PASS [ 15.757s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_no_redirect_binding
49952024-08-27T00:24:54.488Z PASS [ 17.976s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_no_keys
49962024-08-27T00:24:54.608Z PASS [ 18.341s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_truncated
49972024-08-27T00:24:55.327Z PASS [ 18.340s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_only_encryption_keys
49982024-08-27T00:24:56.091Z PASS [ 18.311s] omicron-nexus::test_all integration_tests::saml::test_post_saml_response
49992024-08-27T00:24:58.093Z PASS [ 18.184s] omicron-nexus::test_all integration_tests::saml::test_post_saml_response_with_relay_state
50002024-08-27T00:24:58.384Z PASS [ 17.176s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_404
50012024-08-27T00:24:59.512Z PASS [ 17.036s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_invalid
50022024-08-27T00:24:59.783Z PASS [ 15.526s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_reject_keypair
50032024-08-27T00:25:05.406Z PASS [ 10.918s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_rsa_keypair_ok
50042024-08-27T00:25:06.257Z PASS [ 8.165s] omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_columns
50052024-08-27T00:25:13.222Z PASS [ 7.814s] omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_where_clause
50062024-08-27T00:25:14.121Z PASS [ 7.862s] omicron-nexus::test_all integration_tests::schema::compare_sequence_differing_increment
50072024-08-27T00:25:21.060Z PASS [ 7.836s] omicron-nexus::test_all integration_tests::schema::compare_table_differing_constraint
50082024-08-27T00:25:21.846Z PASS [ 7.713s] omicron-nexus::test_all integration_tests::schema::compare_table_differing_not_null_order
50092024-08-27T00:25:28.975Z PASS [ 7.912s] omicron-nexus::test_all integration_tests::schema::compare_view_differing_where_clause
50102024-08-27T00:25:33.443Z PASS [ 4.467s] omicron-nexus::test_all integration_tests::schema::dbinit_version_matches_version_known_to_nexus
50112024-08-27T00:26:09.725Z PASS [ 47.875s] omicron-nexus::test_all integration_tests::schema::dbinit_equals_sum_of_all_up
50122024-08-27T00:26:11.300Z PASS [ 37.848s] omicron-nexus::test_all integration_tests::schema::nexus_applies_update_on_boot
50132024-08-27T00:26:27.938Z PASS [ 18.210s] omicron-nexus::test_all integration_tests::schema::nexus_cannot_apply_update_from_unknown_version
50142024-08-27T00:26:43.317Z PASS [ 31.993s] omicron-nexus::test_all integration_tests::schema::validate_data_migration
50152024-08-27T00:26:56.708Z PASS [ 13.401s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_detail_bad_group_id
50162024-08-27T00:26:56.891Z PASS [ 13.567s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users_bad_group_id
50172024-08-27T00:26:57.480Z PASS [ 14.169s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users
50182024-08-27T00:26:57.795Z PASS [ 14.471s] omicron-nexus::test_all integration_tests::silos::test_deleting_a_silo_deletes_the_idp
50192024-08-27T00:27:08.091Z PASS [ 40.129s] omicron-nexus::test_all integration_tests::schema::versions_have_idempotent_up
50202024-08-27T00:27:11.581Z PASS [ 14.868s] omicron-nexus::test_all integration_tests::silos::test_ensure_same_silo_group
50212024-08-27T00:27:11.588Z PASS [ 14.699s] omicron-nexus::test_all integration_tests::silos::test_jit_silo_constraints
50222024-08-27T00:27:11.854Z PASS [ 14.367s] omicron-nexus::test_all integration_tests::silos::test_listing_identity_providers
50232024-08-27T00:27:12.089Z PASS [ 14.288s] omicron-nexus::test_all integration_tests::silos::test_local_silo_constraints
50242024-08-27T00:27:26.457Z PASS [ 18.359s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_truncated
50252024-08-27T00:27:26.458Z PASS [ 18.363s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_invalid
50262024-08-27T00:27:27.169Z PASS [ 19.069s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_valid
50272024-08-27T00:27:28.112Z PASS [ 20.024s] omicron-nexus::test_all integration_tests::silos::test_local_silo_users
50282024-08-27T00:27:29.893Z PASS [ 18.308s] omicron-nexus::test_all integration_tests::silos::test_silo_admin_can_create_certs
50292024-08-27T00:27:30.354Z PASS [ 18.262s] omicron-nexus::test_all integration_tests::silos::test_silo_delete_clean_up_groups
50302024-08-27T00:27:30.577Z PASS [ 18.983s] omicron-nexus::test_all integration_tests::silos::test_silo_admin_group
50312024-08-27T00:27:34.374Z PASS [ 22.512s] omicron-nexus::test_all integration_tests::silos::test_silo_authn_policy
50322024-08-27T00:27:44.346Z PASS [ 17.881s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_fixed
50332024-08-27T00:27:45.538Z PASS [ 18.365s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_jit
50342024-08-27T00:27:46.498Z PASS [ 20.039s] omicron-nexus::test_all integration_tests::silos::test_silo_delete_cleans_up_ip_pool_links
50352024-08-27T00:27:47.135Z PASS [ 19.020s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_both_groups
50362024-08-27T00:27:47.963Z PASS [ 18.065s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_one_group
50372024-08-27T00:27:48.270Z PASS [ 17.912s] omicron-nexus::test_all integration_tests::silos::test_silo_user_fetch_by_external_id
50382024-08-27T00:27:51.176Z PASS [ 20.593s] omicron-nexus::test_all integration_tests::silos::test_silo_user_provision_types
50392024-08-27T00:27:56.966Z PASS [ 22.587s] omicron-nexus::test_all integration_tests::silos::test_silo_user_views
50402024-08-27T00:28:03.733Z PASS [ 19.378s] omicron-nexus::test_all integration_tests::silos::test_silo_users_list
50412024-08-27T00:28:04.702Z PASS [ 18.200s] omicron-nexus::test_all integration_tests::sleds::test_physical_disk_create_list_delete
50422024-08-27T00:28:06.443Z PASS [ 18.475s] omicron-nexus::test_all integration_tests::sleds::test_sleds_list
50432024-08-27T00:28:08.809Z PASS [ 23.263s] omicron-nexus::test_all integration_tests::silos::test_silos
50442024-08-27T00:28:10.663Z PASS [ 19.482s] omicron-nexus::test_all integration_tests::snapshots::test_create_snapshot_record_idempotent
50452024-08-27T00:28:11.495Z PASS [ 24.352s] omicron-nexus::test_all integration_tests::sleds::test_sled_instance_list
50462024-08-27T00:28:12.267Z PASS [ 23.990s] omicron-nexus::test_all integration_tests::snapshots::test_cannot_snapshot_if_no_space
50472024-08-27T00:28:24.494Z PASS [ 18.046s] omicron-nexus::test_all integration_tests::snapshots::test_region_snapshot_create_idempotent
50482024-08-27T00:28:25.300Z PASS [ 28.328s] omicron-nexus::test_all integration_tests::snapshots::test_delete_snapshot
50492024-08-27T00:28:28.325Z PASS [ 19.513s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_illegal_snapshot
50502024-08-27T00:28:30.271Z PASS [ 19.601s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_other_project_snapshot
50512024-08-27T00:28:30.863Z PASS [ 19.363s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_snapshot
50522024-08-27T00:28:32.091Z PASS [ 27.381s] omicron-nexus::test_all integration_tests::snapshots::test_region_allocation_for_snapshot
50532024-08-27T00:28:32.449Z PASS [ 28.712s] omicron-nexus::test_all integration_tests::snapshots::test_multiple_deletes_not_sent
50542024-08-27T00:28:33.812Z PASS [ 1.361s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_switches_mgs_instances_on_failure
50552024-08-27T00:28:35.226Z PASS [ 4.360s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_delivers_progress
50562024-08-27T00:28:36.521Z PASS [ 4.430s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_remembers_successful_mgs_instance
50572024-08-27T00:28:38.206Z PASS [ 4.391s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_updates_sled
50582024-08-27T00:28:39.592Z PASS [ 4.367s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_updates_switch
50592024-08-27T00:28:41.634Z PASS [ 29.359s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_basic
50602024-08-27T00:28:43.839Z PASS [ 2.205s] omicron-nexus::test_all integration_tests::unauthorized_coverage::test_unauthorized_coverage
50612024-08-27T00:28:46.738Z PASS [ 22.238s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_expunge
50622024-08-27T00:28:51.331Z PASS [ 26.025s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_stopped_instance
50632024-08-27T00:28:53.571Z PASS [ 25.239s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_unwind
50642024-08-27T00:28:53.578Z PASS [ 17.053s] omicron-nexus::test_all integration_tests::ssh_keys::test_ssh_keys
50652024-08-27T00:28:53.692Z PASS [ 23.417s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_without_instance
50662024-08-27T00:28:59.213Z PASS [ 15.370s] omicron-nexus::test_all integration_tests::updates::test_download_with_dots_fails
50672024-08-27T00:29:06.190Z PASS [ 19.447s] omicron-nexus::test_all integration_tests::updates::test_update_end_to_end
50682024-08-27T00:29:07.915Z PASS [ 16.579s] omicron-nexus::test_all integration_tests::updates::test_update_uninitialized
50692024-08-27T00:29:09.866Z PASS [ 31.654s] omicron-nexus::test_all integration_tests::subnet_allocation::test_subnet_allocation
50702024-08-27T00:29:10.890Z PASS [ 17.315s] omicron-nexus::test_all integration_tests::users_builtin::test_users_builtin
50712024-08-27T00:29:19.917Z PASS [ 26.217s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot
50722024-08-27T00:29:23.953Z PASS [ 30.365s] omicron-nexus::test_all integration_tests::utilization::test_utilization
50732024-08-27T00:29:27.094Z PASS [ 27.873s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot_delete
50742024-08-27T00:29:33.361Z PASS [ 27.163s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_1
50752024-08-27T00:29:35.333Z PASS [ 27.411s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_2
50762024-08-27T00:29:36.980Z PASS [ 27.106s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_3
50772024-08-27T00:29:38.089Z PASS [ 27.192s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_4
50782024-08-27T00:29:39.608Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
50792024-08-27T00:29:46.426Z PASS [ 26.503s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_5
50802024-08-27T00:29:51.267Z PASS [ 27.307s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_6
50812024-08-27T00:29:53.825Z PASS [ 26.723s] omicron-nexus::test_all integration_tests::volume_management::test_delete_snapshot_then_disk
50822024-08-27T00:29:57.261Z PASS [ 77.648s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
50832024-08-27T00:29:58.289Z PASS [ 24.922s] omicron-nexus::test_all integration_tests::volume_management::test_disk_create_saga_unwinds_correctly
50842024-08-27T00:29:58.539Z PASS [ 23.201s] omicron-nexus::test_all integration_tests::volume_management::test_keep_your_targets_straight
50852024-08-27T00:30:08.406Z PASS [ 31.419s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_1
50862024-08-27T00:30:08.454Z PASS [ 30.357s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_2
50872024-08-27T00:30:20.446Z PASS [ 34.012s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_disks_first
50882024-08-27T00:30:23.809Z PASS [ 25.513s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_create_saga_unwinds_correctly
50892024-08-27T00:30:24.575Z PASS [ 33.300s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_snapshots_first
50902024-08-27T00:30:25.267Z PASS [ 16.810s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stop_request
50912024-08-27T00:30:26.488Z PASS [ 27.937s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_prevents_other_disk
50922024-08-27T00:30:27.372Z PASS [ 33.539s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_random_delete_order
50932024-08-27T00:30:30.473Z PASS [ 33.200s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_snapshots
50942024-08-27T00:30:33.669Z PASS [ 25.255s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_then_delete_disk
50952024-08-27T00:30:36.726Z PASS [ 16.276s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stops
50962024-08-27T00:30:41.616Z PASS [ 17.803s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry
50972024-08-27T00:30:42.662Z PASS [ 18.083s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry_interrupted
50982024-08-27T00:30:43.025Z PASS [ 17.753s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_different_finish_status
50992024-08-27T00:30:43.577Z PASS [ 17.090s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_idempotent
51002024-08-27T00:30:44.377Z PASS [ 17.003s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_reject_submit_progress_when_no_repair
51012024-08-27T00:30:47.447Z PASS [ 16.973s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_repair_id_and_type_conflict
51022024-08-27T00:30:50.049Z PASS [ 16.377s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_same_upstairs_retry
51032024-08-27T00:30:55.916Z PASS [ 19.185s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_submit_progress
51042024-08-27T00:30:59.176Z PASS [ 17.553s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout
51052024-08-27T00:30:59.504Z PASS [ 16.838s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_randomize_ids_only_read_only
51062024-08-27T00:30:59.901Z PASS [ 16.873s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_multiple_gen
51072024-08-27T00:31:00.438Z PASS [ 16.855s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_nothing
51082024-08-27T00:31:00.804Z PASS [ 16.421s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_mid_multiple_gen
51092024-08-27T00:31:04.027Z PASS [ 16.576s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_multiple_gen
51102024-08-27T00:31:06.132Z PASS [ 16.080s] omicron-nexus::test_all integration_tests::volume_management::test_volume_hard_delete_idempotent
51112024-08-27T00:31:12.167Z PASS [ 16.246s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_bad_volume
51122024-08-27T00:31:16.296Z PASS [ 17.115s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_base
51132024-08-27T00:31:16.413Z PASS [ 16.906s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_no_parent
51142024-08-27T00:31:16.875Z PASS [ 16.969s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_deleted
51152024-08-27T00:31:17.455Z PASS [ 17.014s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_not_volume
51162024-08-27T00:31:18.096Z PASS [ 17.287s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga
51172024-08-27T00:31:20.849Z PASS [ 16.817s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_deleted_volume
51182024-08-27T00:31:22.613Z PASS [ 16.476s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_no_volume
51192024-08-27T00:31:30.240Z PASS [ 18.068s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_twice
51202024-08-27T00:31:34.585Z PASS [ 18.287s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_volume_not_volume
51212024-08-27T00:31:35.249Z PASS [ 18.368s] omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_same_name
51222024-08-27T00:31:38.341Z PASS [ 20.880s] omicron-nexus::test_all integration_tests::vpc_firewall::test_vpc_firewall
51232024-08-27T00:31:38.514Z PASS [ 22.094s] omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_max_lengths
51242024-08-27T00:31:42.801Z PASS [ 24.699s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_attach_to_subnet
51252024-08-27T00:31:42.824Z PASS [ 21.970s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_crud_operations
51262024-08-27T00:31:42.905Z PASS [ 0.080s] omicron-package dot::test::test_bad_dependency
51272024-08-27T00:31:42.943Z PASS [ 0.039s] omicron-package dot::test::test_dot_output
51282024-08-27T00:31:49.150Z PASS [ 6.348s] omicron-omdb::test_all_output test_omdb_usage_errors
51292024-08-27T00:31:49.171Z PASS [ 0.022s] omicron-passwords test::test_password_constraints
51302024-08-27T00:31:49.965Z PASS [ 7.019s] omicron-passwords test::test_compatible
51312024-08-27T00:31:51.962Z PASS [ 2.790s] omicron-passwords test::test_reproducible
51322024-08-27T00:31:52.001Z PASS [ 0.039s] omicron-passwords test::test_stable
51332024-08-27T00:31:52.021Z PASS [ 0.021s] omicron-passwords test::test_weak_hashes
51342024-08-27T00:31:52.043Z PASS [ 0.022s] omicron-rpaths internal::tests::test_configure_from_path
51352024-08-27T00:31:52.087Z PASS [ 0.044s] omicron-rpaths internal::tests::test_configure_rpaths_from_bad_envvar
51362024-08-27T00:31:52.109Z PASS [ 0.020s] omicron-rpaths internal::tests::test_emit_rpath
51372024-08-27T00:31:52.394Z PASS [ 0.287s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_can_update_both_slots_simultaneously
51382024-08-27T00:31:53.002Z PASS [ 0.609s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_delivers_upload_progress_and_rejects_bad_hashes
51392024-08-27T00:31:53.094Z PASS [ 0.090s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_fails_if_reading_from_disk_doesnt_match
51402024-08-27T00:31:53.231Z PASS [ 0.137s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_rejects_new_updates_while_old_completed
51412024-08-27T00:31:53.315Z PASS [ 0.084s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_rejects_new_updates_while_old_running
51422024-08-27T00:31:53.857Z PASS [ 0.543s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_writes_data_to_disk
51432024-08-27T00:31:53.942Z PASS [ 0.082s] omicron-sled-agent bootstrap::params::tests::json_serialization_round_trips
51442024-08-27T00:31:53.989Z PASS [ 0.048s] omicron-sled-agent bootstrap::server::tests::start_sled_agent_request_serialization
51452024-08-27T00:31:54.049Z PASS [ 0.060s] omicron-sled-agent bootstrap::server::tests::test_persistent_sled_agent_request_schema
51462024-08-27T00:31:54.078Z PASS [ 0.030s] omicron-sled-agent common::instance::test::destruction_after_migration_out_does_not_transition
51472024-08-27T00:31:54.113Z PASS [ 0.034s] omicron-sled-agent common::instance::test::failure_after_migration_in_does_not_transition
51482024-08-27T00:31:54.140Z PASS [ 0.028s] omicron-sled-agent common::instance::test::propolis_terminal_states_request_destroy_action
51492024-08-27T00:31:54.169Z PASS [ 0.028s] omicron-sled-agent common::instance::test::rude_terminate_of_migration_target_does_not_transition_instance
51502024-08-27T00:31:54.212Z PASS [ 0.042s] omicron-sled-agent common::instance::test::source_termination_fails_in_progress_migration
51512024-08-27T00:31:54.243Z PASS [ 0.032s] omicron-sled-agent common::instance::test::target_termination_fails_in_progress_migration
51522024-08-27T00:31:54.302Z PASS [ 0.058s] omicron-sled-agent config::test::test_smf_configs
51532024-08-27T00:31:54.381Z PASS [ 0.078s] omicron-sled-agent dump_setup::tests::test_archives_rotated_logs_and_cores
51542024-08-27T00:31:54.425Z PASS [ 0.044s] omicron-sled-agent dump_setup::tests::test_configures_coreadm_only_when_crash_dataset_mounted
51552024-08-27T00:31:54.473Z PASS [ 0.047s] omicron-sled-agent dump_setup::tests::test_does_not_configure_coreadm_when_no_crash_dataset_mounted
51562024-08-27T00:31:54.527Z PASS [ 0.053s] omicron-sled-agent dump_setup::tests::test_dumpadm_called_when_vacant_slice_but_no_dir
51572024-08-27T00:31:54.579Z PASS [ 0.053s] omicron-sled-agent dump_setup::tests::test_savecore_and_dumpadm_invoked_when_slices_occupied_and_dir_is_available
51582024-08-27T00:31:54.623Z PASS [ 0.044s] omicron-sled-agent dump_setup::tests::test_savecore_and_dumpadm_not_called_when_occupied_and_no_dir
51592024-08-27T00:31:56.039Z PASS [ 25.793s] omicron-nexus::test_all integration_tests::vpc_subnets::test_delete_vpc_subnet_with_interfaces_fails
51602024-08-27T00:31:56.114Z PASS [ 21.524s] omicron-nexus::test_all integration_tests::vpc_subnets::test_vpc_subnets
51612024-08-27T00:31:56.603Z PASS [ 21.350s] omicron-nexus::test_all integration_tests::vpcs::test_vpcs
51622024-08-27T00:31:57.405Z PASS [ 2.783s] omicron-sled-agent instance::tests::test_instance_create_events_normal
51632024-08-27T00:31:57.759Z PASS [ 35.138s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_custom_delivered_to_instance
51642024-08-27T00:31:57.790Z PASS [ 0.030s] omicron-sled-agent probe_manager::test::probe_state_set_ops
51652024-08-27T00:31:57.824Z PASS [ 0.033s] omicron-sled-agent profile::tests::empty_profile
51662024-08-27T00:31:57.855Z PASS [ 0.032s] omicron-sled-agent profile::tests::test_disabled_instance
51672024-08-27T00:31:57.890Z PASS [ 0.034s] omicron-sled-agent profile::tests::test_instance
51682024-08-27T00:31:57.925Z PASS [ 0.035s] omicron-sled-agent profile::tests::test_multiple
51692024-08-27T00:31:57.958Z PASS [ 0.033s] omicron-sled-agent profile::tests::test_property
51702024-08-27T00:31:57.984Z PASS [ 0.028s] omicron-sled-agent profile::tests::test_property_group
51712024-08-27T00:31:58.015Z PASS [ 0.030s] omicron-sled-agent profile::tests::test_service
51722024-08-27T00:31:58.048Z PASS [ 0.032s] omicron-sled-agent profile::tests::test_service_property_group
51732024-08-27T00:31:58.076Z PASS [ 0.029s] omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_basics
51742024-08-27T00:31:58.107Z PASS [ 0.030s] omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_exhaustion
51752024-08-27T00:31:58.144Z PASS [ 0.038s] omicron-sled-agent rack_setup::plan::service::tests::service_port_builder_skips_dns_ips
51762024-08-27T00:31:58.192Z PASS [ 0.046s] omicron-sled-agent rack_setup::plan::service::tests::test_rss_service_plan_v4_schema
51772024-08-27T00:31:58.241Z PASS [ 0.051s] omicron-sled-agent rack_setup::plan::sled::tests::test_read_known_rss_sled_plans
51782024-08-27T00:31:58.283Z PASS [ 0.041s] omicron-sled-agent rack_setup::plan::sled::tests::test_rss_sled_plan_schema
51792024-08-27T00:31:58.341Z PASS [ 0.058s] omicron-sled-agent rack_setup::service::test::test_omicron_zone_configs
51802024-08-27T00:31:58.382Z PASS [ 0.042s] omicron-sled-agent services::test::test_all_zones_requests_schema
51812024-08-27T00:31:59.069Z PASS [ 2.466s] omicron-sled-agent instance::tests::test_instance_manager_creation
51822024-08-27T00:31:59.102Z PASS [ 0.032s] omicron-sled-agent services::test::test_bootstrap_addr_to_techport_prefixes
51832024-08-27T00:31:59.878Z PASS [ 3.763s] omicron-sled-agent instance::tests::test_instance_create_timeout_while_starting_propolis
51842024-08-27T00:31:59.958Z PASS [ 21.614s] omicron-omdb::test_all_output test_omdb_env_settings
51852024-08-27T00:32:00.933Z PASS [ 4.893s] omicron-sled-agent instance::tests::test_instance_create_timeout_while_creating_zone
51862024-08-27T00:32:01.035Z PASS [ 2.653s] omicron-sled-agent services::test::test_bad_generations
51872024-08-27T00:32:01.206Z PASS [ 11.240s] omicron-passwords test::test_smoke
51882024-08-27T00:32:01.245Z PASS [ 0.040s] omicron-sled-agent services::test::test_zone_bundle_metadata_schema
51892024-08-27T00:32:01.275Z PASS [ 0.031s] omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_destroy
51902024-08-27T00:32:01.299Z PASS [ 0.024s] omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_fault
51912024-08-27T00:32:01.323Z PASS [ 0.025s] omicron-sled-agent sim::collection::test::test_sim_disk_transition_to_detached_states
51922024-08-27T00:32:01.346Z PASS [ 0.022s] omicron-sled-agent sim::collection::test::test_sim_instance_creating_to_stop
51932024-08-27T00:32:01.371Z PASS [ 0.026s] omicron-sled-agent sim::collection::test::test_sim_instance_reboot
51942024-08-27T00:32:01.415Z PASS [ 0.040s] omicron-sled-agent sim::collection::test::test_sim_instance_running_then_destroyed
51952024-08-27T00:32:01.461Z PASS [ 2.357s] omicron-sled-agent services::test::test_ensure_service
51962024-08-27T00:32:01.494Z PASS [ 0.034s] omicron-sled-agent updates::test::test_query_no_components
51972024-08-27T00:32:01.525Z PASS [ 0.032s] omicron-sled-agent updates::test::test_query_sled_agent_version
51982024-08-27T00:32:01.560Z PASS [ 0.034s] omicron-sled-agent updates::test::test_query_zone_version
51992024-08-27T00:32:01.710Z PASS [ 0.150s] omicron-sled-agent updates::test::test_write_artifact_to_filesystem
52002024-08-27T00:32:01.743Z PASS [ 0.031s] omicron-sled-agent zone_bundle::illumos_tests::camino_starts_with_behaviour
52012024-08-27T00:32:02.906Z PASS [ 3.027s] omicron-sled-agent services::test::test_ensure_service_before_timesync
52022024-08-27T00:32:03.080Z PASS [ 3.122s] omicron-sled-agent services::test::test_ensure_service_which_already_exists
52032024-08-27T00:32:03.108Z PASS [ 0.027s] omicron-sled-agent zone_bundle::illumos_tests::test_find_archived_log_files
52042024-08-27T00:32:03.592Z PASS [ 2.660s] omicron-sled-agent services::test::test_services_are_recreated_on_reboot
52052024-08-27T00:32:03.720Z PASS [ 2.684s] omicron-sled-agent services::test::test_services_do_not_persist_without_config
52062024-08-27T00:32:04.811Z PASS [ 3.069s] omicron-sled-agent zone_bundle::illumos_tests::test_cleanup
52072024-08-27T00:32:04.871Z PASS [ 0.058s] omicron-sled-agent zone_bundle::illumos_tests::test_zfs_quota
52082024-08-27T00:32:04.922Z PASS [ 0.051s] omicron-sled-agent zone_bundle::tests::test_disk_usage
52092024-08-27T00:32:05.534Z PASS [ 2.627s] omicron-sled-agent zone_bundle::illumos_tests::test_context
52102024-08-27T00:32:05.638Z PASS [ 4.224s] omicron-sled-agent sim::http_entrypoints_pantry::tests::test_simulated_api_matches_real
52112024-08-27T00:32:05.649Z PASS [ 0.729s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_no_args
52122024-08-27T00:32:05.704Z PASS [ 0.054s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_in_path
52132024-08-27T00:32:05.811Z PASS [ 0.173s] omicron-sled-agent::mod integration_tests::early_network::early_network_blobs_deserialize
52142024-08-27T00:32:06.012Z PASS [ 0.025s] omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_ready
52152024-08-27T00:32:06.014Z PASS [ 0.027s] omicron-test-utils dev::clickhouse::tests::test_discover_local_listening_port
52162024-08-27T00:32:06.015Z PASS [ 2.283s] omicron-sled-agent zone_bundle::illumos_tests::test_update_context
52172024-08-27T00:32:06.015Z PASS [ 0.057s] omicron-test-utils dev::clickhouse::tests::test_discover_local_listening_port_timeout
52182024-08-27T00:32:06.015Z PASS [ 0.117s] omicron-test-utils dev::clickhouse::tests::test_discover_local_listening_port_slow_write
52192024-08-27T00:32:06.015Z PASS [ 2.896s] omicron-sled-agent zone_bundle::illumos_tests::test_list_with_filter
52202024-08-27T00:32:06.067Z PASS [ 27.547s] omicron-omdb::test_all_output test_omdb_success_cases
52212024-08-27T00:32:06.166Z PASS [ 0.231s] omicron-test-utils dev::db::test::test_bad_cmd
52222024-08-27T00:32:06.200Z PASS [ 0.667s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_sim_no_args
52232024-08-27T00:32:06.219Z PASS [ 0.054s] omicron-test-utils dev::db::test::test_make_pg_config_fail
52242024-08-27T00:32:06.226Z PASS [ 0.026s] omicron-test-utils dev::db::test::test_make_pg_config_ok
52252024-08-27T00:32:06.249Z PASS [ 0.030s] omicron-test-utils dev::db::test::test_process_exit_abnormal
52262024-08-27T00:32:06.258Z PASS [ 0.033s] omicron-test-utils dev::db::test::test_process_exit_normal
52272024-08-27T00:32:06.299Z PASS [ 0.232s] omicron-test-utils dev::db::test::test_database_start_hang
52282024-08-27T00:32:06.417Z PASS [ 0.435s] omicron-test-utils dev::db::test::test_cmd_fails
52292024-08-27T00:32:06.448Z PASS [ 0.031s] omicron-test-utils dev::db::test::test_starter_tmpdir
52302024-08-27T00:32:06.461Z PASS [ 2.740s] omicron-sled-agent zone_bundle::illumos_tests::test_utilization
52312024-08-27T00:32:06.489Z PASS [ 0.027s] omicron-test-utils dev::dendrite::tests::test_dpd_in_path
52322024-08-27T00:32:06.495Z PASS [ 0.049s] omicron-test-utils dev::dendrite::tests::test_discover_local_listening_port
52332024-08-27T00:32:06.514Z PASS [ 0.025s] omicron-test-utils dev::maghemite::tests::test_discover_local_listening_port
52342024-08-27T00:32:06.520Z PASS [ 0.025s] omicron-test-utils dev::maghemite::tests::test_mgd_in_path
52352024-08-27T00:32:06.571Z PASS [ 0.055s] omicron-test-utils dev::test_cmds::tests::test_redact_extra
52362024-08-27T00:32:06.734Z PASS [ 1.027s] omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_not_ready
52372024-08-27T00:32:06.851Z PASS [ 0.116s] oximeter-collector agent::tests::test_delete_nonexistent_producer_succeeds
52382024-08-27T00:32:06.935Z PASS [ 0.361s] oximeter test::timeseries_schema_consistency
52392024-08-27T00:32:07.093Z LEAK [ 0.842s] omicron-test-utils dev::db::test::test_setup_database_bad_listen_url
52402024-08-27T00:32:07.136Z PASS [ 0.288s] oximeter-collector agent::tests::test_self_stat_collection_count
52412024-08-27T00:32:07.148Z PASS [ 0.622s] openapi-manager check::tests::check_apis_up_to_date
52422024-08-27T00:32:07.148Z PASS [ 0.213s] oximeter-collector agent::tests::test_self_stat_error_counter
52432024-08-27T00:32:07.180Z PASS [ 0.031s] oximeter-collector self_stats::tests::test_failure_reason_serialization
52442024-08-27T00:32:07.224Z PASS [ 0.131s] oximeter-collector agent::tests::test_self_stat_unreachable_counter
52452024-08-27T00:32:07.237Z PASS [ 0.064s] oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_split_key_group_multiple_times
52462024-08-27T00:32:07.240Z PASS [ 0.082s] oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_all_in_one_chunk
52472024-08-27T00:32:07.249Z PASS [ 0.026s] oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_split_middle_of_key_group
52482024-08-27T00:32:07.677Z PASS [ 0.533s] oximeter-collector::test_commands test_oximeter_no_args
52492024-08-27T00:32:08.566Z PASS [ 1.332s] oximeter-db client::oxql::tests::test_get_entire_table
52502024-08-27T00:32:08.581Z PASS [ 1.330s] oximeter-db client::oxql::tests::test_get_one_timeseries
52512024-08-27T00:32:08.607Z PASS [ 1.367s] oximeter-db client::oxql::tests::test_get_entire_timeseries_and_part_of_another
52522024-08-27T00:32:08.662Z PASS [ 0.080s] oximeter-db client::tests::check_actual_schema_upgrades_are_valid_single_node
52532024-08-27T00:32:08.672Z PASS [ 0.106s] oximeter-db client::tests::check_actual_schema_upgrades_are_valid_replicated
52542024-08-27T00:32:08.907Z PASS [ 1.230s] oximeter-db client::oxql::tests::test_limit_operations
52552024-08-27T00:32:09.413Z PASS [ 0.753s] oximeter-db client::tests::test_apply_one_schema_upgrade_single_node
52562024-08-27T00:32:09.940Z PASS [ 1.034s] oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_single_node
52572024-08-27T00:32:10.316Z PASS [ 0.903s] oximeter-db client::tests::test_ensure_schema_with_missing_desired_schema_version_fails
52582024-08-27T00:32:10.571Z PASS [ 4.271s] omicron-test-utils dev::db::test::test_setup_database_overridden_dir
52592024-08-27T00:32:10.610Z PASS [ 0.039s] oximeter-db client::tests::test_read_schema_upgrade_sql_files
52602024-08-27T00:32:10.646Z PASS [ 0.037s] oximeter-db client::tests::test_read_timeseries_to_delete
52612024-08-27T00:32:10.681Z PASS [ 0.034s] oximeter-db client::tests::test_read_timeseries_to_delete_empty_file_is_ok
52622024-08-27T00:32:10.713Z PASS [ 0.033s] oximeter-db client::tests::test_read_timeseries_to_delete_nonexistent_file_is_ok
52632024-08-27T00:32:10.999Z PASS [ 4.990s] omicron-test-utils dev::db::test::test_database_concurrent
52642024-08-27T00:32:11.101Z PASS [ 1.153s] oximeter-db client::tests::test_ensure_schema_with_version_gaps_fails
52652024-08-27T00:32:11.836Z PASS [ 1.122s] oximeter-db client::tests::test_select_all_field_types
52662024-08-27T00:32:11.867Z PASS [ 0.031s] oximeter-db client::tests::test_unravel_index
52672024-08-27T00:32:11.875Z PASS [ 3.268s] oximeter-db client::tests::check_db_init_is_sum_of_all_up_single_node
52682024-08-27T00:32:11.904Z PASS [ 0.028s] oximeter-db model::tests::test_db_bool
52692024-08-27T00:32:11.913Z PASS [ 0.045s] oximeter-db client::tests::test_verify_schema_upgrades
52702024-08-27T00:32:11.943Z PASS [ 0.030s] oximeter-db model::tests::test_db_datum_type_conversion
52712024-08-27T00:32:11.980Z PASS [ 0.034s] oximeter-db model::tests::test_db_field_list_conversion
52722024-08-27T00:32:12.012Z PASS [ 0.034s] oximeter-db model::tests::test_db_field_type_conversion
52732024-08-27T00:32:12.046Z PASS [ 0.036s] oximeter-db model::tests::test_db_histogram
52742024-08-27T00:32:12.121Z PASS [ 1.804s] oximeter-db client::tests::test_expunge_timeseries_by_name_single_node
52752024-08-27T00:32:12.153Z PASS [ 0.031s] oximeter-db model::tests::test_parse_bytes_measurement
52762024-08-27T00:32:12.195Z PASS [ 0.042s] oximeter-db model::tests::test_parse_string_datum_requiring_escape
52772024-08-27T00:32:12.225Z PASS [ 0.030s] oximeter-db model::tests::test_parse_timeseries_histogram_measurement
52782024-08-27T00:32:12.258Z PASS [ 0.034s] oximeter-db model::tests::test_parse_timeseries_scalar_cumulative_measurement
52792024-08-27T00:32:12.286Z PASS [ 0.028s] oximeter-db model::tests::test_parse_timeseries_scalar_gauge_measurement
52802024-08-27T00:32:12.317Z PASS [ 0.030s] oximeter-db model::tests::test_unroll_from_source
52812024-08-27T00:32:12.350Z PASS [ 0.033s] oximeter-db model::tests::test_unroll_measurement_row
52822024-08-27T00:32:12.388Z PASS [ 0.038s] oximeter-db model::tests::test_unroll_missing_measurement_row
52832024-08-27T00:32:12.419Z PASS [ 0.031s] oximeter-db oxql::ast::grammar::tests::test_align_table_op
52842024-08-27T00:32:12.445Z PASS [ 0.027s] oximeter-db oxql::ast::grammar::tests::test_boolean_literal
52852024-08-27T00:32:12.484Z PASS [ 0.038s] oximeter-db oxql::ast::grammar::tests::test_comparison
52862024-08-27T00:32:12.511Z PASS [ 0.028s] oximeter-db oxql::ast::grammar::tests::test_complicated_logical_combinations
52872024-08-27T00:32:12.535Z PASS [ 0.025s] oximeter-db oxql::ast::grammar::tests::test_double_literal
52882024-08-27T00:32:12.559Z PASS [ 0.023s] oximeter-db oxql::ast::grammar::tests::test_double_quoted_string_literal
52892024-08-27T00:32:12.586Z PASS [ 0.027s] oximeter-db oxql::ast::grammar::tests::test_duration_literal
52902024-08-27T00:32:12.599Z PASS [ 0.548s] oximeter-db model::tests::test_parse_bad_cumulative_json_data
52912024-08-27T00:32:12.599Z PASS [ 0.691s] oximeter-db model::tests::test_db_bool_bad
52922024-08-27T00:32:12.613Z PASS [ 0.028s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_operator_precedence
52932024-08-27T00:32:12.620Z PASS [ 0.027s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_overridden_precedence
52942024-08-27T00:32:12.627Z PASS [ 0.027s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_single_negated_simple_expression
52952024-08-27T00:32:12.640Z PASS [ 0.027s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_single_simple_expression
52962024-08-27T00:32:12.647Z PASS [ 0.027s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_two_simple_filter_expressions
52972024-08-27T00:32:12.655Z PASS [ 0.027s] oximeter-db oxql::ast::grammar::tests::test_filter_table_op
52982024-08-27T00:32:12.671Z PASS [ 0.030s] oximeter-db oxql::ast::grammar::tests::test_get_table_op
52992024-08-27T00:32:12.677Z PASS [ 0.031s] oximeter-db oxql::ast::grammar::tests::test_group_by
53002024-08-27T00:32:12.680Z PASS [ 0.030s] oximeter-db oxql::ast::grammar::tests::test_hex_integer_literal
53012024-08-27T00:32:12.701Z PASS [ 0.028s] oximeter-db oxql::ast::grammar::tests::test_ident
53022024-08-27T00:32:12.712Z PASS [ 0.032s] oximeter-db oxql::ast::grammar::tests::test_integer_literal
53032024-08-27T00:32:12.735Z PASS [ 0.035s] oximeter-db oxql::ast::grammar::tests::test_limiting_table_ops
53042024-08-27T00:32:12.751Z PASS [ 0.032s] oximeter-db oxql::ast::grammar::tests::test_multiple_negation
53052024-08-27T00:32:12.753Z PASS [ 0.057s] oximeter-db oxql::ast::grammar::tests::test_like_only_available_for_strings
53062024-08-27T00:32:12.764Z PASS [ 0.030s] oximeter-db oxql::ast::grammar::tests::test_negated_filter_expr
53072024-08-27T00:32:12.773Z PASS [ 0.030s] oximeter-db oxql::ast::grammar::tests::test_parse_ipv4_literal
53082024-08-27T00:32:12.780Z PASS [ 0.031s] oximeter-db oxql::ast::grammar::tests::test_parse_ipv6_literal
53092024-08-27T00:32:12.788Z PASS [ 1.694s] oximeter-db client::tests::test_sql_query_output
53102024-08-27T00:32:12.807Z PASS [ 0.033s] oximeter-db oxql::ast::grammar::tests::test_parse_literal_timestamp_string
53112024-08-27T00:32:12.813Z PASS [ 0.040s] oximeter-db oxql::ast::grammar::tests::test_query
53122024-08-27T00:32:12.822Z PASS [ 0.041s] oximeter-db oxql::ast::grammar::tests::test_query_starts_with_get
53132024-08-27T00:32:12.828Z PASS [ 0.034s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_invalid_unicode_sequence
53142024-08-27T00:32:12.841Z PASS [ 0.028s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_none
53152024-08-27T00:32:12.848Z PASS [ 0.026s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_valid_escape_sequence
53162024-08-27T00:32:12.854Z PASS [ 0.026s] oximeter-db oxql::ast::grammar::tests::test_reducer
53172024-08-27T00:32:12.866Z PASS [ 0.026s] oximeter-db oxql::ast::grammar::tests::test_single_quoted_string_literal
53182024-08-27T00:32:12.872Z PASS [ 0.025s] oximeter-db oxql::ast::grammar::tests::test_uuid_literal
53192024-08-27T00:32:12.879Z PASS [ 0.025s] oximeter-db oxql::ast::grammar::tests::test_uuid_literal_is_case_insensitive
53202024-08-27T00:32:12.889Z PASS [ 0.023s] oximeter-db oxql::ast::literal::tests::test_duration_to_db_interval
53212024-08-27T00:32:12.896Z PASS [ 0.023s] oximeter-db oxql::ast::literal::tests::test_literal_compare_field
53222024-08-27T00:32:12.902Z PASS [ 0.024s] oximeter-db oxql::ast::literal::tests::test_literal_compare_field_wrong_type
53232024-08-27T00:32:12.910Z PASS [ 0.022s] oximeter-db oxql::ast::table_ops::align::tests::test_fraction_overlap_with_window
53242024-08-27T00:32:12.918Z PASS [ 0.023s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_delta_does_not_modify_missing_values
53252024-08-27T00:32:12.924Z PASS [ 0.022s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_delta_value_in_window
53262024-08-27T00:32:12.936Z PASS [ 0.024s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_gauge_does_not_modify_missing_values
53272024-08-27T00:32:12.945Z PASS [ 0.026s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_gauge_value_in_window
53282024-08-27T00:32:12.960Z PASS [ 0.027s] oximeter-db oxql::ast::table_ops::align::tests::test_verify_max_upsampling_ratio
53292024-08-27T00:32:12.979Z PASS [ 0.033s] oximeter-db oxql::ast::table_ops::filter::tests::test_atom_filter_double_points
53302024-08-27T00:32:12.986Z PASS [ 0.050s] oximeter-db oxql::ast::table_ops::filter::tests::test_all_ident_names
53312024-08-27T00:32:12.993Z PASS [ 0.041s] oximeter-db oxql::ast::table_ops::filter::tests::test_atom_filter_points_wrong_type
53322024-08-27T00:32:13.040Z PASS [ 0.051s] oximeter-db oxql::ast::table_ops::filter::tests::test_dnf_conversion_fails_on_extremely_deep_expressions
53332024-08-27T00:32:13.059Z PASS [ 0.061s] oximeter-db oxql::ast::table_ops::filter::tests::test_dnf_conversion_fails_on_extremely_long_expressions
53342024-08-27T00:32:13.081Z PASS [ 0.073s] oximeter-db oxql::ast::table_ops::filter::tests::test_error_message_with_invalid_field_names
53352024-08-27T00:32:13.109Z PASS [ 0.060s] oximeter-db oxql::ast::table_ops::filter::tests::test_filter_empty_timeseries
53362024-08-27T00:32:13.109Z PASS [ 0.041s] oximeter-db oxql::ast::table_ops::filter::tests::test_filter_field_logic
53372024-08-27T00:32:13.133Z PASS [ 0.050s] oximeter-db oxql::ast::table_ops::filter::tests::test_simplify_to_dnf
53382024-08-27T00:32:13.193Z PASS [ 0.051s] oximeter-db oxql::ast::table_ops::group_by::tests::test_group_by
53392024-08-27T00:32:13.194Z PASS [ 0.038s] oximeter-db oxql::ast::table_ops::limit::tests::test_first_k
53402024-08-27T00:32:13.320Z PASS [ 0.085s] oximeter-db oxql::ast::table_ops::limit::tests::test_last_k
53412024-08-27T00:32:13.320Z PASS [ 0.126s] oximeter-db oxql::query::tests::test_coalesce_limits
53422024-08-27T00:32:13.323Z PASS [ 0.106s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_coalesce_incompatible_kind_from_outer_query
53432024-08-27T00:32:13.346Z PASS [ 0.079s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_merge_different_kinds_within_query
53442024-08-27T00:32:13.360Z PASS [ 0.066s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_rearrange_around_incompatible_timestamp_filters
53452024-08-27T00:32:13.360Z PASS [ 0.152s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_merge_different_kind_from_outer_query
53462024-08-27T00:32:13.374Z PASS [ 0.029s] oximeter-db oxql::query::tests::test_coalesce_limits_merge_from_outer_query
53472024-08-27T00:32:13.381Z PASS [ 0.028s] oximeter-db oxql::query::tests::test_coalesce_limits_merge_same_kind_within_query
53482024-08-27T00:32:13.388Z PASS [ 0.028s] oximeter-db oxql::query::tests::test_coalesce_limits_rearrange_around_timestamp_filters
53492024-08-27T00:32:13.407Z PASS [ 0.033s] oximeter-db oxql::query::tests::test_coalesce_predicates
53502024-08-27T00:32:13.416Z PASS [ 0.033s] oximeter-db oxql::query::tests::test_coalesce_predicates_into_subqueries
53512024-08-27T00:32:13.424Z PASS [ 0.034s] oximeter-db oxql::query::tests::test_coalesce_predicates_into_subqueries_with_group_by
53522024-08-27T00:32:13.439Z PASS [ 0.031s] oximeter-db oxql::query::tests::test_coalesce_predicates_merged_into_subqueries
53532024-08-27T00:32:13.457Z PASS [ 0.034s] oximeter-db oxql::query::tests::test_query_end_time_across_subqueries
53542024-08-27T00:32:13.473Z PASS [ 0.026s] oximeter-db oxql::query::tests::test_restrict_filter_idents_expr
53552024-08-27T00:32:13.473Z PASS [ 0.050s] oximeter-db oxql::query::tests::test_query_end_time
53562024-08-27T00:32:13.485Z PASS [ 0.028s] oximeter-db oxql::query::tests::test_restrict_filter_idents_single_atom
53572024-08-27T00:32:13.492Z PASS [ 0.028s] oximeter-db oxql::query::tests::test_restrict_filter_idents_single_atom_with_timestamp
53582024-08-27T00:32:13.510Z PASS [ 0.025s] oximeter-db query::tests::test_field_cmp
53592024-08-27T00:32:13.518Z PASS [ 0.045s] oximeter-db oxql::query::tests::test_split_query
53602024-08-27T00:32:13.525Z PASS [ 0.032s] oximeter-db query::tests::test_field_selector_as_query
53612024-08-27T00:32:13.535Z PASS [ 0.027s] oximeter-db query::tests::test_field_value_as_db_str
53622024-08-27T00:32:13.553Z PASS [ 0.034s] oximeter-db query::tests::test_select_query_builder_field_selectors
53632024-08-27T00:32:13.566Z PASS [ 0.030s] oximeter-db query::tests::test_select_query_builder_from_parts
53642024-08-27T00:32:13.573Z PASS [ 0.048s] oximeter-db query::tests::test_select_query_builder_filter_raw
53652024-08-27T00:32:13.586Z PASS [ 0.035s] oximeter-db query::tests::test_select_query_builder_full
53662024-08-27T00:32:13.598Z PASS [ 0.027s] oximeter-db query::tests::test_select_query_builder_limit_offset
53672024-08-27T00:32:13.598Z PASS [ 0.026s] oximeter-db query::tests::test_select_query_builder_no_fields
53682024-08-27T00:32:13.613Z PASS [ 0.027s] oximeter-db query::tests::test_select_query_builder_no_selectors
53692024-08-27T00:32:13.622Z PASS [ 0.022s] oximeter-db query::tests::test_time_range
53702024-08-27T00:32:13.629Z PASS [ 0.036s] oximeter-db query::tests::test_string_field_selector
53712024-08-27T00:32:13.652Z PASS [ 0.036s] oximeter-db sql::tests::test_allow_limit_offset
53722024-08-27T00:32:13.660Z PASS [ 0.037s] oximeter-db sql::tests::test_allow_subqueries
53732024-08-27T00:32:13.669Z PASS [ 0.038s] oximeter-db sql::tests::test_cannot_name_database
53742024-08-27T00:32:13.691Z PASS [ 0.040s] oximeter-db sql::tests::test_ctes_are_not_supported
53752024-08-27T00:32:13.698Z PASS [ 0.039s] oximeter-db sql::tests::test_function_allow_list
53762024-08-27T00:32:13.759Z PASS [ 0.036s] oximeter-db sql::tests::test_multiple_statements_are_not_supported
53772024-08-27T00:32:13.787Z PASS [ 0.068s] oximeter-db sql::tests::test_query_must_be_select_statement
53782024-08-27T00:32:13.787Z PASS [ 0.099s] oximeter-db sql::tests::test_join_must_be_inner
53792024-08-27T00:32:13.795Z PASS [ 0.067s] oximeter-db sql::tests::test_query_with_multiple_timeseries_generates_one_cte
53802024-08-27T00:32:13.839Z PASS [ 0.050s] oximeter-db sql::tests::test_require_table_is_timeseries_name
53812024-08-27T00:32:13.870Z PASS [ 0.052s] oximeter-db sql::tests::test_with_comma_join_fails
53822024-08-27T00:32:13.870Z PASS [ 0.061s] oximeter-db sql::tests::test_safe_sql_does_not_modify_original_alias
53832024-08-27T00:32:13.891Z PASS [ 0.061s] oximeter-db tests::test_timeseries_key_field_stability
53842024-08-27T00:32:13.932Z PASS [ 0.050s] oximeter-db tests::test_unsorted_db_fields_are_sorted_on_read
53852024-08-27T00:32:13.932Z PASS [ 0.065s] oximeter-db tests::test_timeseries_key_sample_stability
53862024-08-27T00:32:14.018Z PASS [ 0.089s] oximeter-instruments http::tests::test_latency_tracker
53872024-08-27T00:32:14.433Z PASS [ 0.413s] oximeter-instruments kstat::link::tests::test_kstat_sampler
53882024-08-27T00:32:14.522Z PASS [ 0.091s] oximeter-instruments kstat::link::tests::test_kstat_sampler_with_overflow
53892024-08-27T00:32:14.624Z PASS [ 0.093s] oximeter-instruments kstat::link::tests::test_kstat_start_time_is_equal
53902024-08-27T00:32:14.695Z PASS [ 0.075s] oximeter-instruments kstat::link::tests::test_kstat_with_expiration
53912024-08-27T00:32:14.706Z PASS [ 1.913s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequence_with_valid_unicode_sequence
53922024-08-27T00:32:14.772Z PASS [ 0.068s] oximeter-instruments kstat::link::tests::test_prune_creation_times_when_target_is_removed
53932024-08-27T00:32:14.788Z PASS [ 0.096s] oximeter-instruments kstat::link::tests::test_prune_creation_times_when_kstat_is_gone
53942024-08-27T00:32:14.847Z PASS [ 0.064s] oximeter-instruments kstat::link::tests::test_sled_datalink
53952024-08-27T00:32:14.862Z PASS [ 0.068s] oximeter-macro-impl tests::test_extract_datum_type_by_annotatd_field
53962024-08-27T00:32:14.881Z PASS [ 0.038s] oximeter-macro-impl tests::test_extract_datum_type_by_field_name
53972024-08-27T00:32:14.887Z PASS [ 0.034s] oximeter-macro-impl tests::test_extract_datum_type_multiple_annotated_fields
53982024-08-27T00:32:14.914Z PASS [ 0.041s] oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated
53992024-08-27T00:32:14.925Z PASS [ 0.034s] oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated_same_field
54002024-08-27T00:32:14.945Z PASS [ 0.028s] oximeter-macro-impl tests::test_metric_annotated_field
54012024-08-27T00:32:14.958Z PASS [ 0.031s] oximeter-macro-impl tests::test_metric_datum_field
54022024-08-27T00:32:14.970Z PASS [ 0.025s] oximeter-macro-impl tests::test_metric_enum
54032024-08-27T00:32:14.980Z PASS [ 0.026s] oximeter-macro-impl tests::test_metric_without_datum_field
54042024-08-27T00:32:14.991Z PASS [ 0.025s] oximeter-macro-impl tests::test_target
54052024-08-27T00:32:14.999Z PASS [ 0.020s] oximeter-macro-impl tests::test_target_empty_struct
54062024-08-27T00:32:15.017Z PASS [ 0.024s] oximeter-macro-impl tests::test_target_enum
54072024-08-27T00:32:15.026Z PASS [ 0.025s] oximeter-macro-impl tests::test_target_unit_struct
54082024-08-27T00:32:15.039Z PASS [ 0.024s] oximeter-macro-impl tests::test_target_with_datum_field
54092024-08-27T00:32:15.128Z PASS [ 0.087s] oximeter-schema codegen::tests::compute_extra_derives_respects_datum_type_with_no_extra_derives
54102024-08-27T00:32:15.174Z PASS [ 0.046s] oximeter-schema codegen::tests::compute_extra_derives_respects_non_copy_datum_types
54112024-08-27T00:32:15.199Z PASS [ 0.027s] oximeter-schema codegen::tests::compute_extra_derives_respects_non_copy_fields
54122024-08-27T00:32:15.233Z PASS [ 0.026s] oximeter-schema codegen::tests::compute_extra_derives_respects_partially_ordered_datum_types
54132024-08-27T00:32:15.262Z PASS [ 0.032s] oximeter-schema codegen::tests::compute_extra_derives_respects_totally_ordered_datum_types
54142024-08-27T00:32:15.300Z PASS [ 0.041s] oximeter-schema codegen::tests::emit_schema_types_generates_expected_tokens
54152024-08-27T00:32:15.330Z PASS [ 0.031s] oximeter-schema codegen::tests::emit_schema_types_with_no_metric_fields_generates_expected_tokens
54162024-08-27T00:32:15.369Z PASS [ 0.040s] oximeter-schema ir::tests::construct_field_schema_fails_with_duplicate_field_names
54172024-08-27T00:32:15.391Z PASS [ 0.022s] oximeter-schema ir::tests::construct_field_schema_fails_with_reference_to_unknown_field
54182024-08-27T00:32:15.419Z PASS [ 0.029s] oximeter-schema ir::tests::construct_field_schema_picks_up_correct_fields
54192024-08-27T00:32:15.457Z PASS [ 0.037s] oximeter-schema ir::tests::ensures_target_has_at_least_one_field
54202024-08-27T00:32:15.483Z PASS [ 0.025s] oximeter-schema ir::tests::extract_authz_scope_requires_relevant_field
54212024-08-27T00:32:15.514Z PASS [ 0.028s] oximeter-schema ir::tests::extract_metric_fields_fails_to_add_existing_metric
54222024-08-27T00:32:15.541Z PASS [ 0.031s] oximeter-schema ir::tests::extract_metric_fields_fails_to_remove_non_existent_metric
54232024-08-27T00:32:15.562Z PASS [ 0.022s] oximeter-schema ir::tests::extract_metric_fields_fails_with_non_increasing_versions
54242024-08-27T00:32:15.584Z PASS [ 0.021s] oximeter-schema ir::tests::extract_metric_fields_requires_adding_first
54252024-08-27T00:32:15.605Z PASS [ 0.022s] oximeter-schema ir::tests::extract_metric_fields_succeeds_with_gaps_in_versions
54262024-08-27T00:32:15.626Z PASS [ 0.021s] oximeter-schema ir::tests::fail_on_empty_descriptions
54272024-08-27T00:32:15.648Z PASS [ 0.021s] oximeter-schema ir::tests::fail_on_empty_metric_name
54282024-08-27T00:32:15.670Z PASS [ 0.020s] oximeter-schema ir::tests::fail_on_empty_target_name
54292024-08-27T00:32:15.694Z PASS [ 0.024s] oximeter-schema ir::tests::fail_on_very_long_field_names
54302024-08-27T00:32:15.723Z PASS [ 0.030s] oximeter-schema ir::tests::fail_on_very_long_timeseries_name
54312024-08-27T00:32:15.749Z PASS [ 0.025s] oximeter-schema ir::tests::into_schema_list_fails_with_zero_metrics
54322024-08-27T00:32:15.774Z PASS [ 0.026s] oximeter-schema ir::tests::load_schema_catches_metric_versions_not_added_in
54332024-08-27T00:32:15.808Z PASS [ 0.030s] oximeter-schema ir::tests::load_schema_fails_with_duplicate_timeseries
54342024-08-27T00:32:15.836Z PASS [ 0.031s] oximeter-schema ir::tests::load_schema_fails_with_nonexistent_target_version
54352024-08-27T00:32:15.865Z PASS [ 0.029s] oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions
54362024-08-27T00:32:15.892Z PASS [ 0.028s] oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions_when_last_is_modified
54372024-08-27T00:32:15.922Z PASS [ 0.028s] oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions_when_last_version_is_removed
54382024-08-27T00:32:15.953Z PASS [ 0.031s] oximeter-schema ir::tests::load_schema_fills_in_late_implied_metric_versions
54392024-08-27T00:32:15.992Z PASS [ 0.035s] oximeter-schema ir::tests::load_schema_skips_versions_until_metric_is_added
54402024-08-27T00:32:16.025Z PASS [ 0.037s] oximeter-schema ir::tests::only_support_format_version_1
54412024-08-27T00:32:16.052Z PASS [ 0.027s] oximeter-schema ir::tests::validate_field_name_disallows_bad_names
54422024-08-27T00:32:16.075Z PASS [ 0.023s] oximeter-schema ir::tests::validate_field_name_verifies_uuid_field_names
54432024-08-27T00:32:16.162Z PASS [ 0.085s] oximeter-test-utils tests::test_gen_test_samples
54442024-08-27T00:32:16.202Z PASS [ 0.041s] oximeter-test-utils tests::test_sample_struct
54452024-08-27T00:32:16.235Z PASS [ 0.034s] oximeter-test-utils tests::test_schema_field_ordering_across_target_metric
54462024-08-27T00:32:16.263Z PASS [ 0.026s] oximeter-test-utils tests::test_timeseries_schema_from_parts
54472024-08-27T00:32:16.290Z PASS [ 0.029s] oximeter-test-utils tests::test_timeseries_schema_from_sample
54482024-08-27T00:32:16.315Z PASS [ 0.025s] oximeter-types histogram::tests::test_bin_range
54492024-08-27T00:32:16.337Z PASS [ 0.023s] oximeter-types histogram::tests::test_bin_range_from
54502024-08-27T00:32:16.357Z PASS [ 0.020s] oximeter-types histogram::tests::test_bin_range_to
54512024-08-27T00:32:16.385Z PASS [ 0.027s] oximeter-types histogram::tests::test_empty_bins_not_supported
54522024-08-27T00:32:16.408Z PASS [ 0.023s] oximeter-types histogram::tests::test_ensure_finite
54532024-08-27T00:32:16.436Z PASS [ 0.029s] oximeter-types histogram::tests::test_histogram
54542024-08-27T00:32:16.462Z PASS [ 0.026s] oximeter-types histogram::tests::test_histogram_construct_with
54552024-08-27T00:32:16.486Z PASS [ 0.023s] oximeter-types histogram::tests::test_histogram_extreme_bins
54562024-08-27T00:32:16.508Z PASS [ 0.023s] oximeter-types histogram::tests::test_histogram_extreme_samples
54572024-08-27T00:32:16.527Z PASS [ 0.020s] oximeter-types histogram::tests::test_histogram_float_bins
54582024-08-27T00:32:16.546Z PASS [ 0.019s] oximeter-types histogram::tests::test_histogram_unbounded_samples
54592024-08-27T00:32:16.569Z PASS [ 0.022s] oximeter-types histogram::tests::test_histogram_unsorted_bins
54602024-08-27T00:32:16.593Z PASS [ 0.022s] oximeter-types histogram::tests::test_histogram_with_bins
54612024-08-27T00:32:16.619Z PASS [ 0.027s] oximeter-types histogram::tests::test_histogram_with_non_partitioned_bins
54622024-08-27T00:32:16.645Z PASS [ 0.026s] oximeter-types histogram::tests::test_histogram_with_overlapping_bins
54632024-08-27T00:32:16.702Z PASS [ 0.058s] oximeter-types histogram::tests::test_log_linear_bins_all_representable
54642024-08-27T00:32:16.728Z PASS [ 0.026s] oximeter-types histogram::tests::test_log_linear_bins_does_not_overflow_wide_bin_type
54652024-08-27T00:32:16.748Z PASS [ 0.021s] oximeter-types histogram::tests::test_log_linear_bins_does_overflow_narrow_bin_type
54662024-08-27T00:32:16.767Z PASS [ 0.020s] oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_1
54672024-08-27T00:32:16.786Z PASS [ 0.019s] oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_2
54682024-08-27T00:32:16.805Z PASS [ 0.018s] oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_3
54692024-08-27T00:32:16.827Z PASS [ 0.020s] oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_4
54702024-08-27T00:32:16.851Z PASS [ 0.025s] oximeter-types histogram::tests::test_log_linear_bins_integer_size_checks
54712024-08-27T00:32:16.877Z PASS [ 0.026s] oximeter-types histogram::tests::test_log_linear_bins_small_bin_count
54722024-08-27T00:32:16.906Z PASS [ 0.029s] oximeter-types histogram::tests::test_span_decades
54732024-08-27T00:32:16.928Z PASS [ 0.023s] oximeter-types histogram::tests::test_span_decades_other_counts_f64
54742024-08-27T00:32:16.952Z PASS [ 0.023s] oximeter-types histogram::tests::test_span_decades_other_counts_u64_resolution_ok
54752024-08-27T00:32:16.972Z PASS [ 0.021s] oximeter-types histogram::tests::test_span_decades_other_counts_u64_resolution_too_low
54762024-08-27T00:32:16.992Z PASS [ 0.021s] oximeter-types quantile::tests::test_default_percentiles
54772024-08-27T00:32:17.012Z PASS [ 0.019s] oximeter-types quantile::tests::test_empty_observations
54782024-08-27T00:32:17.031Z PASS [ 0.019s] oximeter-types quantile::tests::test_find_cells
54792024-08-27T00:32:17.054Z PASS [ 0.022s] oximeter-types quantile::tests::test_float_observations
54802024-08-27T00:32:17.078Z PASS [ 0.024s] oximeter-types quantile::tests::test_integer_observations
54812024-08-27T00:32:17.100Z PASS [ 0.022s] oximeter-types quantile::tests::test_invalid_p_value
54822024-08-27T00:32:17.123Z PASS [ 0.023s] oximeter-types quantile::tests::test_max_p
54832024-08-27T00:32:17.144Z PASS [ 0.021s] oximeter-types quantile::tests::test_min_p
54842024-08-27T00:32:17.164Z PASS [ 0.019s] oximeter-types quantile::tests::test_non_filled_observations
54852024-08-27T00:32:17.190Z PASS [ 0.026s] oximeter-types quantile::tests::test_rounding
54862024-08-27T00:32:17.218Z PASS [ 0.029s] oximeter-types schema::tests::test_field_schema_ordering
54872024-08-27T00:32:17.256Z PASS [ 0.038s] oximeter-types schema::tests::test_timeseries_name
54882024-08-27T00:32:17.286Z PASS [ 0.029s] oximeter-types schema::tests::test_timeseries_name_from_str
54892024-08-27T00:32:17.316Z PASS [ 0.030s] oximeter-types traits::tests::test_metric_trait
54902024-08-27T00:32:17.347Z PASS [ 0.031s] oximeter-types traits::tests::test_producer_trait
54912024-08-27T00:32:17.369Z PASS [ 0.023s] oximeter-types traits::tests::test_target_trait
54922024-08-27T00:32:17.390Z PASS [ 0.020s] oximeter-types types::tests::test_cumulative_f64
54932024-08-27T00:32:17.412Z PASS [ 0.023s] oximeter-types types::tests::test_cumulative_i64
54942024-08-27T00:32:17.433Z PASS [ 0.021s] oximeter-types types::tests::test_datum
54952024-08-27T00:32:17.452Z PASS [ 0.019s] oximeter-types types::tests::test_field_value_parse_as_type::case_01_as_string
54962024-08-27T00:32:17.470Z PASS [ 0.019s] oximeter-types types::tests::test_field_value_parse_as_type::case_02_as_i8
54972024-08-27T00:32:17.488Z PASS [ 0.018s] oximeter-types types::tests::test_field_value_parse_as_type::case_03_as_u8
54982024-08-27T00:32:17.512Z PASS [ 0.023s] oximeter-types types::tests::test_field_value_parse_as_type::case_04_as_i16
54992024-08-27T00:32:17.535Z PASS [ 0.023s] oximeter-types types::tests::test_field_value_parse_as_type::case_05_as_u16
55002024-08-27T00:32:17.558Z PASS [ 0.023s] oximeter-types types::tests::test_field_value_parse_as_type::case_06_as_i32
55012024-08-27T00:32:17.580Z PASS [ 0.022s] oximeter-types types::tests::test_field_value_parse_as_type::case_07_as_u32
55022024-08-27T00:32:17.599Z PASS [ 0.020s] oximeter-types types::tests::test_field_value_parse_as_type::case_08_as_i64
55032024-08-27T00:32:17.619Z PASS [ 0.019s] oximeter-types types::tests::test_field_value_parse_as_type::case_09_as_u64
55042024-08-27T00:32:17.641Z PASS [ 0.023s] oximeter-types types::tests::test_field_value_parse_as_type::case_10_as_uuid
55052024-08-27T00:32:17.662Z PASS [ 0.021s] oximeter-types types::tests::test_field_value_parse_as_type::case_11_as_ipv4addr
55062024-08-27T00:32:17.682Z PASS [ 0.019s] oximeter-types types::tests::test_field_value_parse_as_type::case_12_as_ipv6addr
55072024-08-27T00:32:17.701Z PASS [ 0.019s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_1_as_u64
55082024-08-27T00:32:17.718Z PASS [ 0.017s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_2_as_uuid
55092024-08-27T00:32:17.740Z PASS [ 0.021s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_3_as_bool
55102024-08-27T00:32:17.762Z PASS [ 0.022s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_4_as_ipaddr
55112024-08-27T00:32:17.786Z PASS [ 0.023s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_5_as_uuid
55122024-08-27T00:32:17.810Z PASS [ 0.025s] oximeter-types types::tests::test_measurement
55132024-08-27T00:32:17.830Z PASS [ 0.020s] oximeter-types types::tests::test_verify_field_names
55142024-08-27T00:32:17.849Z PASS [ 0.018s] oxlog tests::test_is_oxide_smf_log_file
55152024-08-27T00:32:17.866Z PASS [ 0.018s] oxlog tests::test_oxide_smf_service_name_from_log_file_name
55162024-08-27T00:32:17.882Z PASS [ 0.016s] oxlog tests::test_sort_logs
55172024-08-27T00:32:17.940Z PASS [ 0.058s] oxql-types point::tests::test_cast_points_from_bool
55182024-08-27T00:32:17.967Z PASS [ 0.026s] oxql-types point::tests::test_cast_points_from_double
55192024-08-27T00:32:17.995Z PASS [ 0.027s] oxql-types point::tests::test_cast_points_from_double_distribution
55202024-08-27T00:32:18.020Z PASS [ 0.025s] oxql-types point::tests::test_cast_points_from_int_distribution
55212024-08-27T00:32:18.045Z PASS [ 0.026s] oxql-types point::tests::test_cast_points_from_integer
55222024-08-27T00:32:18.087Z PASS [ 0.040s] oxql-types point::tests::test_cast_points_from_string
55232024-08-27T00:32:18.115Z PASS [ 0.030s] oxql-types point::tests::test_join_point_arrays
55242024-08-27T00:32:18.139Z PASS [ 0.026s] oxql-types point::tests::test_point_delta_between
55252024-08-27T00:32:18.158Z PASS [ 0.019s] oxql-types point::tests::test_point_delta_between_overlapping_time_ranges
55262024-08-27T00:32:18.173Z PASS [ 3.150s] oximeter-producer tests::test_producer_registration_task
55272024-08-27T00:32:18.179Z PASS [ 0.021s] oxql-types point::tests::test_point_delta_between_with_new_epoch
55282024-08-27T00:32:18.193Z PASS [ 0.019s] oxql-types point::tests::test_push_concrete_values
55292024-08-27T00:32:18.201Z PASS [ 0.021s] oxql-types point::tests::test_sub_between_histogram_distributions
55302024-08-27T00:32:18.208Z PASS [ 11.947s] omicron-test-utils dev::db::test::test_setup_database_default_dir
55312024-08-27T00:32:18.362Z PASS [ 0.153s] sled-agent-types early_networking::tests::serialized_early_network_config_v0_to_v2_conversion
55322024-08-27T00:32:18.392Z PASS [ 0.031s] sled-agent-types early_networking::tests::serialized_early_network_config_v1_to_v2_conversion
55332024-08-27T00:32:18.445Z PASS [ 0.051s] sled-agent-types rack_init::tests::parse_rack_initialization
55342024-08-27T00:32:18.473Z PASS [ 0.028s] sled-agent-types rack_init::tests::parse_rack_initialization_weak_hash
55352024-08-27T00:32:18.513Z PASS [ 0.040s] sled-agent-types rack_init::tests::test_extra_certs
55362024-08-27T00:32:18.538Z PASS [ 0.025s] sled-agent-types rack_init::tests::test_subnets
55372024-08-27T00:32:18.596Z PASS [ 0.058s] sled-agent-types rack_init::tests::validate_external_dns_ips_must_be_in_internal_services_ip_pools
55382024-08-27T00:32:18.622Z PASS [ 0.026s] sled-agent-types sled::tests::serialize_start_sled_agent_v0_deserialize_v1
55392024-08-27T00:32:18.647Z PASS [ 0.025s] sled-agent-types zone_bundle::tests::test_compare_bundles
55402024-08-27T00:32:18.675Z PASS [ 0.028s] sled-agent-types zone_bundle::tests::test_priority_dimension
55412024-08-27T00:32:18.700Z PASS [ 0.025s] sled-agent-types zone_bundle::tests::test_sort_zone_bundle_cause
55422024-08-27T00:32:18.724Z PASS [ 0.024s] sled-agent-types zone_bundle::tests::test_storage_limit_bytes_available
55432024-08-27T00:32:18.761Z PASS [ 0.036s] sled-hardware disk::test::test_disk_paths
55442024-08-27T00:32:18.784Z PASS [ 0.025s] sled-hardware disk::test::test_partition_device_paths
55452024-08-27T00:32:18.795Z PASS [ 0.603s] reconfigurator-cli::test_basic test_basic
55462024-08-27T00:32:18.848Z PASS [ 0.063s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_cannot_format
55472024-08-27T00:32:18.853Z PASS [ 0.058s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_fails_with_empty_gpt
55482024-08-27T00:32:18.871Z PASS [ 0.023s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_with_expected_format
55492024-08-27T00:32:18.878Z PASS [ 0.024s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_fails_with_empty_gpt
55502024-08-27T00:32:18.906Z PASS [ 0.027s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_no_format_without_dev_path
55512024-08-27T00:32:18.923Z PASS [ 0.051s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_format_with_dev_path
55522024-08-27T00:32:18.930Z PASS [ 0.025s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_with_expected_format
55532024-08-27T00:32:18.951Z PASS [ 0.029s] sled-hardware-types underlay::tests::test_mac_to_bootstrap_ip
55542024-08-27T00:32:18.982Z PASS [ 0.051s] sled-storage dataset::test::serialize_dataset_name
55552024-08-27T00:32:19.024Z PASS [ 0.072s] sled-storage manager::test::test_omicron_physical_disks_schema
55562024-08-27T00:32:19.941Z PASS [ 0.917s] sled-storage manager::tests::add_raw_u2_does_not_create_zpool
55572024-08-27T00:32:19.977Z PASS [ 0.036s] sled-storage manager::tests::detected_raw_disk_removal_triggers_notification
55582024-08-27T00:32:20.742Z PASS [ 1.758s] sled-storage manager::tests::add_control_plane_disks_requires_keymanager
55592024-08-27T00:32:20.789Z PASS [ 0.047s] sled-storage manager::tests::ensure_using_exactly_these_disks
55602024-08-27T00:32:22.587Z PASS [ 1.796s] sled-storage manager::tests::ledger_writes_require_at_least_one_m2
55612024-08-27T00:32:22.757Z PASS [ 2.777s] sled-storage manager::tests::disks_automatically_managed_after_key_manager_ready
55622024-08-27T00:32:23.700Z PASS [ 0.943s] sled-storage manager::tests::update_rawdisk_firmware
55632024-08-27T00:32:24.053Z PASS [ 13.053s] oximeter-db client::tests::test_single_node
55642024-08-27T00:32:24.640Z PASS [ 2.054s] sled-storage manager::tests::queued_disks_get_requeued_on_secret_retriever_error
55652024-08-27T00:32:25.288Z PASS [ 1.234s] sled-storage manager::tests::wait_for_boot_disk
55662024-08-27T00:32:25.837Z PASS [ 2.135s] sled-storage manager::tests::upsert_filesystem
55672024-08-27T00:32:25.882Z PASS [ 1.240s] tufaceous::integration-tests command_tests::test_assemble_fake
55682024-08-27T00:32:25.890Z PASS [ 0.602s] tufaceous::integration-tests command_tests::test_init_and_add
55692024-08-27T00:32:25.988Z PASS [ 0.107s] tufaceous-lib archive::tests::test_validate_path
55702024-08-27T00:32:26.024Z PASS [ 0.134s] tufaceous-lib assemble::manifest::tests::fake_roundtrip
55712024-08-27T00:32:26.031Z PASS [ 0.044s] tufaceous-lib key::tests::test_from_str
55722024-08-27T00:32:26.204Z PASS [ 0.180s] tufaceous-lib repository::tests::reject_artifacts_with_the_same_filename
55732024-08-27T00:32:26.656Z PASS [ 0.820s] tufaceous::manifest-tests check_manifest::fake.toml
55742024-08-27T00:32:26.771Z PASS [ 0.114s] update-common artifacts::update_plan::tests::test_update_plan_from_artifacts
55752024-08-27T00:32:27.040Z PASS [ 1.007s] update-common artifacts::artifacts_with_plan::tests::test_extract_fake
55762024-08-27T00:32:27.141Z PASS [ 0.102s] update-engine display::group_display::tests::test_stats
55772024-08-27T00:32:27.148Z PASS [ 0.380s] update-engine buffer::tests::test_buffer
55782024-08-27T00:32:27.163Z PASS [ 0.023s] update-engine display::line_display_shared::tests::test_format_progress_counter
55792024-08-27T00:32:27.169Z PASS [ 0.022s] update-engine engine::tests::error_exits_early
55802024-08-27T00:32:27.211Z PASS [ 0.041s] update-engine events::tests::progress_event_parse_unknown
55812024-08-27T00:32:27.211Z PASS [ 0.034s] update-engine events::tests::step_event_parse_unknown
55822024-08-27T00:32:27.240Z PASS [ 0.029s] wicket state::inventory::tests::component_id_display
55832024-08-27T00:32:27.384Z PASS [ 0.177s] wicket cli::rack_setup::config_toml::tests::round_trip_nonempty_config
55842024-08-27T00:32:27.474Z PASS [ 0.092s] wicket-common rack_setup::tests::roundtrip_import_export_policy
55852024-08-27T00:32:27.612Z PASS [ 0.137s] wicketd installinator_progress::tests::test_states
55862024-08-27T00:32:27.681Z PASS [ 0.439s] wicket::mod integration_tests::command_tests::test_wicket_ssh_force_command_like
55872024-08-27T00:32:27.704Z PASS [ 0.091s] wicketd rss_config::tests::test_bgp_auth_key_states
55882024-08-27T00:32:28.735Z PASS [ 1.055s] wicketd::mod integration_tests::inventory::test_inventory
55892024-08-27T00:32:29.555Z PASS [ 32.142s] omicron-sled-agent nexus::test::nexus_self_notification_test
55902024-08-27T00:32:29.809Z PASS [ 3.612s] update-common artifacts::artifacts_with_plan::tests::test_fake_archive_idempotent
55912024-08-27T00:32:30.082Z PASS [ 1.354s] wicketd::mod integration_tests::updates::test_update_races
55922024-08-27T00:32:30.200Z PASS [ 16.292s] oximeter-db::integration_test test_schemas_disjoint
55932024-08-27T00:32:31.248Z PASS [ 3.551s] wicketd::mod integration_tests::updates::test_installinator_fetch
55942024-08-27T00:32:31.831Z PASS [ 2.283s] wicketd::mod integration_tests::updates::test_updates
55952024-08-27T00:32:33.822Z PASS [ 15.623s] reconfigurator-cli::test_basic test_blueprint_edit
55962024-08-27T00:32:45.793Z PASS [ 31.914s] oximeter-db::integration_test test_cluster
55972024-08-27T00:33:02.521Z PASS [ 53.839s] oximeter-db client::tests::check_db_init_is_sum_of_all_up_replicated
55982024-08-27T00:33:05.262Z PASS [ 2.741s] oximeter-db client::tests::test_apply_one_schema_upgrade_replicated
55992024-08-27T00:33:17.493Z PASS [ 12.227s] oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_replicated
56002024-08-27T00:33:33.229Z PASS [ 15.732s] oximeter-db client::tests::test_expunge_timeseries_by_name_replicated
56012024-08-27T00:34:33.245Z SLOW [> 60.000s] oximeter-db client::tests::test_replicated
56022024-08-27T00:35:33.261Z SLOW [>120.000s] oximeter-db client::tests::test_replicated
56032024-08-27T00:36:33.277Z SLOW [>180.000s] oximeter-db client::tests::test_replicated
56042024-08-27T00:37:33.294Z SLOW [>240.000s] oximeter-db client::tests::test_replicated
56052024-08-27T00:37:53.228Z PASS [ 259.938s] oximeter-db client::tests::test_replicated
56062024-08-27T00:37:53.230Z------------
56072024-08-27T00:37:53.230Z Summary [2176.413s] 1438 tests run: 1438 passed (14 slow, 1 leaky), 3 skipped
56082024-08-27T00:37:53.261Z
56092024-08-27T00:37:53.264Zreal 36:40.396644285
56102024-08-27T00:37:53.264Zuser 2:58:16.064978238
56112024-08-27T00:37:53.264Zsys 36:08.221895947
56122024-08-27T00:37:53.264Ztrap 2:28.270868521
56132024-08-27T00:37:53.264Ztflt 30.290914389
56142024-08-27T00:37:53.264Zdflt 1:37.067959698
56152024-08-27T00:37:53.264Zkflt 0.469562016
56162024-08-27T00:37:53.264Zlock 1036:23:52.389195517
56172024-08-27T00:37:53.264Zslp 45:44:19.014228215
56182024-08-27T00:37:53.264Zlat 2:49:31.863970987
56192024-08-27T00:37:53.264Zstop 42:07.982394587
56202024-08-27T00:37:53.264Z+ banner doctest
56212024-08-27T00:37:53.267Z
56222024-08-27T00:37:53.267Z ##### #### #### ##### ###### #### #####
56232024-08-27T00:37:53.267Z # # # # # # # # # #
56242024-08-27T00:37:53.267Z # # # # # # ##### #### #
56252024-08-27T00:37:53.267Z # # # # # # # # #
56262024-08-27T00:37:53.267Z # # # # # # # # # # #
56272024-08-27T00:37:53.267Z ##### #### #### # ###### #### #
56282024-08-27T00:37:53.267Z
56292024-08-27T00:37:53.267Z+ ptime -m timeout 1h cargo test --doc --locked --verbose --no-fail-fast
56302024-08-27T00:37:55.051Z Fresh unicode-ident v1.0.12
56312024-08-27T00:37:55.051Z Fresh cfg-if v1.0.0
56322024-08-27T00:37:55.056Z Fresh version_check v0.9.5
56332024-08-27T00:37:55.056Z Fresh autocfg v1.3.0
56342024-08-27T00:37:55.056Z Fresh once_cell v1.19.0
56352024-08-27T00:37:55.056Z Fresh proc-macro2 v1.0.86
56362024-08-27T00:37:55.056Z Fresh memchr v2.7.2
56372024-08-27T00:37:55.056Z Fresh log v0.4.21
56382024-08-27T00:37:55.056Z Fresh scopeguard v1.2.0
56392024-08-27T00:37:55.056Z Fresh byteorder v1.5.0
56402024-08-27T00:37:55.056Z Fresh quote v1.0.36
56412024-08-27T00:37:55.056Z Fresh libc v0.2.156
56422024-08-27T00:37:55.056Z Fresh itoa v1.0.11
56432024-08-27T00:37:55.056Z Fresh smallvec v1.13.2
56442024-08-27T00:37:55.056Z Fresh ryu v1.0.18
56452024-08-27T00:37:55.056Z Fresh syn v2.0.74
56462024-08-27T00:37:55.056Z Fresh getrandom v0.2.14
56472024-08-27T00:37:55.056Z Fresh lock_api v0.4.12
56482024-08-27T00:37:55.056Z Fresh jobserver v0.1.32
56492024-08-27T00:37:55.056Z Fresh pin-project-lite v0.2.14
56502024-08-27T00:37:55.056Z Fresh serde_derive v1.0.208
56512024-08-27T00:37:55.056Z Fresh zerocopy-derive v0.7.34
56522024-08-27T00:37:55.057Z Fresh cc v1.0.97
56532024-08-27T00:37:55.057Z Fresh parking_lot_core v0.9.10
56542024-08-27T00:37:55.057Z Fresh thiserror-impl v1.0.63
56552024-08-27T00:37:55.057Z Fresh allocator-api2 v0.2.18
56562024-08-27T00:37:55.057Z Fresh serde v1.0.208
56572024-08-27T00:37:55.057Z Fresh zerocopy v0.7.34
56582024-08-27T00:37:55.057Z Fresh parking_lot v0.12.2
56592024-08-27T00:37:55.057Z Fresh thiserror v1.0.63
56602024-08-27T00:37:55.057Z Fresh signal-hook-registry v1.4.2
56612024-08-27T00:37:55.057Z Fresh rand_core v0.6.4
56622024-08-27T00:37:55.057Z Fresh bytes v1.7.1
56632024-08-27T00:37:55.057Z Fresh ahash v0.8.11
56642024-08-27T00:37:55.057Z Fresh bitflags v2.6.0
56652024-08-27T00:37:55.057Z Fresh libm v0.2.8
56662024-08-27T00:37:55.057Z Fresh mio v0.8.11
56672024-08-27T00:37:55.057Z Fresh num_cpus v1.16.0
56682024-08-27T00:37:55.057Z Fresh hashbrown v0.14.5
56692024-08-27T00:37:55.057Z Fresh num-traits v0.2.19
56702024-08-27T00:37:55.057Z Fresh spin v0.9.8
56712024-08-27T00:37:55.057Z Fresh tokio-macros v2.3.0
56722024-08-27T00:37:55.057Z Fresh socket2 v0.5.7
56732024-08-27T00:37:55.057Z Fresh zeroize_derive v1.4.2
56742024-08-27T00:37:55.057Z Fresh futures-core v0.3.30
56752024-08-27T00:37:55.057Z Fresh serde_json v1.0.125
56762024-08-27T00:37:55.057Z Fresh tokio v1.38.1
56772024-08-27T00:37:55.057Z Fresh zeroize v1.7.0
56782024-08-27T00:37:55.057Z Fresh equivalent v1.0.1
56792024-08-27T00:37:55.057Z Fresh fnv v1.0.7
56802024-08-27T00:37:55.057Z Fresh regex-syntax v0.8.4
56812024-08-27T00:37:55.057Z Fresh aho-corasick v1.1.3
56822024-08-27T00:37:55.060Z Fresh indexmap v2.4.0
56832024-08-27T00:37:55.060Z Fresh regex-automata v0.4.6
56842024-08-27T00:37:55.060Z Fresh futures-sink v0.3.30
56852024-08-27T00:37:55.060Z Fresh pkg-config v0.3.30
56862024-08-27T00:37:55.060Z Fresh futures-macro v0.3.30
56872024-08-27T00:37:55.060Z Fresh typenum v1.17.0
56882024-08-27T00:37:55.060Z Fresh futures-channel v0.3.30
56892024-08-27T00:37:55.060Z Fresh pin-utils v0.1.0
56902024-08-27T00:37:55.060Z Fresh futures-task v0.3.30
56912024-08-27T00:37:55.060Z Fresh futures-io v0.3.30
56922024-08-27T00:37:55.060Z Fresh subtle v2.5.0
56932024-08-27T00:37:55.060Z Fresh generic-array v0.14.7
56942024-08-27T00:37:55.060Z Fresh slab v0.4.9
56952024-08-27T00:37:55.060Z Fresh heck v0.5.0
56962024-08-27T00:37:55.060Z Fresh iana-time-zone v0.1.60
56972024-08-27T00:37:55.060Z Fresh regex v1.10.6
56982024-08-27T00:37:55.060Z Fresh uuid v1.10.0
56992024-08-27T00:37:55.060Z Fresh tinyvec_macros v0.1.1
57002024-08-27T00:37:55.060Z Fresh futures-util v0.3.30
57012024-08-27T00:37:55.060Z Fresh crypto-common v0.1.6
57022024-08-27T00:37:55.061Z Fresh chrono v0.4.38
57032024-08-27T00:37:55.061Z Fresh tinyvec v1.6.0
57042024-08-27T00:37:55.061Z Fresh errno v0.3.9
57052024-08-27T00:37:55.061Z Fresh unicode-normalization v0.1.23
57062024-08-27T00:37:55.061Z Fresh semver v1.0.23
57072024-08-27T00:37:55.061Z Fresh vcpkg v0.2.15
57082024-08-27T00:37:55.061Z Fresh unicode-bidi v0.3.15
57092024-08-27T00:37:55.061Z Fresh const-oid v0.9.6
57102024-08-27T00:37:55.061Z Fresh serde_derive_internals v0.29.1
57112024-08-27T00:37:55.061Z Fresh syn v1.0.109
57122024-08-27T00:37:55.061Z Fresh rustix v0.38.34
57132024-08-27T00:37:55.061Z Fresh percent-encoding v2.3.1
57142024-08-27T00:37:55.061Z Fresh dyn-clone v1.0.17
57152024-08-27T00:37:55.061Z Fresh schemars_derive v0.8.21
57162024-08-27T00:37:55.061Z Fresh block-buffer v0.10.4
57172024-08-27T00:37:55.061Z Fresh tracing-attributes v0.1.27
57182024-08-27T00:37:55.061Z Fresh digest v0.10.7
57192024-08-27T00:37:55.061Z Fresh form_urlencoded v1.2.1
57202024-08-27T00:37:55.061Z Fresh tracing-core v0.1.32
57212024-08-27T00:37:55.061Z Fresh either v1.13.0
57222024-08-27T00:37:55.061Z Fresh cpufeatures v0.2.12
57232024-08-27T00:37:55.061Z Fresh idna v0.5.0
57242024-08-27T00:37:55.061Z Fresh schemars v0.8.21
57252024-08-27T00:37:55.061Z Fresh tracing v0.1.40
57262024-08-27T00:37:55.061Z Fresh time-core v0.1.2
57272024-08-27T00:37:55.061Z Fresh ppv-lite86 v0.2.17
57282024-08-27T00:37:55.061Z Fresh powerfmt v0.2.0
57292024-08-27T00:37:55.061Z Fresh num-conv v0.1.0
57302024-08-27T00:37:55.061Z Fresh rustversion v1.0.17
57312024-08-27T00:37:55.061Z Fresh rand_chacha v0.3.1
57322024-08-27T00:37:55.061Z Fresh time-macros v0.2.18
57332024-08-27T00:37:55.061Z Fresh deranged v0.3.11
57342024-08-27T00:37:55.061Z Fresh url v2.5.2
57352024-08-27T00:37:55.061Z Fresh lazy_static v1.5.0
57362024-08-27T00:37:55.068Z Fresh num_threads v0.1.7
57372024-08-27T00:37:55.068Z Fresh rand v0.8.5
57382024-08-27T00:37:55.068Z Fresh httparse v1.8.0
57392024-08-27T00:37:55.068Z Fresh http v0.2.12
57402024-08-27T00:37:55.068Z Fresh toml_datetime v0.6.8
57412024-08-27T00:37:55.068Z Fresh adler v1.0.2
57422024-08-27T00:37:55.068Z Fresh unicode-width v0.1.13
57432024-08-27T00:37:55.068Z Fresh time v0.3.36
57442024-08-27T00:37:55.068Z Fresh miniz_oxide v0.7.2
57452024-08-27T00:37:55.068Z Fresh untrusted v0.9.0
57462024-08-27T00:37:55.068Z Fresh serde_tokenstream v0.2.2
57472024-08-27T00:37:55.068Z Fresh serde_spanned v0.6.7
57482024-08-27T00:37:55.068Z Fresh strsim v0.11.1
57492024-08-27T00:37:55.068Z Fresh try-lock v0.2.5
57502024-08-27T00:37:55.068Z Fresh ring v0.17.8
57512024-08-27T00:37:55.068Z Fresh want v0.3.1
57522024-08-27T00:37:55.068Z Fresh tokio-util v0.7.11
57532024-08-27T00:37:55.068Z Fresh socket2 v0.4.10
57542024-08-27T00:37:55.068Z Fresh gimli v0.28.1
57552024-08-27T00:37:55.068Z Fresh slog v2.7.0
57562024-08-27T00:37:55.068Z Fresh tower-service v0.3.2
57572024-08-27T00:37:55.068Z Fresh addr2line v0.21.0
57582024-08-27T00:37:55.068Z Fresh object v0.32.2
57592024-08-27T00:37:55.068Z Fresh rustc-demangle v0.1.24
57602024-08-27T00:37:55.068Z Fresh backtrace v0.3.71
57612024-08-27T00:37:55.068Z Fresh async-trait v0.1.81
57622024-08-27T00:37:55.068Z Fresh base64 v0.21.7
57632024-08-27T00:37:55.068Z Fresh winnow v0.5.40
57642024-08-27T00:37:55.069Z Fresh httpdate v1.0.3
57652024-08-27T00:37:55.069Z Fresh h2 v0.3.26
57662024-08-27T00:37:55.069Z Fresh http-body v0.4.6
57672024-08-27T00:37:55.069Z Fresh anyhow v1.0.86
57682024-08-27T00:37:55.069Z Fresh hyper v0.14.30
57692024-08-27T00:37:55.069Z Fresh futures-executor v0.3.30
57702024-08-27T00:37:55.069Z Fresh foreign-types-shared v0.1.1
57712024-08-27T00:37:55.069Z Fresh mime v0.3.17
57722024-08-27T00:37:55.069Z Fresh openssl-probe v0.1.5
57732024-08-27T00:37:55.069Z Fresh foreign-types v0.3.2
57742024-08-27T00:37:55.069Z Fresh futures v0.3.30
57752024-08-27T00:37:55.069Z Fresh openssl-sys v0.9.103
57762024-08-27T00:37:55.069Z Fresh openssl-macros v0.1.1
57772024-08-27T00:37:55.069Z Fresh rustls-webpki v0.101.7
57782024-08-27T00:37:55.069Z Fresh openssl v0.10.66
57792024-08-27T00:37:55.069Z Fresh crossbeam-utils v0.8.19
57802024-08-27T00:37:55.069Z Fresh sct v0.7.1
57812024-08-27T00:37:55.069Z Fresh ucd-trie v0.1.6
57822024-08-27T00:37:55.069Z Fresh ipnet v2.9.0
57832024-08-27T00:37:55.069Z Fresh heck v0.4.1
57842024-08-27T00:37:55.069Z Fresh pest v2.7.10
57852024-08-27T00:37:55.069Z Fresh rustls v0.21.12
57862024-08-27T00:37:55.069Z Fresh toml_edit v0.19.15
57872024-08-27T00:37:55.069Z Fresh serde_urlencoded v0.7.1
57882024-08-27T00:37:55.069Z Fresh rustc_version v0.4.0
57892024-08-27T00:37:55.069Z Fresh block-padding v0.3.3
57902024-08-27T00:37:55.069Z Fresh encoding_rs v0.8.34
57912024-08-27T00:37:55.069Z Fresh utf8parse v0.2.1
57922024-08-27T00:37:55.069Z Fresh pest_meta v2.7.10
57932024-08-27T00:37:55.069Z Fresh inout v0.1.3
57942024-08-27T00:37:55.069Z Fresh native-tls v0.2.11
57952024-08-27T00:37:55.069Z Fresh tokio-rustls v0.24.1
57962024-08-27T00:37:55.069Z Fresh idna v0.3.0
57972024-08-27T00:37:55.069Z Fresh scroll_derive v0.12.0
57982024-08-27T00:37:55.069Z Fresh psl-types v2.0.11
57992024-08-27T00:37:55.069Z Fresh tokio-native-tls v0.3.1
58002024-08-27T00:37:55.069Z Fresh cipher v0.4.4
58012024-08-27T00:37:55.069Z Fresh pest_generator v2.7.10
58022024-08-27T00:37:55.069Z Fresh scroll v0.12.0
58032024-08-27T00:37:55.070Z Fresh rustls-pemfile v1.0.4
58042024-08-27T00:37:55.070Z Fresh hmac v0.12.1
58052024-08-27T00:37:55.070Z Fresh publicsuffix v2.2.3
58062024-08-27T00:37:55.070Z Fresh cookie v0.17.0
58072024-08-27T00:37:55.070Z Fresh openapiv3 v2.0.0
58082024-08-27T00:37:55.070Z Fresh base64ct v1.6.0
58092024-08-27T00:37:55.070Z Fresh plain v0.2.3
58102024-08-27T00:37:55.070Z Fresh anstyle v1.0.8
58112024-08-27T00:37:55.070Z Fresh pest_derive v2.7.10
58122024-08-27T00:37:55.070Z Fresh hyper-tls v0.5.0
58132024-08-27T00:37:55.070Z Fresh cookie_store v0.20.0
58142024-08-27T00:37:55.070Z Fresh goblin v0.8.2
58152024-08-27T00:37:55.070Z Fresh hyper-rustls v0.24.2
58162024-08-27T00:37:55.070Z Fresh bitflags v1.3.2
58172024-08-27T00:37:55.070Z Fresh sync_wrapper v0.1.2
58182024-08-27T00:37:55.070Z Fresh pretty-hex v0.4.1
58192024-08-27T00:37:55.070Z Fresh webpki-roots v0.25.4
58202024-08-27T00:37:55.070Z Fresh dof v0.3.0
58212024-08-27T00:37:55.070Z Fresh reqwest v0.11.27
58222024-08-27T00:37:55.070Z Fresh dtrace-parser v0.2.0
58232024-08-27T00:37:55.070Z Fresh sha2 v0.10.8
58242024-08-27T00:37:55.070Z Fresh thread-id v4.2.1
58252024-08-27T00:37:55.070Z Fresh pem-rfc7468 v0.7.0
58262024-08-27T00:37:55.070Z Fresh anstyle-parse v0.2.4
58272024-08-27T00:37:55.070Z Fresh usdt-impl v0.5.0
58282024-08-27T00:37:55.070Z Fresh der_derive v0.7.2
58292024-08-27T00:37:55.070Z Fresh anstyle-query v1.0.3
58302024-08-27T00:37:55.070Z Fresh data-encoding v2.6.0
58312024-08-27T00:37:55.070Z Fresh flagset v0.4.5
58322024-08-27T00:37:55.070Z Fresh is_terminal_polyfill v1.70.0
58332024-08-27T00:37:55.070Z Fresh colorchoice v1.0.1
58342024-08-27T00:37:55.070Z Fresh base64 v0.22.1
58352024-08-27T00:37:55.070Z Fresh der v0.7.9
58362024-08-27T00:37:55.074Z Fresh anstream v0.6.14
58372024-08-27T00:37:55.074Z Fresh terminal_size v0.3.0
58382024-08-27T00:37:55.074Z Fresh unicode-segmentation v1.11.0
58392024-08-27T00:37:55.074Z Fresh clap_lex v0.7.0
58402024-08-27T00:37:55.074Z Fresh usdt-macro v0.5.0
58412024-08-27T00:37:55.074Z Fresh usdt-attr-macro v0.5.0
58422024-08-27T00:37:55.074Z Fresh spki v0.7.3
58432024-08-27T00:37:55.074Z Fresh clap_builder v4.5.15
58442024-08-27T00:37:55.074Z Fresh salsa20 v0.10.2
58452024-08-27T00:37:55.074Z Fresh pbkdf2 v0.12.2
58462024-08-27T00:37:55.074Z Fresh sha1 v0.10.6
58472024-08-27T00:37:55.074Z Fresh clap_derive v4.5.13
58482024-08-27T00:37:55.074Z Fresh memmap v0.7.0
58492024-08-27T00:37:55.074Z Fresh siphasher v0.3.11
58502024-08-27T00:37:55.074Z Fresh usdt v0.5.0
58512024-08-27T00:37:55.074Z Fresh clap v4.5.16
58522024-08-27T00:37:55.074Z Fresh scrypt v0.11.0
58532024-08-27T00:37:55.074Z Fresh crc32fast v1.4.0
58542024-08-27T00:37:55.074Z Fresh aes v0.8.4
58552024-08-27T00:37:55.075Z Fresh cbc v0.1.2
58562024-08-27T00:37:55.075Z Fresh crossbeam-epoch v0.9.18
58572024-08-27T00:37:55.075Z Fresh itertools v0.10.5
58582024-08-27T00:37:55.075Z Fresh stable_deref_trait v1.2.0
58592024-08-27T00:37:55.075Z Fresh bit-vec v0.6.3
58602024-08-27T00:37:55.075Z Fresh pkcs5 v0.7.1
58612024-08-27T00:37:55.075Z Fresh hex v0.4.3
58622024-08-27T00:37:55.075Z Fresh winnow v0.6.18
58632024-08-27T00:37:55.075Z Fresh toml v0.7.8
58642024-08-27T00:37:55.075Z Fresh bit-set v0.5.3
58652024-08-27T00:37:55.075Z Fresh toml_edit v0.22.20
58662024-08-27T00:37:55.075Z Fresh pkcs8 v0.10.2
58672024-08-27T00:37:55.075Z Fresh itertools v0.12.1
58682024-08-27T00:37:55.075Z Fresh num-integer v0.1.46
58692024-08-27T00:37:55.075Z Fresh zerocopy-derive v0.6.6
58702024-08-27T00:37:55.075Z Fresh fixedbitset v0.4.2
58712024-08-27T00:37:55.075Z Fresh static_assertions v1.1.0
58722024-08-27T00:37:55.075Z Fresh managed v0.8.0
58732024-08-27T00:37:55.075Z Fresh petgraph v0.6.5
58742024-08-27T00:37:55.075Z Fresh zerocopy v0.6.6
58752024-08-27T00:37:55.075Z Fresh signal-hook v0.3.17
58762024-08-27T00:37:55.075Z Fresh flate2 v1.0.31
58772024-08-27T00:37:55.075Z Fresh phf_shared v0.10.0
58782024-08-27T00:37:55.075Z Fresh new_debug_unreachable v1.0.6
58792024-08-27T00:37:55.075Z Fresh minimal-lexical v0.2.1
58802024-08-27T00:37:55.075Z Fresh unicode-xid v0.2.4
58812024-08-27T00:37:55.075Z Fresh precomputed-hash v0.1.1
58822024-08-27T00:37:55.075Z Fresh num-iter v0.1.45
58832024-08-27T00:37:55.075Z Fresh bstr v1.9.1
58842024-08-27T00:37:55.075Z Fresh mio v1.0.2
58852024-08-27T00:37:55.075Z Fresh nom v7.1.3
58862024-08-27T00:37:55.075Z Fresh string_cache v0.8.7
58872024-08-27T00:37:55.075Z Fresh signal-hook-mio v0.2.4
58882024-08-27T00:37:55.075Z Fresh cfg_aliases v0.1.1
58892024-08-27T00:37:55.075Z Fresh lalrpop-util v0.19.12
58902024-08-27T00:37:55.075Z Fresh pkcs1 v0.7.5
58912024-08-27T00:37:55.075Z Fresh num-bigint-dig v0.8.4
58922024-08-27T00:37:55.075Z Fresh enum-as-inner v0.6.0
58932024-08-27T00:37:55.075Z Fresh signature v2.2.0
58942024-08-27T00:37:55.075Z Fresh idna v0.4.0
58952024-08-27T00:37:55.076Z Fresh hash32 v0.2.1
58962024-08-27T00:37:55.076Z Fresh predicates-core v1.0.6
58972024-08-27T00:37:55.076Z Fresh finl_unicode v1.2.0
58982024-08-27T00:37:55.076Z Fresh rsa v0.9.6
58992024-08-27T00:37:55.076Z Fresh heapless v0.7.17
59002024-08-27T00:37:55.076Z Fresh hickory-proto v0.24.1
59012024-08-27T00:37:55.076Z Fresh console v0.15.8
59022024-08-27T00:37:55.076Z Fresh md-5 v0.10.6
59032024-08-27T00:37:55.076Z Fresh stringprep v0.1.4
59042024-08-27T00:37:55.076Z Fresh hubpack_derive v0.1.1
59052024-08-27T00:37:55.076Z Fresh ff v0.13.0
59062024-08-27T00:37:55.076Z Fresh float-cmp v0.9.0
59072024-08-27T00:37:55.076Z Fresh fallible-iterator v0.2.0
59082024-08-27T00:37:55.076Z Fresh base16ct v0.2.0
59092024-08-27T00:37:55.076Z Fresh normalize-line-endings v0.3.0
59102024-08-27T00:37:55.076Z Fresh difflib v0.4.0
59112024-08-27T00:37:55.076Z Fresh sec1 v0.7.3
59122024-08-27T00:37:55.076Z Fresh postgres-protocol v0.6.7
59132024-08-27T00:37:55.076Z Fresh group v0.13.0
59142024-08-27T00:37:55.076Z Fresh predicates v3.1.2
59152024-08-27T00:37:55.076Z Fresh hubpack v0.1.2
59162024-08-27T00:37:55.076Z Fresh smoltcp v0.9.1
59172024-08-27T00:37:55.076Z Fresh nix v0.28.0
59182024-08-27T00:37:55.076Z Fresh similar v2.6.0
59192024-08-27T00:37:55.076Z Fresh phf_shared v0.11.2
59202024-08-27T00:37:55.076Z Fresh hkdf v0.12.4
59212024-08-27T00:37:55.076Z Fresh strum_macros v0.25.3
59222024-08-27T00:37:55.076Z Fresh crypto-bigint v0.5.5
59232024-08-27T00:37:55.076Z Fresh serde_repr v0.1.19
59242024-08-27T00:37:55.076Z Fresh peg-runtime v0.8.3
59252024-08-27T00:37:55.076Z Fresh postgres-types v0.2.7
59262024-08-27T00:37:55.076Z Fresh elliptic-curve v0.13.8
59272024-08-27T00:37:55.076Z Fresh phf v0.11.2
59282024-08-27T00:37:55.076Z Fresh gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
59292024-08-27T00:37:55.076Z Fresh whoami v1.5.1
59302024-08-27T00:37:55.076Z Fresh tokio-stream v0.1.15
59312024-08-27T00:37:55.076Z Fresh regress v0.9.1
59322024-08-27T00:37:55.076Z Fresh fs-err v2.11.0
59332024-08-27T00:37:55.076Z Fresh tokio-postgres v0.7.11
59342024-08-27T00:37:55.077Z Fresh typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
59352024-08-27T00:37:55.077Z Fresh getopts v0.2.21
59362024-08-27T00:37:55.080Z Fresh unsafe-libyaml v0.2.11
59372024-08-27T00:37:55.080Z Fresh progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
59382024-08-27T00:37:55.080Z Fresh is-terminal v0.4.12
59392024-08-27T00:37:55.080Z Fresh camino v1.1.9
59402024-08-27T00:37:55.080Z Fresh typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
59412024-08-27T00:37:55.080Z Fresh serde_yaml v0.9.34+deprecated
59422024-08-27T00:37:55.080Z Fresh dirs-sys-next v0.1.2
59432024-08-27T00:37:55.080Z Fresh ident_case v1.0.1
59442024-08-27T00:37:55.080Z Fresh strum_macros v0.26.4
59452024-08-27T00:37:55.081Z Fresh http v1.1.0
59462024-08-27T00:37:55.081Z Fresh typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6)
59472024-08-27T00:37:55.081Z Fresh dirs-next v2.0.0
59482024-08-27T00:37:55.081Z Fresh darling_core v0.20.9
59492024-08-27T00:37:55.081Z Fresh strum v0.26.3
59502024-08-27T00:37:55.081Z Fresh toml v0.8.19
59512024-08-27T00:37:55.081Z Fresh crossbeam-channel v0.5.12
59522024-08-27T00:37:55.081Z Fresh progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
59532024-08-27T00:37:55.081Z Fresh term v0.7.0
59542024-08-27T00:37:55.081Z Fresh darling_macro v0.20.9
59552024-08-27T00:37:55.081Z Fresh thread_local v1.1.8
59562024-08-27T00:37:55.081Z Fresh rustls-pki-types v1.7.0
59572024-08-27T00:37:55.081Z Fresh match_cfg v0.1.0
59582024-08-27T00:37:55.081Z Fresh progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
59592024-08-27T00:37:55.081Z Fresh darling v0.20.9
59602024-08-27T00:37:55.081Z Fresh paste v1.0.15
59612024-08-27T00:37:55.081Z Fresh hostname v0.3.1
59622024-08-27T00:37:55.081Z Fresh take_mut v0.2.2
59632024-08-27T00:37:55.081Z Fresh slog-term v2.9.1
59642024-08-27T00:37:55.081Z Fresh progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64)
59652024-08-27T00:37:55.081Z Fresh fastrand v2.1.0
59662024-08-27T00:37:55.081Z Fresh rustls-webpki v0.102.4
59672024-08-27T00:37:55.081Z Fresh ipnetwork v0.20.0
59682024-08-27T00:37:55.081Z Fresh rustls-pemfile v2.1.3
59692024-08-27T00:37:55.081Z Fresh slog-async v2.8.0
59702024-08-27T00:37:55.081Z Fresh tempfile v3.10.1
59712024-08-27T00:37:55.081Z Fresh rustls v0.22.4
59722024-08-27T00:37:55.081Z Fresh debug-ignore v1.0.5
59732024-08-27T00:37:55.081Z Fresh slog-json v2.6.1
59742024-08-27T00:37:55.081Z Fresh async-stream-impl v0.3.5
59752024-08-27T00:37:55.081Z Fresh tokio-rustls v0.25.0
59762024-08-27T00:37:55.081Z Fresh atomic-waker v1.1.2
59772024-08-27T00:37:55.081Z Fresh multer v3.1.0
59782024-08-27T00:37:55.081Z Fresh async-stream v0.3.5
59792024-08-27T00:37:55.081Z Fresh slog-bunyan v2.5.0
59802024-08-27T00:37:55.081Z Fresh dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
59812024-08-27T00:37:55.081Z Fresh newtype-uuid v1.1.0
59822024-08-27T00:37:55.081Z Fresh waitgroup v0.1.2
59832024-08-27T00:37:55.081Z Fresh serde_path_to_error v0.1.16
59842024-08-27T00:37:55.082Z Fresh hostname v0.4.0
59852024-08-27T00:37:55.082Z Fresh instant v0.1.12
59862024-08-27T00:37:55.082Z Fresh serde_with_macros v3.9.0
59872024-08-27T00:37:55.082Z Fresh structmeta-derive v0.3.0
59882024-08-27T00:37:55.082Z Fresh quick-error v1.2.3
59892024-08-27T00:37:55.082Z Fresh dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4)
59902024-08-27T00:37:55.082Z Fresh serde_with v3.9.0
59912024-08-27T00:37:55.082Z Fresh structmeta v0.3.0
59922024-08-27T00:37:55.082Z Fresh slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
59932024-08-27T00:37:55.082Z Fresh backoff v0.4.0
59942024-08-27T00:37:55.082Z Fresh oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
59952024-08-27T00:37:55.082Z Fresh mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
59962024-08-27T00:37:55.082Z Fresh slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
59972024-08-27T00:37:55.082Z Fresh parse-display-derive v0.10.0
59982024-08-27T00:37:55.082Z Fresh serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
59992024-08-27T00:37:55.082Z Fresh macaddr v1.0.1
60002024-08-27T00:37:55.082Z Fresh wait-timeout v0.2.0
60012024-08-27T00:37:55.082Z Fresh rand_xorshift v0.3.0
60022024-08-27T00:37:55.082Z Fresh structmeta-derive v0.2.0
60032024-08-27T00:37:55.082Z Fresh unarray v0.1.4
60042024-08-27T00:37:55.082Z Fresh parse-display v0.10.0
60052024-08-27T00:37:55.082Z Fresh rusty-fork v0.3.0
60062024-08-27T00:37:55.082Z Fresh structmeta v0.2.0
60072024-08-27T00:37:55.082Z Fresh camino-tempfile v1.1.1
60082024-08-27T00:37:55.082Z Fresh proc-macro-crate v1.3.1
60092024-08-27T00:37:55.082Z Fresh proptest v1.5.0
60102024-08-27T00:37:55.082Z Fresh test-strategy v0.3.1
60112024-08-27T00:37:55.082Z Fresh num_enum_derive v0.5.11
60122024-08-27T00:37:55.082Z Fresh foreign-types-macros v0.2.3
60132024-08-27T00:37:55.082Z Fresh proc-macro-error-attr v1.0.4
60142024-08-27T00:37:55.082Z Fresh num_enum v0.5.11
60152024-08-27T00:37:55.082Z Fresh foreign-types-shared v0.3.1
60162024-08-27T00:37:55.082Z Fresh nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
60172024-08-27T00:37:55.082Z Fresh rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
60182024-08-27T00:37:55.086Z Fresh proc-macro-error v1.0.4
60192024-08-27T00:37:55.086Z Fresh libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
60202024-08-27T00:37:55.086Z Fresh foreign-types v0.5.0
60212024-08-27T00:37:55.086Z Fresh cstr-argument v0.1.2
60222024-08-27T00:37:55.086Z Fresh pretty-hex v0.2.1
60232024-08-27T00:37:55.086Z Fresh tabwriter v1.4.0
60242024-08-27T00:37:55.086Z Fresh colored v2.1.0
60252024-08-27T00:37:55.086Z Fresh dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
60262024-08-27T00:37:55.086Z Fresh nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
60272024-08-27T00:37:55.086Z Fresh rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
60282024-08-27T00:37:55.086Z Fresh smf v0.2.3
60292024-08-27T00:37:55.086Z Fresh hash32 v0.3.1
60302024-08-27T00:37:55.086Z Fresh embedded-io v0.4.0
60312024-08-27T00:37:55.086Z Fresh cobs v0.2.3
60322024-08-27T00:37:55.086Z Fresh termtree v0.4.1
60332024-08-27T00:37:55.086Z Fresh illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
60342024-08-27T00:37:55.086Z Fresh heapless v0.8.0
60352024-08-27T00:37:55.086Z Fresh postcard v1.0.8
60362024-08-27T00:37:55.086Z Fresh crucible-workspace-hack v0.1.0
60372024-08-27T00:37:55.086Z Fresh predicates-tree v1.0.9
60382024-08-27T00:37:55.086Z Fresh kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
60392024-08-27T00:37:55.086Z Fresh smoltcp v0.11.0
60402024-08-27T00:37:55.086Z Fresh sigpipe v0.1.3
60412024-08-27T00:37:55.086Z Fresh poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
60422024-08-27T00:37:55.086Z Fresh zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
60432024-08-27T00:37:55.086Z Fresh bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
60442024-08-27T00:37:55.086Z Fresh num-derive v0.4.2
60452024-08-27T00:37:55.086Z Fresh opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
60462024-08-27T00:37:55.086Z Fresh libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
60472024-08-27T00:37:55.086Z Fresh mockall_derive v0.13.0
60482024-08-27T00:37:55.086Z Fresh downcast v0.11.0
60492024-08-27T00:37:55.086Z Fresh fragile v2.0.0
60502024-08-27T00:37:55.086Z Fresh bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
60512024-08-27T00:37:55.086Z Fresh opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
60522024-08-27T00:37:55.086Z Fresh mockall v0.13.0
60532024-08-27T00:37:55.086Z Fresh zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)
60542024-08-27T00:37:55.086Z Fresh crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
60552024-08-27T00:37:55.086Z Fresh same-file v1.0.6
60562024-08-27T00:37:55.087Z Fresh humantime v2.1.0
60572024-08-27T00:37:55.087Z Fresh xattr v1.3.1
60582024-08-27T00:37:55.087Z Fresh oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
60592024-08-27T00:37:55.087Z Fresh walkdir v2.5.0
60602024-08-27T00:37:55.087Z Fresh filetime v0.2.24
60612024-08-27T00:37:55.087Z Fresh derive-where v1.2.7
60622024-08-27T00:37:55.087Z Fresh num-rational v0.4.2
60632024-08-27T00:37:55.087Z Fresh newline-converter v0.3.0
60642024-08-27T00:37:55.087Z Fresh password-hash v0.5.0
60652024-08-27T00:37:55.087Z Fresh blake2 v0.10.6
60662024-08-27T00:37:55.087Z Fresh opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6)
60672024-08-27T00:37:55.087Z Fresh tar v0.4.41
60682024-08-27T00:37:55.087Z Fresh num-complex v0.4.6
60692024-08-27T00:37:55.087Z Fresh argon2 v0.5.3
60702024-08-27T00:37:55.087Z Fresh expectorate v1.1.0
60712024-08-27T00:37:55.087Z Fresh float-ord v0.3.2
60722024-08-27T00:37:55.087Z Fresh termcolor v1.4.1
60732024-08-27T00:37:55.087Z Fresh utf-8 v0.7.6
60742024-08-27T00:37:55.087Z Fresh num v0.4.3
60752024-08-27T00:37:55.087Z Fresh convert_case v0.4.0
60762024-08-27T00:37:55.087Z Fresh tungstenite v0.21.0
60772024-08-27T00:37:55.087Z Fresh arc-swap v1.7.1
60782024-08-27T00:37:55.087Z Fresh derive_more v0.99.18
60792024-08-27T00:37:55.087Z Fresh slog-scope v4.4.0
60802024-08-27T00:37:55.087Z Fresh tokio-tungstenite v0.21.0
60812024-08-27T00:37:55.087Z Fresh atty v0.2.14
60822024-08-27T00:37:55.087Z Fresh slog-stdlog v4.1.1
60832024-08-27T00:37:55.087Z Fresh home v0.5.9
60842024-08-27T00:37:55.087Z Fresh semver v0.1.20
60852024-08-27T00:37:55.087Z Fresh pem v3.0.4
60862024-08-27T00:37:55.087Z Fresh highway v1.2.0
60872024-08-27T00:37:55.087Z Fresh env_logger v0.9.3
60882024-08-27T00:37:55.087Z Fresh slog-envlogger v2.2.0
60892024-08-27T00:37:55.087Z Fresh rustc_version v0.1.7
60902024-08-27T00:37:55.087Z Fresh bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
60912024-08-27T00:37:55.087Z Fresh bitstruct_derive v0.1.0
60922024-08-27T00:37:55.087Z Fresh viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
60932024-08-27T00:37:55.087Z Fresh ascii v1.1.0
60942024-08-27T00:37:55.087Z Fresh bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
60952024-08-27T00:37:55.087Z Fresh viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
60962024-08-27T00:37:55.087Z Fresh bitstruct v0.1.1
60972024-08-27T00:37:55.088Z Fresh tungstenite v0.20.1
60982024-08-27T00:37:55.088Z Fresh dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
60992024-08-27T00:37:55.088Z Fresh rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c)
61002024-08-27T00:37:55.088Z Fresh propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
61012024-08-27T00:37:55.088Z Fresh erased-serde v0.3.31
61022024-08-27T00:37:55.088Z Fresh serde_arrays v0.1.0
61032024-08-27T00:37:55.088Z Fresh cookie v0.18.1
61042024-08-27T00:37:55.088Z Fresh tokio-tungstenite v0.20.1
61052024-08-27T00:37:55.088Z Fresh newtype_derive v0.1.6
61062024-08-27T00:37:55.088Z Fresh propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
61072024-08-27T00:37:55.088Z Fresh heck v0.3.3
61082024-08-27T00:37:55.088Z Fresh half v2.4.1
61092024-08-27T00:37:55.088Z Fresh ciborium-io v0.2.2
61102024-08-27T00:37:55.088Z Fresh atomicwrites v0.4.3
61112024-08-27T00:37:55.088Z Fresh steno v0.4.1
61122024-08-27T00:37:55.088Z Fresh ciborium-ll v0.2.2
61132024-08-27T00:37:55.088Z Fresh cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
61142024-08-27T00:37:55.088Z Fresh zone_cfg_derive v0.1.2
61152024-08-27T00:37:55.088Z Fresh headers-core v0.2.0
61162024-08-27T00:37:55.088Z Fresh swrite v0.1.0
61172024-08-27T00:37:55.088Z Fresh base64 v0.13.1
61182024-08-27T00:37:55.093Z Fresh zone v0.1.8
61192024-08-27T00:37:55.093Z Fresh ron v0.7.1
61202024-08-27T00:37:55.093Z Fresh propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
61212024-08-27T00:37:55.093Z Fresh ciborium v0.2.2
61222024-08-27T00:37:55.093Z Fresh libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)
61232024-08-27T00:37:55.093Z Fresh headers v0.3.9
61242024-08-27T00:37:55.094Z Fresh prettyplease v0.2.20
61252024-08-27T00:37:55.094Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)
61262024-08-27T00:37:55.094Z Fresh yasna v0.5.2
61272024-08-27T00:37:55.094Z Fresh portpicker v0.1.1
61282024-08-27T00:37:55.094Z Fresh subprocess v0.2.9
61292024-08-27T00:37:55.094Z Fresh crossbeam-deque v0.8.5
61302024-08-27T00:37:55.094Z Fresh pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
61312024-08-27T00:37:55.094Z Fresh glob v0.3.1
61322024-08-27T00:37:55.094Z Fresh libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1)
61332024-08-27T00:37:55.094Z Fresh rcgen v0.12.1
61342024-08-27T00:37:55.095Z Fresh arrayvec v0.7.4
61352024-08-27T00:37:55.095Z Fresh arrayref v0.3.7
61362024-08-27T00:37:55.095Z Fresh constant_time_eq v0.3.0
61372024-08-27T00:37:55.095Z Fresh libsw v3.3.1
61382024-08-27T00:37:55.095Z Fresh rayon-core v1.12.1
61392024-08-27T00:37:55.095Z Fresh owo-colors v4.0.0
61402024-08-27T00:37:55.095Z Fresh linear-map v1.2.0
61412024-08-27T00:37:55.096Z Fresh rayon v1.10.0
61422024-08-27T00:37:55.096Z Fresh cancel-safe-futures v0.1.5
61432024-08-27T00:37:55.096Z Fresh memmap2 v0.9.4
61442024-08-27T00:37:55.096Z Fresh spin v0.5.2
61452024-08-27T00:37:55.096Z Fresh display-error-chain v0.2.0
61462024-08-27T00:37:55.096Z Fresh untrusted v0.7.1
61472024-08-27T00:37:55.096Z Fresh linked-hash-map v0.5.6
61482024-08-27T00:37:55.096Z Fresh blake3 v1.5.1
61492024-08-27T00:37:55.096Z Fresh maplit v1.0.2
61502024-08-27T00:37:55.096Z Fresh topological-sort v0.2.2
61512024-08-27T00:37:55.096Z Fresh lru-cache v0.1.2
61522024-08-27T00:37:55.096Z Fresh ring v0.16.20
61532024-08-27T00:37:55.097Z Fresh toolchain_find v0.4.0
61542024-08-27T00:37:55.097Z Fresh itertools v0.13.0
61552024-08-27T00:37:55.097Z Fresh omicron-zone-package v0.11.0
61562024-08-27T00:37:55.097Z Fresh slog-dtrace v0.3.0
61572024-08-27T00:37:55.097Z Fresh rustfmt-wrapper v0.2.1
61582024-08-27T00:37:55.097Z Fresh tap v1.0.1
61592024-08-27T00:37:55.097Z Fresh keccak v0.1.5
61602024-08-27T00:37:55.097Z Fresh wyz v0.5.1
61612024-08-27T00:37:55.097Z Fresh sha3 v0.10.8
61622024-08-27T00:37:55.097Z Fresh resolv-conf v0.7.0
61632024-08-27T00:37:55.098Z Fresh radium v0.7.0
61642024-08-27T00:37:55.098Z Fresh secrecy v0.8.0
61652024-08-27T00:37:55.098Z Fresh crc-catalog v2.4.0
61662024-08-27T00:37:55.098Z Fresh funty v2.0.0
61672024-08-27T00:37:55.098Z Fresh maybe-uninit v2.0.0
61682024-08-27T00:37:55.098Z Fresh bitvec v1.0.1
61692024-08-27T00:37:55.098Z Fresh crc v3.2.1
61702024-08-27T00:37:55.098Z Fresh hickory-resolver v0.24.1
61712024-08-27T00:37:55.098Z Fresh packed_struct_codegen v0.10.1
61722024-08-27T00:37:55.100Z Fresh nodrop v0.1.14
61732024-08-27T00:37:55.100Z Fresh packed_struct v0.10.1
61742024-08-27T00:37:55.100Z Fresh bzip2-sys v0.1.11+1.0.8
61752024-08-27T00:37:55.100Z Fresh smallvec v0.6.14
61762024-08-27T00:37:55.100Z Fresh hashbrown v0.12.3
61772024-08-27T00:37:55.100Z Fresh bitfield v0.14.0
61782024-08-27T00:37:55.100Z Fresh array-init v0.0.4
61792024-08-27T00:37:55.100Z Fresh indexmap v1.9.3
61802024-08-27T00:37:55.100Z Fresh bzip2 v0.4.4
61812024-08-27T00:37:55.101Z Fresh lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
61822024-08-27T00:37:55.101Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
61832024-08-27T00:37:55.101Z Fresh env_logger v0.10.2
61842024-08-27T00:37:55.101Z Fresh dsl_auto_type v0.1.2
61852024-08-27T00:37:55.101Z Fresh x509-cert v0.2.5
61862024-08-27T00:37:55.101Z Fresh serde-hex v0.1.0
61872024-08-27T00:37:55.101Z Fresh ron v0.8.1
61882024-08-27T00:37:55.101Z Fresh hashbrown v0.13.2
61892024-08-27T00:37:55.101Z Fresh scheduled-thread-pool v0.2.7
61902024-08-27T00:37:55.101Z Fresh diesel_table_macro_syntax v0.2.0
61912024-08-27T00:37:55.101Z Fresh crc-any v2.5.0
61922024-08-27T00:37:55.101Z Fresh tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
61932024-08-27T00:37:55.101Z Fresh r2d2 v0.8.10
61942024-08-27T00:37:55.101Z Fresh lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
61952024-08-27T00:37:55.101Z Fresh object v0.30.4
61962024-08-27T00:37:55.101Z Fresh diesel_derives v2.2.2
61972024-08-27T00:37:55.101Z Fresh zip v0.6.6
61982024-08-27T00:37:55.101Z Fresh path-slash v0.1.5
61992024-08-27T00:37:55.101Z Fresh diff v0.1.13
62002024-08-27T00:37:55.101Z Fresh crunchy v0.2.2
62012024-08-27T00:37:55.101Z Fresh diesel v2.2.2
62022024-08-27T00:37:55.101Z Fresh hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
62032024-08-27T00:37:55.101Z Fresh thiserror-impl-no-std v2.0.2
62042024-08-27T00:37:55.102Z Fresh universal-hash v0.5.1
62052024-08-27T00:37:55.102Z Fresh curve25519-dalek-derive v0.1.1
62062024-08-27T00:37:55.102Z Fresh opaque-debug v0.3.1
62072024-08-27T00:37:55.102Z Fresh tiny-keccak v2.0.2
62082024-08-27T00:37:55.102Z Fresh thiserror-no-std v2.0.2
62092024-08-27T00:37:55.102Z Fresh curve25519-dalek v4.1.3
62102024-08-27T00:37:55.102Z Fresh poly1305 v0.8.0
62112024-08-27T00:37:55.102Z Fresh ascii-canvas v3.0.0
62122024-08-27T00:37:55.102Z Fresh chacha20 v0.9.1
62132024-08-27T00:37:55.102Z Fresh aead v0.5.2
62142024-08-27T00:37:55.102Z Fresh async-recursion v1.1.1
62152024-08-27T00:37:55.102Z Fresh bitfield-struct v0.6.1
62162024-08-27T00:37:55.102Z Fresh ref-cast-impl v1.0.23
62172024-08-27T00:37:55.102Z Fresh nibble_vec v0.1.0
62182024-08-27T00:37:55.107Z Fresh ena v0.14.3
62192024-08-27T00:37:55.107Z Fresh libloading v0.8.3
62202024-08-27T00:37:55.107Z Fresh endian-type v0.1.2
62212024-08-27T00:37:55.107Z Fresh regex-syntax v0.6.29
62222024-08-27T00:37:55.107Z Fresh ref-cast v1.0.23
62232024-08-27T00:37:55.107Z Fresh chacha20poly1305 v0.10.1
62242024-08-27T00:37:55.107Z Fresh clang-sys v1.7.0
62252024-08-27T00:37:55.107Z Fresh libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
62262024-08-27T00:37:55.107Z Fresh radix_trie v0.2.1
62272024-08-27T00:37:55.107Z Fresh lalrpop v0.19.12
62282024-08-27T00:37:55.107Z Fresh libefi-sys v0.1.0
62292024-08-27T00:37:55.107Z Fresh vsss-rs v3.3.4
62302024-08-27T00:37:55.107Z Fresh which v4.4.2
62312024-08-27T00:37:55.108Z Fresh illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
62322024-08-27T00:37:55.108Z Fresh cexpr v0.6.0
62332024-08-27T00:37:55.108Z Fresh gethostname v0.5.0
62342024-08-27T00:37:55.108Z Fresh fxhash v0.2.1
62352024-08-27T00:37:55.108Z Fresh lazycell v1.3.0
62362024-08-27T00:37:55.108Z Fresh shlex v1.3.0
62372024-08-27T00:37:55.108Z Fresh rustc-hash v1.1.0
62382024-08-27T00:37:55.108Z Fresh nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
62392024-08-27T00:37:55.108Z Fresh bindgen v0.69.4
62402024-08-27T00:37:55.108Z Fresh tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
62412024-08-27T00:37:55.108Z Fresh libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
62422024-08-27T00:37:55.108Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
62432024-08-27T00:37:55.108Z Fresh libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
62442024-08-27T00:37:55.108Z Fresh derive_builder_core v0.20.0
62452024-08-27T00:37:55.108Z Fresh strum_macros v0.24.3
62462024-08-27T00:37:55.108Z Fresh derive_builder_macro v0.20.0
62472024-08-27T00:37:55.108Z Fresh indoc v1.0.9
62482024-08-27T00:37:55.108Z Fresh derive_builder v0.20.0
62492024-08-27T00:37:55.108Z Fresh libxml v0.3.3
62502024-08-27T00:37:55.108Z Fresh polar-core v0.27.3
62512024-08-27T00:37:55.108Z Fresh crossterm v0.28.1
62522024-08-27T00:37:55.108Z Fresh impl-trait-for-tuples v0.2.2
62532024-08-27T00:37:55.108Z Fresh oso-derive v0.27.3
62542024-08-27T00:37:55.108Z Fresh quick-xml v0.31.0
62552024-08-27T00:37:55.108Z Fresh pin-project-internal v1.1.5
62562024-08-27T00:37:55.109Z Fresh ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c)
62572024-08-27T00:37:55.109Z Fresh oso v0.27.3
62582024-08-27T00:37:55.109Z Fresh samael v0.0.15
62592024-08-27T00:37:55.109Z Fresh pin-project v1.1.5
62602024-08-27T00:37:55.109Z Fresh parking_lot_core v0.8.6
62612024-08-27T00:37:55.109Z Fresh const_format_proc_macros v0.2.32
62622024-08-27T00:37:55.109Z Fresh bb8 v0.8.5
62632024-08-27T00:37:55.109Z Fresh vte_generate_state_changes v0.1.1
62642024-08-27T00:37:55.109Z Fresh diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3)
62652024-08-27T00:37:55.109Z Fresh async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef)
62662024-08-27T00:37:55.109Z Fresh parking_lot v0.11.2
62672024-08-27T00:37:55.109Z Fresh const_format v0.2.32
62682024-08-27T00:37:55.109Z Fresh unicase v2.7.0
62692024-08-27T00:37:55.109Z Fresh vte v0.11.1
62702024-08-27T00:37:55.109Z Fresh buf-list v1.0.3
62712024-08-27T00:37:55.109Z Fresh fd-lock v4.0.2
62722024-08-27T00:37:55.109Z Fresh sled v0.34.7
62732024-08-27T00:37:55.109Z Fresh memoffset v0.9.1
62742024-08-27T00:37:55.109Z Fresh strip-ansi-escapes v0.2.0
62752024-08-27T00:37:55.109Z Fresh hickory-client v0.24.1
62762024-08-27T00:37:55.109Z Fresh hickory-server v0.24.1
62772024-08-27T00:37:55.109Z Fresh crossterm v0.27.0
62782024-08-27T00:37:55.109Z Fresh kstat-rs v0.2.4
62792024-08-27T00:37:55.109Z Fresh nanorand v0.7.0
62802024-08-27T00:37:55.109Z Fresh nu-ansi-term v0.50.0
62812024-08-27T00:37:55.109Z Fresh nix v0.27.1
62822024-08-27T00:37:55.110Z Fresh flume v0.11.0
62832024-08-27T00:37:55.110Z Fresh reedline v0.33.0
62842024-08-27T00:37:55.110Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
62852024-08-27T00:37:55.110Z Fresh serde-big-array v0.5.1
62862024-08-27T00:37:55.110Z Fresh bytecount v0.6.8
62872024-08-27T00:37:55.110Z Fresh mime_guess v2.0.4
62882024-08-27T00:37:55.110Z Fresh papergrid v0.11.0
62892024-08-27T00:37:55.110Z Fresh gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92)
62902024-08-27T00:37:55.110Z Fresh crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
62912024-08-27T00:37:55.110Z Fresh tabled_derive v0.7.0
62922024-08-27T00:37:55.110Z Fresh peg-macros v0.8.4
62932024-08-27T00:37:55.110Z Fresh signal-hook-tokio v0.3.1
62942024-08-27T00:37:55.110Z Fresh snafu-derive v0.8.2
62952024-08-27T00:37:55.110Z Fresh propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
62962024-08-27T00:37:55.110Z Fresh sqlparser_derive v0.2.2
62972024-08-27T00:37:55.110Z Fresh unicode_categories v0.1.1
62982024-08-27T00:37:55.110Z Fresh http-range v0.1.5
62992024-08-27T00:37:55.110Z Fresh peg v0.8.4
63002024-08-27T00:37:55.110Z Fresh tabled v0.15.0
63012024-08-27T00:37:55.110Z Fresh snafu v0.8.2
63022024-08-27T00:37:55.110Z Fresh sqlformat v0.2.4
63032024-08-27T00:37:55.110Z Fresh hyper-staticfile v0.9.5
63042024-08-27T00:37:55.110Z Fresh propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c)
63052024-08-27T00:37:55.110Z Fresh sqlparser v0.45.0
63062024-08-27T00:37:55.111Z Fresh rustyline v14.0.0
63072024-08-27T00:37:55.111Z Fresh clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e)
63082024-08-27T00:37:55.111Z Fresh globset v0.4.14
63092024-08-27T00:37:55.111Z Fresh olpc-cjson v0.1.3
63102024-08-27T00:37:55.111Z Fresh bcs v0.1.6
63112024-08-27T00:37:55.111Z Fresh serde_plain v1.0.2
63122024-08-27T00:37:55.111Z Fresh typed-path v0.7.1
63132024-08-27T00:37:55.111Z Fresh tough v0.17.1
63142024-08-27T00:37:55.111Z Fresh parse-size v1.0.0
63152024-08-27T00:37:55.111Z Fresh cargo-platform v0.1.8
63162024-08-27T00:37:55.111Z Fresh cargo_metadata v0.18.1
63172024-08-27T00:37:55.111Z Fresh rand_seeder v0.3.0
63182024-08-27T00:37:55.114Z Fresh csv-core v0.1.11
63192024-08-27T00:37:55.114Z Fresh number_prefix v0.4.0
63202024-08-27T00:37:55.114Z Fresh portable-atomic v1.6.0
63212024-08-27T00:37:55.115Z Fresh libz-sys v1.1.16
63222024-08-27T00:37:55.115Z Fresh is_ci v1.2.0
63232024-08-27T00:37:55.115Z Fresh csv v1.3.0
63242024-08-27T00:37:55.115Z Fresh openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
63252024-08-27T00:37:55.115Z Fresh supports-color v3.0.0
63262024-08-27T00:37:55.115Z Fresh indicatif v0.17.8
63272024-08-27T00:37:55.115Z Fresh libgit2-sys v0.17.0+1.8.1
63282024-08-27T00:37:55.115Z Fresh castaway v0.2.3
63292024-08-27T00:37:55.115Z Fresh compact_str v0.8.0
63302024-08-27T00:37:55.115Z Fresh git2 v0.19.0
63312024-08-27T00:37:55.115Z Fresh unicode-truncate v1.0.0
63322024-08-27T00:37:55.115Z Fresh lru v0.12.3
63332024-08-27T00:37:55.115Z Fresh instability v0.3.2
63342024-08-27T00:37:55.115Z Fresh cassowary v0.3.0
63352024-08-27T00:37:55.115Z Fresh assert_matches v1.5.0
63362024-08-27T00:37:55.115Z Fresh vergen v8.3.2
63372024-08-27T00:37:55.115Z Fresh ratatui v0.28.0
63382024-08-27T00:37:55.115Z Fresh rtoolbox v0.0.2
63392024-08-27T00:37:55.115Z Fresh smawk v0.3.2
63402024-08-27T00:37:55.115Z Fresh plotters-backend v0.3.5
63412024-08-27T00:37:55.115Z Fresh unicode-linebreak v0.1.5
63422024-08-27T00:37:55.115Z Fresh plotters-svg v0.3.5
63432024-08-27T00:37:55.115Z Fresh textwrap v0.16.1
63442024-08-27T00:37:55.115Z Fresh rpassword v7.3.1
63452024-08-27T00:37:55.115Z Fresh libsqlite3-sys v0.28.0
63462024-08-27T00:37:55.116Z Fresh tui-tree-widget v0.22.0
63472024-08-27T00:37:55.116Z Fresh http-body v1.0.0
63482024-08-27T00:37:55.116Z Fresh hashlink v0.9.1
63492024-08-27T00:37:55.116Z Fresh regex-automata v0.1.10
63502024-08-27T00:37:55.116Z Fresh cast v0.3.0
63512024-08-27T00:37:55.116Z Fresh tower-layer v0.3.2
63522024-08-27T00:37:55.116Z Fresh fallible-iterator v0.3.0
63532024-08-27T00:37:55.116Z Fresh yansi v0.5.1
63542024-08-27T00:37:55.116Z Fresh shell-words v1.1.0
63552024-08-27T00:37:55.116Z Fresh fallible-streaming-iterator v0.1.9
63562024-08-27T00:37:55.116Z Fresh pretty_assertions v1.4.0
63572024-08-27T00:37:55.116Z Fresh bstr v0.2.17
63582024-08-27T00:37:55.116Z Fresh tower v0.4.13
63592024-08-27T00:37:55.116Z Fresh criterion-plot v0.5.0
63602024-08-27T00:37:55.116Z Fresh rusqlite v0.31.0
63612024-08-27T00:37:55.116Z Fresh hyper v1.3.1
63622024-08-27T00:37:55.116Z Fresh plotters v0.3.5
63632024-08-27T00:37:55.116Z Fresh target-lexicon v0.12.16
63642024-08-27T00:37:55.116Z Fresh twox-hash v1.6.3
63652024-08-27T00:37:55.116Z Fresh toml_edit v0.21.1
63662024-08-27T00:37:55.116Z Fresh tinytemplate v1.2.1
63672024-08-27T00:37:55.116Z Fresh oorandom v11.1.3
63682024-08-27T00:37:55.116Z Fresh anes v0.1.6
63692024-08-27T00:37:55.116Z Fresh proc-macro-crate v3.1.0
63702024-08-27T00:37:55.116Z Fresh crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
63712024-08-27T00:37:55.116Z Fresh criterion v0.5.1
63722024-08-27T00:37:55.116Z Fresh hyper-util v0.1.3
63732024-08-27T00:37:55.116Z Fresh cfg-expr v0.16.0
63742024-08-27T00:37:55.116Z Fresh doc-comment v0.3.3
63752024-08-27T00:37:55.116Z Fresh httptest v0.15.5
63762024-08-27T00:37:55.116Z Fresh guppy-workspace-hack v0.1.0
63772024-08-27T00:37:55.116Z Fresh crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369)
63782024-08-27T00:37:55.116Z Fresh rustls-native-certs v0.7.0
63792024-08-27T00:37:55.116Z Fresh fatfs v0.3.6
63802024-08-27T00:37:55.116Z Fresh escape8259 v0.5.2
63812024-08-27T00:37:55.116Z Fresh threadpool v1.8.1
63822024-08-27T00:37:55.116Z Fresh relative-path v1.9.3
63832024-08-27T00:37:55.116Z Fresh hyper-rustls v0.26.0
63842024-08-27T00:37:55.117Z Fresh target-spec v3.2.1
63852024-08-27T00:37:55.117Z Fresh assert_cmd v2.0.16
63862024-08-27T00:37:55.117Z Fresh rstest_macros v0.22.0
63872024-08-27T00:37:55.117Z Fresh libtest-mimic v0.7.3
63882024-08-27T00:37:55.117Z Fresh blake2b_simd v1.0.2
63892024-08-27T00:37:55.117Z Fresh pathdiff v0.2.1
63902024-08-27T00:37:55.117Z Fresh fancy-regex v0.13.0
63912024-08-27T00:37:55.117Z Fresh uzers v0.11.3
63922024-08-27T00:37:55.117Z Fresh indent_write v2.2.0
63932024-08-27T00:37:55.117Z Fresh nested v0.1.1
63942024-08-27T00:37:55.117Z Fresh futures-timer v3.0.3
63952024-08-27T00:37:55.117Z Fresh rust-argon2 v2.1.0
63962024-08-27T00:37:55.117Z Fresh trybuild v1.0.99
63972024-08-27T00:37:55.117Z Fresh guppy v0.17.7
63982024-08-27T00:37:55.117Z Fresh rstest v0.22.0
63992024-08-27T00:37:55.117Z Fresh datatest-stable v0.2.9
64002024-08-27T00:37:55.117Z Fresh partial-io v0.5.4
64012024-08-27T00:37:55.117Z Fresh similar-asserts v1.5.0
64022024-08-27T00:37:55.117Z Fresh rand_distr v0.4.3
64032024-08-27T00:37:55.117Z Fresh approx v0.5.1
64042024-08-27T00:37:55.117Z Fresh hex-literal v0.4.1
64052024-08-27T00:37:55.117Z Fresh installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
64062024-08-27T00:37:55.117Z Fresh omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
64072024-08-27T00:37:55.117Z Fresh omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
64082024-08-27T00:37:55.117Z Fresh xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
64092024-08-27T00:37:55.117Z Fresh omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
64102024-08-27T00:37:55.117Z Fresh oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
64112024-08-27T00:37:55.117Z Fresh zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
64122024-08-27T00:37:55.117Z Fresh openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
64132024-08-27T00:37:55.117Z Fresh omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
64142024-08-27T00:37:55.117Z Fresh omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
64152024-08-27T00:37:55.117Z Fresh wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
64162024-08-27T00:37:55.117Z Fresh wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
64172024-08-27T00:37:55.117Z Fresh tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
64182024-08-27T00:37:55.121Z Fresh omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
64192024-08-27T00:37:55.121Z Fresh omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
64202024-08-27T00:37:55.121Z Fresh oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
64212024-08-27T00:37:55.121Z Fresh oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
64222024-08-27T00:37:55.121Z Fresh oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
64232024-08-27T00:37:55.121Z Fresh nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
64242024-08-27T00:37:55.121Z Fresh nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
64252024-08-27T00:37:55.121Z Fresh wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
64262024-08-27T00:37:55.121Z Fresh openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
64272024-08-27T00:37:55.121Z Fresh nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
64282024-08-27T00:37:55.121Z Fresh nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
64292024-08-27T00:37:55.122Z Fresh nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
64302024-08-27T00:37:55.122Z Fresh update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
64312024-08-27T00:37:55.122Z Fresh nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
64322024-08-27T00:37:55.122Z Fresh installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
64332024-08-27T00:37:55.122Z Fresh cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
64342024-08-27T00:37:55.122Z Fresh clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
64352024-08-27T00:37:55.122Z Fresh installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
64362024-08-27T00:37:55.122Z Fresh nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
64372024-08-27T00:37:55.122Z Fresh wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
64382024-08-27T00:37:55.122Z Fresh cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
64392024-08-27T00:37:55.122Z Fresh nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
64402024-08-27T00:37:55.122Z Fresh internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)
64412024-08-27T00:37:55.122Z Fresh nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
64422024-08-27T00:37:55.122Z Fresh bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
64432024-08-27T00:37:55.122Z Fresh wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
64442024-08-27T00:37:55.122Z Fresh update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
64452024-08-27T00:37:55.122Z Fresh nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
64462024-08-27T00:37:55.122Z Fresh cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
64472024-08-27T00:37:55.122Z Fresh typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
64482024-08-27T00:37:55.122Z Fresh nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
64492024-08-27T00:37:55.122Z Fresh oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
64502024-08-27T00:37:55.122Z Fresh dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
64512024-08-27T00:37:55.122Z Fresh tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
64522024-08-27T00:37:55.122Z Fresh nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
64532024-08-27T00:37:55.122Z Fresh wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
64542024-08-27T00:37:55.122Z Fresh omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
64552024-08-27T00:37:55.123Z Fresh gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
64562024-08-27T00:37:55.123Z Fresh oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
64572024-08-27T00:37:55.123Z Fresh oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
64582024-08-27T00:37:55.123Z Fresh sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
64592024-08-27T00:37:55.123Z Fresh oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
64602024-08-27T00:37:55.123Z Fresh oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
64612024-08-27T00:37:55.123Z Fresh bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
64622024-08-27T00:37:55.123Z Fresh sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
64632024-08-27T00:37:55.123Z Fresh gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
64642024-08-27T00:37:55.123Z Fresh sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
64652024-08-27T00:37:55.123Z Fresh nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
64662024-08-27T00:37:55.123Z Fresh omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
64672024-08-27T00:37:55.123Z Fresh key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
64682024-08-27T00:37:55.123Z Fresh dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
64692024-08-27T00:37:55.123Z Fresh nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
64702024-08-27T00:37:55.123Z Fresh bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
64712024-08-27T00:37:55.123Z Fresh authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
64722024-08-27T00:37:55.123Z Fresh sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
64732024-08-27T00:37:55.123Z Fresh sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
64742024-08-27T00:37:55.123Z Fresh gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
64752024-08-27T00:37:55.123Z Fresh nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
64762024-08-27T00:37:55.123Z Fresh omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
64772024-08-27T00:37:55.123Z Fresh nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
64782024-08-27T00:37:55.123Z Fresh nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
64792024-08-27T00:37:55.123Z Fresh db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
64802024-08-27T00:37:55.123Z Fresh ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
64812024-08-27T00:37:55.123Z Fresh omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
64822024-08-27T00:37:55.123Z Fresh nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
64832024-08-27T00:37:55.123Z Fresh dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
64842024-08-27T00:37:55.123Z Fresh oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
64852024-08-27T00:37:55.124Z Fresh installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
64862024-08-27T00:37:55.124Z Fresh oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
64872024-08-27T00:37:55.124Z Fresh sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
64882024-08-27T00:37:55.124Z Fresh oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
64892024-08-27T00:37:55.124Z Fresh oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
64902024-08-27T00:37:55.124Z Fresh nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
64912024-08-27T00:37:55.124Z Fresh oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
64922024-08-27T00:37:55.124Z Fresh nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
64932024-08-27T00:37:55.124Z Fresh dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
64942024-08-27T00:37:55.124Z Fresh sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
64952024-08-27T00:37:55.124Z Fresh nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
64962024-08-27T00:37:55.124Z Fresh illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
64972024-08-27T00:37:55.124Z Fresh omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
64982024-08-27T00:37:55.124Z Fresh gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
64992024-08-27T00:37:55.124Z Fresh omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
65002024-08-27T00:37:55.124Z Fresh oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
65012024-08-27T00:37:55.124Z Fresh api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
65022024-08-27T00:37:55.124Z Fresh omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
65032024-08-27T00:37:55.124Z Fresh omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
65042024-08-27T00:37:55.124Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1.77s
65052024-08-27T00:37:55.182Z Doc-tests api_identity
65062024-08-27T00:37:55.190Z 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-8d0dc696bec0a2c4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6c6f54072d2f2878/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b045e230cf5220da/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc481d78580a539c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5fd8f6907951d8d9/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-20dd09634c042122.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.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`
65072024-08-27T00:37:55.542Z
65082024-08-27T00:37:55.542Zrunning 0 tests
65092024-08-27T00:37:55.542Z
65102024-08-27T00:37:55.545Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
65112024-08-27T00:37:55.545Z
65122024-08-27T00:37:55.551Z Doc-tests authz_macros
65132024-08-27T00:37:55.554Z 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-8d0dc696bec0a2c4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6c6f54072d2f2878/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b045e230cf5220da/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc481d78580a539c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5fd8f6907951d8d9/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-2c3f8b7609680f30.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e00f4c951e7553ce.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-dbb962018d449b09.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.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-19476516253bd8c8.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-18d2f5765b7a5050.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`
65142024-08-27T00:37:55.688Z
65152024-08-27T00:37:55.688Zrunning 7 tests
65162024-08-27T00:37:55.691Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 109) ... ignored
65172024-08-27T00:37:55.691Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 122) ... ignored
65182024-08-27T00:37:55.692Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 27) ... ignored
65192024-08-27T00:37:55.692Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 46) ... ignored
65202024-08-27T00:37:55.692Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 59) ... ignored
65212024-08-27T00:37:55.692Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 76) ... ignored
65222024-08-27T00:37:55.692Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 94) ... ignored
65232024-08-27T00:37:55.692Z
65242024-08-27T00:37:55.692Ztest result: ok. 0 passed; 0 failed; 7 ignored; 0 measured; 0 filtered out; finished in 0.00s
65252024-08-27T00:37:55.692Z
65262024-08-27T00:37:55.698Z Doc-tests bootstore
65272024-08-27T00:37:55.701Z 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-8d0dc696bec0a2c4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6c6f54072d2f2878/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b045e230cf5220da/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc481d78580a539c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5fd8f6907951d8d9/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-318a5098f60bf2e2.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-7296041c0fd81490.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e45330f5c36e2940.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-ade04e5f8aed2e0f.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-2f8000a2198a9279.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-aae238a7f781fbdf.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-599d8f15621b0c55.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-68ec4873a140f59f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-545877ac7f8ab62f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4e0862c1640774bb.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d0890cdebab6435b.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-b7c2c873485a1910.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-fbf3e444deddd920.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-c58055ba21974de5.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-917d25e39322890a.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-e77d240f968b9b00.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4ee1cdbeb2bccd78.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-79451fcf20792b79.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`
65282024-08-27T00:37:56.526Z
65292024-08-27T00:37:56.527Zrunning 0 tests
65302024-08-27T00:37:56.527Z
65312024-08-27T00:37:56.527Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
65322024-08-27T00:37:56.527Z
65332024-08-27T00:37:56.551Z Doc-tests bootstrap_agent_api
65342024-08-27T00:37:56.554Z 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-8d0dc696bec0a2c4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6c6f54072d2f2878/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b045e230cf5220da/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc481d78580a539c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5fd8f6907951d8d9/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-4a91138181311c1b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e9014c6e08bb65e0.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-bad3b78d6436f259.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-093c9d1ea7a6082f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-1efd91d82abcfd5c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-917d25e39322890a.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
65352024-08-27T00:37:56.918Z
65362024-08-27T00:37:56.918Zrunning 2 tests
65372024-08-27T00:37:56.921Ztest sled-agent/bootstrap-agent-api/src/lib.rs - bootstrap_agent_api_mod::api_description (line 32) ... ignored
65382024-08-27T00:37:56.921Ztest sled-agent/bootstrap-agent-api/src/lib.rs - bootstrap_agent_api_mod::stub_api_description (line 38) ... ignored
65392024-08-27T00:37:56.921Z
65402024-08-27T00:37:56.921Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
65412024-08-27T00:37:56.921Z
65422024-08-27T00:37:56.939Z Doc-tests bootstrap_agent_client
65432024-08-27T00:37:56.942Z 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-8d0dc696bec0a2c4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6c6f54072d2f2878/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b045e230cf5220da/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc481d78580a539c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5fd8f6907951d8d9/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-05a18a20878871a2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-093c9d1ea7a6082f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-067b183b3e29678c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-3744a5568f7cc6d7.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b6e9a448b359ba01.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8966d7042f423cc1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-917d25e39322890a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
65442024-08-27T00:37:57.722Z
65452024-08-27T00:37:57.722Zrunning 0 tests
65462024-08-27T00:37:57.722Z
65472024-08-27T00:37:57.722Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
65482024-08-27T00:37:57.722Z
65492024-08-27T00:37:57.748Z Doc-tests clickhouse_admin_api
65502024-08-27T00:37:57.752Z 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-8d0dc696bec0a2c4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6c6f54072d2f2878/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b045e230cf5220da/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc481d78580a539c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5fd8f6907951d8d9/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-7ef360d8fcd1a78f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e9014c6e08bb65e0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-093c9d1ea7a6082f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
65512024-08-27T00:37:57.917Z
65522024-08-27T00:37:57.918Zrunning 2 tests
65532024-08-27T00:37:57.920Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_api_mod::api_description (line 19) ... ignored
65542024-08-27T00:37:57.920Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_api_mod::stub_api_description (line 25) ... ignored
65552024-08-27T00:37:57.920Z
65562024-08-27T00:37:57.920Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
65572024-08-27T00:37:57.920Z
65582024-08-27T00:37:57.932Z Doc-tests cockroach_admin_api
65592024-08-27T00:37:57.936Z 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-8d0dc696bec0a2c4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6c6f54072d2f2878/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b045e230cf5220da/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc481d78580a539c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5fd8f6907951d8d9/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-5ed4211fb3f696fd.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-cc1ea513524eb412.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e9014c6e08bb65e0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-093c9d1ea7a6082f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
65602024-08-27T00:37:58.250Z
65612024-08-27T00:37:58.250Zrunning 2 tests
65622024-08-27T00:37:58.253Ztest cockroach-admin/api/src/lib.rs - cockroach_admin_api_mod::api_description (line 20) ... ignored
65632024-08-27T00:37:58.253Ztest cockroach-admin/api/src/lib.rs - cockroach_admin_api_mod::stub_api_description (line 26) ... ignored
65642024-08-27T00:37:58.253Z
65652024-08-27T00:37:58.253Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
65662024-08-27T00:37:58.253Z
65672024-08-27T00:37:58.253Z Doc-tests cockroach_admin_client
65682024-08-27T00:37:58.253Z 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-8d0dc696bec0a2c4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6c6f54072d2f2878/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b045e230cf5220da/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc481d78580a539c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5fd8f6907951d8d9/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-8599901668faa364.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-b5da45619c69bad7.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-093c9d1ea7a6082f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-3744a5568f7cc6d7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8966d7042f423cc1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.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`
65692024-08-27T00:37:58.392Z
65702024-08-27T00:37:58.392Zrunning 0 tests
65712024-08-27T00:37:58.392Z
65722024-08-27T00:37:58.392Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
65732024-08-27T00:37:58.392Z
65742024-08-27T00:37:58.407Z Doc-tests cockroach_admin_types
65752024-08-27T00:37:58.409Z 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-8d0dc696bec0a2c4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6c6f54072d2f2878/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b045e230cf5220da/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc481d78580a539c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5fd8f6907951d8d9/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-8599901668faa364.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-cc1ea513524eb412.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-7bbbd3f4da410b18.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4e0862c1640774bb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.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`
65762024-08-27T00:37:58.546Z
65772024-08-27T00:37:58.546Zrunning 0 tests
65782024-08-27T00:37:58.546Z
65792024-08-27T00:37:58.546Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
65802024-08-27T00:37:58.546Z
65812024-08-27T00:37:58.556Z Doc-tests db_macros
65822024-08-27T00:37:58.558Z 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-8d0dc696bec0a2c4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6c6f54072d2f2878/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b045e230cf5220da/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc481d78580a539c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5fd8f6907951d8d9/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-c2347fad732d23bd.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e00f4c951e7553ce.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-dbb962018d449b09.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.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-19476516253bd8c8.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-18d2f5765b7a5050.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`
65832024-08-27T00:37:58.792Z
65842024-08-27T00:37:58.792Zrunning 3 tests
65852024-08-27T00:37:58.795Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 31) ... ignored
65862024-08-27T00:37:58.795Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 51) ... ignored
65872024-08-27T00:37:58.795Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 76) ... ignored
65882024-08-27T00:37:58.795Z
65892024-08-27T00:37:58.795Ztest result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s
65902024-08-27T00:37:58.795Z
65912024-08-27T00:37:58.805Z Doc-tests dns_server
65922024-08-27T00:37:58.808Z 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-8d0dc696bec0a2c4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6c6f54072d2f2878/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b045e230cf5220da/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc481d78580a539c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5fd8f6907951d8d9/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e45330f5c36e2940.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-18d404915a4b87df.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3f3226cf570fe6e2.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-447e780bcfedaf5a.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-403a1c40ccaaeb58.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e9014c6e08bb65e0.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e00f4c951e7553ce.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-f936f5589f422a08.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-1df3c7b1c45bee2a.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-005adb14efb74d45.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-7a6607caad79c9e0.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7309206c31ed76bc.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-545877ac7f8ab62f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-fd18489977b9c8a6.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5ba3e73c543b84ff.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-966337b29a6969eb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-0a006bd7c4acdb31.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-224a9f896df65ec4.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e77d240f968b9b00.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-703f5ff0922fc8c2.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-a0c530543821bba1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4ee1cdbeb2bccd78.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3e3b5887cb195d6a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
65932024-08-27T00:37:59.107Z
65942024-08-27T00:37:59.107Zrunning 0 tests
65952024-08-27T00:37:59.107Z
65962024-08-27T00:37:59.107Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
65972024-08-27T00:37:59.107Z
65982024-08-27T00:37:59.123Z Doc-tests dns_server_api
65992024-08-27T00:37:59.126Z 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-8d0dc696bec0a2c4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6c6f54072d2f2878/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b045e230cf5220da/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc481d78580a539c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5fd8f6907951d8d9/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-8599901668faa364.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-447e780bcfedaf5a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e9014c6e08bb65e0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
66002024-08-27T00:37:59.325Z
66012024-08-27T00:37:59.325Zrunning 2 tests
66022024-08-27T00:37:59.328Ztest dns-server-api/src/lib.rs - dns_server_api_mod::api_description (line 110) ... ignored
66032024-08-27T00:37:59.328Ztest dns-server-api/src/lib.rs - dns_server_api_mod::stub_api_description (line 116) ... ignored
66042024-08-27T00:37:59.328Z
66052024-08-27T00:37:59.328Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
66062024-08-27T00:37:59.328Z
66072024-08-27T00:37:59.339Z Doc-tests dns_service_client
66082024-08-27T00:37:59.341Z 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-8d0dc696bec0a2c4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6c6f54072d2f2878/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b045e230cf5220da/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc481d78580a539c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5fd8f6907951d8d9/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-403a1c40ccaaeb58.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e00f4c951e7553ce.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7309206c31ed76bc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-3744a5568f7cc6d7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8966d7042f423cc1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.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`
66092024-08-27T00:37:59.601Z
66102024-08-27T00:37:59.601Zrunning 0 tests
66112024-08-27T00:37:59.601Z
66122024-08-27T00:37:59.601Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
66132024-08-27T00:37:59.601Z
66142024-08-27T00:37:59.616Z Doc-tests dpd_client
66152024-08-27T00:37:59.619Z 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-8d0dc696bec0a2c4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6c6f54072d2f2878/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b045e230cf5220da/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc481d78580a539c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5fd8f6907951d8d9/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-8599901668faa364.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-53635cf641f36b63.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7309206c31ed76bc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-cb098b840eb5a761.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d0890cdebab6435b.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b6e9a448b359ba01.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8966d7042f423cc1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
66162024-08-27T00:38:00.774Z
66172024-08-27T00:38:00.774Zrunning 0 tests
66182024-08-27T00:38:00.774Z
66192024-08-27T00:38:00.774Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
66202024-08-27T00:38:00.774Z
66212024-08-27T00:38:00.803Z Doc-tests gateway_api
66222024-08-27T00:38:00.806Z 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-8d0dc696bec0a2c4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6c6f54072d2f2878/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b045e230cf5220da/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc481d78580a539c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5fd8f6907951d8d9/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-e9014c6e08bb65e0.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-6924ed85fcd620bd.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-ae856f90860609d1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-093c9d1ea7a6082f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
66232024-08-27T00:38:01.142Z
66242024-08-27T00:38:01.142Zrunning 2 tests
66252024-08-27T00:38:01.146Ztest gateway-api/src/lib.rs - gateway_api_mod::api_description (line 41) ... ignored
66262024-08-27T00:38:01.146Ztest gateway-api/src/lib.rs - gateway_api_mod::stub_api_description (line 47) ... ignored
66272024-08-27T00:38:01.146Z
66282024-08-27T00:38:01.146Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
66292024-08-27T00:38:01.146Z
66302024-08-27T00:38:01.163Z Doc-tests gateway_client
66312024-08-27T00:38:01.165Z 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-8d0dc696bec0a2c4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6c6f54072d2f2878/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b045e230cf5220da/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc481d78580a539c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5fd8f6907951d8d9/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-8599901668faa364.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-65b8e4ddedc3f692.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-711eb3fcee73ab92.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-3744a5568f7cc6d7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d0890cdebab6435b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8966d7042f423cc1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
66322024-08-27T00:38:02.067Z
66332024-08-27T00:38:02.067Zrunning 0 tests
66342024-08-27T00:38:02.067Z
66352024-08-27T00:38:02.067Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
66362024-08-27T00:38:02.067Z
66372024-08-27T00:38:02.092Z Doc-tests gateway_test_utils
66382024-08-27T00:38:02.095Z 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-8d0dc696bec0a2c4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6c6f54072d2f2878/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b045e230cf5220da/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc481d78580a539c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5fd8f6907951d8d9/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-b792cecba43cac9d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e9014c6e08bb65e0.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-711eb3fcee73ab92.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-fe5932ff1f628cb3.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-ae856f90860609d1.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-34c044db4ddd0d76.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-545877ac7f8ab62f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-8d092187d581c30f.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4ee1cdbeb2bccd78.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
66392024-08-27T00:38:02.594Z
66402024-08-27T00:38:02.594Zrunning 0 tests
66412024-08-27T00:38:02.594Z
66422024-08-27T00:38:02.594Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
66432024-08-27T00:38:02.594Z
66442024-08-27T00:38:02.613Z Doc-tests gateway_types
66452024-08-27T00:38:02.616Z 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-8d0dc696bec0a2c4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6c6f54072d2f2878/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b045e230cf5220da/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc481d78580a539c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5fd8f6907951d8d9/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-711eb3fcee73ab92.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-ae856f90860609d1.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-599d8f15621b0c55.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-da15238f63c48426.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
66462024-08-27T00:38:03.194Z
66472024-08-27T00:38:03.194Zrunning 0 tests
66482024-08-27T00:38:03.194Z
66492024-08-27T00:38:03.194Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
66502024-08-27T00:38:03.194Z
66512024-08-27T00:38:03.220Z Doc-tests illumos_utils
66522024-08-27T00:38:03.223Z 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-8d0dc696bec0a2c4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6c6f54072d2f2878/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b045e230cf5220da/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc481d78580a539c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5fd8f6907951d8d9/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.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-b3d610d1cedae901.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-325983a483f82094.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e45330f5c36e2940.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-84d6a5bbaef9329c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-78282c4fc10a7e7e.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-2ca2b0391baf3667.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-551f41149d24b2b0.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-98a67a59a334178d.rlib --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-b1a54d07005cc8e8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-093c9d1ea7a6082f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-a25088a3cdec8233.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-c3bc5d475079b64b.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-78fef15460e29150.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-067b183b3e29678c.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b6e9a448b359ba01.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.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-4ee1cdbeb2bccd78.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3e3b5887cb195d6a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rlib --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-9ffcccbeeda8d38c.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-495f4f46760fc11c.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`
66532024-08-27T00:38:04.994Z
66542024-08-27T00:38:04.994Zrunning 0 tests
66552024-08-27T00:38:04.994Z
66562024-08-27T00:38:04.994Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
66572024-08-27T00:38:04.994Z
66582024-08-27T00:38:05.043Z Doc-tests installinator
66592024-08-27T00:38:05.046Z 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-8d0dc696bec0a2c4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6c6f54072d2f2878/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b045e230cf5220da/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc481d78580a539c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5fd8f6907951d8d9/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.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-2150b920d991e600.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-7296041c0fd81490.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e45330f5c36e2940.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-7c9ffecaf989a77e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-18d404915a4b87df.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-599d8f15621b0c55.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-61be641122cdfc7a.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7309206c31ed76bc.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-78282c4fc10a7e7e.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-8cf838a968ec42c0.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-13ce3344126e2c0a.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-0536672ca08aed51.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-da15238f63c48426.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-551f41149d24b2b0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-d8a87efb8ed868ce.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-545877ac7f8ab62f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-9b1bab66aeaf2964.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4e0862c1640774bb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8966d7042f423cc1.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-095aade90ef040ee.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-889dc025245dad4f.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-917d25e39322890a.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b2d21895a1114658.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-224a9f896df65ec4.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e77d240f968b9b00.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-4ee1cdbeb2bccd78.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-7d36d0d8dae0ec08.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-c2553da3d0be9a39.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9b5f28947640dc85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-standard"))' --document-private-items -D warnings --error-format human`
66602024-08-27T00:38:05.794Z
66612024-08-27T00:38:05.794Zrunning 0 tests
66622024-08-27T00:38:05.794Z
66632024-08-27T00:38:05.794Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
66642024-08-27T00:38:05.795Z
66652024-08-27T00:38:05.819Z Doc-tests installinator_api
66662024-08-27T00:38:05.823Z 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-8d0dc696bec0a2c4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6c6f54072d2f2878/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b045e230cf5220da/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc481d78580a539c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5fd8f6907951d8d9/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e9014c6e08bb65e0.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c086ee7b27d2f7df.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-0a54c9ff4b5d6c3f.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-0536672ca08aed51.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
66672024-08-27T00:38:06.088Z
66682024-08-27T00:38:06.089Zrunning 2 tests
66692024-08-27T00:38:06.092Ztest installinator-api/src/lib.rs - installinator_api_mod::api_description (line 39) ... ignored
66702024-08-27T00:38:06.092Ztest installinator-api/src/lib.rs - installinator_api_mod::stub_api_description (line 45) ... ignored
66712024-08-27T00:38:06.092Z
66722024-08-27T00:38:06.092Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
66732024-08-27T00:38:06.092Z
66742024-08-27T00:38:06.107Z Doc-tests installinator_client
66752024-08-27T00:38:06.110Z 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-8d0dc696bec0a2c4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6c6f54072d2f2878/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b045e230cf5220da/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc481d78580a539c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5fd8f6907951d8d9/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-13ce3344126e2c0a.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-0536672ca08aed51.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-3744a5568f7cc6d7.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b6e9a448b359ba01.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8966d7042f423cc1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9b5f28947640dc85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
66762024-08-27T00:38:06.906Z
66772024-08-27T00:38:06.906Zrunning 0 tests
66782024-08-27T00:38:06.906Z
66792024-08-27T00:38:06.906Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
66802024-08-27T00:38:06.906Z
66812024-08-27T00:38:06.934Z Doc-tests installinator_common
66822024-08-27T00:38:06.936Z 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-8d0dc696bec0a2c4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6c6f54072d2f2878/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b045e230cf5220da/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc481d78580a539c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5fd8f6907951d8d9/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-78282c4fc10a7e7e.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-0536672ca08aed51.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-551f41149d24b2b0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4e0862c1640774bb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-fbf3e444deddd920.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-4ee1cdbeb2bccd78.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9b5f28947640dc85.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
66832024-08-27T00:38:07.282Z
66842024-08-27T00:38:07.282Zrunning 0 tests
66852024-08-27T00:38:07.282Z
66862024-08-27T00:38:07.282Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
66872024-08-27T00:38:07.282Z
66882024-08-27T00:38:07.302Z Doc-tests internal_dns
66892024-08-27T00:38:07.305Z 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-8d0dc696bec0a2c4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6c6f54072d2f2878/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b045e230cf5220da/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc481d78580a539c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5fd8f6907951d8d9/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-d65da3ab02c6d0c5.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3f3226cf570fe6e2.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-403a1c40ccaaeb58.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e9014c6e08bb65e0.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e00f4c951e7553ce.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-005adb14efb74d45.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c086ee7b27d2f7df.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3c3a4aeac3b1659a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-545877ac7f8ab62f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-093c9d1ea7a6082f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-3744a5568f7cc6d7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8966d7042f423cc1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-0a006bd7c4acdb31.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-a0c530543821bba1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4ee1cdbeb2bccd78.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
66902024-08-27T00:38:07.580Z
66912024-08-27T00:38:07.580Zrunning 0 tests
66922024-08-27T00:38:07.580Z
66932024-08-27T00:38:07.580Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
66942024-08-27T00:38:07.580Z
66952024-08-27T00:38:07.599Z Doc-tests ipcc
66962024-08-27T00:38:07.601Z 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-8d0dc696bec0a2c4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6c6f54072d2f2878/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b045e230cf5220da/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc481d78580a539c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5fd8f6907951d8d9/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-2f8000a2198a9279.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-da15238f63c48426.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-551f41149d24b2b0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4e0862c1640774bb.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.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-d7278fad9f84f0d2.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`
66972024-08-27T00:38:07.833Z
66982024-08-27T00:38:07.833Zrunning 0 tests
66992024-08-27T00:38:07.833Z
67002024-08-27T00:38:07.833Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
67012024-08-27T00:38:07.833Z
67022024-08-27T00:38:07.851Z Doc-tests key_manager
67032024-08-27T00:38:07.854Z 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-8d0dc696bec0a2c4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6c6f54072d2f2878/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b045e230cf5220da/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc481d78580a539c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5fd8f6907951d8d9/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-68ec4873a140f59f.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-97f914af924ca2b7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-b7c2c873485a1910.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-c58055ba21974de5.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-4ee1cdbeb2bccd78.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`
67042024-08-27T00:38:08.082Z
67052024-08-27T00:38:08.082Zrunning 0 tests
67062024-08-27T00:38:08.082Z
67072024-08-27T00:38:08.082Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
67082024-08-27T00:38:08.082Z
67092024-08-27T00:38:08.098Z Doc-tests nexus_auth
67102024-08-27T00:38:08.101Z 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-8d0dc696bec0a2c4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6c6f54072d2f2878/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b045e230cf5220da/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc481d78580a539c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5fd8f6907951d8d9/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.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-2c3f8b7609680f30.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-04dcbd02286a21fb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e9014c6e08bb65e0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-b24b3056c0fa6188.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7309206c31ed76bc.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c086ee7b27d2f7df.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-12b33d0b8ecc17fd.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-b33bc494fcd2472a.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-e8fedb0ff0d5d3ce.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6f4fa914f239165.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-545877ac7f8ab62f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-093c9d1ea7a6082f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-fec373713784d663.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-470f769abf92bd1c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-e0ebabbe0f855964.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-8ce276b9163974ea.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-4ee1cdbeb2bccd78.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.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`
67112024-08-27T00:38:09.336Z
67122024-08-27T00:38:09.336Zrunning 0 tests
67132024-08-27T00:38:09.336Z
67142024-08-27T00:38:09.336Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
67152024-08-27T00:38:09.336Z
67162024-08-27T00:38:09.369Z Doc-tests nexus_client
67172024-08-27T00:38:09.371Z 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-8d0dc696bec0a2c4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6c6f54072d2f2878/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b045e230cf5220da/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc481d78580a539c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5fd8f6907951d8d9/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-8599901668faa364.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-bad3b78d6436f259.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-5f98710db9d2f2e1.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6f4fa914f239165.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-3900b51f53886719.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-093c9d1ea7a6082f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-067b183b3e29678c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-3744a5568f7cc6d7.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b6e9a448b359ba01.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8966d7042f423cc1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
67182024-08-27T00:38:11.221Z
67192024-08-27T00:38:11.221Zrunning 0 tests
67202024-08-27T00:38:11.221Z
67212024-08-27T00:38:11.221Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
67222024-08-27T00:38:11.221Z
67232024-08-27T00:38:11.264Z Doc-tests nexus_config
67242024-08-27T00:38:11.267Z 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-8d0dc696bec0a2c4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6c6f54072d2f2878/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b045e230cf5220da/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc481d78580a539c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5fd8f6907951d8d9/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e9014c6e08bb65e0.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e00f4c951e7553ce.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-551f41149d24b2b0.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-212ccd69ea1f7ca3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-fbf3e444deddd920.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-45d2b2041bdff498.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3e3b5887cb195d6a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
67252024-08-27T00:38:11.789Z
67262024-08-27T00:38:11.789Zrunning 0 tests
67272024-08-27T00:38:11.789Z
67282024-08-27T00:38:11.789Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
67292024-08-27T00:38:11.790Z
67302024-08-27T00:38:11.812Z Doc-tests nexus_db_fixed_data
67312024-08-27T00:38:11.815Z 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-8d0dc696bec0a2c4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6c6f54072d2f2878/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b045e230cf5220da/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc481d78580a539c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5fd8f6907951d8d9/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-b33bc494fcd2472a.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-e8fedb0ff0d5d3ce.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6f4fa914f239165.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.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-d7278fad9f84f0d2.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`
67322024-08-27T00:38:12.233Z
67332024-08-27T00:38:12.233Zrunning 0 tests
67342024-08-27T00:38:12.233Z
67352024-08-27T00:38:12.233Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
67362024-08-27T00:38:12.233Z
67372024-08-27T00:38:12.255Z Doc-tests nexus_db_model
67382024-08-27T00:38:12.258Z 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-8d0dc696bec0a2c4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6c6f54072d2f2878/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b045e230cf5220da/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc481d78580a539c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5fd8f6907951d8d9/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e45330f5c36e2940.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-c2347fad732d23bd.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-8755f378a0d2712e.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-b89264e272469066.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e00f4c951e7553ce.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-599d8f15621b0c55.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-2ca2b0391baf3667.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-98a67a59a334178d.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-212ccd69ea1f7ca3.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-e8fedb0ff0d5d3ce.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-e57af29bfd32788c.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-5f98710db9d2f2e1.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6f4fa914f239165.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-75f7136ecb491316.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-3900b51f53886719.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-093c9d1ea7a6082f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-067b183b3e29678c.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-d0890cdebab6435b.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-878a8767bd0518bb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-cb8c86c5f719f8c5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-d26dd0c684b20e7f.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-9ce22f8aa160a4c2.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-4ee1cdbeb2bccd78.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.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`
67392024-08-27T00:38:23.794Z
67402024-08-27T00:38:23.794Zrunning 2 tests
67412024-08-27T00:38:26.276Ztest nexus/db-model/src/collection.rs - collection::DatastoreAttachTargetConfig (line 83) ... ok
67422024-08-27T00:39:01.172Ztest nexus/db-model/src/collection.rs - collection::DatastoreCollectionConfig (line 14) ... ok
67432024-08-27T00:39:01.173Z
67442024-08-27T00:39:01.175Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 37.37s
67452024-08-27T00:39:01.175Z
67462024-08-27T00:39:01.363Z Doc-tests nexus_db_queries
67472024-08-27T00:39:01.367Z 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-8d0dc696bec0a2c4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6c6f54072d2f2878/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b045e230cf5220da/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc481d78580a539c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5fd8f6907951d8d9/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.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-a55bc501e5acb627.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-eaec0f1802c5ca04.so --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-bbd799c96750a67f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e45330f5c36e2940.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.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-c2347fad732d23bd.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-b89264e272469066.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-60da830584452e3e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e9014c6e08bb65e0.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e00f4c951e7553ce.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-65b8e4ddedc3f692.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-6389d12d30e61d12.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-78282c4fc10a7e7e.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3c3a4aeac3b1659a.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-2ca2b0391baf3667.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-98a67a59a334178d.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-12b33d0b8ecc17fd.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-212ccd69ea1f7ca3.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-b33bc494fcd2472a.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-e8fedb0ff0d5d3ce.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-4439b23bcfe1f601.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-09c4a3be8322ba5b.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-48fcdf0a346ec874.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-5f98710db9d2f2e1.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-be48802a6881a34b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6f4fa914f239165.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-3900b51f53886719.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-b83d422e1297148b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-545877ac7f8ab62f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-093c9d1ea7a6082f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5ba3e73c543b84ff.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-470f769abf92bd1c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-97df5285e75fc989.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-067b183b3e29678c.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-8e22a607cc27b13c.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-d0890cdebab6435b.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-7ecd7cc1ef36ea45.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-765bcc68d51e2749.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-cb8c86c5f719f8c5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-fbf3e444deddd920.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-d26dd0c684b20e7f.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-9ce22f8aa160a4c2.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d605b07ab2a0de30.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-703f5ff0922fc8c2.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-618c4abe1decdfc2.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-09714f0ae484654a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4ee1cdbeb2bccd78.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-8afcbd4e255af8a0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.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`
67482024-08-27T00:39:03.607Z
67492024-08-27T00:39:03.607Zrunning 1 test
67502024-08-27T00:39:09.202Ztest nexus/db-queries/src/db/pagination.rs - db::pagination::Paginator (line 193) ... ok
67512024-08-27T00:39:09.202Z
67522024-08-27T00:39:09.202Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 5.59s
67532024-08-27T00:39:09.202Z
67542024-08-27T00:39:09.268Z Doc-tests nexus_defaults
67552024-08-27T00:39:09.273Z 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-8d0dc696bec0a2c4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6c6f54072d2f2878/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b045e230cf5220da/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc481d78580a539c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5fd8f6907951d8d9/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-2ca2b0391baf3667.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-e57af29bfd32788c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-067b183b3e29678c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d0890cdebab6435b.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
67562024-08-27T00:39:09.482Z
67572024-08-27T00:39:09.482Zrunning 0 tests
67582024-08-27T00:39:09.482Z
67592024-08-27T00:39:09.482Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
67602024-08-27T00:39:09.482Z
67612024-08-27T00:39:09.498Z Doc-tests nexus_internal_api
67622024-08-27T00:39:09.500Z 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-8d0dc696bec0a2c4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6c6f54072d2f2878/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b045e230cf5220da/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc481d78580a539c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5fd8f6907951d8d9/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-e9014c6e08bb65e0.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-04e91821f8865c4e.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6f4fa914f239165.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-093c9d1ea7a6082f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
67632024-08-27T00:39:09.952Z
67642024-08-27T00:39:09.952Zrunning 2 tests
67652024-08-27T00:39:09.955Ztest nexus/internal-api/src/lib.rs - nexus_internal_api_mod::api_description (line 58) ... ignored
67662024-08-27T00:39:09.955Ztest nexus/internal-api/src/lib.rs - nexus_internal_api_mod::stub_api_description (line 64) ... ignored
67672024-08-27T00:39:09.955Z
67682024-08-27T00:39:09.955Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
67692024-08-27T00:39:09.955Z
67702024-08-27T00:39:09.956Z Doc-tests nexus_inventory
67712024-08-27T00:39:09.956Z 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-8d0dc696bec0a2c4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6c6f54072d2f2878/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b045e230cf5220da/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc481d78580a539c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5fd8f6907951d8d9/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e00f4c951e7553ce.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-65b8e4ddedc3f692.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-711eb3fcee73ab92.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-fe5932ff1f628cb3.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-09c4a3be8322ba5b.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-5f98710db9d2f2e1.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6f4fa914f239165.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-b83d422e1297148b.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-093c9d1ea7a6082f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8966d7042f423cc1.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-d26dd0c684b20e7f.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-4ee1cdbeb2bccd78.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-a8b8b68649fd458e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
67722024-08-27T00:39:10.284Z
67732024-08-27T00:39:10.284Zrunning 0 tests
67742024-08-27T00:39:10.284Z
67752024-08-27T00:39:10.284Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
67762024-08-27T00:39:10.284Z
67772024-08-27T00:39:10.292Z Doc-tests nexus_macros_common
67782024-08-27T00:39:10.295Z 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-8d0dc696bec0a2c4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6c6f54072d2f2878/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b045e230cf5220da/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc481d78580a539c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5fd8f6907951d8d9/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-dbb962018d449b09.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.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`
67792024-08-27T00:39:10.364Z
67802024-08-27T00:39:10.364Zrunning 0 tests
67812024-08-27T00:39:10.364Z
67822024-08-27T00:39:10.364Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
67832024-08-27T00:39:10.364Z
67842024-08-27T00:39:10.370Z Doc-tests nexus_metrics_producer_gc
67852024-08-27T00:39:10.373Z 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-8d0dc696bec0a2c4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6c6f54072d2f2878/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b045e230cf5220da/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc481d78580a539c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5fd8f6907951d8d9/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-a55bc501e5acb627.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-b89264e272469066.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-e19cd0b8e3ba84b2.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-2ca2b0391baf3667.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-e8fedb0ff0d5d3ce.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-4439b23bcfe1f601.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-a5a329102d172477.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-be48802a6881a34b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6f4fa914f239165.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-545877ac7f8ab62f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-7872ed4e500328ec.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-4ee1cdbeb2bccd78.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.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`
67862024-08-27T00:39:10.767Z
67872024-08-27T00:39:10.768Zrunning 0 tests
67882024-08-27T00:39:10.768Z
67892024-08-27T00:39:10.768Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
67902024-08-27T00:39:10.768Z
67912024-08-27T00:39:10.796Z Doc-tests nexus_networking
67922024-08-27T00:39:10.798Z 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-8d0dc696bec0a2c4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6c6f54072d2f2878/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b045e230cf5220da/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc481d78580a539c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5fd8f6907951d8d9/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-2ca2b0391baf3667.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-4439b23bcfe1f601.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-5be1e326d134ec42.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-067b183b3e29678c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8966d7042f423cc1.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-d26dd0c684b20e7f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
67932024-08-27T00:39:11.192Z
67942024-08-27T00:39:11.192Zrunning 0 tests
67952024-08-27T00:39:11.192Z
67962024-08-27T00:39:11.192Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
67972024-08-27T00:39:11.193Z
67982024-08-27T00:39:11.220Z Doc-tests nexus_reconfigurator_execution
67992024-08-27T00:39:11.222Z 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-8d0dc696bec0a2c4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6c6f54072d2f2878/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b045e230cf5220da/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc481d78580a539c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5fd8f6907951d8d9/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-a55bc501e5acb627.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-b5da45619c69bad7.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-b89264e272469066.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-403a1c40ccaaeb58.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-e19cd0b8e3ba84b2.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3c3a4aeac3b1659a.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-7e28ccd96dc058f1.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-8f457ee7cc0d5dfa.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-212ccd69ea1f7ca3.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-e8fedb0ff0d5d3ce.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-4439b23bcfe1f601.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-09c4a3be8322ba5b.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-5be1e326d134ec42.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-c115c195ed5868c5.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-48fcdf0a346ec874.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-2b137d4cd07f548f.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-5f98710db9d2f2e1.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-be48802a6881a34b.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-60a0a90cddcd3770.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6f4fa914f239165.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-5b90f7e65c194962.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-545877ac7f8ab62f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-093c9d1ea7a6082f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-067b183b3e29678c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8966d7042f423cc1.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-d26dd0c684b20e7f.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-4ee1cdbeb2bccd78.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.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`
68002024-08-27T00:39:11.666Z
68012024-08-27T00:39:11.666Zrunning 0 tests
68022024-08-27T00:39:11.666Z
68032024-08-27T00:39:11.666Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
68042024-08-27T00:39:11.666Z
68052024-08-27T00:39:11.695Z Doc-tests nexus_reconfigurator_planning
68062024-08-27T00:39:11.698Z 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-8d0dc696bec0a2c4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6c6f54072d2f2878/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b045e230cf5220da/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc481d78580a539c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5fd8f6907951d8d9/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-f8d6e08c22f4130f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e00f4c951e7553ce.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-65b8e4ddedc3f692.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-838b0c6a07887d50.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3c3a4aeac3b1659a.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-212ccd69ea1f7ca3.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-09c4a3be8322ba5b.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-48fcdf0a346ec874.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-5f98710db9d2f2e1.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6f4fa914f239165.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-545877ac7f8ab62f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-093c9d1ea7a6082f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-067b183b3e29678c.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4e0862c1640774bb.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d0890cdebab6435b.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-d26dd0c684b20e7f.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-a8b8b68649fd458e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
68072024-08-27T00:39:12.118Z
68082024-08-27T00:39:12.118Zrunning 0 tests
68092024-08-27T00:39:12.118Z
68102024-08-27T00:39:12.118Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
68112024-08-27T00:39:12.118Z
68122024-08-27T00:39:12.142Z Doc-tests nexus_reconfigurator_preparation
68132024-08-27T00:39:12.145Z 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-8d0dc696bec0a2c4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6c6f54072d2f2878/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b045e230cf5220da/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc481d78580a539c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5fd8f6907951d8d9/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.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-e8fedb0ff0d5d3ce.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-4439b23bcfe1f601.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-2b137d4cd07f548f.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6f4fa914f239165.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-093c9d1ea7a6082f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.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`
68142024-08-27T00:39:12.521Z
68152024-08-27T00:39:12.521Zrunning 0 tests
68162024-08-27T00:39:12.521Z
68172024-08-27T00:39:12.521Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
68182024-08-27T00:39:12.521Z
68192024-08-27T00:39:12.548Z Doc-tests nexus_saga_recovery
68202024-08-27T00:39:12.550Z 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-8d0dc696bec0a2c4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6c6f54072d2f2878/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b045e230cf5220da/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc481d78580a539c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5fd8f6907951d8d9/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-8599901668faa364.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-12b33d0b8ecc17fd.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-e8fedb0ff0d5d3ce.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-4439b23bcfe1f601.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-06107b9d43e07993.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-be48802a6881a34b.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-60a0a90cddcd3770.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6f4fa914f239165.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-545877ac7f8ab62f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.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-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.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-9ce22f8aa160a4c2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4ee1cdbeb2bccd78.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.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`
68212024-08-27T00:39:12.907Z
68222024-08-27T00:39:12.907Zrunning 0 tests
68232024-08-27T00:39:12.907Z
68242024-08-27T00:39:12.910Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
68252024-08-27T00:39:12.910Z
68262024-08-27T00:39:12.930Z Doc-tests nexus_sled_agent_shared
68272024-08-27T00:39:12.933Z 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-8d0dc696bec0a2c4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6c6f54072d2f2878/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b045e230cf5220da/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc481d78580a539c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5fd8f6907951d8d9/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-5f98710db9d2f2e1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-3900b51f53886719.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-093c9d1ea7a6082f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-917d25e39322890a.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-d7278fad9f84f0d2.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
68282024-08-27T00:39:13.297Z
68292024-08-27T00:39:13.297Zrunning 0 tests
68302024-08-27T00:39:13.297Z
68312024-08-27T00:39:13.297Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
68322024-08-27T00:39:13.297Z
68332024-08-27T00:39:13.319Z Doc-tests nexus_test_interface
68342024-08-27T00:39:13.322Z 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-8d0dc696bec0a2c4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6c6f54072d2f2878/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b045e230cf5220da/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc481d78580a539c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5fd8f6907951d8d9/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-212ccd69ea1f7ca3.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-5f98710db9d2f2e1.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-737842d7c2c607b0.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6f4fa914f239165.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
68352024-08-27T00:39:13.604Z
68362024-08-27T00:39:13.604Zrunning 0 tests
68372024-08-27T00:39:13.604Z
68382024-08-27T00:39:13.604Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
68392024-08-27T00:39:13.604Z
68402024-08-27T00:39:13.624Z Doc-tests nexus_test_utils
68412024-08-27T00:39:13.627Z 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-8d0dc696bec0a2c4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6c6f54072d2f2878/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b045e230cf5220da/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc481d78580a539c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5fd8f6907951d8d9/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-7296041c0fd81490.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e45330f5c36e2940.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-345c65275f56273c.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-3f3226cf570fe6e2.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-403a1c40ccaaeb58.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e9014c6e08bb65e0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-711eb3fcee73ab92.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-fe5932ff1f628cb3.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-b24b3056c0fa6188.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-005adb14efb74d45.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7309206c31ed76bc.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c086ee7b27d2f7df.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-78282c4fc10a7e7e.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3c3a4aeac3b1659a.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-212ccd69ea1f7ca3.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-4439b23bcfe1f601.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-5f98710db9d2f2e1.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-737842d7c2c607b0.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-be48802a6881a34b.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6f4fa914f239165.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-3900b51f53886719.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-b83d422e1297148b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-545877ac7f8ab62f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-093c9d1ea7a6082f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-97df5285e75fc989.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-425e1e0b77e18fe4.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-655c8e74f66c0c14.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-067b183b3e29678c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-8ce276b9163974ea.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-d26dd0c684b20e7f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4ee1cdbeb2bccd78.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-cc3443c69aa91ffb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.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`
68422024-08-27T00:39:14.539Z
68432024-08-27T00:39:14.539Zrunning 0 tests
68442024-08-27T00:39:14.539Z
68452024-08-27T00:39:14.539Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
68462024-08-27T00:39:14.539Z
68472024-08-27T00:39:14.573Z Doc-tests nexus_test_utils_macros
68482024-08-27T00:39:14.576Z 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-8d0dc696bec0a2c4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6c6f54072d2f2878/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b045e230cf5220da/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc481d78580a539c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5fd8f6907951d8d9/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-60a0a90cddcd3770.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.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`
68492024-08-27T00:39:14.650Z
68502024-08-27T00:39:14.650Zrunning 1 test
68512024-08-27T00:39:14.653Ztest nexus/test-utils-macros/src/lib.rs - nexus_test (line 43) ... ignored
68522024-08-27T00:39:14.653Z
68532024-08-27T00:39:14.653Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
68542024-08-27T00:39:14.653Z
68552024-08-27T00:39:14.657Z Doc-tests nexus_types
68562024-08-27T00:39:14.660Z 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-8d0dc696bec0a2c4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6c6f54072d2f2878/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b045e230cf5220da/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc481d78580a539c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5fd8f6907951d8d9/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-20dd09634c042122.so --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-8599901668faa364.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-18d404915a4b87df.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-04dcbd02286a21fb.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-403a1c40ccaaeb58.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e9014c6e08bb65e0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-65b8e4ddedc3f692.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7309206c31ed76bc.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-2ca2b0391baf3667.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-8f457ee7cc0d5dfa.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-a6c5e59db985c498.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-5f98710db9d2f2e1.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6f4fa914f239165.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-3900b51f53886719.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-093c9d1ea7a6082f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-fec373713784d663.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-067b183b3e29678c.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-323f5bbca5534923.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-aa2fc19618e8223a.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4e0862c1640774bb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-fbf3e444deddd920.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-9ce22f8aa160a4c2.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-d7278fad9f84f0d2.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
68572024-08-27T00:39:17.223Z
68582024-08-27T00:39:17.223Zrunning 0 tests
68592024-08-27T00:39:17.223Z
68602024-08-27T00:39:17.223Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
68612024-08-27T00:39:17.223Z
68622024-08-27T00:39:17.286Z Doc-tests omicron_certificates
68632024-08-27T00:39:17.289Z 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-8d0dc696bec0a2c4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6c6f54072d2f2878/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b045e230cf5220da/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc481d78580a539c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5fd8f6907951d8d9/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-75f7136ecb491316.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-545877ac7f8ab62f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-fec373713784d663.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-1b60d4a49558a731.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-7ecd7cc1ef36ea45.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`
68642024-08-27T00:39:17.544Z
68652024-08-27T00:39:17.544Zrunning 0 tests
68662024-08-27T00:39:17.544Z
68672024-08-27T00:39:17.544Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
68682024-08-27T00:39:17.544Z
68692024-08-27T00:39:17.563Z Doc-tests omicron_clickhouse_admin
68702024-08-27T00:39:17.565Z 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-8d0dc696bec0a2c4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6c6f54072d2f2878/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b045e230cf5220da/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc481d78580a539c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5fd8f6907951d8d9/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-18d404915a4b87df.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-7ef360d8fcd1a78f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e9014c6e08bb65e0.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e00f4c951e7553ce.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7309206c31ed76bc.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-78282c4fc10a7e7e.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-be48802a6881a34b.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-265720ff981cae77.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-545877ac7f8ab62f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-093c9d1ea7a6082f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-fd18489977b9c8a6.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5ba3e73c543b84ff.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.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-7cbe6fda78a13e6a.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-703f5ff0922fc8c2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4ee1cdbeb2bccd78.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-45d2b2041bdff498.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3e3b5887cb195d6a.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`
68712024-08-27T00:39:17.813Z
68722024-08-27T00:39:17.813Zrunning 0 tests
68732024-08-27T00:39:17.813Z
68742024-08-27T00:39:17.813Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
68752024-08-27T00:39:17.813Z
68762024-08-27T00:39:17.831Z Doc-tests omicron_cockroach_admin
68772024-08-27T00:39:17.835Z 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-8d0dc696bec0a2c4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6c6f54072d2f2878/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b045e230cf5220da/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc481d78580a539c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5fd8f6907951d8d9/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-18d404915a4b87df.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-5ed4211fb3f696fd.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-cc1ea513524eb412.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-7bbbd3f4da410b18.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e9014c6e08bb65e0.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e00f4c951e7553ce.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7309206c31ed76bc.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-78282c4fc10a7e7e.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-be48802a6881a34b.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-4bfbe9991b4a389d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-545877ac7f8ab62f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-093c9d1ea7a6082f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.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-fd18489977b9c8a6.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5ba3e73c543b84ff.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-5a7e850bf47c1998.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4e0862c1640774bb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.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-7cbe6fda78a13e6a.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-703f5ff0922fc8c2.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-4ee1cdbeb2bccd78.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-45d2b2041bdff498.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3e3b5887cb195d6a.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`
68782024-08-27T00:39:18.121Z
68792024-08-27T00:39:18.121Zrunning 0 tests
68802024-08-27T00:39:18.122Z
68812024-08-27T00:39:18.122Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
68822024-08-27T00:39:18.122Z
68832024-08-27T00:39:18.141Z Doc-tests omicron_common
68842024-08-27T00:39:18.144Z 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-8d0dc696bec0a2c4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6c6f54072d2f2878/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b045e230cf5220da/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc481d78580a539c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5fd8f6907951d8d9/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-20dd09634c042122.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-eaec0f1802c5ca04.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-e9aff558245a2ac5.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e45330f5c36e2940.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e9014c6e08bb65e0.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e00f4c951e7553ce.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-599d8f15621b0c55.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7309206c31ed76bc.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-2ca2b0391baf3667.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-551f41149d24b2b0.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-98a67a59a334178d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-aa54747c64f4d4b2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-093c9d1ea7a6082f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-067b183b3e29678c.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-aa2fc19618e8223a.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-3744a5568f7cc6d7.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-cb098b840eb5a761.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-4e0862c1640774bb.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d0890cdebab6435b.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b6e9a448b359ba01.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8966d7042f423cc1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-cb8c86c5f719f8c5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-4c497ff74b1d7ab1.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-8ce276b9163974ea.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-fbf3e444deddd920.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-4ee1cdbeb2bccd78.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3e3b5887cb195d6a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.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`
68852024-08-27T00:39:19.935Z
68862024-08-27T00:39:19.935Zrunning 2 tests
68872024-08-27T00:39:19.938Ztest common/src/lib.rs - FileKv (line 60) ... ignored
68882024-08-27T00:39:24.490Ztest common/src/api/external/error.rs - api::external::error::InternalContext (line 614) ... ok
68892024-08-27T00:39:24.490Z
68902024-08-27T00:39:24.490Ztest result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 4.55s
68912024-08-27T00:39:24.490Z
68922024-08-27T00:39:24.536Z Doc-tests omicron_ddm_admin_client
68932024-08-27T00:39:24.538Z 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-8d0dc696bec0a2c4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6c6f54072d2f2878/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b045e230cf5220da/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc481d78580a539c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5fd8f6907951d8d9/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-fe5f81438ffce0c3.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-5d39f2eb1424d60a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-d8a87efb8ed868ce.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-cb098b840eb5a761.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8966d7042f423cc1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-917d25e39322890a.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-4ee1cdbeb2bccd78.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
68942024-08-27T00:39:24.795Z
68952024-08-27T00:39:24.795Zrunning 0 tests
68962024-08-27T00:39:24.795Z
68972024-08-27T00:39:24.795Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
68982024-08-27T00:39:24.795Z
68992024-08-27T00:39:24.815Z Doc-tests omicron_dev_lib
69002024-08-27T00:39:24.817Z 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-8d0dc696bec0a2c4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6c6f54072d2f2878/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b045e230cf5220da/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc481d78580a539c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5fd8f6907951d8d9/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-551f41149d24b2b0.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-02f115bf1c9cd086.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-545877ac7f8ab62f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-703f5ff0922fc8c2.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
69012024-08-27T00:39:25.034Z
69022024-08-27T00:39:25.034Zrunning 0 tests
69032024-08-27T00:39:25.034Z
69042024-08-27T00:39:25.034Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
69052024-08-27T00:39:25.034Z
69062024-08-27T00:39:25.050Z Doc-tests omicron_gateway
69072024-08-27T00:39:25.052Z 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-8d0dc696bec0a2c4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6c6f54072d2f2878/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b045e230cf5220da/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc481d78580a539c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5fd8f6907951d8d9/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-18d404915a4b87df.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e9014c6e08bb65e0.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e00f4c951e7553ce.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-6924ed85fcd620bd.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-711eb3fcee73ab92.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-76cb6c88908235fa.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-fe5932ff1f628cb3.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-ae856f90860609d1.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-599d8f15621b0c55.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7309206c31ed76bc.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c086ee7b27d2f7df.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-78282c4fc10a7e7e.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-da15238f63c48426.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-34c044db4ddd0d76.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-545877ac7f8ab62f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-9022b5771569f421.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-6cf40431b7686480.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7cbe6fda78a13e6a.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-8d092187d581c30f.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-703f5ff0922fc8c2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4ee1cdbeb2bccd78.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-7d36d0d8dae0ec08.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-c97fe3ff449106d4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3e3b5887cb195d6a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
69082024-08-27T00:39:25.510Z
69092024-08-27T00:39:25.510Zrunning 0 tests
69102024-08-27T00:39:25.510Z
69112024-08-27T00:39:25.510Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
69122024-08-27T00:39:25.510Z
69132024-08-27T00:39:25.534Z Doc-tests omicron_nexus
69142024-08-27T00:39:25.542Z 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-8d0dc696bec0a2c4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6c6f54072d2f2878/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b045e230cf5220da/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc481d78580a539c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5fd8f6907951d8d9/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.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-a55bc501e5acb627.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-2150b920d991e600.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-7296041c0fd81490.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e45330f5c36e2940.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-7c9ffecaf989a77e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-18d404915a4b87df.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-b5da45619c69bad7.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-591e48648f37a4b1.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-345c65275f56273c.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-6bcfd8e75541580e.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-e28f768bf05ad976.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-b89264e272469066.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-3f3226cf570fe6e2.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-403a1c40ccaaeb58.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-53635cf641f36b63.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e9014c6e08bb65e0.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e00f4c951e7553ce.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-bc768b83042f573b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-65b8e4ddedc3f692.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-711eb3fcee73ab92.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-fe5932ff1f628cb3.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-b24b3056c0fa6188.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-599d8f15621b0c55.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-005adb14efb74d45.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7309206c31ed76bc.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-e19cd0b8e3ba84b2.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-7fa77d4cf914a3aa.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c086ee7b27d2f7df.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-6389d12d30e61d12.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-78282c4fc10a7e7e.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3c3a4aeac3b1659a.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-2ca2b0391baf3667.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-98a67a59a334178d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-aa54747c64f4d4b2.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-12b33d0b8ecc17fd.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-bad3b78d6436f259.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-212ccd69ea1f7ca3.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-e8fedb0ff0d5d3ce.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-4439b23bcfe1f601.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-e57af29bfd32788c.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-04e91821f8865c4e.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-09c4a3be8322ba5b.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-a5a329102d172477.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-5be1e326d134ec42.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-c115c195ed5868c5.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-48fcdf0a346ec874.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-2b137d4cd07f548f.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-06107b9d43e07993.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-5f98710db9d2f2e1.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-737842d7c2c607b0.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-be48802a6881a34b.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-60a0a90cddcd3770.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6f4fa914f239165.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-6ad97fa9dbd6108d.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-5b90f7e65c194962.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-3900b51f53886719.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-b83d422e1297148b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-545877ac7f8ab62f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-093c9d1ea7a6082f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.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-fd18489977b9c8a6.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5ba3e73c543b84ff.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-fec373713784d663.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-296b9596db3bb416.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-97df5285e75fc989.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-7872ed4e500328ec.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-425e1e0b77e18fe4.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-0eca7e8b63c07c8e.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d1eccdacb3b5beca.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-655c8e74f66c0c14.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-067b183b3e29678c.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-323f5bbca5534923.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-8e22a607cc27b13c.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-cb098b840eb5a761.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-edb249c9f6019aba.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d0890cdebab6435b.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-7ecd7cc1ef36ea45.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-8966d7042f423cc1.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-662be56d9856735a.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-765bcc68d51e2749.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-0825b86e4f23338d.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-e0ebabbe0f855964.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-cb8c86c5f719f8c5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-8ce276b9163974ea.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-fbf3e444deddd920.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-573f5d4714d8c2d7.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-d26dd0c684b20e7f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-1efd91d82abcfd5c.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-7cbe6fda78a13e6a.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-e77d240f968b9b00.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-8d092187d581c30f.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-9ce22f8aa160a4c2.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d605b07ab2a0de30.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-703f5ff0922fc8c2.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-a0c530543821bba1.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-09714f0ae484654a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4ee1cdbeb2bccd78.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-45d2b2041bdff498.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-cc3443c69aa91ffb.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-24b0f555a8f36ff1.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-eb24ac9ec1403c02.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-c2553da3d0be9a39.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-4400ba118d70d222.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.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`
69152024-08-27T00:39:28.977Z
69162024-08-27T00:39:28.977Zrunning 5 tests
69172024-08-27T00:39:28.980Ztest nexus/src/app/sagas/mod.rs - app::sagas::declare_saga_actions (line 258) ... ignored
69182024-08-27T00:39:33.136Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 852) ... ok
69192024-08-27T00:39:33.138Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 758) ... ok
69202024-08-27T00:39:33.142Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 780) ... ok
69212024-08-27T00:39:33.147Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 822) ... ok
69222024-08-27T00:39:33.147Z
69232024-08-27T00:39:33.151Ztest result: ok. 4 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 4.17s
69242024-08-27T00:39:33.151Z
69252024-08-27T00:39:33.224Z Doc-tests omicron_package
69262024-08-27T00:39:33.227Z 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-8d0dc696bec0a2c4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6c6f54072d2f2878/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b045e230cf5220da/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc481d78580a539c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5fd8f6907951d8d9/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-7f0c25ed43737abb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-18d404915a4b87df.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e00f4c951e7553ce.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-599d8f15621b0c55.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-78282c4fc10a7e7e.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-99eafe51d5160fa5.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-8d2343d2b9040a13.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-82b4cee9995b78de.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-8e22a607cc27b13c.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-8be4b95ce6e63459.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8966d7042f423cc1.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-662be56d9856735a.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-cb8c86c5f719f8c5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-889dc025245dad4f.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-d54ec5b235084a80.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e77d240f968b9b00.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-55875e6842c27f35.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4ee1cdbeb2bccd78.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3e3b5887cb195d6a.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`
69272024-08-27T00:39:33.456Z
69282024-08-27T00:39:33.456Zrunning 0 tests
69292024-08-27T00:39:33.456Z
69302024-08-27T00:39:33.456Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
69312024-08-27T00:39:33.456Z
69322024-08-27T00:39:33.468Z Doc-tests omicron_passwords
69332024-08-27T00:39:33.470Z 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-8d0dc696bec0a2c4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6c6f54072d2f2878/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b045e230cf5220da/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc481d78580a539c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5fd8f6907951d8d9/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rlib --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-9ce12a2d47650be7.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-18d404915a4b87df.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-591e48648f37a4b1.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-3900b51f53886719.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d0890cdebab6435b.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-5183c0a999dee1e3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-fbf3e444deddd920.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`
69342024-08-27T00:39:33.579Z
69352024-08-27T00:39:33.579Zrunning 0 tests
69362024-08-27T00:39:33.579Z
69372024-08-27T00:39:33.579Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
69382024-08-27T00:39:33.579Z
69392024-08-27T00:39:33.588Z Doc-tests omicron_rpaths
69402024-08-27T00:39:33.592Z 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-8d0dc696bec0a2c4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6c6f54072d2f2878/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b045e230cf5220da/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc481d78580a539c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5fd8f6907951d8d9/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-ceea38cb98321342.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
69412024-08-27T00:39:33.655Z
69422024-08-27T00:39:33.655Zrunning 0 tests
69432024-08-27T00:39:33.655Z
69442024-08-27T00:39:33.655Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
69452024-08-27T00:39:33.655Z
69462024-08-27T00:39:33.660Z Doc-tests omicron_sled_agent
69472024-08-27T00:39:33.665Z 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-8d0dc696bec0a2c4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6c6f54072d2f2878/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b045e230cf5220da/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc481d78580a539c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5fd8f6907951d8d9/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.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-318a5098f60bf2e2.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-4a91138181311c1b.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-05a18a20878871a2.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-7296041c0fd81490.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e45330f5c36e2940.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-7c9ffecaf989a77e.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-94faf137b493206b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-18d404915a4b87df.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-345c65275f56273c.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-3f3226cf570fe6e2.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-403a1c40ccaaeb58.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-53635cf641f36b63.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e9014c6e08bb65e0.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e00f4c951e7553ce.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-725dd47f885197a3.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-0e4e79b9dc7ce1e6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-65b8e4ddedc3f692.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-39f07e80d6316e9c.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-553afa229e378c7b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-599d8f15621b0c55.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7309206c31ed76bc.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c086ee7b27d2f7df.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-abd1a6f88d84e97c.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-78282c4fc10a7e7e.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-0536672ca08aed51.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3c3a4aeac3b1659a.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-2ca2b0391baf3667.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-97f914af924ca2b7.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-551f41149d24b2b0.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-98a67a59a334178d.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-aa54747c64f4d4b2.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-bad3b78d6436f259.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-212ccd69ea1f7ca3.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-5f98710db9d2f2e1.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6f4fa914f239165.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-d8a87efb8ed868ce.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-b83d422e1297148b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-545877ac7f8ab62f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-093c9d1ea7a6082f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.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-a25088a3cdec8233.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-97df5285e75fc989.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d1eccdacb3b5beca.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-655c8e74f66c0c14.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-067b183b3e29678c.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-edb249c9f6019aba.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-e929e4fff5f1b2a2.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d0890cdebab6435b.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-7ecd7cc1ef36ea45.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8966d7042f423cc1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-cb8c86c5f719f8c5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-4c497ff74b1d7ab1.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-c58055ba21974de5.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-12cb67a3171c680b.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-d26dd0c684b20e7f.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-1efd91d82abcfd5c.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-889dc025245dad4f.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-917d25e39322890a.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b2d21895a1114658.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-7cbe6fda78a13e6a.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-e77d240f968b9b00.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-703f5ff0922fc8c2.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-55875e6842c27f35.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-a0c530543821bba1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-45d8c29f782b9ad0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4ee1cdbeb2bccd78.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-7d36d0d8dae0ec08.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-cc3443c69aa91ffb.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3e3b5887cb195d6a.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-8afcbd4e255af8a0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-d47f5ede55f99f5b.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-495f4f46760fc11c.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`
69482024-08-27T00:39:35.470Z
69492024-08-27T00:39:35.470Zrunning 0 tests
69502024-08-27T00:39:35.470Z
69512024-08-27T00:39:35.471Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
69522024-08-27T00:39:35.471Z
69532024-08-27T00:39:35.520Z Doc-tests omicron_test_utils
69542024-08-27T00:39:35.522Z 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-8d0dc696bec0a2c4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6c6f54072d2f2878/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b045e230cf5220da/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc481d78580a539c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5fd8f6907951d8d9/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-12ec3418b0966058.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e45330f5c36e2940.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e9014c6e08bb65e0.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e00f4c951e7553ce.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-8d2186ee4719d627.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-5970ec29a687f38a.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-b24b3056c0fa6188.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-599d8f15621b0c55.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7309206c31ed76bc.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-551f41149d24b2b0.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-5157595342184c85.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-212ccd69ea1f7ca3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-545877ac7f8ab62f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-fc1210f8ac466272.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-7ecd7cc1ef36ea45.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8966d7042f423cc1.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-662be56d9856735a.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-765bcc68d51e2749.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-703f5ff0922fc8c2.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-55875e6842c27f35.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-a0c530543821bba1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4ee1cdbeb2bccd78.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-45d2b2041bdff498.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-8afcbd4e255af8a0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.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`
69552024-08-27T00:39:35.828Z
69562024-08-27T00:39:35.828Zrunning 0 tests
69572024-08-27T00:39:35.828Z
69582024-08-27T00:39:35.828Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
69592024-08-27T00:39:35.828Z
69602024-08-27T00:39:35.847Z Doc-tests omicron_uuid_kinds
69612024-08-27T00:39:35.850Z 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-8d0dc696bec0a2c4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6c6f54072d2f2878/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b045e230cf5220da/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc481d78580a539c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5fd8f6907951d8d9/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-8f457ee7cc0d5dfa.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-093c9d1ea7a6082f.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-4ec299dfa0e92da3.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.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`
69622024-08-27T00:39:35.949Z
69632024-08-27T00:39:35.949Zrunning 0 tests
69642024-08-27T00:39:35.949Z
69652024-08-27T00:39:35.949Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
69662024-08-27T00:39:35.949Z
69672024-08-27T00:39:35.956Z Doc-tests omicron_workspace_hack
69682024-08-27T00:39:35.965Z 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-8d0dc696bec0a2c4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6c6f54072d2f2878/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b045e230cf5220da/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc481d78580a539c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5fd8f6907951d8d9/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-6e9acfc53597887c.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-ccd418511fd0e494.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.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-8e41b751a0ccc20a.rlib --extern bstr=/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-7296041c0fd81490.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-ee5fc3c47faac230.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-18d404915a4b87df.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-8b135c539e8f94b8.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-4b67e8dd0f215dc6.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-cc8c6f66177655eb.rlib --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-e6f841b1e5437932.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-ecbca71b0fc94280.rlib --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-89864ba25cc11d31.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-5d39f2eb1424d60a.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-a0bd0e7d45708eb7.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-e4d7abd680aec4b7.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-725dd47f885197a3.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-d939558aaa79a1c5.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-711eb3fcee73ab92.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-65767634d4000cd6.rlib --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-82dba1c6aa750728.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-4d6ae8c84e9444ff.rlib --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-b64630deae89861a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-599d8f15621b0c55.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-1df3c7b1c45bee2a.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-5570f39ece6a776c.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c086ee7b27d2f7df.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-838b0c6a07887d50.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-551f41149d24b2b0.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-2d7911560284ff5c.rlib --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-b58acb781e3bbc84.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-d7aaee262faf2cbb.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-26727ea9ed4b2c03.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-d381d90b77512a0f.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5ba3e73c543b84ff.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-8e22a607cc27b13c.rlib --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-72c84ac99faa15a7.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-6c88c3419dd50b79.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 quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-46c64c1f55b4d3af.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-8966d7042f423cc1.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-662be56d9856735a.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-ab25628c826f87ab.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-875671fddfd10789.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-5380524236143168.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-cb8c86c5f719f8c5.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-f3995908aff446a0.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-095aade90ef040ee.rlib --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-3f2eed7877441fdb.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-fb7801688e79354e.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-90c42fabfdf6af03.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-c0e11bad9d6e07ea.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-d52e3d8c16e8a214.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-8bbc893b3e799bb4.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-eaa35e1e3fce1599.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4ee1cdbeb2bccd78.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-45d2b2041bdff498.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-7d36d0d8dae0ec08.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-cc3443c69aa91ffb.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-285ef98ad16b5f7d.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-a13a239ec45c3af2.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-0871d168f4a43476.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-d27e04d35aedf7ad.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-8afcbd4e255af8a0.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-e408134f56547e55.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.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`
69692024-08-27T00:39:36.019Z
69702024-08-27T00:39:36.019Zrunning 0 tests
69712024-08-27T00:39:36.019Z
69722024-08-27T00:39:36.019Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
69732024-08-27T00:39:36.019Z
69742024-08-27T00:39:36.025Z Doc-tests openapi_manager
69752024-08-27T00:39:36.027Z 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-8d0dc696bec0a2c4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6c6f54072d2f2878/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b045e230cf5220da/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc481d78580a539c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5fd8f6907951d8d9/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-12ec3418b0966058.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-4a91138181311c1b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-18d404915a4b87df.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-7ef360d8fcd1a78f.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-5ed4211fb3f696fd.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-447e780bcfedaf5a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e9014c6e08bb65e0.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-d939558aaa79a1c5.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-6924ed85fcd620bd.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-0a54c9ff4b5d6c3f.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-04e91821f8865c4e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-fd18489977b9c8a6.rlib --extern openapi_manager=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager-d6382ff1490f1e48.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-e858b74c875b8711.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5ba3e73c543b84ff.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-39f29313c8d9cfe3.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-fb7801688e79354e.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-12cb67a3171c680b.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-f9b41d1b8206e77a.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
69762024-08-27T00:39:36.431Z
69772024-08-27T00:39:36.431Zrunning 0 tests
69782024-08-27T00:39:36.431Z
69792024-08-27T00:39:36.431Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
69802024-08-27T00:39:36.431Z
69812024-08-27T00:39:36.454Z Doc-tests openapi_manager_types
69822024-08-27T00:39:36.456Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name openapi_manager_types --test dev-tools/openapi-manager/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/openapi-manager/types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8d0dc696bec0a2c4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6c6f54072d2f2878/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b045e230cf5220da/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc481d78580a539c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5fd8f6907951d8d9/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-e858b74c875b8711.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
69832024-08-27T00:39:36.523Z
69842024-08-27T00:39:36.523Zrunning 0 tests
69852024-08-27T00:39:36.523Z
69862024-08-27T00:39:36.523Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
69872024-08-27T00:39:36.523Z
69882024-08-27T00:39:36.529Z Doc-tests oxide_client
69892024-08-27T00:39:36.531Z 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-8d0dc696bec0a2c4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6c6f54072d2f2878/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b045e230cf5220da/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc481d78580a539c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5fd8f6907951d8d9/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-2da632077f49dfb6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-005adb14efb74d45.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7309206c31ed76bc.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c086ee7b27d2f7df.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-296b9596db3bb416.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-3744a5568f7cc6d7.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d0890cdebab6435b.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b6e9a448b359ba01.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8966d7042f423cc1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4ee1cdbeb2bccd78.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
69902024-08-27T00:39:41.416Z
69912024-08-27T00:39:41.416Zrunning 197 tests
69922024-08-27T00:39:41.420Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import (line 26) ... ignored
69932024-08-27T00:39:41.420Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_start (line 27) ... ignored
69942024-08-27T00:39:41.420Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_stop (line 27) ... ignored
69952024-08-27T00:39:41.420Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_create (line 25) ... ignored
69962024-08-27T00:39:41.420Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_delete (line 25) ... ignored
69972024-08-27T00:39:41.420Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_finalize_import (line 26) ... ignored
69982024-08-27T00:39:41.420Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_list (line 27) ... ignored
69992024-08-27T00:39:41.420Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_metrics_list (line 31) ... ignored
70002024-08-27T00:39:41.420Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_view (line 25) ... ignored
70012024-08-27T00:39:41.420Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_attach (line 28) ... ignored
70022024-08-27T00:39:41.420Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_create (line 25) ... ignored
70032024-08-27T00:39:41.420Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_delete (line 25) ... ignored
70042024-08-27T00:39:41.420Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_detach (line 25) ... ignored
70052024-08-27T00:39:41.420Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_list (line 27) ... ignored
70062024-08-27T00:39:41.420Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_update (line 26) ... ignored
70072024-08-27T00:39:41.420Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_view (line 25) ... ignored
70082024-08-27T00:39:41.420Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::device_access_token (line 24) ... ignored
70092024-08-27T00:39:41.420Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::device_auth_confirm (line 24) ... ignored
70102024-08-27T00:39:41.420Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::device_auth_request (line 24) ... ignored
70112024-08-27T00:39:41.420Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::logout (line 22) ... ignored
70122024-08-27T00:39:41.420Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::probe_create (line 25) ... ignored
70132024-08-27T00:39:41.420Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::probe_delete (line 25) ... ignored
70142024-08-27T00:39:41.420Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::probe_list (line 27) ... ignored
70152024-08-27T00:39:41.420Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::probe_view (line 25) ... ignored
70162024-08-27T00:39:41.420Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_create (line 27) ... ignored
70172024-08-27T00:39:41.420Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_delete (line 27) ... ignored
70182024-08-27T00:39:41.420Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_demote (line 27) ... ignored
70192024-08-27T00:39:41.420Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_list (line 29) ... ignored
70202024-08-27T00:39:41.420Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_promote (line 27) ... ignored
70212024-08-27T00:39:41.420Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_view (line 27) ... ignored
70222024-08-27T00:39:41.420Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_create (line 25) ... ignored
70232024-08-27T00:39:41.421Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_delete (line 25) ... ignored
70242024-08-27T00:39:41.421Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_attach (line 26) ... ignored
70252024-08-27T00:39:41.421Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_detach (line 26) ... ignored
70262024-08-27T00:39:41.421Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_list (line 28) ... ignored
70272024-08-27T00:39:41.421Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ephemeral_ip_attach (line 26) ... ignored
70282024-08-27T00:39:41.421Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ephemeral_ip_detach (line 25) ... ignored
70292024-08-27T00:39:41.421Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_external_ip_list (line 25) ... ignored
70302024-08-27T00:39:41.421Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_list (line 27) ... ignored
70312024-08-27T00:39:41.421Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_create (line 26) ... ignored
70322024-08-27T00:39:41.421Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_delete (line 28) ... ignored
70332024-08-27T00:39:41.421Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_list (line 28) ... ignored
70342024-08-27T00:39:41.421Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_update (line 27) ... ignored
70352024-08-27T00:39:41.421Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_view (line 26) ... ignored
70362024-08-27T00:39:41.421Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_reboot (line 25) ... ignored
70372024-08-27T00:39:41.421Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console (line 28) ... ignored
70382024-08-27T00:39:41.421Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console_stream (line 26) ... ignored
70392024-08-27T00:39:41.421Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ssh_public_key_list (line 30) ... ignored
70402024-08-27T00:39:41.421Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_start (line 25) ... ignored
70412024-08-27T00:39:41.421Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_stop (line 25) ... ignored
70422024-08-27T00:39:41.421Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_view (line 25) ... ignored
70432024-08-27T00:39:41.421Ztest clients/oxide-client/src/lib.rs - ClientLoginExt::login_local (line 22) ... ignored
70442024-08-27T00:39:41.421Ztest clients/oxide-client/src/lib.rs - ClientLoginExt::login_saml (line 22) ... ignored
70452024-08-27T00:39:41.421Ztest clients/oxide-client/src/lib.rs - ClientMetricsExt::silo_metric (line 32) ... ignored
70462024-08-27T00:39:41.421Ztest clients/oxide-client/src/lib.rs - ClientMetricsExt::timeseries_query (line 24) ... ignored
70472024-08-27T00:39:41.421Ztest clients/oxide-client/src/lib.rs - ClientMetricsExt::timeseries_schema_list (line 25) ... ignored
70482024-08-27T00:39:41.425Ztest clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_update (line 22) ... ignored
70492024-08-27T00:39:41.425Ztest clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_view (line 22) ... ignored
70502024-08-27T00:39:41.425Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_create (line 22) ... ignored
70512024-08-27T00:39:41.425Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_delete (line 24) ... ignored
70522024-08-27T00:39:41.425Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_ip_pool_list (line 26) ... ignored
70532024-08-27T00:39:41.425Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_ip_pool_view (line 24) ... ignored
70542024-08-27T00:39:41.425Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_list (line 26) ... ignored
70552024-08-27T00:39:41.425Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_update (line 25) ... ignored
70562024-08-27T00:39:41.425Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_view (line 24) ... ignored
70572024-08-27T00:39:41.425Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_update (line 25) ... ignored
70582024-08-27T00:39:41.425Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_view (line 24) ... ignored
70592024-08-27T00:39:41.425Ztest clients/oxide-client/src/lib.rs - ClientRolesExt::role_list (line 25) ... ignored
70602024-08-27T00:39:41.425Ztest clients/oxide-client/src/lib.rs - ClientRolesExt::role_view (line 24) ... ignored
70612024-08-27T00:39:41.425Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_groups (line 26) ... ignored
70622024-08-27T00:39:41.426Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_create (line 24) ... ignored
70632024-08-27T00:39:41.426Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_delete (line 26) ... ignored
70642024-08-27T00:39:41.426Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_list (line 28) ... ignored
70652024-08-27T00:39:41.426Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_view (line 26) ... ignored
70662024-08-27T00:39:41.426Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_view (line 22) ... ignored
70672024-08-27T00:39:41.426Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_create (line 24) ... ignored
70682024-08-27T00:39:41.426Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_delete (line 24) ... ignored
70692024-08-27T00:39:41.426Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_list (line 28) ... ignored
70702024-08-27T00:39:41.426Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_view (line 24) ... ignored
70712024-08-27T00:39:41.426Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::group_list (line 26) ... ignored
70722024-08-27T00:39:41.426Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::group_view (line 24) ... ignored
70732024-08-27T00:39:41.426Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::policy_update (line 22) ... ignored
70742024-08-27T00:39:41.426Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::policy_view (line 22) ... ignored
70752024-08-27T00:39:41.426Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_list (line 27) ... ignored
70762024-08-27T00:39:41.426Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::utilization_view (line 22) ... ignored
70772024-08-27T00:39:41.426Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_create (line 27) ... ignored
70782024-08-27T00:39:41.426Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_delete (line 25) ... ignored
70792024-08-27T00:39:41.426Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_list (line 27) ... ignored
70802024-08-27T00:39:41.426Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_view (line 25) ... ignored
70812024-08-27T00:39:41.426Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_apply_settings (line 27) ... ignored
70822024-08-27T00:39:41.426Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_clear_settings (line 26) ... ignored
70832024-08-27T00:39:41.426Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_list (line 27) ... ignored
70842024-08-27T00:39:41.426Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_status (line 26) ... ignored
70852024-08-27T00:39:41.426Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_list (line 26) ... ignored
70862024-08-27T00:39:41.426Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_view (line 24) ... ignored
70872024-08-27T00:39:41.426Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_list (line 26) ... ignored
70882024-08-27T00:39:41.426Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_view (line 24) ... ignored
70892024-08-27T00:39:41.426Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_add (line 22) ... ignored
70902024-08-27T00:39:41.426Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_instance_list (line 27) ... ignored
70912024-08-27T00:39:41.426Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list (line 26) ... ignored
70922024-08-27T00:39:41.426Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list_uninitialized (line 25) ... ignored
70932024-08-27T00:39:41.426Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_physical_disk_list (line 27) ... ignored
70942024-08-27T00:39:41.426Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_set_provision_policy (line 25) ... ignored
70952024-08-27T00:39:41.426Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_view (line 24) ... ignored
70962024-08-27T00:39:41.426Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_list (line 26) ... ignored
70972024-08-27T00:39:41.426Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_view (line 24) ... ignored
70982024-08-27T00:39:41.426Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_metric (line 32) ... ignored
70992024-08-27T00:39:41.427Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_create (line 22) ... ignored
71002024-08-27T00:39:41.427Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_delete (line 24) ... ignored
71012024-08-27T00:39:41.427Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_list (line 26) ... ignored
71022024-08-27T00:39:41.427Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_range_add (line 27) ... ignored
71032024-08-27T00:39:41.427Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_range_list (line 28) ... ignored
71042024-08-27T00:39:41.427Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_range_remove (line 25) ... ignored
71052024-08-27T00:39:41.427Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_service_range_add (line 24) ... ignored
71062024-08-27T00:39:41.427Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_service_range_list (line 27) ... ignored
71072024-08-27T00:39:41.427Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_service_range_remove (line 22) ... ignored
71082024-08-27T00:39:41.427Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_service_view (line 22) ... ignored
71092024-08-27T00:39:41.427Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_silo_link (line 27) ... ignored
71102024-08-27T00:39:41.427Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_silo_list (line 27) ... ignored
71112024-08-27T00:39:41.427Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_silo_unlink (line 24) ... ignored
71122024-08-27T00:39:41.427Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_silo_update (line 24) ... ignored
71132024-08-27T00:39:41.427Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_update (line 25) ... ignored
71142024-08-27T00:39:41.427Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_utilization_view (line 24) ... ignored
71152024-08-27T00:39:41.427Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::ip_pool_view (line 24) ... ignored
71162024-08-27T00:39:41.427Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_block_list (line 27) ... ignored
71172024-08-27T00:39:41.427Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_create (line 22) ... ignored
71182024-08-27T00:39:41.427Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_delete (line 24) ... ignored
71192024-08-27T00:39:41.427Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_list (line 26) ... ignored
71202024-08-27T00:39:41.427Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_allow_list_update (line 22) ... ignored
71212024-08-27T00:39:41.427Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_allow_list_view (line 22) ... ignored
71222024-08-27T00:39:41.427Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_disable (line 22) ... ignored
71232024-08-27T00:39:41.427Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_enable (line 22) ... ignored
71242024-08-27T00:39:41.427Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_status (line 22) ... ignored
71252024-08-27T00:39:41.427Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_delete (line 24) ... ignored
71262024-08-27T00:39:41.427Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_list (line 27) ... ignored
71272024-08-27T00:39:41.427Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_update (line 24) ... ignored
71282024-08-27T00:39:41.427Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announcement_list (line 24) ... ignored
71292024-08-27T00:39:41.427Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_create (line 22) ... ignored
71302024-08-27T00:39:41.427Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_delete (line 24) ... ignored
71312024-08-27T00:39:41.427Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_list (line 27) ... ignored
71322024-08-27T00:39:41.427Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_exported (line 22) ... ignored
71332024-08-27T00:39:41.427Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_imported_routes_ipv4 (line 24) ... ignored
71342024-08-27T00:39:41.427Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_message_history (line 24) ... ignored
71352024-08-27T00:39:41.427Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_status (line 22) ... ignored
71362024-08-27T00:39:41.427Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_create (line 22) ... ignored
71372024-08-27T00:39:41.427Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_delete (line 27) ... ignored
71382024-08-27T00:39:41.428Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_list (line 26) ... ignored
71392024-08-27T00:39:41.428Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_create (line 22) ... ignored
71402024-08-27T00:39:41.428Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_delete (line 24) ... ignored
71412024-08-27T00:39:41.428Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_list (line 27) ... ignored
71422024-08-27T00:39:41.428Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_view (line 24) ... ignored
71432024-08-27T00:39:41.428Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_create (line 27) ... ignored
71442024-08-27T00:39:41.428Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_delete (line 25) ... ignored
71452024-08-27T00:39:41.428Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_set_password (line 28) ... ignored
71462024-08-27T00:39:41.428Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_create (line 25) ... ignored
71472024-08-27T00:39:41.428Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_view (line 25) ... ignored
71482024-08-27T00:39:41.431Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_create (line 22) ... ignored
71492024-08-27T00:39:41.431Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_delete (line 26) ... ignored
71502024-08-27T00:39:41.431Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_identity_provider_list (line 27) ... ignored
71512024-08-27T00:39:41.431Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_ip_pool_list (line 29) ... ignored
71522024-08-27T00:39:41.431Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_list (line 28) ... ignored
71532024-08-27T00:39:41.431Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_update (line 25) ... ignored
71542024-08-27T00:39:41.431Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_view (line 24) ... ignored
71552024-08-27T00:39:41.431Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_quotas_update (line 27) ... ignored
71562024-08-27T00:39:41.431Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_quotas_view (line 24) ... ignored
71572024-08-27T00:39:41.431Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_list (line 27) ... ignored
71582024-08-27T00:39:41.431Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_view (line 25) ... ignored
71592024-08-27T00:39:41.431Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_utilization_list (line 26) ... ignored
71602024-08-27T00:39:41.431Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_utilization_view (line 24) ... ignored
71612024-08-27T00:39:41.431Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_view (line 26) ... ignored
71622024-08-27T00:39:41.431Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::system_quotas_list (line 26) ... ignored
71632024-08-27T00:39:41.431Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_list (line 26) ... ignored
71642024-08-27T00:39:41.431Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_view (line 22) ... ignored
71652024-08-27T00:39:41.431Ztest clients/oxide-client/src/lib.rs - ClientSystemStatusExt::ping (line 24) ... ignored
71662024-08-27T00:39:41.431Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_create (line 25) ... ignored
71672024-08-27T00:39:41.431Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_delete (line 25) ... ignored
71682024-08-27T00:39:41.432Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_update (line 32) ... ignored
71692024-08-27T00:39:41.432Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_view (line 25) ... ignored
71702024-08-27T00:39:41.432Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_list (line 27) ... ignored
71712024-08-27T00:39:41.432Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_create (line 26) ... ignored
71722024-08-27T00:39:41.432Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_delete (line 26) ... ignored
71732024-08-27T00:39:41.432Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_list (line 28) ... ignored
71742024-08-27T00:39:41.432Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_create (line 27) ... ignored
71752024-08-27T00:39:41.432Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_delete (line 27) ... ignored
71762024-08-27T00:39:41.432Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_list (line 31) ... ignored
71772024-08-27T00:39:41.432Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_update (line 28) ... ignored
71782024-08-27T00:39:41.432Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_view (line 27) ... ignored
71792024-08-27T00:39:41.432Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_update (line 27) ... ignored
71802024-08-27T00:39:41.432Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_view (line 26) ... ignored
71812024-08-27T00:39:41.432Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_create (line 26) ... ignored
71822024-08-27T00:39:41.432Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_delete (line 26) ... ignored
71832024-08-27T00:39:41.432Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list (line 28) ... ignored
71842024-08-27T00:39:41.432Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list_network_interfaces (line 29) ... ignored
71852024-08-27T00:39:41.432Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_update (line 27) ... ignored
71862024-08-27T00:39:41.432Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_view (line 26) ... ignored
71872024-08-27T00:39:41.432Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_update (line 26) ... ignored
71882024-08-27T00:39:41.432Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_view (line 25) ... ignored
71892024-08-27T00:39:41.432Z
71902024-08-27T00:39:41.432Ztest result: ok. 0 passed; 0 failed; 197 ignored; 0 measured; 0 filtered out; finished in 0.01s
71912024-08-27T00:39:41.432Z
71922024-08-27T00:39:41.509Z Doc-tests oximeter
71932024-08-27T00:39:41.511Z 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-8d0dc696bec0a2c4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6c6f54072d2f2878/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b045e230cf5220da/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc481d78580a539c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5fd8f6907951d8d9/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-18d404915a4b87df.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-97df5285e75fc989.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-9828f2522cf631d5.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-5b93e5f39a9b5d10.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-ea934cee069a01b2.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-f91f1b980093b5a3.rlib --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-3e3b5887cb195d6a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
71942024-08-27T00:39:41.748Z
71952024-08-27T00:39:41.748Zrunning 2 tests
71962024-08-27T00:39:41.750Ztest oximeter/oximeter/src/lib.rs - (line 111) ... ignored
71972024-08-27T00:39:42.876Ztest oximeter/oximeter/src/lib.rs - (line 118) ... ok
71982024-08-27T00:39:42.876Z
71992024-08-27T00:39:42.879Ztest result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 1.13s
72002024-08-27T00:39:42.879Z
72012024-08-27T00:39:42.898Z Doc-tests oximeter_api
72022024-08-27T00:39:42.901Z 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-8d0dc696bec0a2c4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6c6f54072d2f2878/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b045e230cf5220da/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc481d78580a539c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5fd8f6907951d8d9/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-8599901668faa364.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e9014c6e08bb65e0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-39f29313c8d9cfe3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
72032024-08-27T00:39:43.140Z
72042024-08-27T00:39:43.140Zrunning 2 tests
72052024-08-27T00:39:43.143Ztest oximeter/api/src/lib.rs - oximeter_api_mod::api_description (line 25) ... ignored
72062024-08-27T00:39:43.143Ztest oximeter/api/src/lib.rs - oximeter_api_mod::stub_api_description (line 31) ... ignored
72072024-08-27T00:39:43.143Z
72082024-08-27T00:39:43.143Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
72092024-08-27T00:39:43.143Z
72102024-08-27T00:39:43.158Z Doc-tests oximeter_client
72112024-08-27T00:39:43.161Z 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-8d0dc696bec0a2c4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6c6f54072d2f2878/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b045e230cf5220da/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc481d78580a539c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5fd8f6907951d8d9/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-8599901668faa364.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-7872ed4e500328ec.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-3744a5568f7cc6d7.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8966d7042f423cc1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
72122024-08-27T00:39:43.458Z
72132024-08-27T00:39:43.458Zrunning 0 tests
72142024-08-27T00:39:43.458Z
72152024-08-27T00:39:43.458Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
72162024-08-27T00:39:43.458Z
72172024-08-27T00:39:43.477Z Doc-tests oximeter_collector
72182024-08-27T00:39:43.479Z 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-8d0dc696bec0a2c4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6c6f54072d2f2878/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b045e230cf5220da/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc481d78580a539c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5fd8f6907951d8d9/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-18d404915a4b87df.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e9014c6e08bb65e0.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e00f4c951e7553ce.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c086ee7b27d2f7df.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3c3a4aeac3b1659a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-bad3b78d6436f259.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-d6f4fa914f239165.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-545877ac7f8ab62f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-fd18489977b9c8a6.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5ba3e73c543b84ff.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-97df5285e75fc989.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-39f29313c8d9cfe3.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-7872ed4e500328ec.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-425e1e0b77e18fe4.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-0eca7e8b63c07c8e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d0890cdebab6435b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8966d7042f423cc1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.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-7cbe6fda78a13e6a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e77d240f968b9b00.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d605b07ab2a0de30.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-703f5ff0922fc8c2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4ee1cdbeb2bccd78.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3e3b5887cb195d6a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
72192024-08-27T00:39:43.964Z
72202024-08-27T00:39:43.964Zrunning 0 tests
72212024-08-27T00:39:43.964Z
72222024-08-27T00:39:43.964Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
72232024-08-27T00:39:43.964Z
72242024-08-27T00:39:43.993Z Doc-tests oximeter_db
72252024-08-27T00:39:43.996Z 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-8d0dc696bec0a2c4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6c6f54072d2f2878/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b045e230cf5220da/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc481d78580a539c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5fd8f6907951d8d9/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.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-009a5134049de396.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-7296041c0fd81490.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e45330f5c36e2940.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-18d404915a4b87df.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-679a6eebe237030e.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-eb1b55b3d9ded965.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e9014c6e08bb65e0.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e00f4c951e7553ce.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-838b0c6a07887d50.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-6ad97fa9dbd6108d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-545877ac7f8ab62f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-97df5285e75fc989.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-0eca7e8b63c07c8e.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-9df82c04d27da2e3.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-323f5bbca5534923.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-dbd5df13355af3f1.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-c77d94fa82a9345b.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8966d7042f423cc1.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-b7f1f652f9d1c59f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.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-7cbe6fda78a13e6a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e77d240f968b9b00.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-a0c530543821bba1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4ee1cdbeb2bccd78.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-8afcbd4e255af8a0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.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`
72262024-08-27T00:39:45.233Z
72272024-08-27T00:39:45.233Zrunning 1 test
72282024-08-27T00:39:45.236Ztest oximeter/db/src/oxql/ast/table_ops/filter.rs - oxql::ast::table_ops::filter::Filter::simplify_to_dnf (line 115) ... ignored
72292024-08-27T00:39:45.236Z
72302024-08-27T00:39:45.236Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
72312024-08-27T00:39:45.236Z
72322024-08-27T00:39:45.277Z Doc-tests oximeter_instruments
72332024-08-27T00:39:45.280Z 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-8d0dc696bec0a2c4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6c6f54072d2f2878/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b045e230cf5220da/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc481d78580a539c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5fd8f6907951d8d9/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-8599901668faa364.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e9014c6e08bb65e0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7309206c31ed76bc.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c086ee7b27d2f7df.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-c492fcfaa7724c06.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-551f41149d24b2b0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-97df5285e75fc989.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-d1eccdacb3b5beca.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d0890cdebab6435b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.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-e77d240f968b9b00.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4ee1cdbeb2bccd78.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.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`
72342024-08-27T00:39:45.664Z
72352024-08-27T00:39:45.664Zrunning 0 tests
72362024-08-27T00:39:45.664Z
72372024-08-27T00:39:45.664Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
72382024-08-27T00:39:45.664Z
72392024-08-27T00:39:45.688Z Doc-tests oximeter_macro_impl
72402024-08-27T00:39:45.690Z 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-8d0dc696bec0a2c4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6c6f54072d2f2878/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b045e230cf5220da/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc481d78580a539c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5fd8f6907951d8d9/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-26727ea9ed4b2c03.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-9828f2522cf631d5.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-27T00:39:45.776Z
72422024-08-27T00:39:45.776Zrunning 0 tests
72432024-08-27T00:39:45.776Z
72442024-08-27T00:39:45.776Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
72452024-08-27T00:39:45.776Z
72462024-08-27T00:39:45.784Z Doc-tests oximeter_producer
72472024-08-27T00:39:45.786Z 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-8d0dc696bec0a2c4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6c6f54072d2f2878/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b045e230cf5220da/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc481d78580a539c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5fd8f6907951d8d9/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-18d404915a4b87df.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e9014c6e08bb65e0.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3c3a4aeac3b1659a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-bad3b78d6436f259.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-545877ac7f8ab62f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-97df5285e75fc989.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-655c8e74f66c0c14.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7cbe6fda78a13e6a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e77d240f968b9b00.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4ee1cdbeb2bccd78.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
72482024-08-27T00:39:46.149Z
72492024-08-27T00:39:46.149Zrunning 0 tests
72502024-08-27T00:39:46.149Z
72512024-08-27T00:39:46.149Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
72522024-08-27T00:39:46.149Z
72532024-08-27T00:39:46.174Z Doc-tests oximeter_schema
72542024-08-27T00:39:46.177Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oximeter_schema --test oximeter/schema/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/schema -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8d0dc696bec0a2c4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6c6f54072d2f2878/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b045e230cf5220da/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc481d78580a539c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5fd8f6907951d8d9/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-18d404915a4b87df.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-830498e334c402a9.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-5b93e5f39a9b5d10.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-f91f1b980093b5a3.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 schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-a33837303a60c71a.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-8a46d8fdbab68150.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3e3b5887cb195d6a.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
72552024-08-27T00:39:46.473Z
72562024-08-27T00:39:46.473Zrunning 0 tests
72572024-08-27T00:39:46.473Z
72582024-08-27T00:39:46.473Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
72592024-08-27T00:39:46.473Z
72602024-08-27T00:39:46.492Z Doc-tests oximeter_test_utils
72612024-08-27T00:39:46.495Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oximeter_test_utils --test oximeter/test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/test-utils -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8d0dc696bec0a2c4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6c6f54072d2f2878/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b045e230cf5220da/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc481d78580a539c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5fd8f6907951d8d9/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-8599901668faa364.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-9828f2522cf631d5.so --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-9df82c04d27da2e3.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-f91f1b980093b5a3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
72622024-08-27T00:39:46.718Z
72632024-08-27T00:39:46.718Zrunning 0 tests
72642024-08-27T00:39:46.718Z
72652024-08-27T00:39:46.718Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
72662024-08-27T00:39:46.718Z
72672024-08-27T00:39:46.735Z Doc-tests oximeter_timeseries_macro
72682024-08-27T00:39:46.737Z 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-8d0dc696bec0a2c4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6c6f54072d2f2878/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b045e230cf5220da/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc481d78580a539c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5fd8f6907951d8d9/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-26727ea9ed4b2c03.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-3213bef08119f761.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-ea934cee069a01b2.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-62340fd4291ab428.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`
72692024-08-27T00:39:46.967Z
72702024-08-27T00:39:46.967Zrunning 0 tests
72712024-08-27T00:39:46.967Z
72722024-08-27T00:39:46.968Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
72732024-08-27T00:39:46.968Z
72742024-08-27T00:39:46.983Z Doc-tests oximeter_types
72752024-08-27T00:39:46.986Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oximeter_types --test oximeter/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8d0dc696bec0a2c4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6c6f54072d2f2878/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b045e230cf5220da/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc481d78580a539c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5fd8f6907951d8d9/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-7296041c0fd81490.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-591e48648f37a4b1.rlib --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-7a1c88d1453503cb.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-11024960b20c5ca2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-9828f2522cf631d5.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-f91f1b980093b5a3.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d0890cdebab6435b.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-dedaeda2a2ef7dab.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-f062f553787acf4a.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-06b88edf23f10366.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d605b07ab2a0de30.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-034ec318e5d254f4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
72762024-08-27T00:39:47.570Z
72772024-08-27T00:39:47.570Zrunning 11 tests
72782024-08-27T00:39:47.967Ztest oximeter/types/src/traits.rs - traits::Metric (line 187) - compile fail ... ok
72792024-08-27T00:39:54.860Ztest oximeter/types/src/quantile.rs - quantile::Quantile::from_parts (line 118) ... ok
72802024-08-27T00:39:55.259Ztest oximeter/types/src/quantile.rs - quantile::Quantile::estimate (line 202) ... ok
72812024-08-27T00:39:55.291Ztest oximeter/types/src/histogram.rs - histogram::Histogram<T>::span_decades (line 924) ... ok
72822024-08-27T00:39:55.308Ztest oximeter/types/src/quantile.rs - quantile::Quantile::append (line 245) ... ok
72832024-08-27T00:39:55.311Ztest oximeter/types/src/quantile.rs - quantile::Quantile::new (line 80) ... ok
72842024-08-27T00:39:55.358Ztest oximeter/types/src/histogram.rs - histogram::Histogram<T>::with_bins (line 525) ... ok
72852024-08-27T00:39:55.361Ztest oximeter/types/src/traits.rs - traits::Metric (line 162) ... ok
72862024-08-27T00:39:55.552Ztest oximeter/types/src/traits.rs - traits::Target (line 77) - compile fail ... ok
72872024-08-27T00:39:58.128Ztest oximeter/types/src/traits.rs - traits::Producer (line 366) ... ok
72882024-08-27T00:39:59.945Ztest oximeter/types/src/traits.rs - traits::Target (line 47) ... ok
72892024-08-27T00:39:59.945Z
72902024-08-27T00:39:59.948Ztest result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 12.37s
72912024-08-27T00:39:59.948Z
72922024-08-27T00:39:59.974Z Doc-tests oxlog
72932024-08-27T00:39:59.977Z 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-8d0dc696bec0a2c4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6c6f54072d2f2878/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b045e230cf5220da/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc481d78580a539c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5fd8f6907951d8d9/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-18d404915a4b87df.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-78fef15460e29150.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-7e3bc97d4b08f948.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
72942024-08-27T00:40:00.057Z
72952024-08-27T00:40:00.057Zrunning 0 tests
72962024-08-27T00:40:00.057Z
72972024-08-27T00:40:00.057Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
72982024-08-27T00:40:00.057Z
72992024-08-27T00:40:00.064Z Doc-tests oxql_types
73002024-08-27T00:40:00.066Z Running `/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --crate-name oxql_types --test oximeter/oxql-types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/oxql-types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-8d0dc696bec0a2c4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6c6f54072d2f2878/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b045e230cf5220da/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc481d78580a539c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5fd8f6907951d8d9/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-1afa1300e0ddf1c3.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-11024960b20c5ca2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-f91f1b980093b5a3.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-323f5bbca5534923.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
73012024-08-27T00:40:00.407Z
73022024-08-27T00:40:00.407Zrunning 0 tests
73032024-08-27T00:40:00.407Z
73042024-08-27T00:40:00.407Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
73052024-08-27T00:40:00.407Z
73062024-08-27T00:40:00.427Z Doc-tests sled_agent_api
73072024-08-27T00:40:00.430Z 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-8d0dc696bec0a2c4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6c6f54072d2f2878/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b045e230cf5220da/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc481d78580a539c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5fd8f6907951d8d9/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-b792cecba43cac9d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e9014c6e08bb65e0.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-5f98710db9d2f2e1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-093c9d1ea7a6082f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-12cb67a3171c680b.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-1efd91d82abcfd5c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-917d25e39322890a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
73082024-08-27T00:40:00.793Z
73092024-08-27T00:40:00.794Zrunning 2 tests
73102024-08-27T00:40:00.796Ztest sled-agent/api/src/lib.rs - sled_agent_api_mod::api_description (line 60) ... ignored
73112024-08-27T00:40:00.796Ztest sled-agent/api/src/lib.rs - sled_agent_api_mod::stub_api_description (line 66) ... ignored
73122024-08-27T00:40:00.796Z
73132024-08-27T00:40:00.796Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
73142024-08-27T00:40:00.796Z
73152024-08-27T00:40:00.816Z Doc-tests sled_agent_client
73162024-08-27T00:40:00.819Z 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-8d0dc696bec0a2c4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6c6f54072d2f2878/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b045e230cf5220da/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc481d78580a539c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5fd8f6907951d8d9/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-eaec0f1802c5ca04.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-5f98710db9d2f2e1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-093c9d1ea7a6082f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-067b183b3e29678c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-3744a5568f7cc6d7.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b6e9a448b359ba01.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8966d7042f423cc1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-d26dd0c684b20e7f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
73172024-08-27T00:40:02.464Z
73182024-08-27T00:40:02.464Zrunning 0 tests
73192024-08-27T00:40:02.464Z
73202024-08-27T00:40:02.464Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
73212024-08-27T00:40:02.464Z
73222024-08-27T00:40:02.503Z Doc-tests sled_agent_types
73232024-08-27T00:40:02.506Z 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-8d0dc696bec0a2c4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6c6f54072d2f2878/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b045e230cf5220da/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc481d78580a539c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5fd8f6907951d8d9/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-eaec0f1802c5ca04.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-318a5098f60bf2e2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e45330f5c36e2940.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-5f98710db9d2f2e1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-545877ac7f8ab62f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-093c9d1ea7a6082f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-067b183b3e29678c.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-edb249c9f6019aba.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-7ecd7cc1ef36ea45.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-4c497ff74b1d7ab1.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-c58055ba21974de5.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-1efd91d82abcfd5c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-917d25e39322890a.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-3e3b5887cb195d6a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
73242024-08-27T00:40:03.229Z
73252024-08-27T00:40:03.229Zrunning 0 tests
73262024-08-27T00:40:03.229Z
73272024-08-27T00:40:03.229Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
73282024-08-27T00:40:03.229Z
73292024-08-27T00:40:03.259Z Doc-tests sled_hardware
73302024-08-27T00:40:03.262Z 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-8d0dc696bec0a2c4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6c6f54072d2f2878/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b045e230cf5220da/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc481d78580a539c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5fd8f6907951d8d9/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.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-5970ec29a687f38a.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-76c61018a63c3f6f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-78282c4fc10a7e7e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-551f41149d24b2b0.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-53a3cbfeed308348.rlib --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-ba4c1e913d3f904c.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-98a67a59a334178d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-545877ac7f8ab62f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-093c9d1ea7a6082f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d0890cdebab6435b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-889dc025245dad4f.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-917d25e39322890a.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-45d8c29f782b9ad0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4ee1cdbeb2bccd78.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
73312024-08-27T00:40:03.626Z
73322024-08-27T00:40:03.626Zrunning 0 tests
73332024-08-27T00:40:03.626Z
73342024-08-27T00:40:03.626Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
73352024-08-27T00:40:03.626Z
73362024-08-27T00:40:03.648Z Doc-tests sled_hardware_types
73372024-08-27T00:40:03.650Z 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-8d0dc696bec0a2c4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6c6f54072d2f2878/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b045e230cf5220da/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc481d78580a539c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5fd8f6907951d8d9/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-78282c4fc10a7e7e.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-98a67a59a334178d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-917d25e39322890a.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
73382024-08-27T00:40:03.910Z
73392024-08-27T00:40:03.910Zrunning 0 tests
73402024-08-27T00:40:03.910Z
73412024-08-27T00:40:03.910Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
73422024-08-27T00:40:03.910Z
73432024-08-27T00:40:03.929Z Doc-tests sled_storage
73442024-08-27T00:40:03.932Z 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-8d0dc696bec0a2c4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6c6f54072d2f2878/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b045e230cf5220da/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc481d78580a539c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5fd8f6907951d8d9/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-eaec0f1802c5ca04.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e45330f5c36e2940.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-e00f4c951e7553ce.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-78282c4fc10a7e7e.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-97f914af924ca2b7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-545877ac7f8ab62f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-093c9d1ea7a6082f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d0890cdebab6435b.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-889dc025245dad4f.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-b2d21895a1114658.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-4ee1cdbeb2bccd78.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.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`
73452024-08-27T00:40:04.333Z
73462024-08-27T00:40:04.333Zrunning 0 tests
73472024-08-27T00:40:04.333Z
73482024-08-27T00:40:04.333Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
73492024-08-27T00:40:04.333Z
73502024-08-27T00:40:04.357Z Doc-tests sp_sim
73512024-08-27T00:40:04.360Z 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-8d0dc696bec0a2c4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6c6f54072d2f2878/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b045e230cf5220da/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc481d78580a539c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5fd8f6907951d8d9/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-eaec0f1802c5ca04.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-18d404915a4b87df.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e9014c6e08bb65e0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-711eb3fcee73ab92.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-ae856f90860609d1.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-599d8f15621b0c55.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7cbe6fda78a13e6a.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-8d092187d581c30f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4ee1cdbeb2bccd78.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3e3b5887cb195d6a.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
73522024-08-27T00:40:04.815Z
73532024-08-27T00:40:04.815Zrunning 0 tests
73542024-08-27T00:40:04.815Z
73552024-08-27T00:40:04.815Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
73562024-08-27T00:40:04.815Z
73572024-08-27T00:40:04.839Z Doc-tests tufaceous
73582024-08-27T00:40:04.841Z 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-8d0dc696bec0a2c4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6c6f54072d2f2878/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b045e230cf5220da/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc481d78580a539c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5fd8f6907951d8d9/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-99bc9d06194312f9.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-18d404915a4b87df.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-4b67e8dd0f215dc6.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-21a88f30fa6d0f85.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-d939558aaa79a1c5.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-0a85939c8c116b02.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-545877ac7f8ab62f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.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-224a9f896df65ec4.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e77d240f968b9b00.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-a0c530543821bba1.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4ee1cdbeb2bccd78.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-eb24ac9ec1403c02.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-c2553da3d0be9a39.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
73592024-08-27T00:40:05.133Z
73602024-08-27T00:40:05.133Zrunning 0 tests
73612024-08-27T00:40:05.133Z
73622024-08-27T00:40:05.133Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
73632024-08-27T00:40:05.133Z
73642024-08-27T00:40:05.153Z Doc-tests tufaceous_lib
73652024-08-27T00:40:05.156Z 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-8d0dc696bec0a2c4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6c6f54072d2f2878/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b045e230cf5220da/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc481d78580a539c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5fd8f6907951d8d9/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.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-2150b920d991e600.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-7296041c0fd81490.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e45330f5c36e2940.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.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-d939558aaa79a1c5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-599d8f15621b0c55.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-7fa77d4cf914a3aa.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-17374fece069bfba.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-545877ac7f8ab62f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern parse_size=/work/oxidecomputer/omicron/target/debug/deps/libparse_size-93c89df6fe796d16.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d0890cdebab6435b.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-662be56d9856735a.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-4bf70369cde44e16.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-095aade90ef040ee.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-55875e6842c27f35.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4ee1cdbeb2bccd78.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3e3b5887cb195d6a.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-24b0f555a8f36ff1.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-c2553da3d0be9a39.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-c883dcfe2d3789aa.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-6ebf38a6a91ea6c2.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
73662024-08-27T00:40:05.570Z
73672024-08-27T00:40:05.570Zrunning 0 tests
73682024-08-27T00:40:05.570Z
73692024-08-27T00:40:05.571Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
73702024-08-27T00:40:05.571Z
73712024-08-27T00:40:05.593Z Doc-tests typed_rng
73722024-08-27T00:40:05.595Z 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-8d0dc696bec0a2c4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6c6f54072d2f2878/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b045e230cf5220da/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc481d78580a539c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5fd8f6907951d8d9/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-8f457ee7cc0d5dfa.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d0890cdebab6435b.rlib --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-3752dcaf4b41fa9b.rlib --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-f4e81393945605ea.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-a8b8b68649fd458e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
73732024-08-27T00:40:05.671Z
73742024-08-27T00:40:05.671Zrunning 0 tests
73752024-08-27T00:40:05.671Z
73762024-08-27T00:40:05.671Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
73772024-08-27T00:40:05.671Z
73782024-08-27T00:40:05.677Z Doc-tests update_common
73792024-08-27T00:40:05.680Z 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-8d0dc696bec0a2c4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6c6f54072d2f2878/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b045e230cf5220da/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc481d78580a539c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5fd8f6907951d8d9/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-7296041c0fd81490.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e45330f5c36e2940.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-8599901668faa364.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-18d404915a4b87df.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-e9014c6e08bb65e0.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-599d8f15621b0c55.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-7fa77d4cf914a3aa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-545877ac7f8ab62f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d0890cdebab6435b.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-095aade90ef040ee.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-4ee1cdbeb2bccd78.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-cc3443c69aa91ffb.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-24b0f555a8f36ff1.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-eb24ac9ec1403c02.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-c2553da3d0be9a39.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-4400ba118d70d222.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
73802024-08-27T00:40:05.981Z
73812024-08-27T00:40:05.981Zrunning 0 tests
73822024-08-27T00:40:05.981Z
73832024-08-27T00:40:05.981Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
73842024-08-27T00:40:05.981Z
73852024-08-27T00:40:06.001Z Doc-tests update_engine
73862024-08-27T00:40:06.004Z 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-8d0dc696bec0a2c4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6c6f54072d2f2878/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b045e230cf5220da/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc481d78580a539c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5fd8f6907951d8d9/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-2150b920d991e600.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-7296041c0fd81490.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e45330f5c36e2940.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-7c9ffecaf989a77e.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-18d404915a4b87df.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-838b0c6a07887d50.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-99eafe51d5160fa5.rlib --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-4480f2cc44ead336.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-545877ac7f8ab62f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-cedc2b4cdec5a13d.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-8e22a607cc27b13c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-fbf3e444deddd920.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-4ee1cdbeb2bccd78.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-7d36d0d8dae0ec08.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-9b5f28947640dc85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
73872024-08-27T00:40:06.467Z
73882024-08-27T00:40:06.467Zrunning 3 tests
73892024-08-27T00:40:06.477Ztest update-engine/src/events.rs - events::StepEvent::spec (line 78) ... ignored
73902024-08-27T00:40:06.477Ztest update-engine/src/macros.rs - macros::define_update_engine (line 11) ... ignored
73912024-08-27T00:40:06.477Ztest update-engine/src/macros.rs - macros::define_update_engine (line 17) ... ignored
73922024-08-27T00:40:06.477Z
73932024-08-27T00:40:06.477Ztest result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s
73942024-08-27T00:40:06.477Z
73952024-08-27T00:40:06.486Z Doc-tests wicket
73962024-08-27T00:40:06.488Z 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-8d0dc696bec0a2c4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6c6f54072d2f2878/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b045e230cf5220da/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc481d78580a539c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5fd8f6907951d8d9/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-99bc9d06194312f9.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-2150b920d991e600.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-2f8000a2198a9279.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-18d404915a4b87df.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-eb1b55b3d9ded965.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e00f4c951e7553ce.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-838b0c6a07887d50.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-99eafe51d5160fa5.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-6ad97fa9dbd6108d.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-3900b51f53886719.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.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-4e0862c1640774bb.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-eaeca34e00934ff5.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8966d7042f423cc1.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-b2ffbeccdd681edc.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.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-917d25e39322890a.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-224a9f896df65ec4.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e77d240f968b9b00.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-bd01036f692a511f.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-a0c530543821bba1.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-a743db74423d42c5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4ee1cdbeb2bccd78.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-cc3443c69aa91ffb.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3e3b5887cb195d6a.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-d27e04d35aedf7ad.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-e47af7706b6fe5e8.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-9b5f28947640dc85.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-9695b4101ccd100d.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-126e10b787da3193.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-744e32fc93fb2454.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`
73972024-08-27T00:40:07.419Z
73982024-08-27T00:40:07.419Zrunning 0 tests
73992024-08-27T00:40:07.419Z
74002024-08-27T00:40:07.419Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
74012024-08-27T00:40:07.419Z
74022024-08-27T00:40:07.451Z Doc-tests wicket_common
74032024-08-27T00:40:07.453Z 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-8d0dc696bec0a2c4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6c6f54072d2f2878/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b045e230cf5220da/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc481d78580a539c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5fd8f6907951d8d9/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-53635cf641f36b63.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e9014c6e08bb65e0.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-65b8e4ddedc3f692.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-c9380d86e5571d46.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-cedc2b4cdec5a13d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-067b183b3e29678c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-095aade90ef040ee.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-917d25e39322890a.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-4ee1cdbeb2bccd78.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3e3b5887cb195d6a.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9b5f28947640dc85.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-126e10b787da3193.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
74042024-08-27T00:40:08.014Z
74052024-08-27T00:40:08.014Zrunning 0 tests
74062024-08-27T00:40:08.014Z
74072024-08-27T00:40:08.014Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
74082024-08-27T00:40:08.014Z
74092024-08-27T00:40:08.042Z Doc-tests wicket_dbg
74102024-08-27T00:40:08.045Z 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-8d0dc696bec0a2c4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6c6f54072d2f2878/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b045e230cf5220da/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc481d78580a539c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5fd8f6907951d8d9/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-7296041c0fd81490.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-2f8000a2198a9279.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-18d404915a4b87df.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-eb1b55b3d9ded965.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-c77d94fa82a9345b.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.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-224a9f896df65ec4.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-e77d240f968b9b00.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4ee1cdbeb2bccd78.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-9695b4101ccd100d.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-55a603f9e432b69c.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
74112024-08-27T00:40:08.423Z
74122024-08-27T00:40:08.423Zrunning 0 tests
74132024-08-27T00:40:08.423Z
74142024-08-27T00:40:08.423Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
74152024-08-27T00:40:08.423Z
74162024-08-27T00:40:08.445Z Doc-tests wicketd
74172024-08-27T00:40:08.448Z 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-8d0dc696bec0a2c4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6c6f54072d2f2878/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b045e230cf5220da/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc481d78580a539c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5fd8f6907951d8d9/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.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-05a18a20878871a2.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-2150b920d991e600.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-7296041c0fd81490.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-e45330f5c36e2940.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-18d404915a4b87df.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-53635cf641f36b63.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e9014c6e08bb65e0.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-5d39f2eb1424d60a.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-e00f4c951e7553ce.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-725dd47f885197a3.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-0e4e79b9dc7ce1e6.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-d939558aaa79a1c5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-5835243fede18e51.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-65b8e4ddedc3f692.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-711eb3fcee73ab92.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-fe5932ff1f628cb3.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-599d8f15621b0c55.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-005adb14efb74d45.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-7309206c31ed76bc.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-7fa77d4cf914a3aa.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-c086ee7b27d2f7df.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-78282c4fc10a7e7e.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-8cf838a968ec42c0.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-0a54c9ff4b5d6c3f.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-13ce3344126e2c0a.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-0536672ca08aed51.rlib --extern internal_dns=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns-3c3a4aeac3b1659a.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-75f7136ecb491316.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-d8a87efb8ed868ce.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-3900b51f53886719.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-545877ac7f8ab62f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-093c9d1ea7a6082f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.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-fd18489977b9c8a6.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-5ba3e73c543b84ff.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-067b183b3e29678c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-d0890cdebab6435b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8966d7042f423cc1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-095aade90ef040ee.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-917d25e39322890a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-7cbe6fda78a13e6a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-703f5ff0922fc8c2.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-55875e6842c27f35.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-da9815be099cf41c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4ee1cdbeb2bccd78.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-7d36d0d8dae0ec08.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-cc3443c69aa91ffb.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-3e3b5887cb195d6a.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-24b0f555a8f36ff1.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-eb24ac9ec1403c02.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-c2553da3d0be9a39.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-4400ba118d70d222.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9b5f28947640dc85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-9695b4101ccd100d.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-126e10b787da3193.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-776506e944ce2050.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-f9b41d1b8206e77a.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-744e32fc93fb2454.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
74182024-08-27T00:40:09.052Z
74192024-08-27T00:40:09.052Zrunning 0 tests
74202024-08-27T00:40:09.052Z
74212024-08-27T00:40:09.053Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
74222024-08-27T00:40:09.053Z
74232024-08-27T00:40:09.081Z Doc-tests wicketd_api
74242024-08-27T00:40:09.084Z 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-8d0dc696bec0a2c4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6c6f54072d2f2878/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b045e230cf5220da/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc481d78580a539c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5fd8f6907951d8d9/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-05a18a20878871a2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e9014c6e08bb65e0.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-65b8e4ddedc3f692.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-3900b51f53886719.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-093c9d1ea7a6082f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-917d25e39322890a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-126e10b787da3193.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-f9b41d1b8206e77a.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
74252024-08-27T00:40:09.483Z
74262024-08-27T00:40:09.483Zrunning 2 tests
74272024-08-27T00:40:09.485Ztest wicketd-api/src/lib.rs - wicketd_api_mod::api_description (line 51) ... ignored
74282024-08-27T00:40:09.485Ztest wicketd-api/src/lib.rs - wicketd_api_mod::stub_api_description (line 57) ... ignored
74292024-08-27T00:40:09.485Z
74302024-08-27T00:40:09.485Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
74312024-08-27T00:40:09.485Z
74322024-08-27T00:40:09.506Z Doc-tests wicketd_client
74332024-08-27T00:40:09.509Z 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-8d0dc696bec0a2c4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6c6f54072d2f2878/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b045e230cf5220da/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc481d78580a539c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5fd8f6907951d8d9/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-8599901668faa364.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-0536672ca08aed51.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-093c9d1ea7a6082f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-3744a5568f7cc6d7.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-b6e9a448b359ba01.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8966d7042f423cc1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-539e8d31df955ad4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-19476516253bd8c8.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-917d25e39322890a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-9b5f28947640dc85.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-d7278fad9f84f0d2.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-126e10b787da3193.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-744e32fc93fb2454.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
74342024-08-27T00:40:11.065Z
74352024-08-27T00:40:11.065Zrunning 0 tests
74362024-08-27T00:40:11.065Z
74372024-08-27T00:40:11.065Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
74382024-08-27T00:40:11.065Z
74392024-08-27T00:40:11.103Z Doc-tests xtask_downloader
74402024-08-27T00:40:11.106Z 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-8d0dc696bec0a2c4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6c6f54072d2f2878/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b045e230cf5220da/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc481d78580a539c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5fd8f6907951d8d9/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-18d404915a4b87df.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-26727ea9ed4b2c03.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8966d7042f423cc1.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-095aade90ef040ee.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-e77d240f968b9b00.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-d605b07ab2a0de30.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-55875e6842c27f35.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4ee1cdbeb2bccd78.rlib --extern xtask_downloader=/work/oxidecomputer/omicron/target/debug/deps/libxtask_downloader-de132c299234d7cf.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
74412024-08-27T00:40:11.275Z
74422024-08-27T00:40:11.275Zrunning 1 test
74432024-08-27T00:40:11.277Ztest dev-tools/downloader/src/lib.rs - get_values_from_file (line 229) ... ignored
74442024-08-27T00:40:11.278Z
74452024-08-27T00:40:11.278Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
74462024-08-27T00:40:11.278Z
74472024-08-27T00:40:11.287Z Doc-tests zone_setup
74482024-08-27T00:40:11.289Z 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-8d0dc696bec0a2c4/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-6c6f54072d2f2878/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-b045e230cf5220da/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-c6aa214cd381f61b/out -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cc481d78580a539c/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-5fd8f6907951d8d9/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-e4310a1dc3a65bf6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b792cecba43cac9d.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-18d404915a4b87df.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-e9014c6e08bb65e0.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-78282c4fc10a7e7e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-6ad97fa9dbd6108d.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-b83d422e1297148b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-26727ea9ed4b2c03.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-067b183b3e29678c.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-c52af4401d46531c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-917d25e39322890a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-e9a5d2b6dcbc0177.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-4ee1cdbeb2bccd78.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-adf089fe0372d281.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-495f4f46760fc11c.rlib --extern zone_setup=/work/oxidecomputer/omicron/target/debug/deps/libzone_setup-2cfe0de10a25eae9.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
74492024-08-27T00:40:11.530Z
74502024-08-27T00:40:11.530Zrunning 0 tests
74512024-08-27T00:40:11.530Z
74522024-08-27T00:40:11.530Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
74532024-08-27T00:40:11.530Z
74542024-08-27T00:40:11.616Z
74552024-08-27T00:40:11.616Zreal 2:18.313617874
74562024-08-27T00:40:11.616Zuser 2:21.842781456
74572024-08-27T00:40:11.616Zsys 48.736732422
74582024-08-27T00:40:11.619Ztrap 0.025610668
74592024-08-27T00:40:11.619Ztflt 1.233844984
74602024-08-27T00:40:11.620Zdflt 7.805038942
74612024-08-27T00:40:11.620Zkflt 0.017779969
74622024-08-27T00:40:11.620Zlock 3:08.625206041
74632024-08-27T00:40:11.620Zslp 16:01.677804787
74642024-08-27T00:40:11.620Zlat 3.165175944
74652024-08-27T00:40:11.620Zstop 7.488228079
74662024-08-27T00:40:11.620Z+ rm -rf /var/tmp/omicron_tmp/crdb-base-build
74672024-08-27T00:40:11.622Z+ unset TMPDIR
74682024-08-27T00:40:11.622Z+ echo 'files in /var/tmp/omicron_tmp (none expected on success):'
74692024-08-27T00:40:11.622Zfiles in /var/tmp/omicron_tmp (none expected on success):
74702024-08-27T00:40:11.622Z+ find /var/tmp/omicron_tmp -ls
74712024-08-27T00:40:11.628Z164059 11 drwxr-xr-x 2 build build 2 Aug 27 00:40 /var/tmp/omicron_tmp
74722024-08-27T00:40:11.631Z+ rmdir /var/tmp/omicron_tmp
74732024-08-27T00:40:11.787Zprocess exited: duration 4539482 ms, exit code 0
 
74742024-08-27T00:40:11.816Zfound 1 output files
74752024-08-27T00:40:11.816Zuploading: /work/crate-build-timings.json (539274 bytes)
74762024-08-27T00:40:12.836Zuploaded: /work/crate-build-timings.json